dzo Posted April 2, 2017 Report Share Posted April 2, 2017 DZO hello, please do from the txt file to the LNG format. This is the updated Russian language on MRZ 0047. Here it is: mrz0047_ru.zip If changing the font doesn't work (did it display at all?) then it's not going to be easy to fix the spacing problem, I guess they hardcoded a fixed spacing for chars above 255 to display Japanese correctly. This is most likely in the platform rather than the apps code, your only choice may be to convert the text to non Cyrillic chars. Quote Link to post Share on other sites
Mohsin97 Posted April 2, 2017 Report Share Posted April 2, 2017 Hey does anyone know how to do this custom firmware stuff on an avic hvr011 or avic vh99 ??????? is it possible to do something similar on these devices just like you guys do for the avic mrz99. THANK YOU Quote Link to post Share on other sites
BeefimusMaximus Posted April 3, 2017 Report Share Posted April 3, 2017 Hey guys, Just bought a Nissan with the MRZ02 unit. Has anyone tried this method on this version of the unit? Or the MRZ04, or MRZ06 models? Just want to know if the platform version is the same and if its compatible before I try anything. Quote Link to post Share on other sites
dzo Posted April 3, 2017 Report Share Posted April 3, 2017 Hey guys, Just bought a Nissan with the MRZ02 unit. Has anyone tried this method on this version of the unit? Or the MRZ04, or MRZ06 models? Just want to know if the platform version is the same and if its compatible before I try anything. The mrz02 is from 2013 so you'd expect it to be a much newer platform than mrz99 but it does look very similar in the screenshots. The best thing to do is try to dump the firmware and post some of the files here. Try to get into testmode using the key combination or the testmode key in post #90. If these don't work then it's probably a different platform. If you can get into testmode, copy all of /USER to an sd card then post /USER/PRG1/APL/MENU/Image.img and everything in /USER/PRG1/APL/LANGDATA/ here. Quote Link to post Share on other sites
Ilnur Posted April 3, 2017 Report Share Posted April 3, 2017 Here it is: mrz0047_ru.zip If changing the font doesn't work (did it display at all?) then it's not going to be easy to fix the spacing problem, I guess they hardcoded a fixed spacing for chars above 255 to display Japanese correctly. This is most likely in the platform rather than the apps code, your only choice may be to convert the text to non Cyrillic chars. DZO ÑпаÑибо Quote Link to post Share on other sites
Ilnur Posted April 3, 2017 Report Share Posted April 3, 2017 DZO можешь иÑправить ошибку, когда нажимаеш кнопку наÑтройки времени и даты магнитолла перезагружаетÑÑ. Quote Link to post Share on other sites
fplatel Posted April 5, 2017 Report Share Posted April 5, 2017 OK, I've updated the code so it'll accept utf8 chars. To do a translation into a new language, fork my github project and edit the "translated.txt" file to create a new one (translated_ru.txt perhaps). Some rules: No double quotes (") allowed anywhere except the start and end of a string (some are on multiple lines). Don't change anything that has a % followed by some characters (google translate will mess these up so you will have to fix them by hand). Don't add lots of new text, the final langdata file must be less than 128K and it's quite close to that. I'm happy to create the langdata file for you when the strings are translated but make sure you follow the rules above or it won't work. Hi Dzo thank you for you great work, as I was desperate to ever be able to easily use the MRZ77 that is fitted in my Nissan March. I have not yet tested your language files as I am not home currently but I will surely. My question is : where can we find the updated code you are talking about in the quoted post above ? I have a link to a V2.1 release (https://github.com/dzo/mrz99/releases) but it was released on 7 feb and your post is dated 23-march. Thanks again Fabrice Quote Link to post Share on other sites
dzo Posted April 6, 2017 Report Share Posted April 6, 2017 Hi Dzo thank you for you great work, as I was desperate to ever be able to easily use the MRZ77 that is fitted in my Nissan March. I have not yet tested your language files as I am not home currently but I will surely. My question is : where can we find the updated code you are talking about in the quoted post above ? I have a link to a V2.1 release (https://github.com/dzo/mrz99/releases) but it was released on 7 feb and your post is dated 23-march. Thanks again Fabrice That's the release which is a zip built from my code, but it's only english so it hasn't changed. The code is here: https://github.com/dzo/mrz99 Quote Link to post Share on other sites
fplatel Posted April 6, 2017 Report Share Posted April 6, 2017 Ok I have downloaded the code, now how to use the programs ? what tool do you use to edit the strings ? with notepad++ I cannot see the japanese strings file correctly as it doesnt detect the right encoding characterset. I have an mrz77 unit and I want to make sure that all japanese strings for this unit are translated but I read in one of the posts in this thread that mrz77 has more strings than the mrz99 for which you provide the translated LNG file so I would like to be able to translate these additional strings unless there is a language file already complete for mrz77 ? Quote Link to post Share on other sites
dzo Posted April 6, 2017 Report Share Posted April 6, 2017 Ok I have downloaded the code, now how to use the programs ? what tool do you use to edit the strings ? with notepad++ I cannot see the japanese strings file correctly as it doesnt detect the right encoding characterset. I have an mrz77 unit and I want to make sure that all japanese strings for this unit are translated but I read in one of the posts in this thread that mrz77 has more strings than the mrz99 for which you provide the translated LNG file so I would like to be able to translate these additional strings unless there is a language file already complete for mrz77 ? decode generates utf16 strings so you need to convert them to utf8, I use iconv for this, most editors can handle utf8. I just checked and mrz77 only has one extra string which is already translated so you should be able to use the latest mrz99 PF090JPJPN.LNG file. Don't install the image file from mrz99, use the one from post #67. Quote Link to post Share on other sites
Ilnur Posted April 6, 2017 Report Share Posted April 6, 2017 DZO hello, but could you release a testmode to go to windows? Quote Link to post Share on other sites
Ilnur Posted April 7, 2017 Report Share Posted April 7, 2017 DZO hello, are interested in the question and is it possible to run on our device another navigation, such as Igo in Navitel? Because the F900W guys were able to install other navigation Quote Link to post Share on other sites
iZor Posted April 7, 2017 Report Share Posted April 7, 2017 Hi DZO. I was wondering if there's a step by step guide anywhere showing how to edit these .LNG files / translate them to English, because I'd really like to learn how it works. I understood how to access, backup and replace the files, but I just can't get the decoding and stuff to work. I've seen your post on github but I'm not sure how to use the scripts.. If a guide doesn't exist and you prefer to not make one, which I understand, do you still take requests? Thanks for reading! Quote Link to post Share on other sites
BeefimusMaximus Posted April 8, 2017 Report Share Posted April 8, 2017 The mrz02 is from 2013 so you'd expect it to be a much newer platform than mrz99 but it does look very similar in the screenshots. The best thing to do is try to dump the firmware and post some of the files here. Try to get into testmode using the key combination or the testmode key in post #90. If these don't work then it's probably a different platform. If you can get into testmode, copy all of /USER to an sd card then post /USER/PRG1/APL/MENU/Image.img and everything in /USER/PRG1/APL/LANGDATA/ here. Thanks for the speedy response! The car was out of town so I couldn't pull the files until today. I've attached them as requested. FYI the button combination worked fine on the unit, there was no need for the testmode key file. Hope that means good things. Link: https://mega.nz/#!N1wyFCZa!7FPQRHklxRglhJMqP5goW1CZ-she9gIElC6Zk0TKzCs (I had to use mega because I couldn't attach the file here, some error about no file was selected whenever I tried) Also, since you are familiar with the file structure, what the purpose of the PRG0 folder? its almost identical to the PRG1 folder. Is it for some alternate mode? or language? Quote Link to post Share on other sites
dzo Posted April 10, 2017 Report Share Posted April 10, 2017 Thanks for the speedy response! The car was out of town so I couldn't pull the files until today. I've attached them as requested. FYI the button combination worked fine on the unit, there was no need for the testmode key file. Hope that means good things. Link: https://mega.nz/#!N1wyFCZa!7FPQRHklxRglhJMqP5goW1CZ-she9gIElC6Zk0TKzCs (I had to use mega because I couldn't attach the file here, some error about no file was selected whenever I tried) Also, since you are familiar with the file structure, what the purpose of the PRG0 folder? its almost identical to the PRG1 folder. Is it for some alternate mode? or language? Thanks, it's very similar to mrz09 but with a few more strings and slightly different images. Here is an update that might work: https://github.com/dzo/mrz99/releases/download/v2.1/mrz02_update.zip extract it to a usb stick, plug it in and wait. If the images don't work, replace the Image.img file with your original and try again. PRG0 and PRG1 are used for updates, when the system is updated it copies the new files to the unused directory and then adds or removes a PRG.FLG to say which one is now in use. no PRG.FLG means use PRG0, PRG.FLG means use PRG1. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.