RK android10 非AB系统adb 指令进行OTA升级

adb push update.zip /sdcard/update.zip

 adb root ;adb remount

adb shell

 uncrypt /data/media/0/update.zip /cache/recovery/block.map                                        

echo -e "--update_package=@/cache/recovery/block.map\n--locale=en_US" > /cache/recovery/command

reboot recovery

你可能感兴趣的:(android)