iWORK10旗舰本(i15-T)刷安卓ROM很简单。直接解锁后用fastboot刷机,步骤和手机差不多。具体看教程:
https://forum.xda-developers.com/android/general/guidehow-toroot-cube-iwork-10-i15-tcl-t3485801
备注:贴吧有汉化的recovery.img【https://tieba.baidu.com/p/5985249254】,自行替换即可。
各种ROM下载:
https://forum.xda-developers.com/t/iwork-10
教程刷机过程使用的命令:(建议手动单行输入,解决报错再继续)
adb devices
adb reboot fastboot
等待重启进入fastboot模式,注意检测驱动,需要安装驱动才能识别使用fastboot模式
fastboot devices
fastboot oem unlock
fastboot flash boot Z:\iwork10资源\boot_magisk_remixos2.0_i15T.img
fastboot flash recovery Z:\iwork10资源\recovery_twrp3.0_i15T_by_Ctrl.img
下面是清除缓存
fastboot erase misc
fastboot erase persistent
fastboot erase metadata
fastboot format config
fastboot format cache
下面是刷入固件,替换文件路径
fastboot flash -S 100M system Z:\iwork10资源\remix_os_2.0_system.img
下面是清除数据
fastboot format data
fastboot reboot