Results 1 to 5 of 5

Thread: Have anyone succeed about root the 2.3 ROM for Motorola DROID PRO

  1. #1
    Join Date
    Nov 2011
    Posts
    75

    Have anyone succeed about root the 2.3 ROM for Motorola DROID PRO

    Does this possible I really like to know this I have done some search and got that a paid app be able to resolve this issue . Can anybody give me a detail link.

    Thanks in advance.

  2. #2
    Join Date
    Jun 2011
    Posts
    2,005

    Re: Have anyone succeed about root the 2.3 ROM for Motorola DROID PRO


  3. #3
    Join Date
    Jul 2011
    Posts
    2,014

    Re: Have anyone succeed about root the 2.3 ROM for Motorola DROID PRO

    If you previously contain 2.3 loaded on the handset, there's no way to root it at the moment. You have to flash the 2.2 SBF, root that, purchase and install the Droid 2 Bootstrap by the android market , in addition to that then purchase the Team Black Hat app following you install the Team Black Hat app, you be able to install a version of 2.3 that's pre-rooted.

    It wouldn't get lengthy to flip all the way through a few pages and locate all of this out in much more detail.

  4. #4
    Join Date
    Jul 2011
    Posts
    1,795

    Re: Have anyone succeed about root the 2.3 ROM for Motorola DROID PRO

    As the stuffs inside of /data/local is group “shell” plus group-writable, we can alter the contents of this filing by means of ADB. By taking down into the handset and restore one of the sub-directories scheduled here with a symbolic link, after that while the device restart it will modify the ownership of the symlink aim to group “shell”. This be able to used to edit property files to influence the behavior of ADB to achieve root. Now how to root it’s the different issue so it is possible to root 2.3 ROM

  5. #5
    Join Date
    Nov 2010
    Posts
    1,614

    Re: Have anyone succeed about root the 2.3 ROM for Motorola DROID PRO

    And rooting is not that hard too Log in to the handset using “adb shell” and type the subsequent commands:

    Code:
    mv /data/local/12m /data/local/12m.bak
    ln -s /data /data/local/12m
    after that, manually restart the phone by holding the power button. while it wakes up, log in using “adb shell” once more, and type the subsequent:

    Code:
    rm /data/local/12m
    mv /data/local/12m.bak /data/local/12m
    mv /data/local.prop /data/local.prop.bak
    echo "ro.sys.atvc_allow_netmon_usb=0" > /data/local.prop
    echo "ro.sys.atvc_allow_netmon_ih=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_res_core=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_res_panic=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_all_adb=1" >> /data/local.prop
    echo "ro.sys.atvc_allow_all_core=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_efem=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_bp_log=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_ap_mot_log=0" >> /data/local.prop
    echo "ro.sys.atvc_allow_gki_log=0" >> /data/local.prop
    The ro.sys.atvc_permit_all_adb belongings is a Motorola-specific design that prevents ADB as of dropping its root rights. Restart the handset one last time, and on logging in with “adb shell”, you must be offered with a root prompt.

Similar Threads

  1. Is there any method to Root Motorola Droid Razr XT912
    By Kuhuk in forum Portable Devices
    Replies: 10
    Last Post: 20-11-2011, 05:12 AM
  2. Unable to make a root for Motorola Droid Razr XT910
    By EveryWer in forum Portable Devices
    Replies: 5
    Last Post: 20-11-2011, 01:53 AM
  3. Can anyone root Motorola DROID PRO
    By Devarsi in forum Portable Devices
    Replies: 10
    Last Post: 07-11-2011, 10:26 PM
  4. Is it possible to root Motorola Droid Bionic
    By Upendra in forum Portable Devices
    Replies: 6
    Last Post: 15-07-2011, 10:06 AM
  5. How to root Motorola Droid X
    By Ryder Allen in forum Portable Devices
    Replies: 5
    Last Post: 29-03-2011, 10:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,236,194.90033 seconds with 17 queries