SvenSvensson wrote:How to install on Gingerbread w/o downgrading: (Requires an AVD)
So, after screwing up my system when I tried to apply the modified libmedia.so on my Legend(CM7 nightly 37), I had to reinstall everything from contacts to application(took me the whole night), I decided to fix this problem..
Since I had already put down a lot of work in this I couldn't give up(Something wrong in my head, can't give up sometimes).
I got an idea of using an emulator to get Froyo. And then I came up with the idea of changing it's IMEI-numer to my phone's.
And what do you know, I found a guide to do it.
Then I followed all the steps but with my AVD instead. Had to combine both AVD and Phone.
But it was a piece of cake.
Anyway: It works on my HTC Legend now. Since it was 6 months ago I installed Eclipse and AVD I can't do a guide for it.
Just google it and you'll find out how.
This is a pretty EASY but time consuming task. Took me a good 2 hours. But totally worth it. It's a great app.
WHAT YOU NEED:
Navigon EU pack: http://adf.ly/9l8i (Thanks to nivong, first post )
Android SDK and AVD manager ( http://developer.android.com/sdk/index.html )
INSTRUCTIONS
AVD
1. Get Android SDK from url above.( android-sdk_r10-windows.zip.)
2. Unzip to C:\android-sdk-windows
3. Double click on SDK Manager.exe
4. A popup will ask you what you like to install. I don't really know exactly what you need, but you can uncheck everything besides "Android SDK Platform-tools, revision 3" and "SDK Platform Android 2.2 API 8". Click install.
5. Go to Virtual Devicec and make a new one. At lest 2000MB and API 8 from Drop down lost.(This might take a while, it will look like it's froozen, but just let i be untill done.)
6. Start the device you've just made. (Might also take a while first time)
INSTALL
1. Change IMEI in C:\android-sdk-windows\tools\emulator.exe to you phone's IMEI
http://stackoverflow.com/questions/4402 ... d-emulator
2. Open up CMD and type cd C:\android-sdk-windows\platform-tools. Then you can do your adb stuff.
3. Install Navigon(2.6.1 cracked) with adb install
4. Run it, until it asks for maps, quit navigon
5. Get the version.xml by using adb pull /sdcard/Navigon/version.xml
6. Mount your real SD-card on your computer(With phone or adapter). Create Navigon folder in SDcard-root and put version.xml in the folder.
7. Install Navigon Fresh on you PC
8. Creat a new account in Navigon(IMPORTANT!)
9. Download any map(small is better, speeds up the process)
10. Run Navigon 2.6.1 on you AVD. Close on menu.
11. Install a filemanager on you AVD
12. Find the folder called, "Navigon" delete everthing in this folder EXCEPT the version.xml file
13: Pull version.xml and edit it with notepad. Change from this:<config>
<software>
<version>2.6.1</version>
<build></build>
<brand>NAVIGON_EU</brand>
<platform>MN7_ANDROID_TRIAL</platform>
<productprefix>A7</productprefix>
<copyright>Navigon AG, Copyright (C) 2010</copyright>
<imei>**</imei>
<id>**</id>
<productid>A7**</productid>
</software>
</config>
to this:<config>
<software>
<version>3.5.0</version>
<build></build>
<brand>NAVIGON_EU</brand>
<platform>MN7_ANDROID_SELECT</platform>
<productprefix>AS</productprefix>
<copyright>Navigon AG, Copyright (C) 2010</copyright>
<imei>**</imei>
<id>**</id> NOTE THIS MUST BE THE SAME AS YOUR IMEI
<productid>AS**</productid>
</software>
</config>
14: Save the file and close notepad
15: Push the file to your AVD, same place as before
16. Uninstall 2.6.1 on you AVD (Due to insufficient space )
17. Mount you real SD-card on you PC (With phone or adapter)
17. Put the modified version.xml on you real SD-card.
17. Now make a new account in Navigon fresh(IMPORTANT!) and download the maps and stuff what you want.
18. Install 3.5.0 on you device.
19. Push the files from your real SD-card to you AVD. Same location! (Example: copy Navigon folder from real SDcard to the folder where your adb is. And use: adb push Navigon /sdcard/Navigon/. This will take a while.
20. Run Navigon 3.5.0 on you AVD. Exit after menu.
21. Pull Navigon/data, version.xml and updates.xml from you AVD and put on you real SD-card. Replace all files if asked.
22. Install Navigon Select 3.5.4 from market and start.
23. Enjoy Navigon on Gingerbread without downgrade.
Use this at you own risk. It's a bit tricky. But when you like a good challange it's easy.
Some of the steps might be unnecessary. I just didn't wanna do it twice, so I did it carefully.
If anyone has a better solution. Please feel free to refine it.
Can you please explain some steps better?
I'm stuck at AVD navigon 2.6.1 when asks for download additional stuff. After that asks to connect via PC or WLAN. I quit in this screen and install navigon fresh etc, but when trying to open navigon on AVD again, it opens in PC/WLAN screen and I cannot bypass, cause cannot connect via USB or WLAN.
Something I didn't do right there, so can you please analyze it more?
Thanks