1, 使用CTS-ON-GSI的fastboot U盘脚本进入fastboot模式
2.使用cmd窗口,输入命令
         1 输入”fastboot flashing unlock” in adb ,waiting for the device  
         2 输入 “fastboot flashing unlock_critical”in adb ,waiting for the device  
         3  输入”fastboot reboot” reboot the stb, press any key entering the boot mode
         4  after the stb reboot then 输入  “adb root”
         5 输入”adb disable-verity”
         6 输入”adb reboot”
         7  输入 “adb root”
         8  输入  “adb remount“

