Hi!
Its not working 100% yet...
I have fixed the major issues i guess.
news:
- keyboard input
- captseq adresses/code found (took me a while using only objdump&co

)
- captseq asm/c mix coded, calls raw save routines -> 5mb garbage file on sd (isnt there a header in a raw file ?)
- some entry stubs fixed
bugs:
UnlockMainPower leads to lock up -> commented out
detecting if image taking is in progress buggy since the raw add
my biggest problem:
the filesys access seems to be broken somehow:
1) write a file using open/write in main.c/core_spytask() ==> working!
2) open dir/read files in main.c/core_spytask() ==> working
3) try the same in gui_fselect.c anywhere => open and opendir are _failing_ !!!!!
Any ideas ?
wasted 2 days so far
