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

Root How to UNROOT DL09?

Synack

Well-Known Member
So I rooted DL09 not too long ago and I have been having issues with a few things, mainly Clockwork Recovery and Backing up my stock ROM.

I "successfully" installed Clockwork recovery but everytime I go into the recovery screen after rebooting I literally can't do anything but wipe things, and apply sdcard update.zip does nothing either. I get failed to verify whole file signature.

All I want to do is just backup my good stock rom.

So I want to unroot, then reroot. And then reinstall ROM Manager, which I have been having problems with. I just want something to work. Mainly the ability to backup my good rom then restore it if something bad happens.

So how do I UNroot DL09?
 
Thanks I already have that though. I don't think you understand. I don't want a stock flash. I just simply want to remove root (superuser), thats it. Keep everything, just UNroot the device.
 
How To Remove Root

adb shell
su (its going to ask you for permission on your phone so hit allow)
mount -t rfs -o remount,rw /dev/block/stl9 /system
rm /system/app/Superuser.apk
rm /system/xbin/busybox
rm /system/xbin/su
rm /system/bin/su
rm /system/bin/busybox
mount -t rfs -o remount,ro /dev/block/stl9 /system
exit
 
How To Remove Root

adb shell
su (its going to ask you for permission on your phone so hit allow)
mount -t rfs -o remount,rw /dev/block/stl9 /system
rm /system/app/Superuser.apk
rm /system/xbin/busybox
rm /system/xbin/su
rm /system/bin/su
rm /system/bin/busybox
mount -t rfs -o remount,ro /dev/block/stl9 /system
exit

Thank you I'm on my phone so that helped
 
Ok I pretty much just figured this out for myself with a lot of help from you. I'm going to make a how to for this.
 
Back
Top Bottom