adb root
    
    adb remount
   
    adb shell “echo ‘–wipe_data\n–locale=en_US’ > /cache/recovery/command”
    
    adb shell setprop sys.powerctl reboot,recovery
   
 
版权声明:本文为ownerwu原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
 
    adb root
    
    adb remount
   
    adb shell “echo ‘–wipe_data\n–locale=en_US’ > /cache/recovery/command”
    
    adb shell setprop sys.powerctl reboot,recovery