中兴设备全功能后台
适用于中兴设备(f32pro,f30apro,u10l,已测通过,其他未知)
1. 准备
2. 开始
安装驱动,开adb,终端逐条执行1,2,4(第2步文件路径改成你们自己的)
- 挂载
adb shell mount -o remount,rw /
- 上传(文件路径换成你们自己的)
我的全功能后台atweb和at.html文件放在了”C:\Users\wei\Downloads\atweb”(文件可放在任意路径,但最好别带中文,例:两个文件放C盘atweb文件夹,那么路径就是C:\atweb)
adb push C:\Users\wei\Downloads\atweb\atweb /sbin
adb shell "chmod +x /sbin/atweb"
adb push C:\Users\wei\Downloads\atweb\at.html /etc_ro/web
- 测试(这一步跳过,执行第4步)
adb shell
/sbin/atweb
浏览器输入设备ip:9090/at.html
- 自启
adb shell
echo "sleep 20" >> /etc/rc
echo '/sbin/atweb &' >> /etc/rc
exit
或者
adb shell "echo 'sleep 20' >> /etc/rc; echo '/sbin/atweb &' >> /etc/rc"
浏览器进入192后台重启后,输入设备ip:9090/at.html(例:192.168.0.1:9090/at.html)
教程来源: @33135359
免责声明:
刷机有风险!刷机不备份变砖两行泪!变砖莫怪我!