Jump to content
AVIC411.com

AVIC-D2 program code...


Recommended Posts

Pretty quiet around here...has anyone been able to determine where the firmware code is on the DVD and which CPU instruction set it uses?

With that info it should be easy to disassemble the code and make small changes...such as getting rid of that blasted nag screen on the map everytime the unit is powered up. If the code uses a checksum that can be maintained on a small tweak by using a small jump instruction and putting dead opcodes in between to maintain the checksum.
Link to post
Share on other sites
  • 2 weeks later...
i've just been poking around my AVIC N1s code, it looks like it uses an NEC 78K derivative, i just did a partial disassembly and it looks like the 78K works..

the PRG files are the code.


i saw a pic of a circuit board on here, but the image isn't clear enough to read the cpus model number.


looks like the gps unit spits out standard NMEA strings i wonder if you could hook into them for other things
Link to post
Share on other sites
  • 1 month later...
[quote name="charliex"]i've just been poking around my AVIC N1s code, it looks like it uses an NEC 78K derivative, i just did a partial disassembly and it looks like the 78K works..

the PRG files are the code.


i saw a pic of a circuit board on here, but the image isn't clear enough to read the cpus model number.


looks like the gps unit spits out standard NMEA strings i wonder if you could hook into them for other things[/quote]

Excellent, that is enought to start an examination since that will tell me what the opcode bytes are for that CPU. With that it should be possible to trace back what opcodes launch the nag screen, since the text string will be present for it, and attempt to change the instruction bytes to go around it.

Can you point me to where you got your disassembler from?
Link to post
Share on other sites
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...