If I one click root does my system boot bare bones or are all of my settings saved?
This is a discussion on Nexus One "One-Click" Root within the Nexus One Development & Hacking forums, part of the Nexus One category; If I one click root does my system boot bare bones or are all of my settings saved?...
If I one click root does my system boot bare bones or are all of my settings saved?
everything's intact.
I just rooted my phone... now what??
Oh, I would like to get rid of Amazon MP3 app. Can anyone tell me how please??
To get rid of the Amazon MP3 app:
1) "adb shell" to get a shell to your phone.
2) "su" to request elevated permissions... you'll need to allow this on the phone's display (the first time you do it)
3) you need to make the system partition writable: "mount -o remount,rw /dev/block/mtdblock3 /system"
4) "cd /system/app" to change to the place system installed apps are kept
5) "rm *amazon*" to delete the app.
6) "mount -o remount,ro /dev/block/mtdblock3 /system" to restore the system partition to read-only.
That's all there is to it.
I posted some simple steps in a thread on how I rooted using the EasyRoot application here: http://www.nexusoneforum.net/forum/n...html#post69498
--> Ne:nexusx:uS One ROOTED
--> ...a Gingerbread ROM
- Our handicapped puppy -
*Follow me on Twitter
EASY ROOT + CUSTOM KERNEL FLASHING INSTRUCTIONS ----> HERE