Gmail app update.

brochaos

Member
Joined
Dec 23, 2009
Messages
771
Reaction score
0
yea i miss sysro and sysrw. but were you guys having an issue getting the new gmail to install from market? when i launched market, it was listed in my downloads but not installed just said "free". i clicked install and all went smoothly. didn't do any rootexplorer or terminal...
 
Z

ZeroBarrier

Guest
In summary, if you use the busybox version of mount (like CM does) all you need to type is this:
Code:
mount -o rw,remount /system

Or just do what I do, use ADB for everything, it's so much easier.

Code:
adb remount

Profit!

Only thing I use terminal emulator for is to run an automatic zipaligning script and even then I might just run it from adb if I'm already there pulling and pushing files.
 
Top