[How-To] Rooting LS670ZVD with GingerBreak (no reverting and OTA works too!)

Took many, many tries, but I'm finally rooted! Recovery is installed and nandroid backup created. Thanks for all the helpful posts :)
 
Followed Each Direction. Restarts But Not ROOT!.

Ok, I have followed the directions from top to bottom.
The Phone restarts after it takes it's soul.
Then I wait for it to turn back on and then i click adb.exe it runs through command codding really fast and exits. I then look at my phone and their is no super suer or anything.

Please help.
I am not new at this stuff just this problem.
 
Last edited by a moderator:
I tried using the CMD.. read this...

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Owner>cd C:\Users\Owner\Desktop\root

C:\Users\Owner\Desktop\root>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
$ rm -r /data/local/tmp
rm -r /data/local/tmp
$ mkdir /data/local/tmp
mkdir /data/local/tmp
$ exit
exit

C:\Users\Owner\Desktop\root>adb push gingerbreak /data/local/tmp/gingerbreak
410 KB/s (16830 bytes in 0.040s)

C:\Users\Owner\Desktop\root>adb push su /data/local/tmp/su
557 KB/s (26264 bytes in 0.046s)

C:\Users\Owner\Desktop\root>adb push busybox /data/local/tmp/busybox
2177 KB/s (1926944 bytes in 0.864s)

C:\Users\Owner\Desktop\root>adb push Superuser.apk /data/local/tmp/Superuser.apk

1594 KB/s (94728 bytes in 0.058s)

C:\Users\Owner\Desktop\root>adb shell
$ cd /data/local/tmp
cd /data/local/tmp
$ chmod 777 /data/local/tmp/*
chmod 777 /data/local/tmp/*
$ ./gingerbreak
./gingerbreak

[**] Gingerbreak/Honeybomb -- android 2.[2,3], 3.0 softbreak
[**] (C) 2010-2011 The Android Exploid Crew. All rights reserved.
[**] Kudos to jenzi, the #brownpants-party, the Open Source folks,
[**] Zynamics for ARM skills and Onkel Budi

[**] donate to 7-4-3-C@web.de if you like
[**] Exploit may take a while!

[+] Detected Froyo!
[+] Found system: 0xafd14129 strcmp: 0xafd1cb9d
[+] Found PT_DYNAMIC of size 264 (33 entries)
[+] Found GOT: 0x000142a8
[+] Using device /devices/platform/goldfish_mmc.0
[*] vold: 0065 GOT start: 0x000142a8 GOT end: 0x000142e8
/data/local/tmp/gingerbreak
/data/local/tmp/gingerbreak
mount -o remount,rw -t yaffs2 /system /system
mount -o remount,rw -t yaffs2 /system /system
cd /data/local/tmp
cd /data/local/tmp
cat su > /systems/bin/su
cat su > /systems/bin/su
cat busybox > /system/bin/busybox
cat busybox > /system/bin/busybox
cat Superuser.apk > /data/app/Superuser.apk
cat Superuser.apk > /data/app/Superuser.apk
chmod 4755 /system/bin/su
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
chmod 4755 /system/bin/busybox
exit
exit

______________________


i did all above it still no go.
 
I'm a NOOB, and am a bit confused on how you jump from windows file system "C:\whatever directory\*.zip" to the linux file system on your phone. When I connect the USB, I'm assuming I seeing some kind of samba share on the SD card. If someone can spare a minue, could you give a little of clarification...thanks so much! :o)

ok, for the benefit of other NOOB's, I had to go into setting, applications, development, debugging...which caused windows to prompt me to goto LG and get the drivers...once they were installed...whalaa, it is starting to work, just like these "BRILLIANT" people are showing us...

Thank you "BRILLIANT" People for blazing the trail! :o)
 
Last edited:
New to trying to rooting the Optimus S. Had a little difficulty installing the SDK. But now i will follow the instructions! Thanks!