Much simpler guide for rooting (no pc required)

This is a discussion on Much simpler guide for rooting (no pc required) within the Droid 2 Hacks forums, part of the Droid 2 Forum category; So if your like me, the idea of having to use a computer to root your phone just seems like to much of a hassle ...

  • spacer
  • Index
  • » Forum
  • » Droid 2 Forum
  • » Droid 2 Hacks
  • > Much simpler guide for rooting (no pc required)
spacer
+ Reply to Thread
Page 1 of 28 1 2 3 11 ... spacer Lastspacer
Results 1 to 10 of 277
spacer 1Likes
  • Top
  • All
  • This Page

Thread: Much simpler guide for rooting (no pc required)

  • LinkBack
    • spacer LinkBack URL
    • spacer About LinkBacks
    •  
    • Bookmark & Share
    • Digg this Thread!
    • Tweet this thread
    • Share on Facebook
    • Reddit!
  • Thread Tools
    • Show Printable Version
    • Email this Page…
    • Subscribe to this Thread…
  • Display
    • Switch to Hybrid Mode
    • Switch to Threaded Mode
  1. Eousphoros [OP]
    spacer
    Junior Droid
    spacer
    Member #
    116979
    Join Date
    Sep 2010
    Posts
    16
    Phone
    Enter Current Phone Model Here
    09-12-2010 05:34 AM
    #1

    Much simpler guide for rooting (no pc required)

    So if your like me, the idea of having to use a computer to root your phone just seems like to much of a hassle to bother with. Well good news everyone! I now have a method for rooting that shiny new phone from the phone itself.

    So first things first, go get the usual suspects

    rageagainstthecage-arm5.bin
    su
    Superuser.apk
    Some sort of terminal emulator, there are a couple of free ones in the market.
    And until myself or someone who is less lazy rolls a version of rage that doesn't check for adb you will have to enable USB debugging.

    Settiings -> applications -> development -> USB debugging.

    The links for these guys are in this forum and I'm lazy. Now get those guys on your phone however best you see fit. Most likely they will end up in /sdcard or /sdcard/downloads. Finally, here is the meat.
    * EDIT: any line below that starts with a * is optional

    - open up your favorite terminal emulator program
    - cd /tmp
    - cp /sdcard/rage*.bin /tmp/
    - chmod 777 rage*.bin
    - ./rage*.bin
    - ignore it's output, we are thinking outside of the box here, just wait for it to finish and return a $
    - now go to settings -> applications -> manage applications -> running -> terminal and force close that girlie
    - relaunch the terminal app and you should be greeted with the friendly # symbol. Toda you now have a root shell
    - the rest is pretty much the same.
    - mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
    - cp /sdcard/Superuser.apk /system/app/Superuser.apk
    - cp /sdcard/su /system/bin/su
    * cp /sdcard/busybox /system/bin/busybox
    - chmod 4755 /system/bin/su
    * chmod 4755 /system/bin/busybox
    - mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
    - exit

    Once your all done, go ahead and reboot your phone. Good luck and happy hacking. If I get bored I'll explain why this works, if I get really bored I'll turn this into a one click app

    * EDIT: Undoing the damage, if you decide to unroot.

    - open your trusty terminal app
    - you should see a $ symbol, now do the following
    - su
    - now you should see a # symbol
    - mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
    - rm /system/app/Superuser.apk
    - rm /system/bin/su
    * rm /system/bin/busybox
    - mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
    - reboot your phone. Toda, no more root
    Last edited by Eousphoros; 09-12-2010 at 07:18 PM.
    spacer Reply With Quote
  2. Sponsor
    DF Advertising
    spacer
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. phartwig
    spacer
    Droid
    spacer
    Member #
    72718
    Join Date
    May 2010
    Location
    Illinois
    Posts
    59
    Phone
    Droid X
    09-12-2010 08:50 AM
    #2
    would love the one clock app. I just came from the droid 1 and loved the simplicity of its rooting. Really nervous with the command prompt stuff for the 2.
    spacer Reply With Quote
  4. pool_shark
    spacer
    Droid Ninja
    spacer
    Member #
    52406
    Join Date
    Mar 2010
    Location
    Ohio
    Posts
    1,337
    Liked
    24 times
    Phone
    Verizon Note II
    09-12-2010 09:02 AM
    #3
    I couldn't get the adb stuff to work.
    I prefer the command line, I'm use to that.
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.