Thread: Gmail problem
View Single Post
Old 03-06-2011, 12:26 PM   #6
afv011
Captain Penguin
afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.afv011 ought to be getting tired of karma fortunes by now.
 
afv011's Avatar
 
Posts: 2,965
Karma: 2079999999
Join Date: May 2009
Location: Seattle, WA
Device: Kobo Clara BW, Kobo Libra 2, Nook Glowlight
Please try this using adb:

* mount the system partition read/write
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
* remove your gmail apps:
adb shell rm /system/app/Gmail.apk
adb shell rm /system/app/GmailProvider.apk
* download the apps from here* push them to the device
adb push Gmail.apk /system/app
adb push GmailProvider.apk /system/app
* mount the system partition read-only
mount -o r,remount -t ext2 /dev/block/mmcblk0p5 /system
* reboot the device
afv011 is offline   Reply With Quote