o*****e 发帖数: 99 | 1 Works like a charm on my new Atrix 2.
I suppose you have adb environment already configured.
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 |
A****7 发帖数: 1246 | |
o*****e 发帖数: 99 | 3 不太理解你的问题。
知道app免费吗?
进market, 查询你要得app, 会显示free or not. |
o*****e 发帖数: 99 | 4 Works like a charm on my new Atrix 2.
I suppose you have adb environment already configured.
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 |
A****7 发帖数: 1246 | |
o*****e 发帖数: 99 | 6 不太理解你的问题。
知道app免费吗?
进market, 查询你要得app, 会显示free or not. |
b*********e 发帖数: 870 | 7 我估计楼上的问题是,root以后,这样设置了wifi hot spot,咋知道会不会被ATT强加
tether plan?或者乱收费啊?
顺便,我也问问这个问题,呵呵~~
【在 o*****e 的大作中提到】 : 不太理解你的问题。 : 知道app免费吗? : 进market, 查询你要得app, 会显示free or not.
|
b*********e 发帖数: 870 | 8 汇报一下,按照lz提供的方法,我很轻易的就把atrix2,2.3.6 root了,然后也设置了
wifi。但是还不敢乱用,呵呵~~ |
n****y 发帖数: 1220 | 9 lz能介绍个方法给HTC EVO 4G吗?
我也想弄一个 wifi hotspot,一直没成功 |