- Nov 29, 2010
- 8
- 11
A new GMail update is out today - and there are probably people out there who do not know how to get the update to work successfully with MIUI, so i thought i'd post this little public service announcement before anyone has to ask.
When you try to update from the market, you will get "Installation Failed" or "Incompatible Update" on MIUI, to get around this follow these steps:
Open a shell and run the following adb commands:
After your phone reboots, you should be able to install GMail from the market without a hitch.
If you are still unable to install GMail from the market, you can "reinstall" the original version using these commands:
Alternatively, if you do NOT have any problems installing from the market, you can safely remove the backup of the original Gmail.apk by running the following commands:
Hope this helps.
When you try to update from the market, you will get "Installation Failed" or "Incompatible Update" on MIUI, to get around this follow these steps:
Open a shell and run the following adb commands:
Code:
adb remount
adb shell mv /system/app/Gmail.apk /system/app/Gmail.apk.bak
adb reboot
After your phone reboots, you should be able to install GMail from the market without a hitch.
If you are still unable to install GMail from the market, you can "reinstall" the original version using these commands:
Code:
adb remount
adb shell mv /system/app/Gmail.apk.bak /system/app/Gmail.apk
Alternatively, if you do NOT have any problems installing from the market, you can safely remove the backup of the original Gmail.apk by running the following commands:
Code:
adb remount
adb shell rm /system/app/Gmail.apk.bak
Hope this helps.