root เป็นแค่การ copy file เข้าไปเพิ่มเติมใน system
แค่ลบออกด้วยคำสั่ง

[Volume+]+[Volume-]+[Power] เข้า FTM Mode

สร้าง Batch file ตามนี้แล้วเรียกใช้ได้เลย

============== Unroot.bat ====================
adb shell mount -t yaffs2 /dev/block/mtdblock7 /system
adb shell rm /system/bin/su
adb shell rm /system/app/Superuser.apk
adb shell reboot
=========================================