• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root How to unroot my phone?

I rooted my phone by following http://androidforums.com/droid-x-al...ing-custom-rom-theme-how-unbrick-droid-x.html
and I downloaded rubix. but I cannot proceed from here. I am not using any extra apps that i could not use, nor the wonderful homepages.
How can i set the HomePages look like others'? My look just like the unrooted phone. I wanna have huge clock, but i cannot find any of them after i rooted my phone.
So can anyone let me know how to find those widgets(themes?) or how to unroot my phone?
 
Here is the process I use(ed) - it works perfectly.
[I'm not responsible in the event that anything happens to your phone as a result]

first download a terminal app
I used TERMINAL EMULATOR from the ANDROID MARKET

Then

Open the app (if your using terminal emulator you should see a blue screen with this)

export PATH=/data/local/bin : $PATH
$ $[]

([]this is the grey box)


Type as how its posted WITH SPACES AND CAPTIAL S in Superuser.apk

EXAMPLE
mount(space)-o(space)rw,remount(space)-t(space)ext3(space)/dev/block/mmcblk1p21(space)/system

DO IT AT YOUR OWN RISK IM NOT RESPONSIBLE FOR WHAT HAPPENS TO YOUR PHONE IF IT GETS BRICKED OR HAS ANY TYPE OF DAMAGE TO THE SOFTWARE OR THE PHONE IT SELF WHILE USING THIS METHOD!!!


open your trusty terminal app
you should see a $ symbol, now do the following
- su
now you should see a # symbol
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- rm /system/app/Superuser.apk
- rm /system/bin/su
- rm /system/bin/busybox
- mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system

Reboot your phone.



I REPEAT DO IT AT YOUR OWN RISK IM NOT RESPONSIBLE FOR WHAT HAPPENS TO YOUR PHONE!

http://androidforums.com/1759497-post6.html

Originally from; http://new.alldroid.org/default.aspx?g=posts&m=9428#post9428
 
Back
Top Bottom