Först anslöt jag telefonen till datorn. Inget "mount" eller så.
Jag laddade ner filen "Maps-root-aligned.apk" och lade den i SDKns Toolsmapp. Därefter laddade jag ner filen "Navstarter" från http://uploaded.to/file/q26a46 och lade även den i Tools-mappen.
Sedan startade jag kommandotolken och skrev följande (eller jag skapade en .bat-fil med följande innehåll):
Kod:
adb remount
adb shell rm /system/sd/app/*Maps*
adb shell rm /system/sd/app/*maps*
adb shell rm /system/sd/dalvik-cache/*Maps*
adb shell rm /system/sd/dalvik-cache/*maps*
adb shell rm /data/app/*Maps*
adb shell rm /data/app/*maps*
adb shell rm /data/dalvik-cache/*Maps*
adb shell rm /data/dalvik-cache/*maps*
adb shell rm /system/app/*Maps*
adb shell rm /system/app/*maps*
adb shell rm /system/sd/app/com.google.android.apps.maps.apk
adb shell rm /system/sd/dalvik-cache/data@[email protected]@classes.dex
adb shell rm /system/sd/dalvik-cache/system@[email protected]@classes.dex
adb shell rm /system/app/Maps.apk
adb shell rm system@[email protected]@classes.dex
adb shell rm system@[email protected]@classes.dex
adb uninstall com.google.android.apps.maps
Därefter skrev jag:
Kod:
adb install Maps-root-aligned.apk
Väntade en stund och sedan:
Kod:
adb install NavStarter_0.6.3.apk
Väntade en stund och sedan: