Help Crack NAV Screen Diag PIN Code

I made mention of this back in post 350.
So far I haven't come up with anything, but it's true I haven't spent that much time on it either.
It's not necessarely by lack of interest but more by lack of time. Going through lines of dissambled is not that simple (especially that I have not really work in assembler code for some times) and is very time consuming.
If and when I get something worth mentionning, be sure I'll post it here but so far I haven't found something that has not been already found and mentionned here.
There have been a couple of posts trying to sum up what as been found so far throughout the thread, but it's true that it might be interresting to have a new thread metionning only major things we know about our system and limiting posts there to actual useful facts.
I'l try to do that...

I'l try to do that...
The "discovery" of information already discovered has been bothering me for a while. It needs to be done, and judging from other threads on other forums, everyone's referencing our work here.
I should have some time this weekend, I'll try to get it done.
The "discovery" of information already discovered has been bothering me for a while. It needs to be done, and judging from other threads on other forums, everyone's referencing our work here.
I should have some time this weekend, I'll try to get it done.
Let me know if things are missing or inacurate.
The Toyota/Lexus Nav uses Denso, which is the same as the C6 units.
http://www.coastaletech.com/LOCKPICK_MAIN.htm
The Best of Corvette for Corvette Enthusiasts
The Toyota/Lexus Nav uses Denso, which is the same as the C6 units.
http://www.coastaletech.com/LOCKPICK_MAIN.htm
These guys originally hacked into the Nav system in the Prius and some folks from the Lexus forums contacted them (I have an IS-350). I think they have a gold mine of knowledge to spread.
They could possibly unlock the "back up" camera feature in our systems too!
I sent them an email and they are located in Florida. I'm sure one of the forum members would be more than happy to supply them a temporary donor vehicle.

Last edited by Zed_six; Nov 25, 2006 at 02:06 AM.
These guys originally hacked into the Nav system in the Prius and some folks from the Lexus forums contacted them (I have an IS-350). I think they have a gold mine of knowledge to spread.
They could possibly unlock the "back up" camera feature in our systems too!
I sent them an email and they are located in Florida. I'm sure one of the forum members would be more than happy to supply them a temporary donor vehicle.
This series of "hacks" makes the system think that it's not in motion.
http://my.is/forums/showthread.php?t...avigation+hack
Some pictures...
Some annotated text:
*** Note if you have M(ark) L(evinson radio system) and want it to play DVD when moving. You will need to GROUND the parking brake wire also. It's the RED wire on the J50 connector.
Anyone try something like this yet?
It looks like it is made up of a header and 3 segments. The header has a set of 32-bit numbers which indicate the length of each segment. I wrote a simple program to split the file into these segments. The first two appear to be some sort of images, probably the splash screen. The third starts with the string "Progam Block" - probably the actual code.
Actually, it has four blocks that start "Program Block", so it appears there's more dismantling to do. Sigh. Presumably each of these is some sort of index to the actual code.
The images appear to be an indexed RLE-encoded format, as the first 2K bytes is a color map, followed by a header and what appear to be index values followed by repetition counts. Something similar to a GIF or BMP image file.
The header includes the strings "rGpaihDc BV 5046" and "91990--4511 :000" which look pretty mysterious until I n-nUxi'd (byte swapped) them, then I get "GraphicD VB 0564" and 1999-04-15 10:00" which make more sense. The GraphicD could mean a lot of things, the VB is ominously suggestive of a certain vendor in Washington (but this is just an image, remember).
There are also a couple of numbers in there, again byte swapping them turns 0x0190 into 400 and 0x00F0 into 240 - possibly ndicating an image size of 400 x 240.
I'm betting once I get this image format figured out at least one of them will be the Corvette logo that appears on the nav when its turned off. The next step, of course, is to turn this into a recognizible format so I can hack it then try loading it onto the nav. Perhaps a Z51 badge in addition to the crossed flags?
One (more) small step for a Corvette driver, one giant step .. oh, never mind.
PM or e-mail me if you want the splitter code or the output files.
Hey, do any of you other old-timers remember the nUxi problem?

















