【android刷机】adb、fastboot常用命令
adb常用命令adb device 显示设备adb shell Adb命令adb reboot recovery 重启进入recoveryadb reboot bootloader 重启进入fastbootfastboot常用命令fastboot flash recovery recovery.imgfastboot rebootfastboot erase boot 慎用fastboot upd
adb常用命令adb device 显示设备adb shell Adb命令adb reboot recovery 重启进入recoveryadb reboot bootloader 重启进入fastbootfastboot常用命令fastboot flash recovery recovery.imgfastboot rebootfastboot erase boot 慎用fastboot upd
前提条件:安卓手机(已root) 内核支持swap 必备软件:busybox 终端模拟器以本人的小米M1为例,在data区开512M的awap交换空间。 开启swap: 1.打开终端模拟器,命令su // 切换到root权限2.命令busybox dd if=/dev/zero of=/data/swap.img bs=1M count=512 // 在 /data 里生成一个512M的 s