Januar 26, 2004
yeah its a really cool phone... has everything u need and even more...
if u are used to have a 8210, symbian would look to you like winXP on a 386 machine... but hey who cares ;) todays phones are not anymore fast... tha just can do everything but fast will be maybe the next generation's phones ;) [more] Comments (3)
|
Januar 24, 2004
i guess this C3H7OH got tooo much for my brain, so i have to sleeep first *g
n8 mates [more] Comments (0)
|
Januar 22, 2004
hmmh in FULLEMBED mode the timer was ticking toooooooo fast... reason is the by nokia preinitialized hardware that triggers the interrupt faster than we do.
but since i fixed the EMBED timer problem some time before, i could not know that FULLEMBED will come. thus this timer fix was not done :) [more] Comments (1)
|
Januar 19, 2004
yes, im currently adding FS support (still experimental) into the MADos tree.
supported is currently:
- ffs_format: format the given area with MADosFFS
- ffs_check: check this block and "mount" it ;) (just set the variables)
- ffs_add_file: add a new file, at least the header infos
the locking is not done yet, maybe some time later :) [more] Comments (0)
|
Januar 19, 2004
on the MADos Project page you will find a daily snapshot of the CVS tree.. you will find it here.... [more] Comments (0)
|
Januar 17, 2004
- i fixed the screenshot function (called with *1)
- u can show the screenshot in appz->screenshot
- fixed CCONT routine ccont_read where ints could left disabled
- added some LCD routines needed for direct lcd_buf access [more] Comments (1)
|
Januar 15, 2004
yesterday i tried around with 7110... it uses the same magic (mcuif) values as the 33x0/8210 series, but the initialisation registers use completely different values. the bad thing is, to enable the LEDs i had to instruct the cobba to do this... good joke... never laughed so good :(
the LCD is initialized with more weird values... bah... i think i'll hold on cleaning up the old stuff before doing other phones.. (yes i admit i'm lazy)
[more] Comments (3)
|
Januar 14, 2004
1)
yeah, finally kodo made the 6210 work !!
thanx mate! now just to test what works (vibra, mbus, charger etc)
so if someone has a 6210, please test it as much as u can...
EMBED is not supported (yet)... because... how do u want to call MADos if you cannot build a menu entry? maybe theres a way to adopt krishas shortkey to work on 6210, but i dont know...
2)
- i submitted some scope speedups (not the CCONT speedup)
- and added chance to compile ARM code instead of THUMB (see CVS log) [more] Comments (2)
|
Januar 13, 2004
i wanted to move the "magic" mcuif initialisation into the genio.c to allow phone type specific initialisation... but i was not able either to call an other routine before magic write, nor to switch to thumb and back before it... it seems we have to do that stuff the first 0x100 bytes? since these maybe the only mapped into address space... and the callee was beyond the 0x100 mark
its just a theory, but the only one i can imagine. so its the best to do a crt0.c which produces the same object like the crt0.s..
*ouch* i see it coming... a dirty hack to replace a dirty hack... [more] Comments (1)
|
Januar 10, 2004
today i configured my lufsd to mount the g3gg0.de server directories over SSH's FTP backend to a local filesystem on the server...
that means, when i write to ~/g3gg0.de/ on my server the files get stored on the g3gg0.de server.. over SSH :)
on my windows machine i just do drag'n'drop with a file to x:\g3gg0.de\ (a samba share of my /home/geggo/ directory) and its uploaded to the server in internet which is 80km away from me... i love it ;)
but the other side:
because i mounted my 'data' disk on server which contains all MP3's and stuff via the lufsd crypto backend (all data encrypted on the disk), somehow the SSH upload blocks reading from that data disk :( so i have to wait until the file is uploaded until i can continue listening to mp3's or watching a movie... damn blocking!
but i'm sure this will get fixed.... hmh.. that was a lie... [more] Comments (1)
|
Januar 10, 2004
today i decided to turn my outdated athlon XP 1700+ into the new mainboard for my car-mp3 player... i ripped up an old ATX connector and checked which voltages this mainboard needs...
- 3.3V 1A
- 5V 8A
- 12V ?
when one voltage is missing, it wont start up.. so i used a MAX788 to produce the 3.3V. since it only had to give 1A, it doesnt need a cooler (i hope) i placed the converter board directly on the motherboard and soldered the wires on the back of the ATX connectors
so i thought its okay.. but all together sucked about 10A on the 5V line... *ouch* that was too much for the old voltage converter... the coils got tooooo hot (i guess 70°-80°)
so i upgraded the coils with better ones... it gets still very hot, i think about 60° but thats okay :)
Now it runs good so far :)
i just have to:
1. get this netgear PCI->PCMCIA run under linux
2. get the DLink DWL-660 run in the PCMCIA adapter
3. and hope linux will work with them both.. ;p
i guess i will end up in some interrupt f'up or things like this like it always ends :) [more] Comments (2)
|
Januar 9, 2004
today i committed all the stuff like
- dct4 calc update
- cleaner phone type selection
- phone info table
- IPC/Thread free'ing issues
also i tried around with speeding up the scope mode
- speeding up CCONT clock ( 5% )
- switch instead of if's ( 2% )
- int disabling ( 0% ;p )
but i need some tests on other phones before i can commit [more] Comments (0)
|
Januar 9, 2004
yesterday i overworked all the phone dependent stuff
like KPD LED and genio stuff... im able to define the
phone type (3310_old 3310_new 3330_old 3330_new 8210)
in the compile.conf which will then result in the correct handling
of all these different models...
i think its time to commit these changes... but i guess before
saturday night i cannot find enough time ;(
[more] Comments (2)
|
Januar 8, 2004
hmmmh what should you do when u malloc'ed a buch of
bytes and u dont need them anymore? right! free() 'em!
especially in a nokia phone which has 128k of RAM...
thats not much :)
so i told the scheduler to call ipc_release_data() upon
killing of a task.
hmpfh i should do a test routine which shows the actual
task states... good idea :) [more] Comments (0)
|
Januar 8, 2004
a friend brought me the serials of these 5 DCT4 calc methods...
so soon we'll have a selector for all those different keys...
i just have to find a way, to prevent reading them out ;p [more] Comments (4)
|
Januar 7, 2004
- 8210 problem now cleanly fixed. i use mados_phone to determine
whether to set 0x00020020 bit 4 in lcd_init. it seems this output,
normally used as KPD LED control line is used for some LCD
issues (maybe LCD power control ?)
- mados_phone selection in compile.conf allows unexperienced
users to compile for 3310 or 8210 [more] Comments (0)
|
Januar 7, 2004
what else should i say here :) [more] Comments (1)
|