1、开ADB 网页登录后访问 http://192.168.100.1/reqproc/proc_post?goformId=SET_DEVICE_MODE&debug_enable=1 返回 {"result":"set_devicemode successfully!"} 重启设备即可 操作步骤(随身wifi助手CMD终端依次输入下面命令行回车) adb shell mkdir /etc_rw/sbin ln -sf /sbin/* /etc_rw/sbin/ rm /etc_rw/sbin/global.sh cp /sbin/global.sh /etc_rw/sbin/ sed -i '26i if [ ! -f "/tmp/rmc_kill.log" ];then' /etc_rw/sbin/global.sh sed -i '27i sh /etc_rw/patch.sh &' /etc_rw/sbin/global.sh sed -i '28i echo 1 > /tmp/rmc_kill.log' /etc_rw/sbin/global.sh sed -i '29i fi' /etc_rw/sbin/global.sh sed -i '30i ' /etc_rw/sbin/global.sh cat << EOF > /etc_rw/patch.sh #!/bin/sh while true do killall -q -9 rmc sleep 3 done EOF nv set fl_autoswitchsim=0; nv set path_sh=/etc_rw/sbin; nv save reboot 如果恢复出厂了,只需要执行后面两条把 path_sh 路径重设一下即可