Google Galaxy Nexus — Google Apps updaten auf dem Galaxy Nexus

  • Antworten:3
Stefan Medack
  • Forum-Beiträge: 206

05.12.2011, 14:14:04 via Website

Hey Leute,

habe letztens mal versucht Google+, Maps und Musik upzudaten, weil mir der Market sagt, dass eine neuere Version verfügbar ist. Er lädt auch runter und alles, meckert dann aber bei der Installation die App sei falsch signiert.

Ich geh einfach mal davon aus, dass die ICS-Apps noch einmal angepasst sind und mit nem anderen Zertifikat signiert sind, allerdings würde ich gern mal wissen ob ihr das gleiche Problem und evtl. Tipps für dieses Problem habt.
Danke im vor raus ;)

Gruß Stefan

Antworten
Schatten
  • Forum-Beiträge: 246

05.12.2011, 19:18:22 via App

Die sind leider falsch signiert. Da hilft immo nur die Apps per ADB zu entfernen oder noch besser sich per fastboot das Original Factory Image von Google zu flashen. Findet man im Netz einiges zu dem Problem.

Antworten
Stefan S.
  • Forum-Beiträge: 109

05.12.2011, 19:41:47 via Website

Bei mir bringt er keine Updates für die Apps.
Sind die im 4.0.1 schon drin?

Antworten
Ludwig H.
  • Forum-Beiträge: 3.256

05.12.2011, 19:56:28 via Website

Das hat letztens jemand auf Google Plus gepostet:
How to install the newest Google+, Google Maps and Google Music (backup the apks at first) on your Galaxy Nexus from Germany via the Android Market (only with root):

adb shell
su
mount -o remount,rw /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system
rm /system/app/Maps.apk
rm /system/app/PlusOne.apk
rm /system/app/Music2.apk
exit
exit

adb shell
pm uninstall com.google.android.apps.maps
pm uninstall com.google.android.apps.plus
pm uninstall com.google.android.music
exit

Open your market and install the apps.

After that you have to reaccept all the permissions from those 3 apps.

YouTube would work this way but there's currently no better apk in the market.
rm /system/app/YouTube.apk
pm uninstall com.google.android.youtube


Done

Antworten