On Mon, Mar 03, 2008 at 09:57:16PM -0500, [EMAIL PROTECTED] wrote:
> Hi all,
> I have an Xroad V4150 GPS which runs Windows CE 5 as it's underlying OS
> (boo, hiss...) which I'm hacking around on. The V4150 is a S3C2440 based
> device.
> 
> http://www.xroadgps.com/Products/CarNavigation/V4150/tabid/1956/Default.aspx
> 
> I tried running Haret 0.5.1, but get a windows message 'Haret-0.5.1 is not
> a valid Windows CE Appliction'.

Can you try the latest cvs version:

http://handhelds.org/~koconnor/haret/haret-20080304.exe

If that still doesn't work, it would be helpful if you could try the
different releases from 0.4.0 to 0.5.1 in the directory at:

http://handhelds.org/~koconnor/haret/

> Using the script
> ---
> # Display some greeting message
> print "Welcome to Handheld Reverse Engineering Tool!"
> print "Some basic info about your PDA:"
> print "MMU L1 descriptor table address is %08x" MMU
> print "Video RAM address is %08x" VRAM
> print "Current Process ID is %d" PID
> print "CPU identification register (p15 r0) is %08x" CP (15, 0)
> # Fill top ten scan lines (the run bar) with some color
> vfh VRAM 240*10 0x0099
> ---

VRAM reports a physical addr - one needs to use "pvh" to write to it.

-Kevin
_______________________________________________
Haret mailing list
[email protected]
https://handhelds.org/mailman/listinfo/haret

Reply via email to