Go Back   Android Forums > Android Phones > Motorola Droid Bionic > Bionic - All Things Root
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old December 10th, 2011, 08:04 AM   #1 (permalink)
Member
Thread Author (OP)
 
Join Date: Dec 2010
Location: USA
Posts: 105
 
Device(s): Droid Bionic
Carrier: Not Provided

Thanks: 9
Thanked 7 Times in 5 Posts
Default can I re-root after 5.8.894 broke root?

After appliying 43v3R root (thinking it applied) I installed the 5.5.886 > 5.8.894. I discovered that root was either broken or was never applied. can I re-root and if so, how?
Thanks

wichita6 is offline  
Reply With Quote
Sponsors
Old December 10th, 2011, 08:37 AM   #2 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

You might be able to do the manual method instead of a one click. I will try and find the commands and files.
__________________
Please support BabyBlues - or someone you know - to fight breast cancer - here's her pledge button -
OutOfPhase is online now  
Reply With Quote
Old December 10th, 2011, 08:46 AM   #3 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

You will need adb to do this. You can get the download here depending on your operating system. ADB

Download the follow file: it contains the exploit, su, Superuser

Download exploit -->Exploit.zip

1) Unzip contents of folder to your Desktop

2) open a command terminal and navigate to the folder (cd Desktop/Exploit)

3) type the following commands
---> adb push zerg /data/local
---> adb push su /data/local
---> adb push Superuser.apk /data/local
---> adb shell
---> cd /data/local
---> chmod 777 zerg
---> ./zerg

4) Wait for the root to be gained

5) type the following commands
---> adb shell (only type this if you are no longer in shell@targa)
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot

This is from P3Droid.
OutOfPhase is online now  
Last edited by OutOfPhase; December 10th, 2011 at 09:07 AM.
Reply With Quote
The Following 3 Users Say Thank You to OutOfPhase For This Useful Post:
cobra1100 (December 13th, 2011), nofxdan (January 2nd, 2012), wichita6 (December 10th, 2011)
Old December 10th, 2011, 09:07 AM   #4 (permalink)
Member
Thread Author (OP)
 
Join Date: Dec 2010
Location: USA
Posts: 105
 
Device(s): Droid Bionic
Carrier: Not Provided

Thanks: 9
Thanked 7 Times in 5 Posts
Default

Quote:
Originally Posted by dfib View Post
You will need adb to do this. You can get the download here depending on your operating system. ADB

Download the follow file: it contains the exploit, su, Superuser

Download exploit -->Exploit.zip

1) Unzip contents of folder to your Desktop

2) open a command terminal and navigate to the folder (cd Desktop/Exploit)

3) type the following commands
---> adb push zerg /data/local
---> adb push su /data/local
---> adb push Superuser.apk /data/local
---> adb shell
---> cd /data/local
---> chmod 777 zerg
---> ./zerg

4) Wait for the root to be gained

5) type the following commands
---> adb shell (only type this if you are no longer in shell@targa)
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot

This is from P3Droid.
Exploit.zip leads to a website address...mydroidworld.com...is there something i'm missing?
wichita6 is offline  
Last edited by wichita6; December 10th, 2011 at 09:10 AM. Reason: wrrong address info.
Reply With Quote
Old December 10th, 2011, 09:28 AM   #5 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

A download should have started. I will post it to my mediafire account. Give me a min.

exploit.zip
OutOfPhase is online now  
Last edited by OutOfPhase; December 10th, 2011 at 09:31 AM.
Reply With Quote
The Following 2 Users Say Thank You to OutOfPhase For This Useful Post:
cobra1100 (December 13th, 2011), wichita6 (December 10th, 2011)
Old December 10th, 2011, 09:48 AM   #6 (permalink)
Member
Thread Author (OP)
 
Join Date: Dec 2010
Location: USA
Posts: 105
 
Device(s): Droid Bionic
Carrier: Not Provided

Thanks: 9
Thanked 7 Times in 5 Posts
Default

ok, I got the file and extracted to the desktop but when I open cmd and type the first command I just get; 'adb' is not reconized as an internal or external command operable program or batch file.

Sorry, this is new to me.
wichita6 is offline  
Reply With Quote
Old December 10th, 2011, 10:46 AM   #7 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Gender: Male
Posts: 9,393
 
Device(s): Motorola® DROID® BIONIC®
Carrier: VZW

Thanks: 2,168
Thanked 1,915 Times in 1,361 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

You need to have he Android SDK installed to use this manual method. Go to Android SDK | Android Developers to grab the appropriate SDK for your OS.

Once installed, if you add the path to \android-sdk\platform-tools to your OSs PATH statement then you can run the commands without having to actually change to that directory. Otherwise, after installing, you'll need to first change to the directory \android-sdk\platform-tools before performing these steps.
__________________

Files for the Motorola® DROID® BIONIC®:
Motorola USB drivers v5.9.0 | Motorola RSD Lite v5.7
My DropBox Referral link
johnlgalt is offline  
Reply With Quote
The Following User Says Thank You to johnlgalt For This Useful Post:
OutOfPhase (December 11th, 2011)
Old December 10th, 2011, 07:54 PM   #8 (permalink)
Member
Thread Author (OP)
 
Join Date: Dec 2010
Location: USA
Posts: 105
 
Device(s): Droid Bionic
Carrier: Not Provided

Thanks: 9
Thanked 7 Times in 5 Posts
Default

Ah, the problem was the zip extraction created was...desktop/exploit/exploit and I was trying "desktop/exploit"

Thanks a million to dfib, johnlgalt and P3Droid...it worked and I am now rooted after being blocked by the update!!!
wichita6 is offline  
Last edited by wichita6; December 11th, 2011 at 02:24 PM. Reason: vaugely writen
Reply With Quote
Old December 13th, 2011, 10:33 PM   #9 (permalink)
New Member
 
Join Date: Dec 2009
Location: Stanfield, NC
Posts: 4
 
Device(s): Motorola Droid Bionic Acer Iconia Tab A500
Carrier: Not Provided

Thanks: 3
Thanked 0 Times in 0 Posts
Default

Thanks, dfib! I got re-rooted after the update!!! Great advice! Worked like a charm. I had originally used Pete's One Click Root and like everyone else, I lost it after the update and the One Click Root won't work on the new update. I just hope this update fixes the data drops and the camera. Haven't had much time to test yet. Thanks again!
cobra1100 is offline  
Reply With Quote
Old December 17th, 2011, 09:18 AM   #10 (permalink)
New Member
 
Join Date: Dec 2011
Posts: 4
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

I installed SDK, extracted the Exploit zip file. Then I opened a cmd window and navigated to the directory where I extracted the zip file. When I type "adb push zerg /data/local", I get "error: device not found".

My phone is on charge only and I have the Motorola driver on my pc.
mswierse is offline  
Reply With Quote
Sponsors
Old December 17th, 2011, 09:24 AM   #11 (permalink)
New Member
 
Join Date: Dec 2011
Posts: 4
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

OMG, so dumb... flashed back to stock and forgot to put phone back in debugging mode.
mswierse is offline  
Reply With Quote
Old December 18th, 2011, 01:02 AM   #12 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Gender: Male
Posts: 9,393
 
Device(s): Motorola® DROID® BIONIC®
Carrier: VZW

Thanks: 2,168
Thanked 1,915 Times in 1,361 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Welcome to the forums.

That's not dumb, that's just being human. I guarantee that more than 80% of us that know this stuff like the back of our hands have one that too.

It happens... At least you caught yourself. lol.
johnlgalt is offline  
Reply With Quote
Old December 18th, 2011, 11:46 AM   #13 (permalink)
Junior Member
 
Join Date: Jun 2010
Posts: 91
 
Device(s):
Carrier: Not Provided

Thanks: 2
Thanked 2 Times in 2 Posts
Default

I saw in another forum that there is a new 1 click root method to be able to get the new OTA rooted. I tried this myself after losing root once I updated and it worked for me. Now a couple of things.

*This method isn't guaranteeing everybody that it'll work for them. Some are saying that the new 1 click method didn't work but the OP on the thread said there might be another way if the 1 click method doesn't work right away.

*Since it's on another websites forum, the only way I know how to download this method and try it for yourself is to sign up to their site. Anyways, here's the link to the thread. I hope this helps.

http://forums.androidcentral.com/bionic-rooting-roms-hacks/141025-updated-lost-root-1-click-root-working.html
thefnshow66 is offline  
Last edited by thefnshow66; December 18th, 2011 at 02:14 PM.
Reply With Quote
Old December 19th, 2011, 11:53 PM   #14 (permalink)
Member
 
Join Date: Sep 2010
Location: Los Angeles, CA
Posts: 178
 
Device(s): Droid Bionic
Carrier: Not Provided

Thanks: 16
Thanked 42 Times in 28 Posts
Default

Why do you guys make it so difficult? All you need to do is use R3L3AS3DRoot to restore, root, and forever root your Bionic. And, POW! You will have a rooted Bionic once again, without D/L unnecessary software and typing commands. Props to DHacker.
charlie310 is offline  
Reply With Quote
Old December 20th, 2011, 08:51 AM   #15 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

Quote:
Originally Posted by charlie310 View Post
Why do you guys make it so difficult? All you need to do is use R3L3AS3DRoot to restore, root, and forever root your Bionic. And, POW! You will have a rooted Bionic once again, without D/L unnecessary software and typing commands. Props to DHacker.

Sometimes the one click does not work because of the timing between commands. You then have to do it manually and wait for each command to go through before performing the next command.
OutOfPhase is online now  
Reply With Quote
Old December 22nd, 2011, 09:22 PM   #16 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Gender: Male
Posts: 9,393
 
Device(s): Motorola® DROID® BIONIC®
Carrier: VZW

Thanks: 2,168
Thanked 1,915 Times in 1,361 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Quote:
Originally Posted by johnlgalt View Post
You need to have he Android SDK installed to use this manual method. Go to Android SDK | Android Developers to grab the appropriate SDK for your OS.

Once installed, if you add the path to \android-sdk\platform-tools to your OSs PATH statement then you can run the commands without having to actually change to that directory. Otherwise, after installing, you'll need to first change to the directory \android-sdk\platform-tools before performing these steps.
To expand upon this, as it is quite obtuse for someone who does not know how to do it, I'm adding this post.

Once you've got your Android SDK installed / extracted, there are two ways you go about using the tools.
  1. The easiest, for those not using the tools often, is to simply open cmd prompt, navigate to the Android SDK folder (installers will see it at either C:\Program Files (x86)\Android\android-sdk for Windows x64 users or C:\Program Files\Android\android-sdk for Windows x86 users), then go to the subdirectory platform-tools, and then run your commands, like so:

    Attachment 25825
  2. The other method involves adding the path (the full directory of that particular location) to an environment variable in Windows called the Path statement. This basically means that you can just open a cmd prompt anywhere and use the adb command without having to change the directory every time.

    There are 2 different methods to accomplish this and multiple reasons to pick one or the other.
    1. If you use a computer with multiple users, or you do not have administrative rights on your computer, then you can add the path statement to your user variables found as follows:

      Note: Only your login will have this path statement, and only when you when you log in, no one else will, and it does not require root..er, administrative privileges to add.

      1. Open Control Panel --> User Accounts and Family Safety --> User Accounts

        Attachment 25826
      2. Click on Change my environment variables (left margin) (highlighted in yellow) to get the next dialog box:

        Attachment 25827
      3. Under User variables for {your user name} Press the New button (highlighted in yellow) to get the next dialog box:

        Attachment 25828
      4. In Variable name type in
        Code:
        Path
        and in Variable value type in (you can copy here and paste there to make it easy):

        Code:
        C:\Program Files (x86)\Android\android-sdk\;C:\Program Files (x86)\Android\android-sdk\platform-tools;
    2. If you are the only user on your computer, or you have administrative privileges on the computer and want to make this a global addition to all users (so that ANY user that logs in can open a cmd prompt anywhere and run adb commands) then you add to the existing path statement under System variables:

      Note: ALL users on this computer in this OS will have this path statement and will be able to run adb and other Android SDK commands from any command prompt. Use with care.

      1. Open Control Panel --> System and Security --> System or Shortcut key Windows Key + Pause / break

        Attachment 25829
      2. Click Advanced System Settings (highlighted in yellow) to get to the next dialog box:

        Attachment 25830
      3. Click the Environment variables button (highlighted in yellow) to get the next box:

        Attachment 25831
      4. Under System variables scroll down to Path and the click the Edit button to get the next dialog box:

        Attachment 25832
      5. In the Variable value field, click anywhere, and then hit the END key on your keyboard to go to the end of the long path value - you will probably see it does not end in a semicolon, so first add a semicolon (;), then add the following (you can copy here and paste there to make it easy):

        Code:
        C:\Program Files (x86)\Android\android-sdk\;C:\Program Files (x86)\Android\android-sdk\platform-tools;
      6. It should now look something like this:

        Attachment 25833

        Now your system variable is set up.

HTH
johnlgalt is offline  
Reply With Quote
Old December 22nd, 2011, 09:56 PM   #17 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

Thanks john
OutOfPhase is online now  
Reply With Quote
Old December 22nd, 2011, 10:17 PM   #18 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Gender: Male
Posts: 9,393
 
Device(s): Motorola® DROID® BIONIC®
Carrier: VZW

Thanks: 2,168
Thanked 1,915 Times in 1,361 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

I'm trying to figure out how to get the thumbnails showing for the attachments, since they were actually made in another post - bu the links to the full size pics still work.
johnlgalt is offline  
Reply With Quote
Old December 29th, 2011, 12:23 AM   #19 (permalink)
New Member
 
Join Date: Oct 2011
Posts: 1
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Laugh

Sorry for my newbiness, but I just want to make sure I understand this correctly.
1. get Android SDK installed (done)
2. get exploit and extract to desktop (done)
point CMD to C:\Program Files\Android\android-sdk (done)
and then to platform-tools (done)
plug in bionic (in fastboot)
and proceed with the aforementioned code

---> adb push zerg /data/local
---> adb push su /data/local
---> adb push Superuser.apk /data/local
---> adb shell
---> cd /data/local
---> chmod 777 zerg
---> ./zerg
4) Wait for the root to be gained
5) type the following commands
---> adb shell (only type this if you are no longer in shell@targa)
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot

This is from P3Droid.

reboot phone.
or do i run the code simply after I plug it in to my computer? (after cmd is pointed in right direction)

2 questions after this
will this give me root with existing programs and data on phone or will it wipe it to factory with current kernel and radio

will I have forever root after this procedure?

Thank You for all the work being done here and is there a way to donate?
NewtG. is offline  
Reply With Quote
Old December 29th, 2011, 12:43 PM   #20 (permalink)
New Member
 
Join Date: Dec 2011
Posts: 1
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok, after many errors on my part and lots of help i get to the last step in gaining root)./zerg and it says
[-] cannot copy boomsh. : Permission denied
[1] = Stopped (signal) ./zerg
plus a few other lines after that

Any ideas??
moset is offline  
Reply With Quote
Sponsors
Old December 29th, 2011, 01:54 PM   #21 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

Quote:
Originally Posted by moset View Post
Ok, after many errors on my part and lots of help i get to the last step in gaining root)./zerg and it says
[-] cannot copy boomsh. : Permission denied
[1] = Stopped (signal) ./zerg
plus a few other lines after that

Any ideas??

Are you waiting for each comand to finish before going to the next one?
OutOfPhase is online now  
Reply With Quote
Old January 5th, 2012, 11:41 PM   #22 (permalink)
New Member
 
Join Date: Jan 2012
Posts: 2
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default Manual Root

1) Unzip contents of folder to your Desktop

2) open a command terminal and navigate to the folder (cd Desktop/Exploit)

3) type the following commands
---> adb push zerg /data/local
---> adb push su /data/local
---> adb push Superuser.apk /data/local
---> adb shell
---> cd /data/local
---> chmod 777 zerg
---> ./zerg

4) Wait for the root to be gained

5) type the following commands
---> adb shell (only type this if you are no longer in shell@targa)
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot

This is from P3Droid.[/QUOTE]

Hi there,
I'm a total newbie here so forgive me if this is redundant. I have done all the command prompts up to the adb shell then I get this command prompt "shell@cdma_targa:/$" I try to type in the next prompt which is the "cd /data/local" and it won't go through. It is stuck at the shell@cdma...
How do I get through the rest of the process? I'm basically just trying to root the phone since Verizon is giving me no options and my phone is basically unusable right now.
Thanks!
annetteboo is offline  
Reply With Quote
Old January 6th, 2012, 02:34 PM   #23 (permalink)
Member
 
Join Date: Aug 2010
Posts: 468
 
Device(s): DrOID Bionic, Stock Rooted; OG DrOID, LGB 1.9
Carrier: Not Provided

Thanks: 153
Thanked 68 Times in 56 Posts
Default

Quote:
Originally Posted by dfib View Post
Sometimes the one click does not work because of the timing between commands. You then have to do it manually and wait for each command to go through before performing the next command.
+1000 to this. R3L3AS3DROOT failed and failed and failed for me trying to root my phone. Based on some comments I read in various posts here, I went into the .bat file and manually added PAUSE steps between the rooting steps and now it works like a charm for me.
SNeitzel is offline  
Reply With Quote
Old January 9th, 2012, 09:29 PM   #24 (permalink)
New Member
 
Join Date: Jan 2012
Posts: 1
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hey John - any way you could lend a hand?

Im running win7 64 bit and trying to root my bionic 2.3.4.

Ive tried Pete's, easyRootScript and R3l3AS3DRoot and haven't had luck with any. The OneClick told me it was successful but it wasnt. Below is the issue Im having. Am I just stuck with an OS update that is going to make it impossible without a new exploit? It is in debug and charge only, im a little lost and thinking im SOL on this one.

Thanks,

Ted

C:\Users\ted\Downloads>cd Exploit

C:\Users\ted\Downloads\Exploit>cd Exploit

C:\Users\ted\Downloads\Exploit\Exploit>adb push zerg /data/local
855 KB/s (22776 bytes in 0.026s)

C:\Users\ted\Downloads\Exploit\Exploit>adb push su /data/local
1085 KB/s (22228 bytes in 0.020s)

C:\Users\ted\Downloads\Exploit\Exploit>adb push Superuser.apk /data/local
1401 KB/s (754980 bytes in 0.526s)

C:\Users\ted\Downloads\Exploit\Exploit>adb shell
shell@cdma_targa:/$ cd /data/local
cd /data/local
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$
C:\Users\ted\Downloads\Exploit\Exploit>
tedblock is offline  
Reply With Quote
Old January 9th, 2012, 09:50 PM   #25 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Gender: Male
Posts: 9,393
 
Device(s): Motorola® DROID® BIONIC®
Carrier: VZW

Thanks: 2,168
Thanked 1,915 Times in 1,361 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Quote:
Originally Posted by SNeitzel View Post
+1000 to this. R3L3AS3DROOT failed and failed and failed for me trying to root my phone. Based on some comments I read in various posts here, I went into the .bat file and manually added PAUSE steps between the rooting steps and now it works like a charm for me.
Actually, since most of the commands are adb commands, the best thing to do is to insert
Code:
adb wait-for-device
in between commands - this, as it says, waits for device before allowing the next command to process. This has been documented many times, and even in this thread earlier, IIRC.

The Pause commands are entirely dependent upon the user, and if the user presses any key too quickly, the same thing will happen anyway.

Quote:
Originally Posted by tedblock View Post
Hey John - any way you could lend a hand?

Im running win7 64 bit and trying to root my bionic 2.3.4.

Ive tried Pete's, easyRootScript and R3l3AS3DRoot and haven't had luck with any. The OneClick told me it was successful but it wasnt. Below is the issue Im having. Am I just stuck with an OS update that is going to make it impossible without a new exploit? It is in debug and charge only, im a little lost and thinking im SOL on this one.

Thanks,

Ted

C:\Users\ted\Downloads>cd Exploit

C:\Users\ted\Downloads\Exploit>cd Exploit

C:\Users\ted\Downloads\Exploit\Exploit>adb push zerg /data/local
855 KB/s (22776 bytes in 0.026s)

C:\Users\ted\Downloads\Exploit\Exploit>adb push su /data/local
1085 KB/s (22228 bytes in 0.020s)

C:\Users\ted\Downloads\Exploit\Exploit>adb push Superuser.apk /data/local
1401 KB/s (754980 bytes in 0.526s)

C:\Users\ted\Downloads\Exploit\Exploit>adb shell
shell@cdma_targa:/$ cd /data/local
cd /data/local
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$ ./zerg
./zerg
./zerg: permission denied
shell@cdma_targa:/data/local$
C:\Users\ted\Downloads\Exploit\Exploit>
It sounds like the files are already there and it is failing when trying to run itself - because maybe it is partially rooted. the best approach here is to try to delete those files (if you can) from he locations you copied them to and then start over.

I'd also skip all the one click stuff now and go with the manual method listed in the sticky (go to the depreciated (should actually be deprecated) section.
johnlgalt is offline  
Reply With Quote
The Following User Says Thank You to johnlgalt For This Useful Post:
SNeitzel (January 10th, 2012)
Old January 10th, 2012, 12:03 PM   #26 (permalink)
Member
 
Join Date: Aug 2010
Posts: 468
 
Device(s): DrOID Bionic, Stock Rooted; OG DrOID, LGB 1.9
Carrier: Not Provided

Thanks: 153
Thanked 68 Times in 56 Posts
Default

Quote:
Originally Posted by johnlgalt View Post
The Pause commands are entirely dependent upon the user, and if the user presses any key too quickly, the same thing will happen anyway.
I get ya.
For me, I was having so many problems at one point I put pause commands in and was giving each step 30 sec to complete. Overkill I know, but it got me through and fixed my problems.
If/when I need to re-root I will try the wait for device instead.
SNeitzel is offline  
Reply With Quote
Old January 11th, 2012, 03:38 PM   #27 (permalink)
New Member
 
Join Date: Oct 2010
Posts: 3
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

"It sounds like the files are already there and it is failing when trying to run itself - because maybe it is partially rooted. the best approach here is to try to delete those files (if you can) from he locations you copied them to and then start over."

I have a Defy+ with a similar problem -- it is 'partially rooted' and now any attempt to root fails because of permission errors - because the files may already be there...

How do I go about 'deleting' the files created during the original root (which was lost during an OTA).

Cheers
rjbathgate is offline  
Reply With Quote
Old January 20th, 2012, 07:11 PM   #28 (permalink)
New Member
 
Join Date: Jan 2012
Posts: 1
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

When i try and open link it tells me i do not have significant privaliges even tho i registered with an account. Could someone repost the link or help me out?
bionic2215 is offline  
Reply With Quote
Old January 25th, 2012, 01:41 PM   #29 (permalink)
New Member
 
Join Date: Jan 2012
Posts: 1
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

It worked! Droid Bionic with "no-root" update!

Thanks to all of you guys, now I can use the full features of this device! I am just so happy now! Grueling process, but worth EVERY bit of frustration~!!!!!!!
RootedNowYay is offline  
Reply With Quote
Old March 27th, 2012, 08:41 PM   #30 (permalink)
New Member
 
Join Date: Mar 2012
Posts: 1
 
Device(s): Droid Bionic
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default Still getting alternate results after following this...

Unfortunately, none of these methods are working for me. I have downloaded the SDK program and files, as well as the Android SDK files (which I moved to the \android-sdk\platform-tools path that was advised so that the file path didn't have to be changed). I downloaded the exploit.zip file and extracted to the desktop. I put in the commands exactly as seen on the screen into the command prompt with my Bionic 2.3.4 (5.5.893) <update> it is actually 5.9.902 </update> connected, with charge mode and usb debugging on. I have also installed the drivers for my Windows 7 32 bit OS.

Here is the left side of my screen so that you may see that I have all the correct items installed and in the right paths (hopefully).
myscreen(left).png

Here's the right side to see the command prompt window.
myscreen(right).png

Sorry I couldn't attach it as one, but it exceeded the size limit.

Any ideas on what I am doing wrong? And if so, how can I correct it so that my device can be rooted?


<update>
Tried the one-click method above, and it gave me the same "[-] Hellions with BLUE flames !" message, followed by "[1] Segmentation fault /data/local/zerg". It then tried to install the root packages, but they all failed because /system/xbin is a read-only file system still. Help!!
Menendon is offline  
Last edited by Menendon; March 27th, 2012 at 10:06 PM. Reason: Found out something was different than I thought it was
Reply With Quote
Sponsors
Old March 28th, 2012, 08:07 PM   #31 (permalink)
Premium Guide Member
 
OutOfPhase's Avatar
 
Join Date: Dec 2010
Location: Tampa, FL
Posts: 3,192
 
Device(s): Droid 1, Droid Bionic, Xoom
Carrier: Verizon

Thanks: 1,636
Thanked 1,465 Times in 956 Posts
Default

Quote:
Originally Posted by Menendon View Post
Unfortunately, none of these methods are working for me. I have downloaded the SDK program and files, as well as the Android SDK files (which I moved to the \android-sdk\platform-tools path that was advised so that the file path didn't have to be changed). I downloaded the exploit.zip file and extracted to the desktop. I put in the commands exactly as seen on the screen into the command prompt with my Bionic 2.3.4 (5.5.893) &lt;update&gt; it is actually 5.9.902 &lt;/update&gt; connected, with charge mode and usb debugging on. I have also installed the drivers for my Windows 7 32 bit OS.

Here is the left side of my screen so that you may see that I have all the correct items installed and in the right paths (hopefully).
Attachment 29853

Here's the right side to see the command prompt window.
Attachment 29854

Sorry I couldn't attach it as one, but it exceeded the size limit.

Any ideas on what I am doing wrong? And if so, how can I correct it so that my device can be rooted?


&lt;update&gt;
Tried the one-click method above, and it gave me the same "[-] Hellions with BLUE flames !" message, followed by "[1] Segmentation fault /data/local/zerg". It then tried to install the root packages, but they all failed because /system/xbin is a read-only file system still. Help!!
Try the motoroot that is in the all things root guide, it should work. You might have tried too many different ways to root and might have to flash the fxz for 5.9.902 to wipe the slate clean.
OutOfPhase is online now  
Reply With Quote
Reply


Go Back   Android Forums > Android Phones > Motorola Droid Bionic > Bionic - All Things Root
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:32 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.