View Single Post
Old 08-10-2012, 05:48 PM   #66
niki2011
Junior Member
niki2011 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2012
Device: Kobo Vox eReader
Problems with runme script

I have problems with runme script. When I run runme script I get this output:

Code:
C:\Programi\Android\ZergRush-forKobo\zergrush>runme
---------------------------------------------------------------
              Easy rooting toolkit (v4.0)
                   created by DooMLoRD
        using exploit zergRush (Revolutionary Team)
   Credits go to all those involved in making this possible!
---------------------------------------------------------------[*] This script will:
     (1) root ur device using latest zergRush exploit (21 Nov)
     (2) install Busybox (1.18.4)
     (3) install SU files (binary: 3.0.3 and apk: 3.0.6)
     (4) some checks for free space, tmp directory
         (will remove Google Maps if required)[*] Before u begin:
     (1) make sure u have installed files\adb drivers for ur device
     (2) enable "USB DEBUGGING"
           from (Menu\Settings\Applications\Development)
     (3) enable "UNKNOWN SOURCES"
           from (Menu\Settings\Applications)
     (4) [OPTIONAL] increase screen timeout to 10 minutes
     (5) connect USB cable to PHONE and then connect to PC
     (6) skip "PC Companion Software" prompt on device
---------------------------------------------------------------
 CONFIRM ALL THE ABOVE THEN
Press any key to continue . . .
--- STARTING ----
--- WAITING FOR DEVICE

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb wait-for-device
--- creating temporary directory

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "cd /data/local &&
 mkdir tmp"
mkdir failed for tmp, File exists
--- cleaning

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "cd /data/local/tm
p/ && rm *"
rm failed for *, No such file or directory
--- pushing zergRush

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb push files\zergRush /dat
a/local/tmp/.
1023 KB/s (23060 bytes in 0.022s)
--- correcting permissions

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chmod 777 /data/l
ocal/tmp/zergRush"
--- executing zergRush

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "./data/local/tmp/
zergRush"

[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.

[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.

[+] Found a GingerBread ! 0x00000118[*] Scooting ...[*] Sending 149 zerglings ...[*] Sending 189 zerglings ...
[-] Hellions with BLUE flames !
--- WAITING FOR DEVICE TO RECONNECT
if it gets stuck over here for a long time then try:
   disconnect usb cable and reconnect it
   toggle "USB DEBUGGING" (first disable it then enable it)

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb wait-for-device
--- DEVICE FOUND
--- pushing busybox

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb push files\busybox /data
/local/tmp/.
1264 KB/s (1075144 bytes in 0.830s)
--- correcting permissions

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chmod 755 /data/l
ocal/tmp/busybox"
--- remounting /system

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "/data/local/tmp/b
usybox mount -o remount,rw /system"
mount: permission denied (are you root?)
--- checking free space on /system

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb push files\makespace /da
ta/local/tmp/.
61 KB/s (439 bytes in 0.007s)

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chmod 777 /data/l
ocal/tmp/makespace"

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "./data/local/tmp/
makespace"
--- Free space on /system : 10808 bytes
--- no cleanup required
--- copying busybox to /system/xbin/

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "dd if=/data/local
/tmp/busybox of=/system/xbin/busybox"
/system/xbin/busybox: cannot open for write: Read-only file system
--- correcting ownership

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chown root.shell
/system/xbin/busybox"
Unable to chmod /system/xbin/busybox: No such file or directory
--- correcting permissions

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chmod 04755 /syst
em/xbin/busybox"
Unable to chmod /system/xbin/busybox: No such file or directory
--- installing busybox

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "/system/xbin/busy
box --install -s /system/xbin"
/system/xbin/busybox: not found

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "rm -r /data/local
/tmp/busybox"
--- pushing SU binary

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb push files\su /system/bi
n/su
failed to copy 'files\su' to '/system/bin/su': Read-only file system
--- correcting ownership

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chown root.shell
/system/bin/su"
Unable to chmod /system/bin/su: No such file or directory
--- correcting permissions

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "chmod 06755 /syst
em/bin/su"
Unable to chmod /system/bin/su: No such file or directory
--- correcting symlinks

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "rm /system/xbin/s
u"
rm failed for /system/xbin/su, Read-only file system

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "ln -s /system/bin
/su /system/xbin/su"
link failed Read-only file system
--- pushing Superuser app

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb push files\Superuser.apk
 /system/app/.
failed to copy 'files\Superuser.apk' to '/system/app/./Superuser.apk': Read-only
 file system
--- cleaning

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb shell "cd /data/local/tm
p/; rm *"
--- rebooting

C:\Programi\Android\ZergRush-forKobo\zergrush>files\adb reboot
ALL DONE!!!
niki2011 is offline   Reply With Quote