S-ON非白卡机福音Incredible S 临时取得root权限方法

Psneuter exploit is working on IS, but because /system is locked on s-on phones, we can't copy su and superuser.apk into /system, apps required root access can't work.  
The following procedure uses psenuter exploit to gain adb shell root, and then copy su (without privilege control ) and busybox into /sbin (which is on rootfs and in the global PATH list) to gain root access for apps.
The procedure:
1. Unzip the attached .zip into a directory (like c:\adb)
2. Open a command prompt and cd to the directory where you extracted the .zip (like cd \adb)
3. run pushroot.bat (simply type pushroot)
4. adb shell /data/local/tmp/getroot
5. adb shell
6. you are now in # prompt.  Type /data/local/tmp/pushroot

You have to redo steps 4,5,6 once you reboot your phone.

 

 

1.首先先下载这个压缩包  ISTemproot.zip 

2.解包到C盘以后,打开cmd
1.png 
输入cd\ 回车
2.png 
3.png 
继续键入adb回车会出来一串字符完了后
4.png 

3.进入C:\adb 后键入pushroot回车还是会出现一串字符后
5.png 
4.完成后 输入adb shell /data/local/tmp/getroot回车
6.png 
7.png 
5.再输入adb shell 当出现#后再键入/data/local/tmp/pushroot回车
6.这样就可以了 之后如果有重开机 只要重复4和5步骤即可
最后附上全图~
11.png 12.png13.png 14.png

 

你可能感兴趣的:(C++,c,C#,Access)