M
Mok_Fun
游客
原文:
d.hatena.ne.jp/tmyt/20130601/1370119206
代码
github.com/hiikezoe/android_run_root_shell
看了一下, 应该还能用在以下的手机
github.com/hiikezoe/android_run_root_shell/commit/811be8639aed64c158798a72a1d520a4d21e8b8b
{ "SH-04E", "01.00.02", 0xc008d86c, 0xc008d398 }
{ "SOL21", "9.1.D.0.395", 0xc0098584, 0xc00980a8 }
{ "HTL21", "JRO03C", 0xc00ab9d8, 0xc00ab4c4 }
{ "N-05E", "A1000311", 0xc0094430, 0xc0093ebc }
简单说下, 就只看清楚N-05E的番号是不是A1000311
然后下载ZIP档
adb push run_root_shell /data/local/tmp
adb shell chmod 755 /data/local/tmp/run_root_shell
adb shell
$ cd /data/local/tmp
$ ./run_root_shell
基本上就完了
有机的小白鼠自己去试吧
d.hatena.ne.jp/tmyt/20130601/1370119206
代码
github.com/hiikezoe/android_run_root_shell
看了一下, 应该还能用在以下的手机
github.com/hiikezoe/android_run_root_shell/commit/811be8639aed64c158798a72a1d520a4d21e8b8b
{ "SH-04E", "01.00.02", 0xc008d86c, 0xc008d398 }
{ "SOL21", "9.1.D.0.395", 0xc0098584, 0xc00980a8 }
{ "HTL21", "JRO03C", 0xc00ab9d8, 0xc00ab4c4 }
{ "N-05E", "A1000311", 0xc0094430, 0xc0093ebc }
简单说下, 就只看清楚N-05E的番号是不是A1000311
然后下载ZIP档
adb push run_root_shell /data/local/tmp
adb shell chmod 755 /data/local/tmp/run_root_shell
adb shell
$ cd /data/local/tmp
$ ./run_root_shell
基本上就完了
有机的小白鼠自己去试吧