系统在开机的瞬间adb devices 是打开的,可以利用这个瞬间的机会推一个文件进去
写一个文件命名test.bat
adb devicesadb wait-for-deviceadb rootadb wait-for-deviceadb remountadb push xxx文件名 xxx要推动的路径地址adb shell syncpause
京公网安备 11010502049817号