- 02-18-2012, 09:30 AM
Thread Author #1
rooting with a MAC
being the owner of a droid bionic on the 902 update I am interested in rooting it. But it appears as I am a MAC user this is not a possibility? To be specific I use an IMAC with the lion OS. Are there instructions for doing this or is all the android development done on the bill gates machines only, our version of the Steve Jobs monopoly.
- 02-18-2012, 12:04 PM #2
- 02-18-2012, 06:01 PM
Thread Author #3
- 02-21-2012, 01:58 PM #4
Re: rooting with a MAC
any idea why i get this. ive tried multiple methods for rooting the 902 system version on both mac and windows. none work.
USB debugging is on.
Code:unknown0026bb0d096b:platform-tools lqdboard$ ./adb devices List of devices attached 0A3BEBD419013015 device unknown0026bb0d096b:platform-tools lqdboard$ ./run.sh chmod: ./adb.osx: No such file or directory[*][*] Motofail: Universal Motorola Gingerbread Root Exploit (OS X version)[*] by Dan Rosenberg (@djrbliss)[*][*] Tested on Droid 3, Droid Bionic, Droid RAZR, and Droid 4[*][*] Before continuing, ensure USB debugging is enabled and that your phone[*] is connected via USB.[*][*] Press enter to root your phone...[*][*] Waiting for device... ./run.sh: line 57: ./adb.osx: No such file or directory[*] Device found.[*] Deploying payload... ./run.sh: line 62: ./adb.osx: No such file or directory ./run.sh: line 63: ./adb.osx: No such file or directory[*] Owning phone... ./run.sh: line 66: ./adb.osx: No such file or directory[*] Rebooting device... ./run.sh: line 69: ./adb.osx: No such file or directory[*] Waiting for phone to reboot. ./run.sh: line 72: ./adb.osx: No such file or directory[*] Attemping persistence... ./run.sh: line 75: ./adb.osx: No such file or directory ./run.sh: line 76: ./adb.osx: No such file or directory ./run.sh: line 77: ./adb.osx: No such file or directory ./run.sh: line 78: ./adb.osx: No such file or directory ./run.sh: line 79: ./adb.osx: No such file or directory ./run.sh: line 80: ./adb.osx: No such file or directory ./run.sh: line 81: ./adb.osx: No such file or directory ./run.sh: line 82: ./adb.osx: No such file or directory[*] Cleaning up... ./run.sh: line 85: ./adb.osx: No such file or directory ./run.sh: line 86: ./adb.osx: No such file or directory[*] Rebooting... ./run.sh: line 89: ./adb.osx: No such file or directory ./run.sh: line 90: ./adb.osx: No such file or directory[*] Exploit complete![*] Press any key to exit.
Last edited by lqdboard; 02-21-2012 at 02:17 PM.
- 02-21-2012, 02:21 PM #5
- 02-22-2012, 09:59 AM #6
- 02-23-2012, 02:41 AM #7
Re: rooting with a MAC
straight up
1.just downloaded the SDK files.
2. Move to Desktop
3. opened up the platform tools folder
4. Moved all the files from the MotoFail folder into Platform Tools
5. Renamed the 'ADB' file to 'ADB.OSX'
6. Open Terminal
7. Change directory into Platform Tools
8. Invoke 'run.sh' file. - 03-22-2012, 07:53 PM #8
Re: rooting with a MAC
after hours of permissions denied the MotoFail method was the only thing that worked for me
worked on my Bionic with 5.9.902
using MacOSX 10.6.8
Instructions:
* Download the required files from
* Extract them to a folder
* Enable USB debugging mode in phone setting
* Connect your Droid Bionic to your mac
* Execute “RUN.SH” from the extracted files
* You’re good to go.
Credit to Dan Rosenberg for this root exploit. - 06-16-2012, 01:49 PM #9
- 06-16-2012, 08:48 PM #10
Re: rooting with a MAC
When you are in the terminal window, your terminal *must* have the current directory set to the location where the motofail files were unzipped. So, if you stored the files in your Downloads folder on your Mac, most likely it will unzip into a folder called motofail_linux_osx. So, from the terminal window, you enter the command:
Of course, you have to change that to the actual location of the files that are unzipped (i.e., run.sh.) When the prompt changes to show that you are in the motofail_linux_osx folder, you can then enter the command:cd ~/downloads/motofail_linux_osx
(The period slash at the beginning is important - it tells the os to run the command from the current directory.)./run.sh - 11-06-2012, 01:03 PM #11
- 11-08-2012, 09:44 AM #12
Re: rooting with a MAC
I believe that you can do it right on the phone. First, if you have debloated or frozen any apps, make sure to restore them (or thaw them.) If you have installed a bootstrap/custom recovery, follow the steps to uninstall that and restart the phone. Then, see the instructions in this post - the first 6 steps (it's for the Droid 3, but the process is the same):
- Download "Android Terminal" from Play Store
- Start the Terminal and make sure you are at a # sign. (If not type "su")
- Type "mount -o remount,rw /dev/block/system /system"
- Type "rm /system/app/Superuser.apk"
- Type "rm /system/bin/su"
- Type rm /system/xbin/busybox (if applicable)
- 12-01-2012, 12:36 PM #13
Re: rooting with a MAC
I followed your exact steps and I get the following errors, any clue? Mac OSX 10.8.2 Droid Bionic ICS 4.0.4:
MiniMe:motofail_linux_osx zothecula$ ./run.sh[*][*] Motofail: Universal Motorola Gingerbread Root Exploit (OS X version)[*] by Dan Rosenberg (@djrbliss)[*][*] Tested on Droid 3, Droid Bionic, Droid RAZR, and Droid 4[*][*] Before continuing, ensure USB debugging is enabled and that your phone[*] is connected via USB.[*][*] Press enter to root your phone...[*][*] Waiting for device...[*] Device found.[*] Deploying payload...
failed to copy 'motofail' to '/data/local/motofail': Permission denied
Unable to chmod /data/local/motofail: No such file or directory[*] Owning phone...
/system/bin/sh: /data/local/motofail: not found[*] Rebooting device...[*] Waiting for phone to reboot.[*] 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
link failed Read-only file system
failed to copy 'busybox' to '/system/xbin/busybox': Read-only file system
Unable to chmod /system/xbin/busybox: No such file or directory
/system/bin/sh: /system/xbin/busybox: not found
failed to copy 'Superuser.apk' to '/system/app/Superuser.apk': Read-only file system[*] Cleaning up...
/system/bin/sh: /data/local/motofail: not found
rm failed for /data/local/motofail, No such file or directory[*] Rebooting...[*] Exploit complete![*] Press any key to exit. - 12-03-2012, 12:46 PM #14



Reply

































