Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:android:updating_google_apps [2010/11/03 23:22] – created billh | docs:android:updating_google_apps [2010/11/03 23:46] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== updating google apps ====== | ====== updating google apps ====== | ||
- | On a custom (such as rooted) rom, google apps may fail to update. | + | On a custom (such as rooted) rom, google apps may fail to update. |
+ | |||
+ | ** Google Maps ** | ||
< | < | ||
su | su | ||
Line 12: | Line 14: | ||
sync | sync | ||
</ | </ | ||
+ | |||
+ | ** Gmail ** | ||
+ | < | ||
+ | su | ||
+ | mount -o remount,rw -t yaffs2 dev/ | ||
+ | busybox rm system/ | ||
+ | cd system/bin | ||
+ | sh pm uninstall com.google.android.gm | ||
+ | cd .. | ||
+ | cd .. | ||
+ | mount -o ro,remount -t yaffs2 dev/ | ||
+ | sync | ||
+ | </ | ||
+ | |||
===== External Links ===== | ===== External Links ===== | ||
- | * http:// | + | |
+ | * http:// |