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

8 comments:

  1. Hello this is unbelievable, this is the only way to get your atrix 2 enable with your factory wifi hotspot correctly, I bought an atrix 2 from AT&T, I unlocked it and did many things to enable it with a total failure and for the first time not only i was able to do it but also with the factory application. Really thanks a lot.

    ReplyDelete
  2. Tried several different methods today and this is the only one that worked for me... Using right now to publish this.
    Thanks a ton!!!

    ReplyDelete
  3. Thank you Mine Was located on Line 150, I did as told Works 100%. Dont think it has to be on line 148, Specific Root instructions found here http://forum.xda-developers.com/showthread.php?t=1327741

    ReplyDelete
  4. Atrix2 with new update (Android 2.3.6) has a different Root approach.
    Using motofail binary which you can get from:
    http://forum.xda-developers.com/attachment.php?attachmentid=1196945&d=1342244497

    On linux, detailed commands are as following:

    adb kill-server
    adb wait-for-device

    adb push motofail /data/local/motofail > NUL
    adb shell "chmod 755 /data/local/motofail"
    adb shell "/data/local/motofail exploit"
    adb reboot
    adb kill-server
    adb wait-for-device
    adb remount
    adb push su /system/xbin/su
    adb shell "chmod 6755 /system/xbin/su"
    adb shell "ln -s /system/xbin/su /system/bin/su"
    adb push Superuser.apk /system/app/Superuser.apk

    adb shell "/data/local/motofail clean"
    adb shell "rm /data/local/motofail"


    adb reboot
    adb kill-server
    adb wait-for-device

    ReplyDelete
    Replies
    1. could you tell me what you mean

      On linux, detailed commands are as following:


      I downloaded and simply click
      root

      but it never works.

      thanks
      there is no place for me to type in demand

      Delete
    2. Means Linux Operating System. If you don't know what it is, just follow this link to find which topic you need to follow to root your
      Atrix 2.
      http://forum.xda-developers.com/forumdisplay.php?f=1376

      Delete
  5. Totally amazing!!!!!!!!! I am new to the rooting scene because I specifically wanted this free wifi tethering. I wouldn't call myself technically savy at this stuff, just a little competent with proper guidance. After stumbling through the root process, (not so bad just a little nervous) I was having an even harder time getting set up for my wifi. THAT WAS UNTILL I FOUND THIS!!!!!!!!!!!!!!!! I was beginning to think it was unattainable for me because I couldn't find anything with specific enough instructions for me. I found alot of discussions about it, but nothing telling me how to go about it(that I could understand at least). NERVE WRACKING!!!!!!! Untill this. I'm not one to leave comments, but I wouldn't be able to sleep if I didn't tell you how much I appreciated this. THANK YOU!!!!!!!!!!!!!!!! I was able to understand the directions and follow through. Works perfectly on my phone and I am very happy with the result. Thanks again!!!!!!

    ReplyDelete