Honda CR-Z Navigation Splash Screen Replacement
Introduction
The Honda CR-Z factory navigation system shows a fixed opening splash image every time it powers up. This guide covers replacing that stock graphic with a custom design of your own. The visible splash is stored as a bitmap packed inside a binary container on the navigation DVD; by copying that file off the disc, swapping in your artwork with a small command-line tool, and burning a fresh disc, you can flash a personalized screen that the head unit then keeps permanently. The process is fussy about image color profiles and disc format, so it rewards precise, exact work rather than improvisation. It has been reported to succeed on the original 2010/2011 discs and on the 2014 update disc (where the relevant file is renamed and the extra graphics are gone), but not on the 2015 USB update, which stores images in an unsupported map file format. Be aware that altering the navigation software is unofficial and could affect your vehicle warranty. Adapted from a community writeup by stonyt10 on CRZ Forum (https://www.crzforum.com/threads/diy-change-navi-splash-screen.11220/), including corrections from the follow-up discussion.
Reference
Tools Required
- Windows PC with a DVD burner capable of writing double-layer media
- Adobe Photoshop (CS3 or newer strongly recommended for color-profile fidelity)
- 7-Zip or any free ZIP archive extractor
- bysin.exe binary-patching utility plus its CECompressv4.dll
- Windows Command Prompt
- Original factory navigation DVD (as the source and for restore)
Parts Required
-
Blank double-layer DVD+R DL disc, approximately 8.5 GB (Verbatim confirmed working; RW media tends to fail)
Safety Warnings
- ⚠ Modifying the navigation software is unofficial and may affect or void your vehicle warranty; proceed at your own risk.
- ⚠ Always keep an unmodified copy of your original navigation DVD and its extracted files so you can restore the factory state if the flash fails.
Step-by-Step Instructions
1 Design your replacement splash artwork
The navigation display renders at 480 x 234 pixels, so build your background at exactly that resolution. The system is extremely sensitive to the file's color space, and in practice only Adobe Photoshop (CS3 or newer) reliably preserves it. Instead of building a bitmap from scratch, open the original OpeningBase.bmp that you pulled from the DVD, paste your finished design on top of it, flatten the layers, and use Save. Never use Save As, which silently converts the file to 24-bit or 32-bit and breaks it. A correct OpeningBase.bmp lands at roughly 220 KB; if yours is a very different size, your editor has changed the profile and the nav will reject it. Note that Windows may report the bit depth as 16 while Photoshop shows RGB/8 for the same file, so rely on the original's inherited profile rather than manually setting a depth. The two remaining graphics (Honda_emblem.bmp and Navi_Title.bmp) sit on top of the background, so reduce each to a single black or color-matched pixel to keep them from covering your image.
2 Copy the navigation DVD to your computer
Insert your original navigation DVD and drag its entire contents into a new desktop folder named navi_files. Within that copy, locate the packed binary called 10AVN2.bin; this is the container that holds the splash graphics. The exact filename can differ between navigation versions. On the 2014 update disc, for example, the background bitmap inside the binary is named Opening1.bmp rather than OpeningBase.bmp, and the separate emblem and title files are absent. Keep this untouched copy of the disc contents so you always have a clean fallback.
3 Assemble the bysin patching tool
Download the bysin utility and extract bysin.exe together with CECompressv4.dll using 7-Zip or any free archive extractor. Create a working folder directly at the root of your C: drive named navi, so its path is c:\navi. Into that single folder place all of the following: bysin.exe, CECompressv4.dll, your working copy of 10AVN2.bin, and your three prepared images (Honda_emblem.bmp, Navi_Title.bmp, and OpeningBase.bmp).
4 Patch the images into the binary
Open a Command Prompt (search cmd from the Start menu) and switch into the working folder with cd \navi. You run the same tool three separate times, once per graphic, letting each pass finish and hand you back the prompt before you start the next. Every line begins with `bysin`, then names the container `10AVN2.bin`, then adds the keyword `update`, and finishes by giving the target image's filename twice over -- first as the entry being overwritten, second as your edited replacement on disk. Feed it `Honda_emblem.bmp` in both slots; repeat the whole thing with `Navi_Title.bmp` in both slots; run it once more with `OpeningBase.bmp` in both slots. Each pass overwrites only that single graphic inside the `10AVN2.bin` container using your version; after the third one returns, close the window.
5 Burn a mastered double-layer disc
Copy the freshly patched 10AVN2.bin out of c:\navi and use it to overwrite the old copy inside the navi_files folder on your desktop. Then burn the complete contents of navi_files to a blank double-layer disc. Two format details are critical: the media must be double-layer (DVD+R DL, about 8.5 GB; Verbatim discs are confirmed to work, while rewritable RW media tends to throw read errors), and the disc must be written in mastered or closed-session mode so it is readable in a device other than the PC that authored it. The built-in Windows disc burner is adequate for this job.
6 Flash the new images through the diagnostic menu
In the car, power up the navigation system (the engine need not be running) and swap your burned disc in for the factory DVD; expect an access error at this point. Bring up the hidden service menu by pressing and holding the map, menu, and cancel buttons together until a diagnostic screen appears. Choose the bottom entry to open the diagnostic list, select "version," then select "download." The disc will spin up and load, warning you not to switch off the car while it works.
7 Restore the original DVD and confirm
After the transfer runs for a while, the unit will report that the loaded disc is not the genuine navigation DVD. When that message appears, remove your burned copy, reinsert the factory disc, and let it load normally. The head unit stores your custom splash in its own memory, so this flash is a one-time operation; from then on you drive with the original DVD in place and your image survives every power cycle.
Pro Tips
- 💡 GIMP is sometimes suggested as a free alternative, but attempts with editors other than Photoshop repeatedly produced blank white or black splash screens due to color-profile changes; a 30-day Photoshop trial is the most reliable route.
- 💡 If your background loads blank, confirm the OpeningBase.bmp file size is near 220 KB and that you used Save rather than Save As.
- 💡 The navigation renderer treats one specific shade of green as transparent and erases it, which you can exploit to create non-rectangular cutouts that layer cleanly over other graphics.
- 💡 On the 2014 update disc the background file is named Opening1.bmp and the separate emblem and title bitmaps no longer exist, so paste your artwork onto whichever file looks like the background.
- 💡 The 2015 USB update stores its imagery as IMGxxxx.mdt map files and cannot be edited with this method.
Was this guide helpful?