[HOW TO] Root without using ADB

This is a discussion on [HOW TO] Root without using ADB within the Droid X Hacks forums, part of the Droid X Forum category; Update: This guide is for Android 2.1 and is now obsolete. Try this guide: http://www.droidforums.net/forum/droid-2-hacks/80080-much-simpler-guide-rooting-no-pc-required.html Now that root is available for the Droid X, there ...

+ Reply to Thread
Page 1 of 14 1 2 3 11 ... LastLast
Results 1 to 10 of 136

Thread: [HOW TO] Root without using ADB

  1. Master Droid
    qoncept's Avatar
    Member #
    946
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    631
    Liked
    1 times
    Phone
    Droid X
    #1

    [HOW TO] Root without using ADB

    Update: This guide is for Android 2.1 and is now obsolete.
    Try this guide:http://www.droidforums.net/forum/droid-2-hacks/80080-much-simpler-guide-rooting-no-pc-required.html

    Now that root is available for the Droid X, there is going to be a swarm of people installing the Android SDK to have access to ADB. But you don't need to do this. You can install a terminal emulator from the Android Market and root your Droid X without using a PC. We'll be using a modified version of the guide on Alldroid.org to do this. Thanks to birdman and everyone else involved! Here's how:

    Get a terminal emulator and Astro
    There are a few available on the Market. Any of them should work fine. I recommend Better Terminal Emulator ($1.99 I believe) but there are free options available.

    Then download Astro file manager. There's a free and pay version, either will work.

    Download the files you need
    You'll need to register on Alldroid.org to download the files. Then download the attachment (using your Droid X) in the first post of this thread:

    DROID X IS ROOTED! (ADB and Shell as SU with System mounted as R/W, NO Flashing or bootloader yet) - Motorola Droid X Rooting - AllDroid Public Board - DROID X IS ROOTED! (ADB and Shell as SU with System mounted as R/W, NO Flashing or bootloader yet)

    The Android browser likes to make the filename goofy, so we'll need to change it. Open Astro.
    Press Menu -> More -> Preferences -> Look and Feel and make sure "Hide File Extensions" is disabled. Press back till you're at the file list again.

    Open the download folder and then long press on the file "resource.ashx" and rename it to "update.zip", then long press again to extract it, and "Extact To This Directory".

    Gaining temporary root access
    First make sure you have a Power Control widget on your homescreen and wifi is turned on. You're going to need to access this widget very quickly after you type the following commands.

    Now open your terminal app and type the following commands:
    Code:
    cd /sqlite_stmt_journals
    cp /sdcard/download/exploid ./exploid
    chmod 755 exploid
    ./exploid
    After typing the last command, quickly press your Home button and turn wifi off and then back on with the power control widget. You'll know if you did it fast enough after you type the next command:
    Code:
    rootshell
    If you are prompted for a password, you were fast enough. If not, type ./exploid and do the wifi thing over again. When you are prompted for a password, enter secretlol

    Copy superuser files
    You now have temporary root access and need to copy all of your files in to place to make it permanent. Type the following commands:

    Code:
    cp /sdcard/download/Superuser.apk /system/app/Superuser.apk
    cp /sdcard/download/su /system/bin/su
    cp /sdcard/download/busybox /system/bin/busybox
    chmod 4755 /system/bin/su
    chmod 4755 /system/bin/busybox
    rm /system/bin/rootshell
    exit
    You now have root. I needed to close my terminal emulator (in Better Terminal, you need to actually click the menu button and exit) and reopen it. After this, type su

    If anything other than your prompt changing from $ to #, something went wrong. Otherwise, you can start using apps that require root!
    Last edited by qoncept; 10-22-2010 at 09:08 AM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Senior Droid
    JFDroid's Avatar
    Member #
    185
    Join Date
    Oct 2009
    Location
    Ohio
    Posts
    227
    Phone
    DROID
    #2
    Omg. I need this. please hurry!
  4. Master Droid
    qoncept's Avatar
    Member #
    946
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    631
    Liked
    1 times
    Phone
    Droid X
    #3
    Ugh.. on a conference call, it'll be a little bit.
  5. Droid Newbie
    ClarkRU's Avatar
    Member #
    89793
    Join Date
    Jul 2010
    Posts
    1
    Phone
    Droid X
    #4
    Quote Originally Posted by qoncept View Post
    Ugh.. on a conference call, it'll be a little bit.
    Don't sweat it. In on this, great stuff so far.
  6. Senior Droid
    JFDroid's Avatar
    Member #
    185
    Join Date
    Oct 2009
    Location
    Ohio
    Posts
    227
    Phone
    DROID
    #5
    Bah. Well, at least you are willing to help with root without having to use ADB. Adb isn't working for me, at all. It's extremely frustrating. I'll keep refreshing this thread all day at work. Hopefully you have it up within an hour

    Thank you so much for starting this... hopefully it pans out and works.

    Edit: I'm at work, so I can understand what it's like to be interrupted.
    Last edited by JFDroid; 07-22-2010 at 11:57 AM.
  7. Master Droid
    qoncept's Avatar
    Member #
    946
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    631
    Liked
    1 times
    Phone
    Droid X
    #6
    Finished. Enjoy. If you have any problems post questions here.
  8. Master Droid
    littlerick's Avatar
    Member #
    3999
    Join Date
    Nov 2009
    Posts
    267
    Phone
    bionic for now
    #7
    i keep getting cant cd to /sqlite_stmt_journal

    edit: also dont have the resource.ashx file but i changed the file it downloaded to update.zip and unzipped it in the same file
    Last edited by littlerick; 07-22-2010 at 12:25 PM.
  9. Senior Droid
    JFDroid's Avatar
    Member #
    185
    Join Date
    Oct 2009
    Location
    Ohio
    Posts
    227
    Phone
    DROID
    #8
    Should I be getting errors when typing the first string of commands? The errors I get are "cd: can't d to /sqlite_stmt_journal"
  10. Master Droid
    qoncept's Avatar
    Member #
    946
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    631
    Liked
    1 times
    Phone
    Droid X
    #9
    Quote Originally Posted by littlerick View Post
    i keep getting cant cd to /sqlite_stmt_journal

    edit: also dont have the resource.ashx file but i changed the file it downloaded to update.zip and unzipped it in the same file
    Oops, /sqlite_stmt_journals
    Updated.

    I'm not sure what you mean by unzipped in the same file, but I'm thinking that "Files" file manager might not be the best way to go. I used Astro, I'll update the guide to do it that way.
    Edit: Updated.
    Last edited by qoncept; 07-22-2010 at 12:34 PM.
  11. Master Droid
    erikfig's Avatar
    Member #
    67791
    Join Date
    May 2010
    Posts
    542
    Phone
    MOTOROLA DROID
    #10
    Good Stuff...



    Sent from my Droid using Tapatalk
+ Reply to Thread
Page 1 of 14 1 2 3 11 ... LastLast

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Replies: 20
    Last Post: 09-11-2010, 01:11 PM
  2. Replies: 0
    Last Post: 07-06-2010, 11:20 AM
  3. To root or not to root
    By pntr2001 in forum Droid General Discussions
    Replies: 16
    Last Post: 06-12-2010, 03:20 AM
  4. Easiest way to go from 2.01 root to 2.1 root?
    By MarkO in forum Droid Hacks
    Replies: 2
    Last Post: 04-03-2010, 07:53 AM
  5. Root/Un-root Catch 22
    By mchambone in forum Droid Hacks
    Replies: 7
    Last Post: 01-13-2010, 03:33 PM

Search tags for this page

adb push rageagainstthecage-arm5.bin /data/local/tmp/
,
adb rooting
,
android 2.2.3 root
,

can't cd to sqlite stmt journals

,
how to root android 2.2.3
,
how to root droid x 2.2.3
,
how to root without adb
,

rageagainstthecage-arm5.bin download

,

rageagainstthecage-arm5.bin permission denied

,

root droid 2.2.3

,
root droid x 2.2.3
,

root droid x without computer

,
root without adb
,

superuser.apk source code download

,
using adb
Click on a term to search our site for related topics.