How to flash GSI:

    

Kernel

Project w/o A/B Update feature

(MTK_AB_OTA_UPDATE = no)

Project with A/B Update feature

(MTK_AB_OTA_UPDATE = yes)

Kernel-3.18

Kernel-4.4

  1. MTK User load boot up to home screen
  2. Please enable OEM unlocking in settings
  3. Press volume up key + power key into fastboot mode
  4. Connect phone to PC and then type following commands
  5. fastboot flashing unlock
  6. fastboot erase system
  7. fastboot flash system system.img(system.img is GSI)
  8. fastboot reboot
  1. MTK User load boot up to home screen
  2. Please enable OEM unlocking in settings
  3. Press volume up key + power key into fastboot mode
  4. Connect phone to PC and then type following commands
  5. fastboot flashing unlock
  6. fastboot erase system
  7. fastboot flash system_a system.img(system.img is GSI)
  8. fastboot flash system_b system.img(system.img is GSI)
  9. fastboot reboot

kernel-4.9

Kernel-4.14

  1. MTK User load boot up to home screen
  2. Please enable OEM unlocking in settings
  3. Press volume up key + power key into fastboot mode
  4. Connect phone to PC and then type following commands
  5. fastboot flashing unlock
  6. fastboot erase system
  7. fastboot flash system system.img (system.img is GSI)
  8. fastboot --disable-verification flash vbmeta vbmeta.img
    (vbmeta.img is MTK's vbmeta.img. Please get it from MTK load.)
  9. fastboot reboot
  1. MTK User load boot up to home screen
  2. Please enable OEM unlocking in settings
  3. Press volume up key + power key into fastboot mode
  4. Connect phone to PC and then type following commands
  5. fastboot flashing unlock
  6. fastboot erase system
  7. fastboot flash system_a system.img (system.img is GSI)
  8. fastboot flash system_b system.img (system.img is GSI)
  9. fastboot --disable-verification flash vbmeta vbmeta.img
    (vbmeta.img is MTK's vbmeta.img. Please get it from MTK load.)
  10. fastboot reboot

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)监听软键盘状态的实例详解
  2. html5在 Android(安卓)/ IOS上不能自动播
  3. 【Android】Caused by: libcore.io.Errno
  4. (转载)Android(安卓)之最新最全的Intent传
  5. Android(安卓)AAC模式,该与 MVP 分手了!
  6. Android事件分发中的ViewGroup
  7. Android(安卓)动画之AlphaAnimation应用
  8. android studio 更新 Gradle错误解决方法
  9. Fragment的使用
  10. Android(安卓)视频播放框架之TigerVideoP