[MTK] S版本如何刷GSI
文摘 无标签 2021-08-20 阅读:9820How to flash GSI (Android S)
|
Test Suite
|
Signed GSI (Google Official Release)
|
Unsigned GSI (Not Google Official Release)
|
|
CTS-on-GSI
(Cannot have root permission)
|
1. Flash MTK user full load
2. Boot to home screen
3. Settings -> System -> Developer options -> OEM unlocking
4. Reboot phone into fastboot mode by "adb reboot bootloader" or "press volume up key + power key"
5. Connect phone to PC and then type following commands
6. fastboot flashing unlock (press volumn up key)
7. fastboot reboot fastboot
8. fastboot flash system system.img (system.img is GSI.)
9. fastboot reboot
|
1. Flash MTK user full load
2. Boot to home screen
3. Settings -> System -> Developer options -> OEM unlocking
4. Reboot phone into fastboot mode by "adb reboot bootloader" or "press volume up key + power key"
5. Connect phone to PC and then type following commands
6. fastboot flashing unlock (press volumn up key)
7. fastboot flash --disable-verity vbmeta vbmeta.img (vbmeta.img is MTK's vbmeta.img. Please get it from MTK load.)
8. fastboot reboot fastboot
9. fastboot flash system system.img (system.img is GSI)
10. fastboot reboot
|
|
VTS
(Need root permission)
|
1. Flash MTK user full load
2. Boot to home screen
3. Settings -> System -> Developer options -> OEM unlocking
4. Reboot phone into fastboot mode by "adb reboot bootloader" or "press volume up key + power key"
5. Connect phone to PC and then type following commands
6. fastboot flashing unlock (press volumn up key)
Project which kernel is kernel-4.14 or kernel-4.19:
7. fastboot flash boot boot-debug.img (Please get boot-debug.img from MTK load.)
Project which kernel is kernel-5.10
7. fastboot flash vendor_boot vendor_boot-debug.img (Please get vendor_boot-debug.img from MTK load.)
8. fastboot reboot fastboot
9. fastboot flash system system.img (system.img is GSI.)
10. fastboot reboot
|
1. Flash MTK user full load
2. Boot to home screen
3. Settings -> System -> Developer options -> OEM unlocking
4. Reboot phone into fastboot mode by "adb reboot bootloader" or "press volume up key + power key"
5. Connect phone to PC and then type following commands
6. fastboot flashing unlock (press volumn up key)
7. fastboot flash --disable-verity vbmeta vbmeta.img(vbmeta.img is MTK's vbmeta.img. Please get it from MTK load.)
Project which kernel is kernel-4.14 or kernel-4.19:
8. fastboot flash boot boot-debug.img (Please get boot-debug.img from MTK load.)
Project which kernel is kernel-5.10
8. fastboot flash vendor_boot vendor_boot-debug.img (Please get vendor_boot-debug.img from MTK load.)
9. fastboot reboot fastboot
10. fastboot flash system system.img (system.img is GSI.)
11. fastboot reboot
|