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

ok i got an error repeatedly on step 8 after about 20 mins of it running

"Bad luck. Fixed vold?" help??
 
ok i got an error repeatedly on step 8 after about 20 mins of it running

"Bad luck. Fixed vold?" help??

restart your phone, make sure your sd card is in your phone, another option is to follow the simple rooting method in my signature.
 
Whenever I get to step 4 I put in adb and it keeps saying "permisson denied" How do I fix this?
 
are you in the correct directory that has adb? also enabled usb debugging? and correct drivers? if all yes, i would reboot your phone and start over
 
Balls.

I've now successfully rooted five times on my Mac within Terminal, but the root refuses to "stick" on exit. (See terminal output below. Note: After first "exit" command, the prompt returns from "#" to "$".) From this thread, it seems at least two people went through similar problems, but I can't figure out how to replicate (or I don't understand) their solutions.

Suggestions, please?

Side question, though possibly related -- Is there another way I should be rebooting besides hitting the power button to shut down? Edit: I tried the adb reboot, which made no difference.


$ cd /data/local/tmp
$ chmod 777 /data/local/tmp/*
$ ./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: 0066 GOT start: 0x000142a8 GOT end: 0x000142e8
[*] vold: 0066 idx: -3072 fault addr: 0x000131d8
[+] fault address in range (0x000131d8,idx=-3072)
[+] Calculated idx: -1996
[*] vold: 0875 idx: -0001996
[*] vold: 0875 idx: -0001995
[*] vold: 0875 idx: -0001994
[*] vold: 0875 idx: -0001993
[*] vold: 0875 idx: -0001992
[*] vold: 0875 idx: -0001991
[*] vold: 0875 idx: -0001990
[*] vold: 0875 idx: -0001989
[*] vold: 0875 idx: -0001988
[*] vold: 0875 idx: -0001987
[*] vold: 0875 idx: -0001986
[*] vold: 0875 idx: -0001985
[*] vold: 0875 idx: -0001984
[*] vold: 0875 idx: -0001983
[*] vold: 0875 idx: -0001982
[*] vold: 0875 idx: -0001981
[*] vold: 0875 idx: -0001980
[*] vold: 0875 idx: -0001979
[*] vold: 0875 idx: -0001978
[*] vold: 0875 idx: -0001977
[*] vold: 0875 idx: -0001976
[*] vold: 0875 idx: -0001975
[*] vold: 0875 idx: -0001974
[*] vold: 0875 idx: -0001973
[*] vold: 0875 idx: -0001972


[!] dance forever my only one
# mount -o remount,rw -t yaffs2 /system /system
# cd /data/local/tmp
# cat su > /system/bin/su
# cat busybox > /system/bin/busybox
# cat Superuser.apk > /data/app/Superuser.apk
# chmod 4755 /system/bin/su
# chmod 4755 /system/bin/busybox
# exit
$ exit
 
Balls.

I've now successfully rooted five times on my Mac within Terminal, but the root refuses to "stick" on exit. (See terminal output below. Note: After first "exit" command, the prompt returns from "#" to "$".) From this thread, it seems at least two people went through similar problems, but I can't figure out how to replicate (or I don't understand) their solutions.

Suggestions, please?

Side question, though possibly related -- Is there another way I should be rebooting besides hitting the power button to shut down? Edit: I tried the adb reboot, which made no difference.

The first exit, exits out of the super user shell which is represented by a # returning you to a standard shell. Both exist simultaneously.

I wonder, root may in fact be sticking. When you open your adb shell it shows you '$' which is a standard non-root user shell, have you typed "su" without the quotes to switch to the super user or root shell?
 
./gingerbreak failed?

no matter how often i restart my phone, or pull the battery, I keep getting [-] sendmsg<> failed? for step 8. I've been attempting for the past 4 hours before posting anything. I'm attempting to root, because my phone is starting to completely crumble (freezing during text messaging, random reboots, poor gps, etc), but it just keeps failing on step 8. This is the only issue i have. Rooted my old htc hero, so this is not my first attempt at rooting.

thanks
 
./gingerbreak failed

c:\android\platform-tools>adb shell
$ rm -r /data/local/tmp
rm -r /data/local/tmp
$ mkdir /data/local/tmp
mkdir /data/local/tmp
$ exit
exit

c:\android\platform-tools>adb push gingerbreak /data/local/tmp/gingerbreak
673 KB/s (16830 bytes in 0.024s)

c:\android\platform-tools>adb push su /data/local/tmp/su
750 KB/s (26264 bytes in 0.034s)

c:\android\platform-tools>adb push busybox /data/local/tmp/busybox
605 KB/s (1926944 bytes in 3.105s)

c:\android\platform-tools>adb push Superuser.apk /data/local/tmp/Superuser.apk
588 KB/s (94728 bytes in 0.157s)

c:\android\platform-tools>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: 1574 GOT start: 0x000142a8 GOT end: 0x000142e8
[*] vold: 1574 idx: -1024 fault addr: 0x0000c1b4
[+] fault address in range (0x0000c1b4,idx=-1024)
[+] Calculated idx: -1073734595
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1700 idx: -1073734595
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1708 idx: -1073734594
[-] sendmsg() failed?
[*] vold: 1712 idx: -1073734593
[-] sendmsg() failed?
[*] vold: 1716 idx: -1073734592
[-] sendmsg() failed?
[*] vold: 1720 idx: -1073734591
[-] sendmsg() failed?
[*] vold: 1725 idx: -1073734590
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1733 idx: -1073734589
[-] sendmsg() failed?
[*] vold: 1738 idx: -1073734588
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1762 idx: -1073734587
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1790 idx: -1073734586
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1862 idx: -1073734585
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1914 idx: -1073734584
[-] sendmsg() failed?
[*] vold: 1918 idx: -1073734583
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1958 idx: -1073734582
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 1995 idx: -1073734581
[-] sendmsg() failed?
[*] vold: 2000 idx: -1073734580
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 2021 idx: -1073734579
[*] vold: 2021 idx: -1073734578
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 2057 idx: -1073734577
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 2137 idx: -1073734576
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 2173 idx: -1073734575
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 2197 idx: -1073734574
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[-] sendmsg() failed?
[*] vold: 2237 idx: -1073734573
 
The first exit, exits out of the super user shell which is represented by a # returning you to a standard shell. Both exist simultaneously.

I wonder, root may in fact be sticking. When you open your adb shell it shows you '$' which is a standard non-root user shell, have you typed "su" without the quotes to switch to the super user or root shell?

Oh, that makes more sense.... But yes, I've rebooted, started up the shell again, and typed su. It just hangs for a bit, then returns "Permission denied"
 
no matter how often i restart my phone, or pull the battery, I keep getting [-] sendmsg<> failed? for step 8. I've been attempting for the past 4 hours before posting anything. I'm attempting to root, because my phone is starting to completely crumble (freezing during text messaging, random reboots, poor gps, etc), but it just keeps failing on step 8. This is the only issue i have. Rooted my old htc hero, so this is not my first attempt at rooting.

thanks

Try the simple method in my signature, should work for you. Also wouldnt hurt to "revert" back to vd to fix any software issues on your phone before you root.
 
Oh, that makes more sense.... But yes, I've rebooted, started up the shell again, and typed su. It just hangs for a bit, then returns "Permission denied"

try uninstalling super user on your phone, then re-installing it (just saw your using a mac, so ignore pm)
 
Last edited:
Try the simple method in my signature, should work for you. Also wouldnt hurt to "revert" back to vd to fix any software issues on your phone before you root.
Rooting my hero seemed so much easier. How do i "revert" back to vd? I'm assuming this completely wipes my phone, and takes it back to what it was like out of the box. I've been looking for a way to do this, but haven't been able to find it.
 
Rooting my hero seemed so much easier. How do i "revert" back to vd? I'm assuming this completely wipes my phone, and takes it back to what it was like out of the box. I've been looking for a way to do this, but haven't been able to find it.

directions are in my signature-"installed a custom rom and want to return to stock (or repair software issues with stock rom)", If you would like help doing this, i can help, check pm box. The "revert" takes anywhere from 10-20min on average Read through the entire first post, near the bottom you will see the
Substitute these steps to Force Flash VD

(my home computer takes 10min, but work computer took 20min before)
 
Last edited:
directions are in my signature-"installed a custom rom and want to return to stock (or repair software issues with stock rom)", If you would like help doing this, i can help, check pm box. The "revert" takes anywhere from 10-20min on average Read through the entire first post, near the bottom you will see the
Substitute these steps to Force Flash VD

(my home computer takes 10min, but work computer took 20min before)
hmm, i'm trying to root using fusion on my mac laptop, and i'm doing all my searching here on my linux rig...possibly just overwhelmed. it looks like the "revert" option is for if i successfully rooted my phone, which i haven't.
 
hmm, i'm trying to root using fusion on my mac laptop, and i'm doing all my searching here on my linux rig...possibly just overwhelmed. it looks like the "revert" option is for if i successfully rooted my phone, which i haven't.

The revert option is a straight up revert to stock does not require root, in fact the old root method required reverting to v9 first, you should not do this at it will likely require you to go through the blank screen issue, but if you follow the revert method and use the alternate links to flash vd you can than use the root method listed in jcwxguy's sig.
 
Last edited:
The revert option is a straight up revert to stock does not require root, in fact the old root method required reverting to v9 first, you should not do this at it will likely require you to go through the blank screen issue, but if you follow the revert method and use the alternate links to flash vd you can than use the root method listed in jcwxguy's sig.

exactly, but i am unsure if you will be able to using fusion on a mac laptop. If you can, post on here saying you can, i know it will help some people out if it works
 
exactly, but i am unsure if you will be able to using fusion on a mac laptop. If you can, post on here saying you can, i know it will help some people out if it works
OOOOHHHH...the first part of your sig. sorry, i'm pretty annoyed by what should be a simple process, and thus, I've started putting down a couple of Michigan Micro brews, and everything is not as clear as it was when I started. i'm working through the revert now. I don't have a dedicated windoze machine, although I could reboot my mac into bootcamp if everyone here thinks that'd be best.
 
vmware

OOOOHHHH...the first part of your sig. sorry, i'm pretty annoyed by what should be a simple process, and thus, I've started putting down a couple of Michigan Micro brews, and everything is not as clear as it was when I started. i'm working through the revert now. I don't have a dedicated windoze machine, although I could reboot my mac into bootcamp if everyone here thinks that'd be best.

Though bootcamp would probably work, I'm interested to know if the drivers work in vmware as I'm sure others are as well. If you are feeling adventurous you could at least give it a shot. If it fails it will be before it writes anything to the phone so you shouldn't have to worry about hurting it just to test the drivers.
 
Though bootcamp would probably work, I'm interested to know if the drivers work in vmware as I'm sure others are as well. If you are feeling adventurous you could at least give it a shot. If it fails it will be before it writes anything to the phone so you shouldn't have to worry about hurting it just to test the drivers.
i'm not worried about software hurting my phone. I'm more likely to beat it with a hammer at this point. I'm still making the effort with fusion. If reverting doesn't work today, I'm going to scrap it for a while, and put up with my issues before attempting to try again in bootcamp. right now i'm having issues running the kp500 executable. will post with updates
 
try uninstalling super user on your phone, then re-installing it (just saw your using a mac, so ignore pm)

Ok, this is bizarre... I realized I hadn't checked "Allow installation of non-Market applications," (not even sure if that makes a difference) so I went ahead and checked it and tried running the root one last time. Same issue as before (Permission denied for "su") but I just downloaded and successfully installed the Superuser app and Titanium Backup from the Android Marketplace. It looks like I'm officially rooted.

Maybe there's a different command to get into su from Terminal? I did have to tweak the other commands slightly (as per this post)
 

Trending Posts

Members online

Forum statistics

Threads
956,741
Messages
6,969,730
Members
3,163,608
Latest member
rajatgangajewels