December 1st, 2011, 10:15 PM
|
#2 (permalink)
|
|
Junior Member
Join Date: Nov 2011
Posts: 25
Device(s):
Carrier: Not Provided
Thanks: 1
Thanked 3 Times in 3 Posts
|
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Corey>cd c:\miniadb_merge
c:\miniadb_merge>adb devices
List of devices attached
HT15XM800011 device
c:\miniadb_merge>adb push zergRush /data/local/
1407 KB/s (23060 bytes in 0.016s)
c:\miniadb_merge>adb shell
$ rm /data/local/tmp/boomsh
rm /data/local/tmp/boomsh
$ rm /data/local/tmp/sh
rm /data/local/tmp/sh
$ chmod 755 /data/local/zergRush
chmod 755 /data/local/zergRush
$ /data/local/zergRush
/data/local/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 Froyo ! 0x00000108[*] Scooting ...[*] Sending 149 zerglings ...
[+] Zerglings found a way to enter ! 0x10
[+] Overseer found a path ! 0x000150e8[*] Sending 149 zerglings ...
[+] Zerglings caused crash (good news): 0x401219e4 0x006c[*] Researching Metabolic Boost ...
[+] Speedlings on the go ! 0xafd1598f 0xafd1adb3[*] Sending 149 zerglings ...
[+] Rush did it ! It's a GG, man !
[+] Killing ADB and restarting as root... enjoy!
c:\miniadb_merge>adb push busybox /data/local
1774 KB/s (1062992 bytes in 0.585s)
c:\miniadb_merge>adb shell
# chmod 0755 /data/local/busybox
chmod 0755 /data/local/busybox
# exit
exit
c:\miniadb_merge>adb push busybox /data/local
1718 KB/s (1062992 bytes in 0.604s)
c:\miniadb_merge>adb shell
# chmod 0755 /data/local/busybox
chmod 0755 /data/local/busybox
# dd if=/dev/block/mmcblk0p25 of=/sdcard/system.img bs=4096
dd if=/dev/block/mmcblk0p25 of=/sdcard/system.img bs=4096
Here is my coding but when I get it this point the prompt doesn't go back to a # instead it just keeps flashing an underscore. Am I doing something wrong?
|
|
|