[Q] Help requested for several issues on a locked XT910 982.124.14.XT910.Retail.en.EU - Motorola Droid RAZR

Hello,
to cut a long story short I have my device with this configuration:
Smartphone: Motorola RAZR XT910
ROM: 982.124.14.XT910.Retail.en.EU
Kernel: 3.0.8-g7198280 [email protected] #1 SMP PREEMPT
The problems that I am experiencing:
1) Neither Mac, Win, nor Linux detect my RAZR when I connect it to the computer. Weird thing is that RSD (on Win) and Terminal (Linux) seem to detect the phone.
I tried switching ON/OFF USB debugging, Mass Storage, MTP but no luck at all.
2) I cannot root it! When I try to apply the Dan Rosenberg method all I get is:
[email protected]:/tmp/share$ sudo ./run.sh
[+] Waiting for device...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[+] Device found.
[+] Pushing exploit...
3791 KB/s (366952 bytes in 0.094s)
4466 KB/s (1867568 bytes in 0.408s)
1559 KB/s (64498 bytes in 0.040s)
4031 KB/s (1578585 bytes in 0.382s)
pkg: /data/local/tmp/Superuser.apk
Success
[+] Rooting phone...
[+] Your phone may appear to reboot. Please ignore this and continue with the exploit.
/system/bin/sh: /storage/rfs0/pwn: not found
[+] Please press any hardware button on your phone.
[+] Don't worry if the phone is unresponsive at this time.
[+] The device will vibrate when the exploit is complete.
[+] Press enter to continue once the device has vibrated.
Then it does not vibrate and no root is applied.
No luck either with this http://forum.xda-developers.com/showthread.php?t=2257137
3) I cannot boot into recovery! When I switch on pressing Power + VolUp + VolDown I get into the screen with robot & red ! triangle but even pressing buttons from there does not take me anywere! I don't know what to do.
4) Last but not least I would like to unlock the bootloader and change kernel. I got to know that this 982.124.14.XT910.Retail.en.EU appears to lock you yet I would like to ask if someone found some turnaround.
Can you help me?
Thanks a lot for the support!
Alberto

albertaz said:
Hello,
to cut a long story short I have my device with this configuration:
Smartphone: Motorola RAZR XT910
ROM: 982.124.14.XT910.Retail.en.EU
Kernel: 3.0.8-g7198280 [email protected] #1 SMP PREEMPT
The problems that I am experiencing:
1) Neither Mac, Win, nor Linux detect my RAZR when I connect it to the computer. Weird thing is that RSD (on Win) and Terminal (Linux) seem to detect the phone.
I tried switching ON/OFF USB debugging, Mass Storage, MTP but no luck at all.
2) I cannot root it! When I try to apply the Dan Rosenberg method all I get is:
[email protected]:/tmp/share$ sudo ./run.sh
[+] Waiting for device...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[+] Device found.
[+] Pushing exploit...
3791 KB/s (366952 bytes in 0.094s)
4466 KB/s (1867568 bytes in 0.408s)
1559 KB/s (64498 bytes in 0.040s)
4031 KB/s (1578585 bytes in 0.382s)
pkg: /data/local/tmp/Superuser.apk
Success
[+] Rooting phone...
[+] Your phone may appear to reboot. Please ignore this and continue with the exploit.
/system/bin/sh: /storage/rfs0/pwn: not found
[+] Please press any hardware button on your phone.
[+] Don't worry if the phone is unresponsive at this time.
[+] The device will vibrate when the exploit is complete.
[+] Press enter to continue once the device has vibrated.
Then it does not vibrate and no root is applied.
No luck either with this http://forum.xda-developers.com/showthread.php?t=2257137
3) I cannot boot into recovery! When I switch on pressing Power + VolUp + VolDown I get into the screen with robot & red ! triangle but even pressing buttons from there does not take me anywere! I don't know what to do.
4) Last but not least I would like to unlock the bootloader and change kernel. I got to know that this 982.124.14.XT910.Retail.en.EU appears to lock you yet I would like to ask if someone found some turnaround.
Can you help me?
Thanks a lot for the support!
Alberto
Click to expand...
Click to collapse
Have you installed the latest drivers? Sounds like that's you issue..
And to boot into recovery turn off your device then press power+volume up+volume down and select recovery,when you get to the android with red triangle press volume up+volume down for about 10 seconds I think then let go and you'll enter to the recovery mode.
Sent from my XT910 using xda premium

Thanks for the reply.
Yes, I have the latest drivers installed both on Win and on Mac, as for Linux I guess they are not needed
Yet nothing happens... On Win I keep hearing that notifications sound but nothing shows up. On the RAZR screen I read something like "AT command service start", "AT command service stop" when I plus/unplug it to the PC USB. And that's it
As for the recovery: thanks a lot. It worked although I had to try a couple of times as the device sometimes freezes even during that boot stage.
AztekSoul said:
Have you installed the latest drivers? Sounds like that's you issue..
And to boot into recovery turn off your device then press power+volume up+volume down and select recovery,when you get to the android with red triangle press volume up+volume down for about 10 seconds I think then let go and you'll enter to the recovery mode.
Sent from my XT910 using xda premium
Click to expand...
Click to collapse

I got the same problem when updated to JB to root the phone. Just try to root again since phone couldnot root first time i tried. Then i run the script again and it was ok...

After several attempts I used a linux computer and did step by step what Dan described in his root procedure.
I found out that there was a last problem which was that the phone was looking for "rfs1" while the "run.sh" on linux was using "rsf0" so I edite the "run.sh" file in the folder /tmp/share (you should find that at line 47):
echo "[+] Rooting phone..."
echo "[+] Your phone may appear to reboot. Please ignore this and continue with the exploit."
$adb shell /storage/rfs0/pwn 1 ---> I modified that into $adb shell /storage/rfs1/pwn
then I saved and re-applied the last part of the ROOT procedure and it worked smoothly.
2) USB connection reappeared!
ersink said:
I got the same problem when updated to JB to root the phone. Just try to root again since phone couldnot root first time i tried. Then i run the script again and it was ok...
Click to expand...
Click to collapse

albertaz said:
After several attempts I used a linux computer and did step by step what Dan described in his root procedure.
I found out that there was a last problem which was that the phone was looking for "rfs1" while the "run.sh" on linux was using "rsf0" so I edite the "run.sh" file in the folder /tmp/share (you should find that at line 47):
echo "[+] Rooting phone..."
echo "[+] Your phone may appear to reboot. Please ignore this and continue with the exploit."
$adb shell /storage/rfs0/pwn 1 ---> I modified that into $adb shell /storage/rfs1/pwn
then I saved and re-applied the last part of the ROOT procedure and it worked smoothly.
2) USB connection reappeared!
Click to expand...
Click to collapse
That's useful info. I always try custom roms and smtimes razr got soft bricked so i flash the firmware again then root again. Every rooting process i stuck first then reroot the phone. This is the situation why at first try phone cannot rooted.

Related

lg optimus pro (c660) guide to root

hy
how root the lg optimus pro ?
need a guide thanks
1 º Download this suite of applications that I use (I added the zip original drivers from LG, which, with no specific model for this, worked like a charm):
www.megaupload.com/?d=U3L199Z3
2 Reset the phone manufactures (who have data to backup, use the File maneger Astro, for example), to obtain a clean file system Settings \ Privacy \ Reset factory data;
3 Extract the zip to a folder on your desktop and install the USB drivers, which are in the zip, the folder "USB driver";
4 Connect the phone to pc cable and expect drivers to be installed;
5 º Go to the pc start \ programs \ accessories \ command line;
6 After you open the command line type:
cd \
cd Users
cd (user name in question)
cd Desktop
cd (name of which are powered uncompressed zip files)
cd ADB
and the result is something like: C: \ Users \ (user name) \ Desktop \ Root Maximo LG Pro \ ADB
then enter the following commands:
adb devices (pressenter)
adb shell (press enter, and then the letter of the command line will pass to $)
echo 1> / data / local / lge_adb.conf (press enter)
7 After these commands inserted, turn off and then turn on the phone (very important this step), always with the phone connected by USB;
8 After restarting the phone, go to the folder where the files are downloaded and run the SuperOneClick.exe;
9 Select the method GingerBreak and click "ROOT"
10 When the process finishes (VERY IMPORTANT) make sure you turn off and turn it on again and update the application through the superuser Market.
That's it. Phone with root access.
Credits go to: Bruno Pinto @ AndroidPT
Hi,
I've tried as you say, and i jammed on the driver installation. Why? On the pack you've posted, there's only a shortcut to the driver file: LGUnitedMobileDriver_S4981MAN32AP22_ML_WHQL_Ver_3.2 - Atalho
and when clicking it its giving me a link to something that doesn't exist:
C:\Users\"username"\Desktop\LGUnitedMobileDriver_S4981MAN32AP22_ML_WHQL_Ver_3.2.exe
Even so, i'd already had installed the LG software suite and so i've got the driver so i moved to the next steps.
when going to perform the adb shell command (error: device not found), i tried with mass storage mode on and off and msg is always the same.
can you please help me?
thanks for any answer
That guide is so complicated for n00b like me who has never before used Android. The stock rom is awfull anyway, any hope for costum roms on this one?
Hi!!
After running the adb command line and restart the mobile, i've started the super one click, it started rooting and in the end in step 7 he says "Remounting /system with read-write access .... FAILED", what went wrong?
I have the latest drivers for this smart and the latest super one click v.2.1.1
My LG has the 2.3.4 version of android and it's from TMN
Regards
is it possible to unlock it? (for free preferably)
hugoafsilva said:
Hi,
I've tried as you say, and i jammed on the driver installation. Why? On the pack you've posted, there's only a shortcut to the driver file: LGUnitedMobileDriver_S4981MAN32AP22_ML_WHQL_Ver_3.2 - Atalho
and when clicking it its giving me a link to something that doesn't exist:
C:\Users\"username"\Desktop\LGUnitedMobileDriver_S4981MAN32AP22_ML_WHQL_Ver_3.2.exe
Even so, i'd already had installed the LG software suite and so i've got the driver so i moved to the next steps.
when going to perform the adb shell command (error: device not found), i tried with mass storage mode on and off and msg is always the same.
can you please help me?
thanks for any answer
Click to expand...
Click to collapse
the drivers are here: http://www.mediafire.com/?85wvjkp5ytb816y
This is NOT complicated method and it works great. I have also tried this on Optimus Net and works fine
Help..! Help..!
I have an LG-C660 Android Gingerbread 2.3.4
1 - Does anyone has an Android version fot this device..?
2 - After Root the device, it boots but dont´s shows the Desktop. It´s stucks on Carrier Screen
3 - Please Help me..!
I tried as instructions but the adb driver can't be successfully installed. I've tried installing drivers many times but it doesn't work.
Done! I removed the SD card and it worked finally!
i have a lg C660 from TMN with v2.3.4 i've tried and tried and cant make it work. anyone got it to work?
Edit :: with superoneclick v2.1.1 i get this
SuperOneClick v2.1.1.0
Checking drivers...
Killing ADB Server...
* server not running *
OK 0,10s
Starting ADB Server...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
OK 4,14s
Waiting for device...
OK 0,08s
2.3.4
Getting manufacturer...
LGE
OK 0,02s
Getting model...
LG-C660
OK 0,03s
Getting version...
V10c-Aug-25-2011.2ED2FC6537
OK 0,03s
Checking if rooted...
False
OK 0,06s
Installing BusyBox (temporary)... - Step #1
2039 KB/s (1062992 bytes in 0.509s)
OK 0,59s
Installing BusyBox (temporary)... - Step #2
OK 0,03s
Rooting device... - Step #1
OK 0,02s
Rooting device... - Step #2
OK 0,03s
Rooting device... - Step #3
782 KB/s (16830 bytes in 0.021s)
OK 0,10s
Rooting device... - Step #4
OK 0,04s
Rooting device... - Step #5
OK 0,02s
Rooting device... - Step #6
[**] Gingerbreak/Honeybomb -- android 2.[2,3], 3.0 softbreak
[**] (C) 2010-2011 The Android Exploid Crew. All rights reserved.
[**] Kudos to jenzi, the #brownpants-party, the Open Source folks,
[**] Zynamics for ARM skills and Onkel Budi
[**] donate to [email protected] if you like
[**] Exploit may take a while!
[+] Plain Gingerbread mode!
[+] Found PT_DYNAMIC of size 232 (29 entries)
[+] Found GOT: 0x00014354
[+] Using device /devices/platform/msm_sdcc.1/mmc_host
[*] vold: 0000 GOT start: 0x00014354 GOT end: 0x00014394
OK 80,24s
Rooting device... - Step #7
OK 8,08s
Remounting /system with read-write access...
mount: Operation not permitted
FAILED ::
When you get the #6 step you have to disable and enable debug usb on the device..in this way it should work
Sent from my LG-C660 using Tapatalk
Sir i have tried the above procedure. But after "loading gingerbreak" nothing happens. i have waited for half hour.Please tell me what went wrong?
some body know how to get in recovery mode ´cuz i can root my c660 i have gingerbread 2.3.4
i have rooted my gf's phone and made a custom ROM for her i made it for her only !
Step 5 and Step 7 problem
EDIT:
Finally Done. I used SuperOneClick v2.2 and removed the SD card (only in settings) and on step five just disable and enable usb debugging. I feel like alchymist.
And now i am looking how i can custom default rom.
simmer14 said:
i have rooted my gf's phone and made a custom ROM for her i made it for her only !
Click to expand...
Click to collapse
sir kindly make one for us too.. we are sick of Stock ROM...
unabl to root every =time it gets strucked on step 7... somebody help me
Installed at last after 3 days hardwork :/ :/

[Q] ROOT NOT POSSIBLE after update ???

I was really happy havin my ROOTED S.ony Tablet S, but unfortunately am not able to root again after a update.
Details:
S.ONY TABLET S 16GB (3G)
Country: India
Android Version: 3.2.1 (Release2)
Baseband Version: R3B01
Kernel Version: 2.6.36.3
Hop I have provided needed info.
Thanks for all the updates from "XDA"
Under "Kernel Version" mine says
2.6.36.3
[email protected] #1
What does it say on yours ?
If you have [email protected] #1 or above you are unable to root at this time.
kryddan said:
Under "Kernel Version" mine says
2.6.36.3
[email protected] #1
What does it say on yours ?
If you have [email protected] #1 or above you are unable to root at this time.
Click to expand...
Click to collapse
Thanks for replying bro:
Mine says :: [email protected] #1
And so i am unable to root right ???
So how can I root again ???
coolfire000 said:
Thanks for replying bro:
Mine says :: [email protected] #1
And so i am unable to root right ???
So how can I root again ???
Click to expand...
Click to collapse
That is correct. As of now you are not able to root your tablet, since you have build10. I guess all you can do now is wait and see if someone root the later builds or what for ICS and hope for root.
Not sure if you could try and flash an older rom with recovery, and therein get root?
kryddan said:
That is correct. As of now you are not able to root your tablet, since you have build10. I guess all you can do now is wait and see if someone root the later builds or what for ICS and hope for root.
Not sure if you could try and flash an older rom with recovery, and therein get root?
Click to expand...
Click to collapse
Ok thanks for the replies bro, will wait the things as am a newbie to all this things.
Hope to get ICS and rooted both.
Please . . . . .
Any idea about ICS ?
kryddan said:
Under "Kernel Version" mine says
2.6.36.3
[email protected] #1
What does it say on yours ?
If you have [email protected] #1 or above you are unable to root at this time.
Click to expand...
Click to collapse
I Have [email protected] #1 and I rooted my device following the instructions of the developers.
This will work on all build?
I have build 10. Thank you so much.
Can you provide me some link
rfreeman said:
I Have [email protected] #1 and I rooted my device following the instructions of the developers.
Click to expand...
Click to collapse
Hi can you please prove some link as am a bit newbie I hope you'll help
When I tried using Root 1.1, I got the following output
[*]
[*] Sony Tablet S root script v1.1 (Windows version)
[*] by Dan Rosenberg (@djrbliss).
[*]
[*] Before continuing, ensure USB debugging is enabled, that ADB
[*] is working properly, and that your tablet is connected via USB.
[*] You've got to have proper MPT driver to root your tab!
[*] (MPT driver - wpdmtp.inf included).
[*]
[*] WARNING: This exploit may result in wiping your /data partition,
[*] causing you to lose any applications and data on your tablet.
[*] There should be no risk of permanent damage to your device, but
[*] by running this script you accept all responsibility.
[*] +small mods/optimizations by Konrad Plaszczykowski (@condi)+
[*]
[*] FULLY AUTOMATIC - ROOT SHOULD TAKE ABOUT ~ 3min 10s.
[*] Press enter to root your tablet...
[*]
[*] Waiting for device...
* daemon not running. starting it now *
* daemon started successfully *
[*] MTP driver has been disabled.
[*] Device found.
[*] Pushing log flooder to device...
failed to copy 'flood' to '/log/flood': Permission denied
Unable to chmod /log/flood: No such file or directory
[*] Preparing to append to packages.list...
link failed File exists
[*] Rebooting device...
[*] Waiting for tablet to reboot...... (~20s)
* daemon not running. starting it now *
* daemon started successfully *
error: protocol fault (no status)
[*] Attempting to move system package library directory...
* daemon not running. starting it now *
* daemon started successfully *
error: device not found
error: device not found
error: device not found
[*] Rebooting device...
error: device not found
[*] Waiting for tablet to reboot...... (~40s)
[*] Attempting to insert fake local.prop entry...
link failed File exists
/log/flood: not found
[*] Rebooting device...
[*] Waiting for tablet to reboot...... (~40s)
[*] Attemping persistence...
remount failed: Operation not permitted
failed to copy 'su' to '/system/bin/su': Read-only file system
Unable to chmod /system/bin/su: No such file or directory
failed to copy 'busybox' to '/system/xbin/busybox': Read-only file system
Unable to chmod /system/xbin/busybox: No such file or directory
/system/xbin/busybox: not found
failed to copy 'Superuser.apk' to '/system/app/Superuser.apk': Read-only file sy
stem
[*] Cleaning up...
failed on '/data/data/com.google.android.location/lib.bak' - No such file or dir
ectory
[*] Rebooting...... (~35s)
[*] MTP driver has been enabled back.
[*] Exploit complete!
[*] Press any key to exit.
Click to expand...
Click to collapse
coolfire000 said:
Hi can you please prove some link as am a bit newbie I hope you'll help
Click to expand...
Click to collapse
Use S.onlyTablet.S v1.1 it has builtin check if your device is rootable.
condi said:
Use S.onlyTablet.S v1.1 it has builtin check if your device is rootable.
Click to expand...
Click to collapse
Thanks for reply bro, but getting the following error:
[*] Sony Tablet S root script v1.1 (Windows version)
[*] by Dan Rosenberg (@djrbliss).
[*]
[*] Before continuing, ensure USB debugging is enabled, that ADB
[*] is working properly, and that your tablet is connected via USB.
[*] You've got to have proper MPT driver to root your tab!
[*] (MPT driver - wpdmtp.inf included).
[*]
[*] WARNING: This exploit may result in wiping your /data partition,
[*] causing you to lose any applications and data on your tablet.
[*] There should be no risk of permanent damage to your device, but
[*] by running this script you accept all responsibility.
[*]
[*] +small mods/optimizations by Konrad Plaszczykowski (@condi)+
[*]
[*] FULLY AUTOMATIC - ROOT SHOULD TAKE ABOUT ~ 3min 10s.
[*] Press enter to root your tablet...
[*]
[*] Waiting for device...
* daemon not running. starting it now *
* daemon started successfully *
[*] It looks that your device is [for now] not rootable...
[*] In your kernel version exploit vulnerability has been locked down...
[*] You need to wait for DEVs to find another way...
[*] Press any key to exit.
Click to expand...
Click to collapse
Solution to all
Check if u hav enabled usb debugging ... n unknown sources ..in the setting... u cn use tis file ... whch ucn find in the Android development area too..... nt responsible for any damage to ure device ...
coolfire000 said:
Thanks for reply bro, but getting the following error:
[*] It looks that your device is [for now] not rootable...[*] In your kernel version exploit vulnerability has been locked down...[*] You need to wait for DEVs to find another way...
[*] Press any key to exit.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Yep, exactly as it says. No solution for now. You need to wait
T0Tal_N00b said:
Check if u hav enabled usb debugging ... n unknown sources ..in the setting... u cn use tis file ... whch ucn find in the Android development area too..... nt responsible for any damage to ure device ...
Click to expand...
Click to collapse
No need to reupload tool, its available in official S.onyTablet.S thread.
br!
condi
Can build 9 be rooted?
Sent from my E16i using xda premium
mine says
Android Version: 3.2.1 (Release2)
2.6.36.3
[email protected] #1
it just hangs after daemon successful luanch... im using xp on vmware btw.
D00QLE said:
mine says
Android Version: 3.2.1 (Release2)
2.6.36.3
[email protected] #1
it just hangs after daemon successful luanch... im using xp on vmware btw.
Click to expand...
Click to collapse
does the XP on vmware detects ur tablet s?(like: adb devices (does this show u ur tablet? )) i was using Oracle VirtualMachine and i had to passthrough my USB devices to my guest OS. Perhaps u might want to check that(usb passthrough on vmware) out.
Maybe USB 1.1 only ?
I had to disable Oracle VirtualBox USB 2.0 support extension to get the tablet recognized by ADB in a Windows XP VM running under a Linux (Debian Squeeze) host...
Keep checking the build #
I purchased my Tablet S (refurbished) last week. It came with Build10. The first thing I did after turning it on was check to Build#.
However, after restarting a few times it reverted to Build5. I am not sure why that happened, but I was able to root using the All In One. I think someone else here had this happen also.
I *may* have run a Sony update on the previous restart. (It was late and I can't remember)
I guess you got it with FW 3.2 and Kernel build#10
Then you did a update to 3.2.1R2 with kernel build#5.
Could you remember?
zerod78 said:
does the XP on vmware detects ur tablet s?(like: adb devices (does this show u ur tablet? )) i was using Oracle VirtualMachine and i had to passthrough my USB devices to my guest OS. Perhaps u might want to check that(usb passthrough on vmware) out.
Click to expand...
Click to collapse
problem solved, it was the
echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
Click to expand...
Click to collapse
i though i had to add echo but no

Can't root 2.3.4. droid x2

I sbfed the leaked 2.3.4 onto my dx2 and i'm trying to root it with no luck. i have tried zergrush, pete's, motorolaoneclick, etc. USB debbuging is on. Charge only mode is selected when connected to computer. I have tried them all and i am not getting root access can someone help?
With Pete's root method i recieve this message: http: //prntscr.com/7efen
With Zergrush's root method i get this: http: //prntscr.com/7efg8
With Motorolaoneclickroot i get this: http: //prntscr.com/7efis but i obviously dont have root.
System Version
1.3.380.MB870.Verizon.en.US
Android Version
2.3.4
Baseband Version
n_03.13.28s
Kernel Version
[email protected] #2
Build Number
4.5.1A-DTN-150-30
Reboot yo pc. Make sure no other "phone program" is running like rsd etc. Reinstall drivers.
Petes one click is the one I use.
skwoodwiva said:
Reboot yo pc. Make sure no other "phone program" is running like rsd etc. Reinstall drivers.
Petes one click is the one I use.
Click to expand...
Click to collapse
i did as you said and still nothing ! i know it can be done because i've done it before i just dont remember how
optimusprimeuy,
You need USB debbuging & Unknown Sources checked
and just follow Moon Shadow's tut.
http://forum.xda-developers.com/showthread.php?t=1315711
I'm running into these same issues. I've tried three different rooting method. DoomLord, Petes and the one-click. Nothing seems to working. I've installed the ADB drivers, rebooted, repaired the drivers. debugging and unknown sources is checked. I've tried on my desktop and laptop computer. Nothing seems to work.
This is a DX2
System version = 1.3.418.MB870
Adroid Version = 2.3.5 (is this the issue?)
Let me know if anyone can help, thanks in advance!
ImgBurn said:
optimusprimeuy,
You need USB debbuging & Unknown Sources checked
and just follow Moon Shadow's tut.
http://forum.xda-developers.com/showthread.php?t=1315711
Click to expand...
Click to collapse
use magic md5 method
magic md5 root for d2, d2g, dx, & dx2
Sent from my XT862 using Tapatalk 2
Rooting Droid X2
optimusprimeuya said:
I sbfed the leaked 2.3.4 onto my dx2 and i'm trying to root it with no luck. i have tried zergrush, pete's, motorolaoneclick, etc. USB debbuging is on. Charge only mode is selected when connected to computer. I have tried them all and i am not getting root access can someone help?
With Pete's root method i recieve this message: http: //prntscr.com/7efen
With Zergrush's root method i get this: http: //prntscr.com/7efg8
With Motorolaoneclickroot i get this: http: //prntscr.com/7efis but i obviously dont have root.
System Version
1.3.380.MB870.Verizon.en.US
Android Version
2.3.4
Baseband Version
n_03.13.28s
Kernel Version
[email protected] #2
Build Number
4.5.1A-DTN-150-30
Click to expand...
Click to collapse
I just rooted my Droid X2 by following Moon Shadows Root Tutorial with good results. My Droid is exactly as yours is above.
I copied the command window from the process and it is below, I hope it may be helpfull. Magic MD5 method did not work.
---------------------------------------------------------------
Easy rooting toolkit (v4.0)
created by DooMLoRD
using exploit zergRush (Revolutionary Team)
Credits go to all those involved in making this possible!
---------------------------------------------------------------
[*] This script will:
(1) root ur device using latest zergRush exploit (21 Nov)
(2) install Busybox (1.18.4)
(3) install SU files (binary: 3.0.3 and apk: 3.0.6)
(4) some checks for free space, tmp directory
(will remove Google Maps if required)
[*] Before u begin:
(1) make sure u have installed adb drivers for ur device
(2) enable "USB DEBUGGING"
from (Menu\Settings\Applications\Development)
(3) enable "UNKNOWN SOURCES"
from (Menu\Settings\Applications)
(4) [OPTIONAL] increase screen timeout to 10 minutes
(5) connect USB cable to PHONE and then connect to PC
(6) skip "PC Companion Software" prompt on device
---------------------------------------------------------------
CONFIRM ALL THE ABOVE THEN
Press any key to continue . . .
--- STARTING ----
--- WAITING FOR DEVICE
* daemon not running. starting it now *
* daemon started successfully *
--- creating temporary directory
mkdir failed for tmp, File exists
--- cleaning
--- pushing zergRush
1441 KB/s (23060 bytes in 0.015s)
--- correcting permissions
--- executing zergRush
[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.
[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
[+] Found a GingerBread ! 0x00000118
[*] Scooting ...
[*] Sending 149 zerglings ...
[*] Sending 189 zerglings ...
[+] Zerglings found a way to enter ! 0x18
[+] Overseer found a path ! 0x000151e0
[*] Sending 189 zerglings ...
[+] Zerglings caused crash (good news): 0x4011ccd4 0x0074
[*] Researching Metabolic Boost ...
[+] Speedlings on the go ! 0xafd1965b 0xafd3949f
[*] Sending 181 zerglings ...
[+] Rush did it ! It's a GG, man !
[+] Killing ADB and restarting as root... enjoy!
--- WAITING FOR DEVICE TO RECONNECT
if it gets stuck over here for a long time then try:
disconnect usb cable and reconnect it
toggle "USB DEBUGGING" (first disable it then enable it)
--- DEVICE FOUND
--- pushing busybox
946 KB/s (1075144 bytes in 1.109s)
--- correcting permissions
--- remounting /system
--- checking free space on /system
0 KB/s (439 bytes in 1.000s)
--- Free space on /system : 67% bytes
test: 67%: bad number
--- NOT enough free space on /system!!!
--- making free space by removing Google Maps
--- copying busybox to /system/xbin/
2099+1 records in
2099+1 records out
1075144 bytes transferred in 0.080 secs (13439300 bytes/sec)
--- correcting ownership
--- correcting permissions
--- installing busybox
--- pushing SU binary
1389 KB/s (22228 bytes in 0.015s)
--- correcting ownership
--- correcting permissions
--- correcting symlinks
--- pushing Superuser app
1197 KB/s (785801 bytes in 0.640s)
--- cleaning
--- rebooting
ALL DONE!!!
Press any key to continue . . .
several ways to root 2.3.4
the problem with zergrush is it removes apps like maps, so you cannot update to 2.3.5
magic md5 root was made for 2.3.5, but it will work for 2.3.4, just not the fastest option
Sent from my XT862 using Tapatalk 2

JB OTA root exploit found!

http://www.droidrzr.com/index.php/topic/6924-root-achieved-for-jb-ota-razrmaxx-xt912/
Great news!
hecksagon said:
http://www.droidrzr.com/index.php/topic/6924-root-achieved-for-jb-ota-razrmaxx-xt912/
Click to expand...
Click to collapse
Awesome!
Sent from my DROID RAZR Maxx using Tapatalk 2
*break dances*
Sent from my DROID RaZr on JB.
just installed myself.
I need have root on the Jelly Bean OTA release. It was unique in how it had to be installed but it worked
Worked for me. Make sure you are in MTP, and have uninstalled all updates to smartactions.
heleonardman said:
Worked for me. Make sure you are in MTP, and have uninstalled all updates to smartactions.
Click to expand...
Click to collapse
Jelly Bean Root video
http://youtu.be/XDV_72mPt4k
Worked great.
Sent from my Transformer TF101 using xda premium
All hail the Dan Rosenberg the Saviour of bootloader locked motorolans !
Semseddin said:
All hail the Dan Rosenberg the Saviour of bootloader locked motorolans !
Click to expand...
Click to collapse
Agreed!! Worked like a charm for me!!
Sent from my DROID RAZR using xda premium
Great news!Great news!Great news!Great news!
Will not work for me . Tried it a bunch of times
[*]
[*] Razr Blade: Motorola Droid Razr 4.1 Root Exploit (Windows version)
[*] by Dan Rosenberg (@djrbliss)
[*]
[*] Thanks to p3droid for assistance in testing.
[*]
[*] Note: this will not work on Razr HD, Razr M, etc.
[*]
[*] Before continuing, ensure USB debugging is enabled, that you
[*] have the latest Motorola drivers installed, and that your phone
[*] is connected via USB.
[*]
[*] Please carefully follow any instructions provided in the exploit.
[*]
[*] Press enter to root your phone...
Press any key to continue . . .
[*]
[*] Waiting for device...
* daemon not running. starting it now *
* daemon started successfully *
[*] Device found.
[*] Phase one...
link failed No such file or directory
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase two...
/system/bin/sh: cat: /data/data/com.motorola.contextual.fw/files/DataClearJarDex
.jar: No such file or directory
[*] Complete the following steps on your device:
[*] 1. Open the Smart Actions application.
[*] 2. Select "Get Started".
[*] 3. Select "Battery Saver".
[*] 4. Select "Save".
[*] 5. Press the Home button.
[*]
[*] Press enter here once you have completed the above steps.
Press any key to continue . . .
3 KB/s (3477 bytes in 1.000s)
/system/bin/sh: can't create /data/data/com.motorola.contextual.fw/files/DataCle
arJarDex.jar: No such file or directory
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase three (this will take a minute)...
failed on '/data/logger' - Permission denied
mkdir failed for /data/logger, File exists
Unable to chmod /data/logger: Operation not permitted
link failed File exists
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase four...
1919 KB/s (91992 bytes in 0.046s)
3896 KB/s (1867568 bytes in 0.468s)
3594 KB/s (574184 bytes in 0.156s)
1998 KB/s (63838 bytes in 0.031s)
[*] Cleaning up...
/system/bin/sh: can't create /data/data/com.motorola.contextual.fw/files/DataCle
arJarDex.jar: No such file or directory
[*] Rebooting...
[*] Exploit complete!
[*] Press any key to exit.
Press any key to continue . . .
subiboost said:
Will not work for me . Tried it a bunch of times
Click to expand...
Click to collapse
Did you make sure you're not in Mass Storage Mode?
Did you uninstall all updates to Smart Actions and clear its data?
Sent from my Transformer TF101 using xda premium
subiboost said:
Will not work for me . Tried it a bunch of times
[*]
[*] Razr Blade: Motorola Droid Razr 4.1 Root Exploit (Windows version)
[*] by Dan Rosenberg (@djrbliss)
[*]
[*] Thanks to p3droid for assistance in testing.
[*]
[*] Note: this will not work on Razr HD, Razr M, etc.
[*]
[*] Before continuing, ensure USB debugging is enabled, that you
[*] have the latest Motorola drivers installed, and that your phone
[*] is connected via USB.
[*]
[*] Please carefully follow any instructions provided in the exploit.
[*]
[*] Press enter to root your phone...
Press any key to continue . . .
[*]
[*] Waiting for device...
* daemon not running. starting it now *
* daemon started successfully *
[*] Device found.
[*] Phase one...
link failed No such file or directory
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase two...
/system/bin/sh: cat: /data/data/com.motorola.contextual.fw/files/DataClearJarDex
.jar: No such file or directory
[*] Complete the following steps on your device:
[*] 1. Open the Smart Actions application.
[*] 2. Select "Get Started".
[*] 3. Select "Battery Saver".
[*] 4. Select "Save".
[*] 5. Press the Home button.
[*]
[*] Press enter here once you have completed the above steps.
Press any key to continue . . .
3 KB/s (3477 bytes in 1.000s)
/system/bin/sh: can't create /data/data/com.motorola.contextual.fw/files/DataCle
arJarDex.jar: No such file or directory
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase three (this will take a minute)...
failed on '/data/logger' - Permission denied
mkdir failed for /data/logger, File exists
Unable to chmod /data/logger: Operation not permitted
link failed File exists
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase four...
1919 KB/s (91992 bytes in 0.046s)
3896 KB/s (1867568 bytes in 0.468s)
3594 KB/s (574184 bytes in 0.156s)
1998 KB/s (63838 bytes in 0.031s)
[*] Cleaning up...
/system/bin/sh: can't create /data/data/com.motorola.contextual.fw/files/DataCle
arJarDex.jar: No such file or directory
[*] Rebooting...
[*] Exploit complete!
[*] Press any key to exit.
Press any key to continue . . .
Click to expand...
Click to collapse
I am getting the exact same error and I've uninstalled the smartaction updates and I am connected via mpt...ugh
I apologize in advance if this is a noob question but do I have to have android adb installed on my computer to use this rooting method? Thanks for any help.
Sent from my DROID RAZR using xda premium
Stick_man09 said:
I apologize in advance if this is a noob question but do I have to have android adb installed on my computer to use this rooting method? Thanks for any help.
Sent from my DROID RAZR using xda premium
Click to expand...
Click to collapse
Its better to have it installed ... though I don't see why u need it..
Sent from my DROID RaZr on JB.
Stick_man09 said:
I apologize in advance if this is a noob question but do I have to have android adb installed on my computer to use this rooting method? Thanks for any help.
Sent from my DROID RAZR using xda premium
Click to expand...
Click to collapse
PROGUERAM said:
Its better to have it installed ... though I don't see why u need it..
Sent from my DROID RaZr on JB.
Click to expand...
Click to collapse
I have adb installed on my computer, but have not yet seen a reason for it on the Razr. Now for my LG optimus S i used adb all the time.
blackops11252 said:
I have adb installed on my computer, but I get a error: device not found. any idea why?
Click to expand...
Click to collapse
I had the same problem with another process before. My issue was I didn't have the Motocast software installed. I assumed the default drivers loaded with windows would be fine, but they didn't work.
For the people who don't already know this, before you run the process, you can verify your device is seen by running the command 'adb devices' without the quotes from the command prompt (provided you point your command prompt to the folder you have adb in or set the system environment variable). Before I installed motocast on my computer it wouldn't show a device. After I installed the moto drivers it showed a device with this command.
Oh BTW thanks to the awesome devs for making these batch processes for all of us. These easy roots have been great.
blackops11252 said:
I have adb installed on my computer, but have not yet seen a reason for it on the Razr. Now for my LG optimus S i used adb all the time.
Click to expand...
Click to collapse
Honestly I could never understand adb in my life..
Sent from my DROID RaZr on JB.
Schnider said:
Agreed!! Worked like a charm for me!!
Sent from my DROID RAZR using xda premium
Click to expand...
Click to collapse
Will this work on Atrix HD on JB

Root for xt912

Does anyone have any suggestions? I have tried every way possible and I am still unable to root my RAZR maxx. Help
Sent from my DROID RAZR using xda app-developers app
Have ya tried matts droid utility for rooting RAZR
Thanks!!
Please hit the thanks button if i helped ya in anyways !!!
Are you running the jellybean 4.1.2 OTA?
Sent from my XT912 using xda app-developers app
Yes I am running ota and have tried both root programs?
Sent from my DROID RAZR using xda app-developers app
Unsure drivers are up to date... Alternate USB cable... Check device manager to unsure device is properly connected... Alternate computer... What all have you tried to trouble shoot the issue... Where does it fail... Does it say it was successful yet no root...
south2087 said:
Yes I am running ota and have tried both root programs?
Sent from my DROID RAZR using xda app-developers app
Click to expand...
Click to collapse
What post are you following step by step to root it?
Have you tried the RAZR Blade method?
Sent from my OG RAZR
Also having problems
Attempting the Razrblade root and getting permission denied errors when the script is running.
Code:
[*]
[*] Razr Blade: Motorola Droid Razr 4.1 Root Exploit (Windows version)
[*] by Dan Rosenberg (@djrbliss)
[*]
[*] Thanks to p3droid for assistance in testing.
[*]
[*] Note: this will not work on Razr HD, Razr M, etc.
[*]
[*] Before continuing, ensure USB debugging is enabled, that you
[*] have the latest Motorola drivers installed, and that your phone
[*] is connected via USB.
[*]
[*] Please carefully follow any instructions provided in the exploit.
[*]
[*] Press enter to root your phone...
[*]
[*] Waiting for device...
[*] Device found.
[*] Phase one...
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase two...
[*] Complete the following steps on your device:
[*] 1. Open the Smart Actions application.
[*] 2. Select "Get Started".
[*] 3. Select "Battery Saver".
[*] 4. Select "Save".
[*] 5. Press the Home button.
[*]
[*] Press enter here once you have completed the above steps.
Press any key to continue . . .
178 KB/s (3477 bytes in 0.019s)
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase three (this will take a minute)...
failed on '/data/logger' - Permission denied
mkdir failed for /data/logger, File exists
Unable to chmod /data/logger: Operation not permitted
link failed File exists
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase four...
410 KB/s (543080 bytes in 1.292s)
510 KB/s (1867568 bytes in 3.575s)
480 KB/s (476557 bytes in 0.969s)
448 KB/s (63838 bytes in 0.139s)
[*] Cleaning up...
/system/bin/sh: su: not found
[*] Rebooting...
[*] Exploit complete!
Hit ENTER to return.
No idea what's gone wrong here. Any help would be appreciated. I work in IT, and know linux pretty well, but I've never attempted to modify my phone before and would love to know what to try next that won't risk breaking anything.
Steps attempted so far:
* Clearing Smart Actions data and updates
* Ensuring phone is connected as camera (it is)
* Latest USB drivers installed
* Debugging mode enabled
Not sure if it matters, but I JUST updated this phone to 4.1.2 yesterday. Could they have patched this exploit?
xb4r7x said:
Attempting the Razrblade root and getting permission denied errors when the script is running.
Code:
[*]
[*] Razr Blade: Motorola Droid Razr 4.1 Root Exploit (Windows version)
[*] by Dan Rosenberg (@djrbliss)
[*]
[*] Thanks to p3droid for assistance in testing.
[*]
[*] Note: this will not work on Razr HD, Razr M, etc.
[*]
[*] Before continuing, ensure USB debugging is enabled, that you
[*] have the latest Motorola drivers installed, and that your phone
[*] is connected via USB.
[*]
[*] Please carefully follow any instructions provided in the exploit.
[*]
[*] Press enter to root your phone...
[*]
[*] Waiting for device...
[*] Device found.
[*] Phase one...
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase two...
[*] Complete the following steps on your device:
[*] 1. Open the Smart Actions application.
[*] 2. Select "Get Started".
[*] 3. Select "Battery Saver".
[*] 4. Select "Save".
[*] 5. Press the Home button.
[*]
[*] Press enter here once you have completed the above steps.
Press any key to continue . . .
178 KB/s (3477 bytes in 0.019s)
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase three (this will take a minute)...
failed on '/data/logger' - Permission denied
mkdir failed for /data/logger, File exists
Unable to chmod /data/logger: Operation not permitted
link failed File exists
[*] Rebooting device...
[*] Waiting for phone to reboot.
[*] Phase four...
410 KB/s (543080 bytes in 1.292s)
510 KB/s (1867568 bytes in 3.575s)
480 KB/s (476557 bytes in 0.969s)
448 KB/s (63838 bytes in 0.139s)
[*] Cleaning up...
/system/bin/sh: su: not found
[*] Rebooting...
[*] Exploit complete!
Hit ENTER to return.
No idea what's gone wrong here. Any help would be appreciated. I work in IT, and know linux pretty well, but I've never attempted to modify my phone before and would love to know what to try next that won't risk breaking anything.
Steps attempted so far:
* Clearing Smart Actions data and updates
* Ensuring phone is connected as camera (it is)
* Latest USB drivers installed
* Debugging mode enabled
Not sure if it matters, but I JUST updated this phone to 4.1.2 yesterday. Could they have patched this exploit?
Click to expand...
Click to collapse
if you are using xt910 then this method won't work on that . look out into development section for rooting method
Thanks!!
Please hit the thanks button if i helped ya in anyways !!!
incumbent ersordic
anurag.dj2u said:
if you are using xt910 then this method won't work on that . look out into development section for rooting method
Thanks!!
Please hit the thanks button if i helped ya in anyways !!!
Click to expand...
Click to collapse
excuse my ignorance, but how can you tell? I was under the impression that xt910 was the international gsm version? I'm in the us on the vzw network.
xb4r7x said:
excuse my ignorance, but how can you tell? I was under the impression that xt910 was the international gsm version? I'm in the us on the vzw network.
Click to expand...
Click to collapse
You're right Thats an XT912(CDMA version).
As for your problem,I'd re-install the drivers,thats what cause problem most of the times. Also try changing the port you're using.
Run the utility as admin.
Thanks... still no luck
neo.ank said:
You're right Thats an XT912(CDMA version).
As for your problem,I'd re-install the drivers,thats what cause problem most of the times. Also try changing the port you're using.
Run the utility as admin.
Click to expand...
Click to collapse
I tried re-installing windows drivers, no joy. Booted into Ubuntu and tried the shell script... same errors. Tried a different computer (Ubuntu) and it hung on 'Waiting for device' (I dont think the phone was mounting properly, but that laptop is a pile so I'd rather not spend too much time with it).
I'll be trying again on my fiancee's mac... but if it still fails I'm out of ideas.
[EDIT]: It did fail, same place...
If you're not on the JB kernel, try using DroidRazrUtility. I used it and it's foolproof.
Sent from my XT912 using xda app-developers app
cschuck320 said:
If you're not on the JB kernel, try using DroidRazrUtility. I used it and it's foolproof.
Sent from my XT912 using xda app-developers app
Click to expand...
Click to collapse
I am using DroidRazrUtility...
xb4r7x said:
I am using DroidRazrUtility...
Click to expand...
Click to collapse
Then roll back to the ICS kernel and then use the Utility.

Categories

Resources