Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:android:updating_google_apps [2010/11/03 23:22] – created billhdocs: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.  To fix the issue, make app backups using TitaniumBackup and perform the following in a terminal (this example is for google maps):+On a custom (such as rooted) rom, google apps may fail to update.  To fix the issue, make app backups using TitaniumBackup and perform the following in a terminal... 
 + 
 +** Google Maps **
 <code> <code>
 su su
Line 12: Line 14:
 sync sync
 </code> </code>
 +
 +** Gmail **
 +<code>
 +su
 +mount -o remount,rw -t yaffs2 dev/block/mtdblock4 system
 +busybox rm system/app/Gmail.apk
 +cd system/bin
 +sh pm uninstall com.google.android.gm
 +cd ..
 +cd ..
 +mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
 +sync
 +</code>
 +
  
 ===== External Links ===== ===== External Links =====
-   * http://www.droid-life.com/2010/06/22/google-maps-4-3-fix-for-droid-froyo-users/+  * http://www.droid-life.com/2010/06/22/google-maps-4-3-fix-for-droid-froyo-users/ 
 +  * http://www.market4android.com/stock-android-2-1-apps-list
  • docs/android/updating_google_apps.1288848171.txt.gz
  • Last modified: 2010/11/03 23:22
  • by billh