
Posted:
Jun 18, 2003 @ 5:27am
by sponge
Never mind, Totalcommander can't do it.
Dan: I specifically remember using this program to copy out iTask.exe onto my desktop. The program had this ugly dark blue background to it, 2 split columns vertically. I can't remember the name though.
[edit] Never mind, the program is CE FileCommander. Got the iTask files and Nevo.exe out of there, but not aygshell.dll

Posted:
Jun 18, 2003 @ 6:23am
by Kzinti
Thanks for your help guys. Basically I was trying to figure out what GAPI links to. There is basically around 20 functions in Core.DLL that I was able to identify. From the look of it, GAPI simply hook the window proc and use some driver escape code(s) to access the framebuffer.
There is a single function being call in aygshell.dll that I can't positively identify. But I think it's a safe bet to say that's our friend SHFullScreen().
Now on to some hooking madness =)

Posted:
Jun 18, 2003 @ 9:57am
by refractor
It must be possible (though technically "interesting"

); I've seen DLLs from iPAQs around and about on the Internet.

Posted:
Jun 18, 2003 @ 10:11am
by Dan East
Your best bet is extracting them from the iPaq ROM updates.
Dan East