What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Gmail app update.

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...
 
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.
 
Back
Top