Xoutpost.com

Xoutpost.com (https://xoutpost.com/forums.php)
-   Navigation System (https://xoutpost.com/electronics/navigation-system/)
-   -   Menu in your own languages (https://xoutpost.com/electronics/navigation-system/14190-menu-your-own-languages.html)

boregepco 05-24-2008 01:57 PM

I sow this site but no download links there. i send a message to russian gays, but 5 days no answer no replay. and i post here.

RRD 05-25-2008 07:59 AM

Quote:

Originally Posted by rangerovernl
Guys just a quick question. I have v29.1 in my car with the english files replaced with the dutch language files.
If i straight upgrade to v31 will I then loose the dutch language?

Yes you will.

arturro1982 06-06-2008 06:22 PM

hello I am new here but I wonder if someone can tell me how can i make a polish language and polish voice in my mkIV
thanks for reply

macznik 06-06-2008 08:07 PM

Quote:

Originally Posted by arturro1982
hello I am new here but I wonder if someone can tell me how can i make a polish language and polish voice in my mkIV
thanks for reply


:nanana:

greg38 06-07-2008 04:19 AM

Quote:

Originally Posted by arturro1982
hello I am new here but I wonder if someone can tell me how can i make a polish language and polish voice in my mkIV
thanks for reply

Use navtweak for translate german, english... file to polish, read the first post...

Bye

greg

EMEKpp 10-07-2008 08:29 AM

Hello,

I'm making a polish translation for mk4, there's no problem with changing voice, it works, but i dont know why subtitles doesn't.

I used navtweak v2.7 and exported deutsh to txt file (in string section).
After it in notepad I edited all strings to Polish. Next was import as deutsh. In Navtweak it looks ok, but when I installed it in car, and change language to Deutsh I'm still have deutsh subtitles.

What i'm doing wrong?

I read posts in this thread about recalculating CRC, and experimentaly exported module. But it looks like navtweak do it good instead me ;)

KiwiJochen 10-13-2008 12:54 AM

Make sure that the modified "polish" OS version has a different version number to the existing installed version.

The Mk4 nav will not load the OS if it is the same version number as existing.

To make new version number:
Either edit 4-1/100 to make it 4-1/101 or higher
Or downgrade to earlier than 4-1/100 then load your modified 4-1/100

EMEKpp 10-29-2008 08:50 PM

Today, I tried it.

Standart, import my text file as italy, I also change splash creen <resolution and type <gif> was the same as oryginal>.

Effect? I had info that, there is a problem with changing software <wrong disk or simmilar, i dont remember>. Oryginal CD, wih lower version, repaired black screen, and it works. But i still dont now what im doing wrong.

If i will upload my navboot file, is there somebody who can take a look for it?

Symbian 02-17-2009 03:54 PM

Quote:

Originally Posted by Narky
http://www.xoutpost.com/images/misc/f...Federation.gif


Join Date: Jan 2006
Location: Moscow
Posts: 53
http://www.xoutpost.com/images/misc/im_icq.gif

So, here is the language change instruction.
Lets imagine, that we want to see Italian, when wee choose Deutsch in the settings. So, we need to look for Lng_Italiano and Lng_Deutsch modules. We can get them after decompiling the navboot with split.exe, or directly copy them from navboot with hex-editor (I use WinHex). Open Lng_Italiano and change “Italiano” at address 0000005Ch to “Deutsch”. Change “6F” at address 00000063h to “00”.
Look for byte at address 00000027h (basically, we must analyse DWORD at address 00000024h, but it will be less understandable) – it’s “68” here. If value of this byte is greater or equal than the value of this byte in the module, that we change (German), than proceed to the next step. In our case this is so (68>64) and we can proceed (don’t do all, that written in slanting font).
But if we want to change Italiano to Deutch, for example, than we need to paste four (68-64) “00” bytes at address 00000064h in Lng_Deutcsh (Ctrl+O in WinHex) and change “64” to “68” at address 00000027h. After that we must change the module leight at address 00000006h from “39 38” (this is module size 14648 bytes, translated to hex) to “39 3C” (this is the new module size 14652 bytes, translated to hex).
Now you need to save Lng_Italiano and open crc24.exe. You can get it on HackTheIBus Yahoo Group, I can send it by e-mail, but it will be better to upload it somewhere. Open Lng_Italiano in crc24 and it says Error and write you correct CRC for your new module. Now change last three bytes of the Lng_Italiano from “D7 60 B9” to the CRC, that crc24.exe write you (“1A 22 BC”).

Now open original navboot and find Lng_Deutsch in it (it is at address 00B29B30h). Mark all module from the beginning to the end (at address 00B2D467h). You can do it by holding Shift key. Now press Del and delete module. Go to address, where module begins (00B29B30h), copy all your new module and paste it at that address. Save navboot and proceed to “ISO change” routine, that you all know by heart:)
If you cant get the result with another replaces, please, do de2it replace for better understanding.
And say thanks to Nomad (x5world member), who open our eyes to module construction during the logo change project and to Tpeterke, crc24.exe creator. Thank you, guys!




Quote:

Originally Posted by nikagl
Hi all,

Here's the entire procedure for changing your spoken language, written language and logo's, including references to where you can get the correct files, and step-by-step procedures for each step.

1. Download the new image (eg. v27.1). More info in the "BMW Navigation System FAQ" thread: http://www.xoutpost.com/articles/all-...ystem-faq.html

2. Download CRC24.exe from the HackTheIBUS group (first subscribe, etc.):http://autos.groups.yahoo.com/group/...iles/Software/

3. Downloaded NavTweak from the following thread: http://www.xoutpost.com/156049-post1.html

4. Extract NAVBOOT (\V_2\RR\0101\BMWC01S\app_sw\) from the image using UltraISO. More info in the "Editing Splash Screen" thread: http://www.xoutpost.com/102790-post161.html

5. Extract the language module you'd like to use (for instance Lng_Hollands) from NAVBOOT using NavTweak

6. Open the language module with your favorite hex-editor (for instance UltraEdit – http://www.ultraedit.com) and change the language name (for instance "Lng_Hollands") into the language you would like to replace in your navigation system making sure the length of the name is the same (for instance "Lng_Deutsch." with "." being "00" in HEX to keep the correct length)

7. Save the language file and calculate the CRC using CRC24.exe. Then replace the CRC24 HEX values at the end of the language file with the values from CRC24 – please note that CRC24 then says "OK" when you check the file again

8. Replace the old language module (Lng_Deutsch) in the NAVBOOT file with the NEW language module (Lng_Hollands) using NavTweak - this now worked (before changing CRC in step 7 it did NOT work, due to a CRC error)

9. Replace the original logo with a custom logo using NavTweak (GifExtractor works too, but you lose some of the traffic symbols with larger logo's). Save the new NAVBOOT file

10. Replace the new NAVBOOT file in the v27.1 image, and modify the languages (these are the spoken languages). See the following thread: http://www.xoutpost.com/102581-post5.html

11. Save the image in your favorite format (I use ISO) and burn it with your favorite burning software (I use Nero) on the lowest speed, see the following thread: http://www.xoutpost.com/navigation-sy...-released.html

Hope this helps all of you as a good guideline to modify the image! Possibly this post can be made sticky as it summarizes a lot of links needed to make all modifications currently possible (right?!).

Regards,

Nika.

hi guys
I reopen this old thread because I have to make a V32 to change language on an mk4

I found this two posts that explain how to change language, but it seems very different...what system is the best and quick?

I tried to change my navboot module with the Narky system but I'm not be able to find the addresses marked in bold in the first system above explained by Narky...

Here a pic of UltraEdit of my module


http://www.tonioworld.net/immagini/i...ita_module.jpg

Can someone help me please?
Thanks in advance :thumbup:

Angelych 02-17-2009 09:58 PM

You have to download crc24.exe software. But I don't know where find it and if it is possible today.


All times are GMT -4. The time now is 05:09 PM.

vBulletin, Copyright 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0
© 2017 Xoutpost.com. All rights reserved.