Jump to content
AVIC411.com

dzo

Members
  • Content Count

    80
  • Joined

  • Last visited

Everything posted by dzo

  1. Here is a generic testmode key, it should work on all models. generic_testmode.zip The 099 is quite different to the 99 though. It's from 2013 and the fact that the mrz99 testmode key doesn't work means it's probably a different platform version so the translations are unlikely to work. Before you do anything make sure you make a backup. If you post a zip of the LANGDATA and MENU folders here I can take a look and see how easy it would be to translate.
  2. You need to delete the old file then copy and paste. If you have a mrz99 you can just use the installer though (after doing a backup with the file manager).
  3. The firware version info is in: /PRG0/PF090APL.HTM or /PRG1/PF090APL.HTM This is mine: [2009 Navigation Application Release Record] 20140327 17:40:19 Product : AVICMRZ90 Release File : APL Release Version : 3.070200 Release Machine : BUILDL25
  4. There were are few extra strings in your LNG file. Here's a quick translation that might work. test.zip Can you post the version numbers for your mrz99 firmware so others will know if they need this. Do the images work ok?
  5. There must be a setting in maps that's giving you directions, try disabling all the map options in the settings menu. While it may be possible to install non JP maps, I'm not sure how easy it would be and they aren't available for my region (NZ). The Z110BT/F30BT use the same platform but there may be a hardware check somewhere in the boot sequence that means installing firmware from these models would brick your device. I wouldn't do it without being able to boot from other media or JTAG access.
  6. Yes, if you just deleted PF090JPJPN.LNG the zip will fix it. If you deleted more than that you will need a backup or you can copy the files from the other tree (/USER/PRG0 or /USER/PRG1 depending on the presence of /USER/PRG.FLG)
  7. Use the zip from post 59. The latest zip will always be here: https://github.com/dzo/mrz99/releases
  8. That should be the only screen which is wrong, mrz77 has a few extra strings.
  9. I don't have time to make custom backgrounds for people but you can always compile the code yourself and add you own. The new bitmaps are here: https://github.com/dzo/mrz99/tree/master/updated They need to be 16 bit old style windows bmps, Gimp can make these but it produces an incompatible bmp header so you need to run fixbmpheader on them. Easiest way to compile and run the code is on a Linux box.
  10. OK, I made a quick update with your image, let me know if this works. https://www.dropbox.com/s/7oztdfghmen60il/Image_mrz77.img?dl=0 Don't use this on anything but mrz77
  11. If you post a link to your backup Image.img, I'll take a look at it and see what the problem is.
  12. I put the wrong installer script in that zip, here's one that should work: https://github.com/dzo/mrz99/releases/download/v2.1/mrz99_update.zip
  13. If you have a mrz99, all you have to do is extract the zip from post #52 to a usb drive and plug it in. No other instructions are necessary. If you have a different model, it's probably best to make a backup first.
  14. I've updated the translations and made the background image blue, here's a new zip. https://github.com/dzo/mrz99/releases/download/v2.0/updatemrz99.zip
  15. Post #11 has a zip with a translated PF110JPJPN.LNG You can also try the zip installer in post #29 to replace the images too but: Make sure you do a backup first!
  16. Here's a zip of the mrz09 LANGDATA folder, it should be the same as mrz05. mrz09.zip
  17. It's a good start but I'm afraid you will need to do some more work for this to be usable. Your translation only has the first 700 strings, there are over 4000 needed. Google translate has a limit so you will need to translate them in batches. You also need to make sure that anywhere there is a % in a line, that it isn't changed by google translate, % followed by a number and/or character is a format string and google translate will mess these up so you need to change them back by hand. There should never be a space after a % and sometimes the character and the % are swapped or the char is c
  18. It should be the same as 09 but this hasn't been tested. Make a backup of \USER\ and try the zip I posted yesterday. If it doesn't work, restore the Image.img file first and check again. The script shows which files are replaced.
  19. Here's a zip file that should automatically update mrz99, mrz77, mrz09 and mrz07 (and perhaps others). https://github.com/dzo/mrz99/blob/master/updatemrz99.zip?raw=true Extract the zip to a usb drive and switch on the AVIC with it plugged in to install. If you want to use a SD card, edit the script and replace USB\ with SD\ in the copy commands It also replaces the images so there is almost no Japanese text left. My mrz99 has a photo of my family as the background but I'm sure you don't want that in your car so I've replaced it with this: https://github.com/dzo/mrz99/b
  20. The translated strings are in my GitHub repo: https://github.com/dzo/mrz99 The file for mrz09 is translated_110.txt You can edit them there or add a new file with a different language if you like. All the code to produce a language file is there. I've also written some code to change the images and I'll make that available soon.
  21. This isn't easy, the date and time are obtained from the GPS and there's no obvious way to change the timezone. It may be possible to set the time if you unplug the gps antenna but I haven't tried this. One way to hack the timezone would be to change the dll that reads the time to add an offset.
  22. It should do, you will probably need the file for mrz09 (in post #11). As long as you make a backup of the old file first (it's called PF110JPJPN.LNG on the mrz09), replacing it is quite safe (because testmode runs before anything else). If you are worried, send me the existing file (or post it here) and I'll check if it's the same as mrz09.
  23. Try keeping the eject button pressed for a few seconds. The testmode key will also work from USB.
  24. The mrz07 is very similar to the mrz09 so try the file in the mrz09 zip I posted earlier. Make sure you do a backup first so you can restore the old file if it doesn't work.
  25. The file manager isn't very intuitive, you need to navigate to the source file, highlight select and press menu so the file has a + beside it, then highlight copy and then press menu again, now navigate to the destination directory and move to any entry and then paste should be selectable. After you have pasted, be very careful because it highlights the next available operation which just happens to be "delete"!! There's a youtube video showing how to use the file manager somewhere. If you are still having problems, I can make a testmode script to do the copying.
×
×
  • Create New...