Honda Accord 2009 Dvd Gps Navigation System Download

View and Download Honda 2009 Accord navigation manual online. Honda 2009 Accord. 2009 Accord Car Navigation system pdf manual download. The Licensors do not guarantee to the Navigation System” (the “DVD”), duplicated, or otherwise modified, in customer that the functions included which includes HONDA MOTOR CO., whole or in part. Sep 30, 2017 GTA Car Kits - Honda Odyssey with Navigation 2005-2010 iPod, iPhone and AUX adapter installation - Duration: 9:34. GTA Car Kits 170,361 views. I have a Honda Civic 2009 with Navigation builtin. After a year of having my car I decided it was time to start digging into the Navigation system to see if I could make it do more things. After some research I saw lots of work was done by AngryDad in 2006 for the Honda Civic/Accord system. There appears to be no real work since then.

  • 4Working with the firmware
  • 6My Hacks

Overview

I have a Honda Civic 2009 with Navigation (NavTeq) builtin. After a year of having my car I decided it was time to start digging into the Navigation system to see if I could make it do more things. After some research I saw lots of work was done by AngryDad in 2006 for the Honda Civic/Accord system. There appears to be no real work since then.

Getting Started

First you need to get to the DVD for the Navigation software. It is under the CDROM. Press the Open button for the screen to come down. Under the CDROM is a black cover. Pop that down with the tab and then you should see the hidden DVD-ROM. Press eject (or 'map') and it should eject a DVD. The version should be on the DVD but they are also color coded.

  • v3.x - Orange Disk (See AngryDad's forum below)
  • v4.x - White Disk (See guicide's info below)
  • v6.x - Teal Disk (This is mine..lucky me :)

The system runs the Hitatchi SuperH SH-4 Processor. This processor is specially designed for floating point and vector math and was made popular by the Dreamcast Gameconsole. Today it's mainly used for a few media terminals and automobile dashboard units. It's a 64-bit processor. The software is Windows CE (wince). The tools from v3.x don't really work on v6 but the update tool for v4 is a good jumping point for our work.

I'll attempt to repost any relevant info from the other forums here as well.

Copy from the CD

You'll need these files from the CD to do an update (basically the same as v4.x)

  • 09AVN2.bin
  • 09AVN.bin
  • A0000_00.MNG
  • PRG_INFO.MNG
  • DCA0.REG
  • UPDATE_APL.exe

We will be working with 09AVN2.bin for all of our changes but you'll need the other files when it's time to burn your 'update' disk.

NOTE: It is possible to copy the whole DVD to a DVD-R(w) and run from that. I don't like popping in my original DVD all the time so I've made a backup. There is a test the navigation system does to ensure you don't run pirated copies which unfortunately also prevents you from running legitimate backups of your original media. I have a patch that will allow me to use a DVD-R instead of the original.

FYI, My version according the the Teal lable and the 'DISCLBL.INF' file is 'BATMA 6.72B'. The BATMA is short for Batman, and more specifically 'Batman Forever'. Not sure what the deal is with the naming conversion but several of their compiled binaries were compiled under a batman_forever directory. So you'll see strange references to Batman if you delve into the RE of this firmware.

Working with the firmware

For windows you can download the Bysin.zip file from the v4.x site. This will list and extract all the files and can update non-module files (non-exe/dlls) for v6.x. Because I only have a windows box at work (and it does not have an internet connection) I mainly use Linux. The source was available for Bysin and it's in VC++ and uses CECompressv4.dll. I decided I could fairly easily port the code (minus the windows DLL) to linux. THe CECompress stuff is just Microsofts LZX compression stuff (like in CAB files) but with it's own proprietary structure for the .bin files. Ideally I'll just write the LZX algo into my linux code and then it will be cross-platform compatible w/o the need of any DLLs.

When porting a fixed some small bugs with the original Bysin code and more importantly added the ability to update modules. You don't need this feature to change images but you do if you want to change text or the way the actual program behaves.

Working with compressed modules

cerom linux port doesn't handle compressed modules.

When listing the contents of the DLLs the modules will often times be marked as compressed (they start with a 'C' in the listing) but when you inspect the headers they actually are not. Go ahead and try to update even the ones marked as compressed. If you see a TODO message about compression then do NOT upload it to your car and just revert back. So far I haven't ran into any modules that truly are compressed.

Honda accord 2009 dvd gps navigation system download for windows 10

The bysin code has been updated to handle compressed modules, and you can get the code from the github dumpnavi repository and built it yourself, or a compiled binary may be provided at some point.

Reversing existing binaries

Ida Pro 64 can read the binaries but you will have to select the SH-4 processor (Renesas: SH4) yourself because the flag for the CPU is wrong in the binaries. For details on the SH-4 Process you can read this PDF doc [1]

NOTE: LINK BROKEN!

Compiling your own binaries

Instead of modifying a binary it should be possible to compile my own. I haven't gotten to this yet but I think the CE binaries are Embedded Visual C and they used Microsofts Automotive Platform Development kit. I'll post more when I get to this step.

Uploading Hacks

You can use just a CD-R (no need to use a DVD-R). Just copy the above files (Including your modified 09AVN2.bin of course!) to the CD-R. Replace the Navigation DVD with the CD-R. When the car is turned on it will show you an error message about contacting your dealer or something.

Press: Map & Menu & Cancel buttons all at the same time for 5 seconds until you hear a beep.

Then a dialog should pop up. Pick the bottom button (I think it says diagnostic)

Then pick 'Version'

Then push the button that says 'Download'

(NOTE: See guicides tutorials for step by step details [2])

It should then read your CD and 'download' your new changes. This takes almost 5 minutes for the progress bar to complete..sloooow. But once it's done it should reboot and your changes should be there. You will need to replace the original Navigation DVD for anything but the Splash Screen to work. But once the original DVD is in all your custom code would work (hopefully) fine.

My Hacks

Here are the hacks I've done with my linux code w/o details. I will try to duplicate the older hacks as well as add my own.

May 16, 2017  Click Backup to save a backup of the existing map files on the SD-card; Click Updates to load the latest map files onto the SD-card, be patient, this can take awhile When the download and transfer is complete hit Exit to close Mazda Toolkit; Remove the SD-card from your computer and re-insert it in the SD-card port of your Mazda 3. Download map files for mazda 3.

Splash Screen Hack

You will find a file called OpeningBase.bmp. This is the background image (The Earth's horizon on mine) For some reason Gimp can not view this image but I noticed that M$ paint could. I need to figure out what's up with that. Anyhow you can however create an image with the same dimensions as save it as a 16-bit BMP file (In gimp use the Advanced drop down when saving). Then Choose A1 R6 G5 B5. If this option is greyed out, then go back and add an Alpha channel to the pic and try again.

Also the radio will overlay the Honda logo and text over this image. These files are called Honda_emblem.bmp and Navi_Title.bmp respectively. The transparencies are not working very well for me at the moment. I'm not sure why I need to save an Alpha channel but can't use a true transparent background :/

Another method I may revert to is to simply make the two overlaid images 1x1 pixels and make them the same color as my background..even though that's cheating.

Nag Screen Text Hack

Navigation

The Text for the Nag screen that tells you something about the operations manual or something..never read it.. Can be found in HMIManager.dll. You can use a hexeditor to change it. Just make sure the file is the same size before you upload it. HMIManager.dll is a 'module' in 09AVN2.bin and that code is very alpha so be careful :)

Use Backup DVD-R Image Hack

The navigation software checks for a 'stamped' DVD disc to try and prevent piracy. Unfortunately it also prevents you from making a legitimate backup of your DVD. This sucks and for the the price of a replacement DVD I didn't want to take the chance of damaging my DVD while working on this project so I modified the firmware to allow burned DVDs to be used. I'm really glad I did because during the hot summer we had here my DVD got warped and stopped working after being in the parking lot all day. This would have sucked but luckily it was a DVD-R and not my original.

Honda Accord 2009 Dvd Gps Navigation System Download For Pc

The software checks the DVD media info. If you have linux you can play with dvd+rw-mediainfo which can dump the raw DVD info. The software checks the BookType, Layers and OTP. It uses this info to determine if the DVD is stamped (from the factory) or a burnable disk.

These checks happen in the CDiscPhysicalInfo::IsDiscDVD_R() method of HMIManager.dll. You can see the checks and where it branches here. Replace the branching with NOPs (0900) and the checks will fall down to the successful message. The strings you see in the binary are for the debugging output. This is normally not visible on the console but really handy that it's still in the binary files ;D

Actual patch details for the 3 checks

Software

  • cerom project page - Linux wince dumping tool

Gallery

References

  • AngryDad's forums http://www.vistabug.com/bb/viewforum.php?id=2
  • v4.x info http://guicide.com/cars/2006civic/nav/hacks/hacks.html
  • Bysin (dumpnavi) tool http://guicide.com/cars/2006civic/nav/hacks/Bysin.zip
  • Windows Automotive PDF http://download.microsoft.com/../Windows%20Automotive50SP2_Technical%20Overview.pdf
  • SH-4 Techsheet http://www.st.com/stonline/products/literature/um/13061.htm
Retrieved from 'http://wiki.hive13.org/index.php?title=Honda_Navigation_Hacking&oldid=13296'

The Honda Accord Navigation DVD 2018 is available on Accords that were produced from 2003 to 2016. There are two versions of the Honda Accord GPS DVD upgrade – you will need either the Orange or White version – click the banner below to update today.

Please note that we offer links to the best prices online and are not affiliated in any way to Honda – this is a pure information website run by Honda Accord fans that have developed this website in order to help other drivers find the best deals on Honda Navigation System Updates.

Honda Navigation DVD 2018 Now Available

All the map updates can be bought online, and these are the only official Honda Accord updates that you will find – so please visit the official store today on the link and banner below.

What Version of the Honda Accord Navi DVD for You?

If you are not sure which version of the new Honda Navigation DVD 2018 it is that you need to select then don’t worry, because once you visit their official store, there’s a drop-down selection that lets you choose your year and model of Accord – and it will then show you the Honda Accord Navigation Disc that’s best for you and your car. If you still want to know though, the table below shows you which DVD matches which year.

2005 Honda Accord Navigation Disc

If you want to update to the 2018 Honda Navigation System then visit the official Honda Navigation store on the banners above and to make sure that you are up to date with the latest Navi maps for your in-dash unit.

Honda Accord Navigation System Year

Honda Accord Navigation DVD Update Version

20032018 Orange DVD Map Update v3.B0
2004{ }
2005{ }
20062018 White DVD Map Update v4.B1
2007{ }
2008{ }
2009{ }
2010{ }
2011{ }
2012 / 2013 / 2014 / 2015 / 2016 / 2017{ }
<< Click here to get the new Honda Accord Navigation Update >>
Want More Information?

If you want to know more about this Accord Upgrade DVD then make sure you read the home page which contains details on why you should buy it, why you should never download Honda hacks or torrent versions, how much money it will save you in terms of fuel prices, plus additional information explaining what’s contained in this new update.

The History of Honda Accord GPS Navigation

The Honda Accord came to public attention in 1976, when the Japanese manufacturer released their first ever model. By 1982, this mid-sized automobile was being manufactured in the United States and is now one of the country’s best selling cars. In fact the Accord was the 4th highest selling vehicle in America in 2010 with over 300,000 sold to the public. This car consistently comes near the top of customer and consumer reviews and is highly respected for its reliability.

There have been many different generations in the range since the 1980s, and it was all the way back in 1981 that the World’s first ever automatic in-car navigation system was included as an optional extra. This device was called the Electro Gyrocator and unlike today’s car navigation software it did not run from GPS. It wasn’t until the mid-nineties that true satellite navigation became an optional extra in the Accord series.

Now of course, the Honda Accord GPS in-dash system comes as standard on many models, or can be added as an additional feature in any other Accord model. With so many drivers now relying on the in-dash navigation from Honda to get them from A to B, the process of updating the Honda Maps has become even easier too.

<< Click here to get the new Honda Accord Navigation Update >>
If you own a Civic Type-R model then please check our article about the Honda Civic Navigation system update.