A quick question...

AmphibiousRodent

Well-known member
May 21, 2010
59
0
0
After reading numerous threads I'm still not 100% clear...I'm getting the EVO so after it becomes rootable (if decide to go that route) does the process of rooting alone disable or render sense UI inoperable? or does sense become un-useable only when you apply a custom rom?

Thanks in advance:cool:
 
Nah, rooting doesn't do anything but allow access to the /system/ folder. Everything is as is afterwards. Flashing ROMs without sense will remove sense.
 
Nah, rooting doesn't do anything but allow access to the /system/ folder. Everything is as is afterwards. Flashing ROMs without sense will remove sense.


Awesome! thanks a bunch for clearing that up!...I want to remove bloatware but did not want to lose sense.
 
Last edited:
Awesome! thanks a bunch for clearing that up!...I want to remove bloatware but did not want to lose sense.

No problem... You do need the SDK to mount the /system/ it doesn't stay read/write all the time. The SDK can be a pain in the arse to install on windows... linux/mac its super easy (no actual installation) Here are the steps:
windows:
Code:
cd c:\DIRECTORY_OF_SDK\tools
adb remount
adb shell
rm /system/app/NAME_OF_APP.apk

Mac:
Code:
cd DIRECTORY_OF_SDK/tools
./adb remount
./adb shell
rm /system/app/NAME_OF_APP.apk

Linux:
Code:
cd DIRECTORY_OF_SDK/tools
sudo ./adb remount
./adb shell
rm /system/app/NAME_OF_APP.apk

Its not difficult. I haven't been about to figure out how to mount the /system folder from a terminal emulator or else you could just do it from the phone when you root it.
 

Trending Posts

Members online

Forum statistics

Threads
957,123
Messages
6,971,576
Members
3,163,723
Latest member
trixie909