*************************************************
MTK Feature Options GSI system.imgMTK_K64_SUPPORT=yes
MTK_AB_OTA_UPDATER=yes arm64_ab
MTK_K64_SUPPORT=yes
MTK_AB_OTA_UPDATER=no arm64_a
MTK_K64_SUPPORT=no
MTK_AB_OTA_UPDATER=no arm_a
MTK_K64_SUPPORT=no
MTK_AB_OTA_UPDATER=yes arm_ab
刷入GSI GoogleIMG的方法如下:
Use fastboot (USER / USERDEBUG load)
Phone must be unlocked before flashing GSI system.img because dm-verity is enabled in user and userdebug build.
1. MTK User load boot up to home screen
2. Please enable OEM unlocking in settings (开发者选项中设置)
3. Please enable USB debugging in settings(开发者选项中设置)
4. Press Volume up key + power key into fastboot mode,suggest to use "adb reboot bootloader"(客户手机如果不知道怎么进fastboot mode, 就输入ADB指令adb reboot bootloader)
5. Connect phone to PC, input “fastboot flashing unlock”(CMD界面中下这条命令,这里需要按一下音量上键)
6. fastboot flash system system.img (CMD界面中下这条命令,找到对应的img.查看方法:Load 版本信息里面会有一个GOogleimage包的日期,例如0205,就找对应的IMG0205system_aosp_arm_a_20180205,找与这个日期对应或者是最接近的)
7. fastboot reboot (CMD界面中下这条命令)
http://blog.csdn.net/dyq1991/article/details/78327845
我这边VTS测试环境配置如下:
Python版本:2.7.13 64bit (Python安装完之后记得要在CMD中运行:
adb 版本:1.0.39 64bit
Linux OS: Ubuntu 17.04 64bit
JDK: Sun JDK1.8 64bit测试VTS前执行一遍如下命令,确保相关python 模块有更新到最新:
sudo apt-get install python-dev
sudo apt-get install python-protobuf
sudo apt-get install protobuf-compiler
sudo apt-get install python-virtualenv
sudo apt-get install python-pip
另外,请请注意:
1.现在版本的vts测试不能插SIM卡,请移除SIM卡重新再测试一下;
请根据以上2点先排查VTS的基本问题。遇到具体Case执行Fail的情况,请提交ES给MTK。
《刷入GSI之后无法开机或者是VTS环境下Case无法执行》有一个想法