Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Rooting your Samsung Galaxy SII (I9100G), also updating/repairing a bricked one

views
     
loon78a
post Nov 11 2011, 04:34 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


QUOTE(fuzore @ Nov 11 2011, 04:18 PM)
i just tested the doomlord method also using the 1st version but to no avail it says installing superuser and busybox failed and wont restart my phone..
*
also same with my phone... didnt root sucess...sad....

erm...how to check the binary counter and what is binary counter use for?

me new in SGSII biggrin.gif

This post has been edited by loon78a: Nov 11 2011, 04:38 PM
loon78a
post Nov 12 2011, 09:08 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


QUOTE(fauzi_91 @ Nov 12 2011, 12:03 PM)
why mine cannot? =(
---------------------------------------------------------------
              Easy rooting toolkit (v2.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 (10 Nov)
    (2) install Busybox (1.18.4)
    (3) install SU files (binary: 3.0.3 and apk: 3.0.6)
[*] Before u begin:
    (1) make sure u have installed 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
--- cleaning
--- pushing zergRush"
726 KB/s (23056 bytes in 0.031s)
--- correcting permissions
--- executing zergRush

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

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

[+] Found a GingerBread ! 0x0002e118
[+] Found a Samsung, running Samsung mode
[*] Scooting ...
[*] Sleeping a bit (~40s)...
[*] Waking !
[*] Sending 149 zerglings ...
[*] Sleeping a bit (~40s)...
[*] Waking !
[*] Sending 189 zerglings ...
[+] Zerglings found a way to enter ! 0x18
[+] Overseer found a path ! 0x000305e0
[*] Sleeping a bit (~40s)...
[*] Waking !
[*] Sending 189 zerglings ...
[+] Overseer found a path ! 0x000305e0
[*] Sleeping a bit (~40s)...
[*] Waking !
[*] Sending 189 zerglings ...
[-] Zerglings did not leave interesting stuff
--- 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)
--- DEVICE FOUND
Press any key to continue . . .
--- pushing busybox
1157 KB/s (1075144 bytes in 0.907s)
--- correcting permissions
--- remounting /system
mount: permission denied (are you root?)
--- copying busybox to /system/xbin/
/system/xbin/busybox: cannot open for write: Read-only file system
--- correcting ownership
Unable to chmod /system/xbin/busybox: No such file or directory
--- correcting permissions
Unable to chmod /system/xbin/busybox: No such file or directory
--- installing busybox
/system/xbin/busybox: not found
--- pushing SU binary
failed to copy 'files\su' to '/system/bin/su': Read-only file system
--- correcting ownership
Unable to chmod /system/bin/su: No such file or directory
--- correcting permissions
Unable to chmod /system/bin/su: No such file or directory
--- correcting symlinks
rm failed for /system/xbin/su, Read-only file system
link failed Read-only file system
--- pushing Superuser app
failed to copy 'files\Superuser.apk' to '/system/app/./Superuser.apk': Read-only
file system
--- cleaning
--- rebooting
ALL DONE!!!
Press any key to continue . . .
*
haizz.... me also face same problem as your...
anyone know how to help us on this issue?
<[-] Zerglings did not leave interesting stuff> <--hate this
already try DooMLoRD ROOT V1 and V2 also cannot root my phone

help!! vmad.gif
loon78a
post Nov 13 2011, 11:04 AM

New Member
*
Junior Member
19 posts

Joined: May 2011


QUOTE(EightPhantomz @ Nov 12 2011, 10:29 PM)
Loon78a, can u paste the whole log here?
*
@echo ---------------------------------------------------------------
@echo Easy rooting toolkit (v2.0)
@echo created by DooMLoRD
@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 latest zergRush exploit (10 Nov)
@echo (2) install Busybox (1.18.4)
@echo (3) install SU files (binary: 3.0.3 and apk: 3.0.6)
@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 ----
@echo --- WAITING FOR DEVICE
@files\adb wait-for-device
@echo --- cleaning
@files\adb shell "cd /data/local/tmp/; rm *"
@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
@pause
@echo --- pushing busybox
@files\adb push files\busybox /data/local/tmp/.
@echo --- correcting permissions
@files\adb shell "chmod 755 /data/local/tmp/busybox"
@echo --- remounting /system
@files\adb shell "/data/local/tmp/busybox mount -o remount,rw /system"
@echo --- copying busybox to /system/xbin/
@files\adb shell "dd if=/data/local/tmp/busybox of=/system/xbin/busybox"
@echo --- correcting ownership
@files\adb shell "chown root.shell /system/xbin/busybox"
@echo --- correcting permissions
@files\adb shell "chmod 04755 /system/xbin/busybox"
@echo --- installing busybox
@files\adb shell "/system/xbin/busybox --install -s /system/xbin"
@files\adb shell "rm -r /data/local/tmp/busybox"
@echo --- pushing SU binary
@files\adb push files\su /system/bin/su
@echo --- correcting ownership
@files\adb shell "chown root.shell /system/bin/su"
@echo --- correcting permissions
@files\adb shell "chmod 06755 /system/bin/su"
@echo --- correcting symlinks
@files\adb shell "rm /system/xbin/su"
@files\adb shell "ln -s /system/bin/su /system/xbin/su"
@echo --- pushing Superuser app
@files\adb push files\Superuser.apk /system/app/.
@echo --- cleaning
@files\adb shell "cd /data/local/tmp/; rm *"
@echo --- rebooting
@files\adb reboot
@echo ALL DONE!!!
@pause


anything different with yours log? blink.gif
loon78a
post Nov 13 2011, 07:51 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


Good News....to all brother....
Finally me had root my phone....so happy rclxms.gif

maybe what i have done can be other brother as refer;
1)uninstall samsung kies and samsung driver
2)uninstall also if u have droid explorer (for me)
3)reinstall samsung kies and plug-in usb to download driver (dont click usb debugging 1st)
4)after samsung kies connect everything from ur phone than close samsung kies
5)open task manager to kill or end task samsung kies file
6)enable usb debugging and plug-in usb to auto download phone driver
7)open DooMLoRD_v2_ROOT-zergRush-busybox-su follow edit like 1st post
8)click runme.bat to run it
9)done!!!!! icon_rolleyes.gif

This post has been edited by loon78a: Nov 13 2011, 07:59 PM
loon78a
post Nov 14 2011, 08:51 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


after root me have another question, how to flash CWM for Samsung Galaxy SII I9100G 2.3.6?
because when i install from the ROM Manager, only Samsung Galaxy Si9000 can select from the rom manager.

loon78a
post Nov 14 2011, 09:10 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


QUOTE(benny888 @ Nov 14 2011, 08:53 PM)
ROM Manager is not fully compatible with SGS II. Use it at your own risk. You might be able to do a backup but restoring your backup usually will fail. It is still best to use a dedicated CWM meant for the SGS II
*
dedicated CWM meant for the SGS II?
don't understand... blink.gif
loon78a
post Nov 19 2011, 01:15 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


old question, how to install recovery (CWM) on 2.3.6 stock rom
loon78a
post Nov 19 2011, 09:38 PM

New Member
*
Junior Member
19 posts

Joined: May 2011


QUOTE(4686nicky @ Nov 19 2011, 09:04 PM)
I failed root my SGS2-GTI1999G
Anyone have an idea to guide me to solve following issue from the pictures?
*
may i know what windows 7 os you using? 32 BIT or 64 Bit

 

Change to:
| Lo-Fi Version
0.0210sec    0.50    7 queries    GZIP Disabled
Time is now: 7th December 2025 - 08:48 AM