Get root img and fastboot from:
http://briefmobile.com/motorola-atrix-4g-root
How to enter fastboot mode:
Turn off your device. – Hold down the power button and downward volume button until you see “Fastboot” on your screen – Push the upward volume button
On fastboot binary file on linux is in: $BSP/out/host/linux-x86/bin/fastboot
How to Root:
fastboot flash preinstall root.img
fastboot reboot
Enable USB debugging (Settings >> Applications >> Debugging)
Type the following commands
adb shell
$/preinstall/dosu
Type the following commands
#/bin/mount /system -o remount,rw
#cp /preinstall/su /system/bin/su
#chmod 6755 /system/bin/su
#PATH=/system/bin:$PATH pm install -r /preinstall/Superuser.apk
Enable Tethering on 4.5.91
Others the same as Atrix 2
4. go to Line 118 labled Entitlement Check with a value of 1
5. Change value from 1 to "disabled" (without quotes)
6. reboot
Wednesday, November 16, 2011
Monday, November 14, 2011
How to Root Atrix 2 and get Free Wifi Hotspot
Works like a charm on my new Atrix 2.
Download Exploit.zip from:
http://forum.xda-developers.com/attachment.php?attachmentid=767
///////////////////////////////////////////
* Root *
adb push zerg /data/local
adb push su /data/local
adb push Superuser.apk /data/local
adb shell
cd /data/local
chmod 777 zerg
./zerg
Wait as root access is gained.
Now type in the following commands:
adb shell
mount -o rw,remount /dev/null /system
cat /data/local/su > /system/bin/su
cat /data/local/Superuser.apk > /system/app/Superuser.apk
chmod 4755 /system/bin/su
chmod 4755 /system/app/Superuser.apk
reboot
////////////////////Wifi Hotspot///////////////
* prerequisites*
1. Root
2. SQlite editor from market
market charges for it. Just google "SQlite editor apk"
you can download and direct install it via
adb install SQlite_Editor.apk
*Steps to use editor*
1. open SQlite editor and scroll to Settings Storage (com.motorola.android.
provider.settings
2. click settings.db
3. click settings
4. Line 148 it should say Entitlement Check On the Atrix 2
Changing the entitlement_check line to 0 instead of to get it working
5. reboot
Download Exploit.zip from:
http://forum.xda-developers.com/attachment.php?attachmentid=767
///////////////////////////////////////////
* Root *
adb push zerg /data/local
adb push su /data/local
adb push Superuser.apk /data/local
adb shell
cd /data/local
chmod 777 zerg
./zerg
Wait as root access is gained.
Now type in the following commands:
adb shell
mount -o rw,remount /dev/null /system
cat /data/local/su > /system/bin/su
cat /data/local/Superuser.apk > /system/app/Superuser.apk
chmod 4755 /system/bin/su
chmod 4755 /system/app/Superuser.apk
reboot
////////////////////Wifi Hotspot///////////////
* prerequisites*
1. Root
2. SQlite editor from market
market charges for it. Just google "SQlite editor apk"
you can download and direct install it via
adb install SQlite_Editor.apk
*Steps to use editor*
1. open SQlite editor and scroll to Settings Storage (com.motorola.android.
provider.settings
2. click settings.db
3. click settings
4. Line 148 it should say Entitlement Check On the Atrix 2
Changing the entitlement_check line to 0 instead of to get it working
5. reboot
Subscribe to:
Posts (Atom)