12-14-2012 06:48 PM
37 12
tools
  1. stetsonaw's Avatar
    I don't know if there is a new exploit for the update. But i've heard of that screwing things up. And the factory reset will only put you back to stock after the update.
    08-08-2011 08:50 AM
  2. speedtrap63's Avatar
    I don't know if there is a new exploit for the update. But i've heard of that screwing things up. And the factory reset will only put you back to stock after the update.
    Might be worth it though, the phone has been acting kinda squirelly since the update. However, unless I or someone on here has an epiphany, I may be stuck until the anticipated Gingerbread update. Whenever that is.
    08-08-2011 02:29 PM
  3. compumom#AC's Avatar
    I'm stuck after a suspected Verizon update.

    (for some background - I have rooted many Xs, DINCs. Have a BS in Computer Science and work as an IT consultant. Oh, I also rooted my Nook Color....)

    Got a Revo for my son in July, rooted it using ADB - used wifi tether and adfree. Talked a friend into getting two Revos for herself and daughter - can't root. Noticed adfree and wifi tether stopped working on my son's phone and it appears to no longer be rooted.

    Can't get past the $ prompt. Also tried s1c.

    Problem seems to be the same as Speedtrap63 is having.

    Any choice but to wait for a new exploit or an update to 2.3?

    Is there any way to stop the automatic updates from Verizon?

    Factory restore didn't allow me to root either....

    Thanks in advance for any suggestions.
    08-12-2011 08:21 AM
  4. speedtrap63's Avatar
    It's a waiting game. The update breaks root and blocks rerooting somehow. There is no exploit or solution yet.

    I'm not holding my breath for 2.3 either. Rumors of a Revo2 in October are troubling, HTC Vigor, LG Revolution 2 Arriving With HD Screens? Stratosphere NOT Galaxy S 2?

    If true, I doubt they will spend much development time and money on our Revo. But keep the faith!
    08-12-2011 10:34 AM
  5. babeldog's Avatar
    It's a waiting game. The update breaks root and blocks rerooting somehow. There is no exploit or solution yet.

    I'm not holding my breath for 2.3 either. Rumors of a Revo2 in October are troubling, HTC Vigor, LG Revolution 2 Arriving With HD Screens? Stratosphere NOT Galaxy S 2?

    If true, I doubt they will spend much development time and money on our Revo. But keep the faith!
    Same here seems that vz has found a way to root block the revo after the update..
    08-15-2011 12:44 PM
  6. jlstone.55's Avatar
    Remember, I am not at fault if you brick your phone, now, proceed.

    Connect your phone in charge only mode to install the LG Bootstrapper and drivers, or grab the LG Universal Drivers here or here.

    Change your USB Mode to Internet Connection
    Go into Settings/Applications/Development and ensure USB Debugging is turned on
    If all goes according to plan, you should see the ADB Ladybug icon in your notification bar

    I updated the Rootzwiki page with the same info found below.

    Busybox actually comes installed by LG on the Revo, how awesome is that??

    Download the rageagainstthecage binary
    Download the SU binary
    Move these files to the same directory your adb.exe is in.

    Code:
    The > and # characters below illustrate the prompt 
    you should have, if you have the $ when you go into adb shell, 
    exit out and type 'adb usb' then go back into adb shell and 
    you should see the #
    Open Command prompt (either use the Windows Key+R and type cmd or start/run, then type cmd)
    32-bit users: >cd c:\program files\android\android-sdk\platform-tools
    64-bit users: >cd c:\program files (x86)\android\android-sdk\platform-tools
    Or >cd (whatever directory adb is in)

    >adb devices (verifies you are connected)
    >adb push rageagainstthecage-arm5.bin /data/local/temp/rage
    (if the above command fails due to read-only, type 'adb usb' then 'adb root' to validate root status, then 'adb devices' again to verify connection)
    >adb push su /data/local/temp/su
    >adb shell chmod 777 /data/local/temp/rage
    >adb shell ./data/local/temp/rage
    >adb shell (If this gives you a $ prompt instead of a # prompt, type 'su', if that fails, 'exit', 'adb usb' like above.)
    #mount -o remount,rw -t ext3 /dev/mmcblk0p12 /system
    #busybox cp /data/local/temp/su /system/bin/su
    #chmod 6755 /system/bin/su

    Verify the file is in place w/correct permissions

    #cd /system/bin
    #ls -l *su
    -rwsr-sr-x root root 26248 2011-05-29 01:09 su
    (permissions name access filesize date time filename)

    At this point, you may way to remove the files you put in /data/local/temp (optional):
    #rm /data/local/temp/su
    #rm /data/local/temp/rage

    continue with commands
    #reboot

    Download and install SuperUser from the Market

    Thanks Zennmaster, _mrbirdman_ for finding the linux routes and birdman for helping me out, and droidx8971 for helping me find all the information possible!

    Now go bug XDA to create a Revo forum!


    So I tried this method, and I keep getting to the adb shell command and it gives me the $ prompt instead of the # prompt, so I type 'su' and it says 'su: permission denied' so I type 'exit' and 'adb usb' and all that, and it keeps giving me the 'su: permission denied' message and right back to the $ prompt.

    Please help me ASAP. I am running Win7 64-bit and my REVOLUTION is running the newest Android 2.3.4 software that just came out a few days ago. Please reply soon, I have been trying several methods to root my phone over the course of a few months now and exactly ZERO methods have worked so far, including the SuperOneClick method that everyone seems to love. This is the first android phone I have tried to root.
    11-02-2011 07:08 PM
  7. S.Meezy's Avatar
    So I tried this method, and I keep getting to the adb shell command and it gives me the $ prompt instead of the # prompt, so I type 'su' and it says 'su: permission denied' so I type 'exit' and 'adb usb' and all that, and it keeps giving me the 'su: permission denied' message and right back to the $ prompt.

    Please help me ASAP. I am running Win7 64-bit and my REVOLUTION is running the newest Android 2.3.4 software that just came out a few days ago. Please reply soon, I have been trying several methods to root my phone over the course of a few months now and exactly ZERO methods have worked so far, including the SuperOneClick method that everyone seems to love. This is the first android phone I have tried to root.
    Would you rather a 1 click or through adb?

    Sent from my VS910 4G using Tapatalk
    11-04-2011 12:09 AM
  8. S.Meezy's Avatar
    So I tried this method, and I keep getting to the adb shell command and it gives me the $ prompt instead of the # prompt, so I type 'su' and it says 'su: permission denied' so I type 'exit' and 'adb usb' and all that, and it keeps giving me the 'su: permission denied' message and right back to the $ prompt.

    Please help me ASAP. I am running Win7 64-bit and my REVOLUTION is running the newest Android 2.3.4 software that just came out a few days ago. Please reply soon, I have been trying several methods to root my phone over the course of a few months now and exactly ZERO methods have worked so far, including the SuperOneClick method that everyone seems to love. This is the first android phone I have tried to root.
    http://forums.androidcentral.com/sho....php?p=1381479

    Sent from my VS910 4G using Tapatalk
    11-04-2011 05:40 PM
  9. os1k's Avatar
    I also need help with this and have had a hard time following thru the threads. this is the message that I get[*] adb connection will be reset. restart adb server on desktop and re-login.

    C:\Program Files\Android\android-sdk\platform-tools>adb shell
    $ su
    su
    su: permission denied
    $ exit
    exit

    C:\Program Files\Android\android-sdk\platform-tools>adb usb
    restarting in USB mode

    C:\Program Files\Android\android-sdk\platform-tools>adb shell
    $ exit
    exit

    C:\Program Files\Android\android-sdk\platform-tools>adb usb
    restarting in USB mode

    C:\Program Files\Android\android-sdk\platform-tools>adb root
    adbd cannot run as root in production builds

    C:\Program Files\Android\android-sdk\platform-tools>adb devices
    List of devices attached
    99000044076735 device
    11-04-2011 06:27 PM
  10. os1k's Avatar
    I got it
    11-08-2011 12:15 PM
  11. jamest91's Avatar
    where can i download the rageagainstthecage binary?? the links that are posted everywhere are not working.
    02-20-2012 01:28 AM
  12. lmwodo's Avatar
    i dont know right fully what im doing but when i follow the steps to adb i receive a "is not recognized as an internal or external command,operable program or batch file" message what am i doing wrong?
    12-14-2012 06:48 PM
37 12
LINK TO POST COPIED TO CLIPBOARD