Hallo zusammen,
ich habe grad bei xda developers einen interessanten Artikel gelesen.
http://forum.xda-developers.com/showthread.php?t=583123
kann mir bitte jemand erklären, wie ich folgendes mache:
(hab nen Windows Rechner)
If you have
root, uninstall the current Maps app.
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 uninstall com.google.android.apps.maps
muss ich das im cmd eingeben, oder wo?
kann ich das oben genannte überhaupt an einem Win Rechner machen?
Danke für eure Hilfe...
cheers thompson