ECFfighter7232
Android Expert
Ever get sick of the "show pictures" button in your Gmail?
well thanks to @TheRealBeesley and XDA we can get rid of it and have your Gmail.apk auto load the pictures
These are ADB installation instructions (if youve rooted your phone you should know the basics of ADB so I wont get into that, if you dont have ADB set up, google it, there are hundreds of threads for instuctions)
Download this Gmail.apk
place the Gmail.apk into the "platform-tools" folder of SDK (if you have an older version of SDK you wont have platform-tools, you will just have tools)
open your cmd prompt and cd to the platform-tools folder (or just tools folder if you have the older version)
(for me its cd C:\android-sdk-windows\platform-tools )
type adb devices to insure your phone is hooked up right
you should get
"list of devices attached
(a string of numbers/letters) device"
type adb remount
type adb push Gmail.apk /system/app
when its done installing
type adb reboot
your phone will reboot
once it reboots go to settings > applications > manage applications > all
scroll to Gmail and then press on clear data (just to make sure theres no issues)
there you have it, a gmail app that auto loads pictures, and a refresh of playing with adb
Or just install THIS .zip file like anything else would install in clockwork recovery
you will get a FC when you reboot, just clear the gmail data like I discribed above and it will work
as always I'm not responsible for what you do to your phone
but this is what I used and it worked perfect for me
ENJOY
well thanks to @TheRealBeesley and XDA we can get rid of it and have your Gmail.apk auto load the pictures
These are ADB installation instructions (if youve rooted your phone you should know the basics of ADB so I wont get into that, if you dont have ADB set up, google it, there are hundreds of threads for instuctions)
Download this Gmail.apk
place the Gmail.apk into the "platform-tools" folder of SDK (if you have an older version of SDK you wont have platform-tools, you will just have tools)
open your cmd prompt and cd to the platform-tools folder (or just tools folder if you have the older version)
(for me its cd C:\android-sdk-windows\platform-tools )
type adb devices to insure your phone is hooked up right
you should get
"list of devices attached
(a string of numbers/letters) device"
type adb remount
type adb push Gmail.apk /system/app
when its done installing
type adb reboot
your phone will reboot
once it reboots go to settings > applications > manage applications > all
scroll to Gmail and then press on clear data (just to make sure theres no issues)
there you have it, a gmail app that auto loads pictures, and a refresh of playing with adb
Or just install THIS .zip file like anything else would install in clockwork recovery
you will get a FC when you reboot, just clear the gmail data like I discribed above and it will work
as always I'm not responsible for what you do to your phone
but this is what I used and it worked perfect for me
ENJOY