8:09 AM
0
Motorola has chosen to limit the capabilities of its Devour smartphone by not giving its users administrator (root) privileges. If you want full control over your phone, you must get root access.

Instructions


    • Use the USB data transfer cable to connect the Motorola Devour to your computer.

    • Extract the devour_root archive anywhere on your hard disk drive. Although it is better to create a new folder to hold the extracted files, it is not mandatory.

    • Open the command prompt and install ADB Devices by running these commands; hit the "Enter" key after each command: cd\

    cd AndroidSDK\tools\
    adb devices

    • Press the "Home" button on the Motorola Devour and tap "Settings." Tap "Applications," tap "Development" and enable the "USB debugging" feature. Tap the phone's Status bar and select "PC Mode" in the USB Connection section. Activate Bluetooth on the Devour.

    • Use the command prompt to run the following commands; hit the "Enter" key after each command:
      adb devices
      CD X:\devour_root
      adb push Superuser.apk /sdcard/Superuser.apk
      adb push su /sdcard/su
      adb push busybox /sdcard/busybox
      adb push exploid /sqlite_stmt_journals/exploid
      adb shell
      cd sqlite_stmt_journals
      chmod 755 exploid

      • Enter the path to the extracted devour_root archive instead of "X:\devour_root."


        • Run "./exploid" in the command prompt and immediately turn the Bluetooth off and then back on, on the smartphone. A shell prompt will appear on your computer screen.

        • Type "rootshell" in the shell prompt and press the "Enter" key. Enter "secretlol" when you are prompted for a password and press "Enter." You are now a root user on your Motorola Devour. However, after you restart your phone, you lose all root privileges.

            • Run these commands in the shell prompt on your computer, as root; hit the "Enter" key after each command:

            mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
            busybox cp /sdcard/Superuser.apk /system/app/Superuser.apk
            busybox cp /sdcard/su /system/bin/su
            busybox cp /sdcard/busybox /system/bin/busybox
            chmod 4755 /system/bin/su
            chmod 4755 /system/bin/busybox
            rm /system/bin/rootshell
            exit
            exit

            This makes you a permanent root user on the Motorola Devour. You now have full access to your phone.

              0 comments:

              Post a Comment