Droid 3 has been rooted

Search This thread

aross6

Senior Member
Jan 5, 2009
218
7
Marginal increase in speed of redraws however battery life has seemed to have significant and maybe even a incredible increase.

I was thinking I was perhaps Crazy that overall speed (& the speed of redraws) increased but I'm glad you've confirmed it was in fact not a placebo effect I was experiencing!
 

Synner-Sam

Member
Jan 27, 2008
32
0
Hoffman Estates
Hey team,
1. you guys are sooooooooooo awesome.
2. i tested this on my droid x and it rooted it!!! installed titanium back up and it prompted for root and it worked!!! also it worked on my D3 (but i KNEW it would work on the D3) thanks again!!!!
 

mwmeyer

Member
Dec 29, 2010
17
0
Driver problems...

My poor (clients) Windows box keeps claiming it can't find the Motorola adb drivers :mad:. It's a 64-bit platform, and I've installed the 64-bit drivers. Is there something else it needs?
 

ballanumero23

Member
Jan 12, 2010
13
0
My prayers have been answered!

Thank you everyone who put work into rooting the Droid 3. You all prove why devs are the greatest.
 

MyNarwhalBacon

Senior Member
Nov 1, 2008
549
283
So-Cal
Google Pixel 7 Pro
My poor (clients) Windows box keeps claiming it can't find the Motorola adb drivers :mad:. It's a 64-bit platform, and I've installed the 64-bit drivers. Is there something else it needs?

It could be other drivers conflicting with each other. Make sure to uninstall them in your hardware settings. When installing do not plug your droid in until it tells you to.
 

mr4r4n

Senior Member
Apr 3, 2008
632
176
NY
it does seem to help a bit and i tested set cpu with stress tests and benchmarks, the level of control isn't like with a custom kernel but as long as its kept in the default Gov it seems to be ok, adfree works as well btw
 

aross6

Senior Member
Jan 5, 2009
218
7
Is there a combined list of all the apps that are safe to get rid of?

Here are the apps I renamed to .bak's:
Blockbuster
Books
Citrix
City ID
GoToMeeting
Guided Tours
Help Center
Kindle
MotoPrint
My Verizon Mobile
News
NFL Mobile
Skype Mobile
Slacker
Social Location
VCast
VCast Media Manager
VCast Music
VCast Tones
VCast Video
VZ Navigator
VzwIM
Voicemail
ZumoCast
 

wattnxt

Senior Member
Apr 30, 2011
91
26
Ixonia
Any idea what the offending application was that was KILLING our battery life?
I had done extensive adb logs prior to root, looking for a separate issue with datamanager service.

DLNA was a battery destroyer!! Constantly searching for network even if NO profiles or networks had been setup. It would nearly take 80% of the screen if nothing else was being accessed during the log.

THANK YOU FOR ROOT!!!
 

Izeltokatl

Senior Member
SetCpu

Sent from my DROID3 using xda premium

are you sure this is the case, I installed and underclocked to 800. But when I cross checked the clock speed with SystemPanel it still spiked up to 1ghz. I think Setcpu is lying to us as it did state it was at no more than 800mhz. I dont think the kernel can actually handle anything other. also the clock speeds are very limited only 4 steps? Definitely need to hack it to move to more levels and undervolt while overclocking to 1.5ghz
 

wattnxt

Senior Member
Apr 30, 2011
91
26
Ixonia
SetCPU didn't work for me.

Be careful. Tried underclocking with profiles, and as soon as you close setcpu and it tries to apply the changes, the phone locked up. Needed battery pull.

If you accidentally tried it, and set it to set on boot, you can still save face with an adb connection and remove setcpu.

Be careful removing DLNA with Ti...caused a loop of fc pop ups as it immediately tries to restart...again battery pull does the trick. After restart, all was well with the world again...phone snapper than it has ever been now.

Can't wait for some CM7+ goodness on this thing....omg!



All I can say is WOW! NIGHT AND DAY DIFFERENCE in lag removal.

Did we ever hear the answer to where we were sending our donations? Fantastic!

Sent from my rooted DROID3 using xda premium
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 60
    Instructions for rooting: http://vulnfactory.org/blog/2011/08/25/rooting-the-droid-3/

    As promised, I have successfully rooted the Droid 3. I still have never physically touched a Droid 3 phone.

    If you appreciate this work, feel free to donate to KrazyKrivda so I can get a phone out of this deal:
    https://www.wepay.com/donate/KrazyKrivda

    Pic:
    http://twitter.com/#!/KrazyKrivda/status/106765804560855040/photo/1

    Enjoy,
    Dan Rosenberg (@djrbliss)
    4
    eerything seems to have worked i put in all the commands and rebooted when told and at the end i got a root prompt i installed superuser and it told me the binary isnt installed so it made an update.zip but i cant extract it to put it where it goes, can i use the stock recovery i doubt it as its not signed by moto

    dled root checker and it told me i dont have root

    suggestions? my gut is telling me i just need to get the binary in the right place

    I just grabed su from /system/xbin on my Droid 1 and Superuser.apk from wherever it was on my Droid1 and used adb to push them to /sdcard on my Droid3. After getting root at ADB, I did:

    mount -oremount,rw /dev/block/system /system
    cp /sdcard/su /system/xbin
    chmod 4777 /system/xbin/su
    mount -oremount,ro /dev/block/system /system

    And then using a file explorer, I installed the Superuser.apk after allowing sofrware from unknown sources.
    3
    as root, with the su binary (from another phone) in root of your your internal memory:
    Code:
    mount -o rw,remount -t ext3 /dev/block/system /system
    cp /sdcard/su /system/bin/su
    chmod 4755 su

    edit: haha beaten to it
    2
    Anyone still looking, here's a link to the instructions as well as su and superuser.apk

    http://channelandroid.com/2011/08/25/droid3-with-superuser-and-su/

    @patfactorx are you sure you followed the first set instructions verbatim?

    First you need to

    Code:
    mv /data/local/12m /data/local/12m.bak
    ln -s /data /data/local/12m

    Then reboot. Then you could issue the following commands:

    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