Is there a guide to remove the root if somebody wanted to do so ...?
None at this time. The zergRush devs would have to release another app to undo what is done with zergRush. I highly doubt that will happen unless someone else figures out how to.
» HTC Thunderbolt + 64GB MicroSDXC [Rooted ICS Deodexed/Debloated]
» ASUS Transformer Pad TF300T 32GB + 64GB MicroSDXC [Rooted Stock JB v4.2.1 JOP40D.US_epad-10.6.1.15.3-20130416]
» Raspberry Pi Model B Rev 2.0 + 64GB SDXC [Raspbian Wheezy + Hexxeh FW]
None at this time. The zergRush devs would have to release another app to undo what is done with zergRush. I highly doubt that will happen unless someone else figures out how to.
it should be actually pretty simple (since zergRush is local/tmp root)
but i am busy with kernel work right now... will post a unroot script when i get time...
I am on a tour right now... will not be available for discussions for a while...
sure go ahead but there are some tricks which might be required... but u can surely have a go at it
ok, i'm stuck... my device locks up after running zergRush (to regain root)
Here's what I have so far, anybody have any ideas?
Code:
@echo ---------------------------------------------------------------
@echo Easy UNrooting toolkit (v1.0)
@echo created by DooMLoRD
@echo Slightly Changed by Paxchristos
@echo using exploit zergRush (Revolutionary Team)
@echo Credits go to all those involved in making this possible!
@echo ---------------------------------------------------------------
@echo[*] This script will:
@echo (1) root ur device using zergRush exploit
@echo (2) install Busybox (1.18.4)
@echo (3) install SU files (3.0.5)
@echo[*] Before u begin:
@echo (1) make sure u have installed adb drivers for ur device
@echo (2) enable "USB DEBUGGING"
@echo from (Menu\Settings\Applications\Development)
@echo (3) enable "UNKNOWN SOURCES"
@echo from (Menu\Settings\Applications)
@echo (4) [OPTIONAL] increase screen timeout to 10 minutes
@echo (5) connect USB cable to PHONE and then connect to PC
@echo (6) skip "PC Companion Software" prompt on device
@echo ---------------------------------------------------------------
@echo CONFIRM ALL THE ABOVE THEN
@pause
@echo --- STARTING ----
@files\adb kill-server
@echo --- WAITING FOR DEVICE
@files\adb wait-for-device
@echo --- cleaning
@files\adb shell "rm -r /data/local/tmp"
@echo --- Added to DooMLoRDs script---
@files\adb shell "mkdir /data/local/tmp"
@echo --- pushing zergRush"
@files\adb push files\zergRush /data/local/tmp/.
@echo --- correcting permissions
@files\adb shell "chmod 777 /data/local/tmp/zergRush"
@echo --- executing zergRush
@files\adb shell "./data/local/tmp/zergRush"
@echo --- WAITING FOR DEVICE TO RECONNECT
@echo if it gets stuck over here for a long time then try:
@echo disconnect usb cable and reconnect it
@echo toggle "USB DEBUGGING" (first disable it then enable it)
@echo --- DEVICE FOUND
@files\adb wait-for-device
@echo --- here comes the major changes to DooMLoRD's script
@files\adb shell "/system/xbin/busybox mount -o remount,rw /system"
@files\adb wait-for-device
@ehco --- deleting Superuser.apk
@files\adb shell "rm /system/app/Superuser.apk"
@echo --- deleting busybox
@files\adb shell "rm /system/xbin/busybox"
@echo --- deleting su
@files\adb shell "rm /system/bin/su"
@echo --- rebooting and hopefully root free!
@files\adb reboot
@echo ALL DONE!!!
@pause
Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?