Join Today













Site Sponsor
Results 1 to 1 of 1
  1. #1
    Specialist Genuwine1976's Avatar
    Join Date
    Mar 2010
    Location
    West Memphis, Arkansas, United States
    Posts
    418
    Rep Power
    418

    Default ROOT Motorola Backflip

    Instructions (it's the Droid 2 root method):

    Setup:
    - Install adb unless you haven't done so (here) and Motorola drivers unless you haven't done so (here)
    - Download attached archive
    - Extract to a directory, I used c:Moto_MSM_Root
    - Make sure you have USB degugging enabled
    - Change connection to PC Mode

    Process:
    - Open command prompt
    - cd c:\wherever-your-sdk-tools-folder-is
    - adb devices (to verify the connection)
    - adb push c:\Moto_MSM_Root\Superuser.apk /sdcard/Superuser.apk
    - adb push c:\Moto_MSM_Root\su /sdcard/su
    (optional) - adb push c:\Moto_MSM_Root\busybox /sdcard/busybox
    - adb push c:\Moto_MSM_Root\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
    (oprional - making it easier later, download in attachment) - adb push c:\Moto_MSM_Root\install-root.sh /data/local/tmp/install-root.sh


    It's being reported that instead of "adb shell" you can download "Terminal Emulator" or "ConnectBot" from the Market. People are reporting greater success in using it.

    - run "adb shell" OR open the terminal emulator on the phone
    - cd data/local/tmp
    - chmod 0755 rageagainstthecage-arm5.bin
    (if you have pushed the "install-root.sh") - chmod 0755 install-root.sh
    - ./rageagainstthecage-arm5.bin

    Let the process run until it returns you to c:/Moto_MSM_Root (be patient, but may need to reboot the phone).
    If you have used "Terminal Emulator" or "ConnectBot" wait until you see this message:
    Code:

    Code:
    [+] Forked xxxx childs.
    Then press enter and type "exit" to close the terminal (or close it via the menu)


    Only if you have used "adb shell" instead of Terminal Emulator or ConnectBot:
    - cd c:/wherever-your-sdk-tools-folder-is
    - adb kill-server
    - adb devices (to verify the connection)
    - adb shell

    If you have used Terminal Emulator or ConnectBot instead of "adb shell":
    - open the Terminal Emulator or ConnectBot on the phone (if you get the message that terminal died, dismiss it and run it again)

    If you end up with "#" prompt, do the following. Otherwise reboot the phone and try again "adb shell". If even that doesn't give "#" prompt, go back to step "./rageagainstthecage-arm5.bin". There are mixed results atm., but some succeeded. See [Only registered and activated users can see links. ] post for possible way:

    If you have pushed the script "install-root.sh":
    - /data/local/tmp/install-root.sh
    - exit
    - exit

    Otherwise:

    - mount -o rw,remount /dev/block/mtdblock1 /system
    - cat /sdcard/su > /system/xbin/su
    - chown root.root /system/xbin/su
    - chmod 6755 /system/xbin/su
    - cat /sdcard/Superuser.apk > /system/app/Superuser.apk
    - chown root.root /system/app/Superuser.apk
    - chmod 644 /system/app/Superuser.apk
    (optional) - cat /sdcard/busybox > /system/bin/busybox
    (optional) - chown root.root /system/bin/busybox
    (optional) - chmod 755 /system/bin/busybox
    - mount -o ro,remount /dev/block/mtdblock1 /system
    - exit
    - exit

    All credit goes to Sebastian Krahmer at C skills

    [Only registered and activated users can see links. ]

    Download:
    [HIDE-THANKS][Only registered and activated users can see links. ][/HIDE-THANKS]

    Custom Recovery:
    [HIDE-THANKS][Only registered and activated users can see links. ][/HIDE-THANKS]

    Note: Delete this file (if exists) if you are about to flash the custom recovery: "/system/recovery.img" - otherwise after you reboot, you'll have stock recovery back.

    Attached Files
    File Type: rar [HIDE-THANKS][Only registered and activated users can see links. ][/HIDE-THANKS](207 Bytes, 52 views)
    Code:
    (Win7 64) run as administrator just in case)

    Last edited by Genuwine1976; 08-27-2010 at 06:20 PM.
    Search and Read First, Then IF necessary ask informed intelligent questions!

    On my Motorola Droid ! With Cricket Android Plan

    WOW On my Motorola Droid ! With Cricket Android Plan

    My home network speeds


 

Similar Threads

  1. [ROOT] 1 click root Huawei ascent
    By ownmart in forum Ascend
    Replies: 2
    Last Post: 11-27-2011, 08:52 PM
  2. Another root method for the Motorola I1 (confirmed)
    By Genuwine1976 in forum Other Motorola Android devices not listed
    Replies: 1
    Last Post: 05-07-2011, 05:44 PM
  3. How to Root Motorola Devour With SuperUser Notifications
    By lj27416 in forum Motorola Devour
    Replies: 0
    Last Post: 07-29-2010, 01:41 AM
  4. New root method for EVO 4G And Hero: UnrEVOked Is Here- One Touch Root
    By Genuwine1976 in forum EVO 4G (Wimax &LTE)
    Replies: 15
    Last Post: 07-24-2010, 03:50 PM
  5. [Guide] Root & Custom Rom for Motorola Cliq
    By ownmart in forum Other Motorola Android devices not listed
    Replies: 1
    Last Post: 06-19-2010, 02:48 PM

Tags for this Thread

Posting Permissions

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