How do i UnRoot My LG Optimus V

carlitoperez

New member
Feb 22, 2011
2
0
0
Visit site
you can do pretty much everything you can do with any other rooted phone with this one. rom manager won't work because there are no real public roms available for the phone. just grab the ones off here, they all work perfectly.
 

fchs

Member
Feb 11, 2011
16
0
0
Visit site
you can do pretty much everything you can do with any other rooted phone with this one. rom manager won't work because there are no real public roms available for the phone. just grab the ones off here, they all work perfectly.

ya cool but i am worry about my VM staff... what if i do upload to 2.3 something new and i can't use my phone anymore... i am paying for it.. what if that remove the VM then phone is no use na
 

fchs

Member
Feb 11, 2011
16
0
0
Visit site
ok now i know how to do...

liaibo101:- IS their a way to unroot the phone if you dont have a custom Rom or recovery one it - yes just open SuperOneClick and click unroot

or

You can simply do it manually using Root Explorer. delete followings AS ROOT USER and reboot. that's all!

1. /data/data/com.noshufou.android.su
2. /system/app/superuser.apk
3. /system/bin/su & busybox

Also, it can be done via adb connection.

adb shell
$ su
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# rm -r /data/data/com.noshufou.android.su
# rm /system/app/superuser.apk
# rm /system/bin/su
# rm /system/bin/busybox
# reboot