|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||
|
|||||||
|
Thanks to FollowingInsanity for editing the build.prop file to get it working corectly, and thanks to Maxisma for the Droid dump. Thanks to everyone else who pitched in on this whole thing. Really all I did was realize the exact line that needed to be changed....everyone else did the rest
Here are instructions on how I got the new maps w/ Navigation to work via adb. I'm running the official rooted 1.6 build, but this should work for anyone. (if you don't know how you use adb, go to the here Next, you need to uninstall the old maps.apk file and here's how I personally did it since you can't just go to "uninstall" from the Application Settings(these instructions start already in the ADB shell): Quote:
Quote:
Make a 2nd copy of build.xxxx-backup.prop and rename it is build.xxxx.prop. So now you should have a build.xxxx.prop AND a build.xxxx-backup.prop Now you'll need the build.prop file to use build.prop (IF you are running a sapphire build, you can also use the build.sapphire.prop file located there and skip down to "re-loading prop files") I saved that file to the same location that I saved my original files. open build.xxxx.prop in notepad. look for where it says: Quote:
replace the line you deleted with the following: ro.build.fingerprint=verizon/voles/sholes/sholes:2.0/ESD20/17572:user/ota-rel-keys,release-keys Reloading Prop Files next, back in your command line window do the following: Quote:
while the phone is restarting, go back and rename your build.prop and build.xxxx.prop files to build-update.prop and build.xxxx-update.prop, then change your build-backup.prop and build.xxxx-backup.prop to build.prop and build.xxxx.prop After it restarts you'll want to locate your maps.apk file(the new one) and go back into your command line and type: Quote:
go back to your command line screen and type: Sorry if this is confusing, anyone who could make it more simple, please feel free to give it a try, but this is the best I could offer so people wouldn't have to go looking though the whole think tank thread to get everything they need to get it working IF THE INSTALL GAVE YOU AND INVALID_UPGRADE ERROR THEN TRY THIS: (again these instructions are using my own android sdk location, replace the Quote:
Once that's done, open that xml file in a text editor hit ctrl+f and search for maps, the first one will probably say auth.sitemaps, ignore that, keep searching untile you get to something to the effect of com.android.google.maps.apk or something like that. when you see that, you'll want to delete everything from "<packagename=" to "</package>" for the google maps app. BE VERY CAREFUL!!!! you don't want to accidentally delete something else, thus the reason for the back up. after you've done that, go back to your command prompt and type: Quote:
Last edited by lp894; 11th November 2009 at 04:02 PM.. Reason: I deleted a few steps, and the build.prop file works with sapphire builds only |
| Sponsored Links |
|
#2
|
||||
|
||||
|
I love you guys! will try this when I get home from work!
|
|
#3
|
|||
|
|||
|
it does not appear to be 100% working....yet...
as posted by dwang, http://forum.xda-developers.com/show...&postcount=275 Quote:
followinginsanity says he will work on it today. http://forum.xda-developers.com/show...&postcount=278 may not want to rush to get it working only for it to not work a few hours later...but ..like most people here...that probably won't stop many ![]() |
|
#4
|
|||
|
|||
|
I edited the build.prop file...and now it will only work with Sapphire builds. For CM builds, build.prop file that FollowingInsanity created
|
|
#5
|
||||
|
||||
|
Code:
c:\android\tools> abd push c:\android\build.prop /system/ c:\android\tools> abd push c:\android\build.xxxx.prop /system/ Code:
c:\android\tools> adb push c:\android\build.prop /system/ c:\android\tools> adb push c:\android\build.xxxx.prop /system/ |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
||||
|
||||
|
where can i get the new maps apk? the old one fails to install
__________________
Phone: Black TMobile G1 Rom: Cyanogen 4.1(latest point release) Recovery: Recovery 1.4 SPL: HardSPL 1.33.2005 Radio: 62.50S.20.17H_2.22.19.26I @AhronZombi website: http://tcotu.net |
|
#8
|
||||
|
||||
|
i get error
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
__________________
Phone: Black TMobile G1 Rom: Cyanogen 4.1(latest point release) Recovery: Recovery 1.4 SPL: HardSPL 1.33.2005 Radio: 62.50S.20.17H_2.22.19.26I @AhronZombi website: http://tcotu.net |
|
#9
|
|||
|
|||
|
Quote:
That's the one I did, it also has all the needed files just grab the files from there and you should be able to use them for these instructions |
|
#10
|
|||
|
|||
|
When that happens you need to:
adb push <path to>/Maps.apk /system/app adb shell # install /system/app/Maps.apk # exit |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|