在XDA上看到的,原创作者是韩国的,后来被搬到XDA上,以下原文
This is so interesting translated it with bing sometimes they do a better job still playing around with it. Basically it allows you shell access in download mode. Super Su zip fails to push not exactly sure what the error means.
edit: ROOTED!!! Going to write up instructions on how I did it much more in detail hopefully.
1.) Download rooting require http://blog.lvu.kr/wp-content/upload...ing-require.7z
2) Download the latest SuperSu ZIP thanks to chainfire http://download.chainfire.eu/696/Sup...erSU-v2.46.zip
place this zip in the root of rooting require folder
3.) Enable Developer Options by tapping build number Settings> About Phone> Software Information until you are presented with "You are now a developer"
In Developer Options enable USB Debugging (Enable PTP for debugging to work)
Open a command prompt with adb in the root of the rooting require folder
Code:adb push g2_root.sh /data/local/tmp/adb push busybox /data/local/tmp/adb push UPDATE-SuperSU-v2.46.zip /data/local/tmp/4.) Put your device in download mode (while powered off hold volume up and plug in usb until download mode is shown)
5.) In command prompt in the root of the rooting require folder run the below command
(To find which COM port your device is under open device manager and click ports and your device port is listed under the drop down menu)
Code:Send_Command.exe \\.\COM5(In root shell execute the below)
Code:sh /data/local/tmp/g2_root.sh dummy 1 /data/local/tmp/UPDATE-SuperSU-v2.46.zip /data/local/tmp/busyboxoriginal guide http://blog.lvu.kr/g2-lollipop-%EC%8...3%A8%ED%8C%85/
thanks to @jgkim
大概翻译了下 先开启手机的调试功能,然后把这几个文件push进去
adb push g2_root.sh /data/local/tmp/
adb push busybox /data/local/tmp/
adb push UPDATE-SuperSU-v2.46.zip /data/local/tmp/
然后进Download Mode
输入以下命令
Send_Command.exe \\.\COM5
输入完以后会进入一个shell环境,然后输入这条命令
sh /data/local/tmp/g2_root.sh dummy 1 /data/local/tmp/UPDATE-SuperSU-v2.46.zip /data/local/tmp/busybox
我在手机上输入sh没有效果,换成bash就可以了
这是所需文件下载链接
h t tp://blog.lvu.kr/wp-content/uploads/2015/01/rooting-require.7z
h t tp://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
This is so interesting translated it with bing sometimes they do a better job still playing around with it. Basically it allows you shell access in download mode. Super Su zip fails to push not exactly sure what the error means.
edit: ROOTED!!! Going to write up instructions on how I did it much more in detail hopefully.
1.) Download rooting require http://blog.lvu.kr/wp-content/upload...ing-require.7z
2) Download the latest SuperSu ZIP thanks to chainfire http://download.chainfire.eu/696/Sup...erSU-v2.46.zip
place this zip in the root of rooting require folder
3.) Enable Developer Options by tapping build number Settings> About Phone> Software Information until you are presented with "You are now a developer"
In Developer Options enable USB Debugging (Enable PTP for debugging to work)
Open a command prompt with adb in the root of the rooting require folder
Code:adb push g2_root.sh /data/local/tmp/adb push busybox /data/local/tmp/adb push UPDATE-SuperSU-v2.46.zip /data/local/tmp/4.) Put your device in download mode (while powered off hold volume up and plug in usb until download mode is shown)
5.) In command prompt in the root of the rooting require folder run the below command
(To find which COM port your device is under open device manager and click ports and your device port is listed under the drop down menu)
Code:Send_Command.exe \\.\COM5(In root shell execute the below)
Code:sh /data/local/tmp/g2_root.sh dummy 1 /data/local/tmp/UPDATE-SuperSU-v2.46.zip /data/local/tmp/busyboxoriginal guide http://blog.lvu.kr/g2-lollipop-%EC%8...3%A8%ED%8C%85/
thanks to @jgkim
大概翻译了下 先开启手机的调试功能,然后把这几个文件push进去
adb push g2_root.sh /data/local/tmp/
adb push busybox /data/local/tmp/
adb push UPDATE-SuperSU-v2.46.zip /data/local/tmp/
然后进Download Mode
输入以下命令
Send_Command.exe \\.\COM5
输入完以后会进入一个shell环境,然后输入这条命令
sh /data/local/tmp/g2_root.sh dummy 1 /data/local/tmp/UPDATE-SuperSU-v2.46.zip /data/local/tmp/busybox
我在手机上输入sh没有效果,换成bash就可以了
这是所需文件下载链接
h t tp://blog.lvu.kr/wp-content/uploads/2015/01/rooting-require.7z
h t tp://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip