Android 10刷GSI

Android 10刷GSI,第1张

概述Android10刷GSI前提条件一、CTS-ON-GSI二、VTS前提条件1.查看手机处理器:adbshell“getpropro.product.cpu.abi“(1)如果返回值为armeabi-v7a,则手机32位处理器,需下载32位GSI文件(2)如果返回值为arm64-v8a,则手机64位处理器,需下载64位GSI文件(带64的)2.查看patch

AndroID 10刷GSI前提条件一、CTS-ON-GSI二、VTS

前提条件

1.查看手机处理器:adb shell “getprop ro.product.cpu.abi“
(1)如果返回值为armeabi-v7a , 则手机32位处理器,需下载32位GSI文件
(2)如果返回值为arm64-v8a , 则手机64位处理器,需下载64位GSI文件(带64的)
2.查看patch日期
根据设备上的安全补丁时间选择对应的system.img

一、CTS-ON-GSI

Enable USB deBUGging on your device: Settings > Developer options > USB deBUGging
Enable OEM unlocking on your device: Settings > Developer options > OEM unlocking

1.adb reboot bootloader
2.fastboot flashing unlock(Press the volume up key and select yes to unlock)
3.fastboot reboot fastboot
4.fastboot flash system
5.fastboot -w
6.fastboot flashing lock(Press the volume up key and select yes to lock)
7.fastboot reboot

二、VTS

Enable USB deBUGging on your device: Settings > Developer options > USB deBUGging
Enable OEM unlocking on your device: Settings > Developer options > OEM unlocking

1.adb reboot bootloader
2.fastboot flashing unlock(Press the volume up key and select yes to unlock)
3.fastboot flash boot boot-deBUG.img
4.fastboot reboot fastboot
5.fastboot flash system
6.fastboot -w
7.fastboot reboot

总结

以上是内存溢出为你收集整理的Android 10刷GSI全部内容,希望文章能够帮你解决Android 10刷GSI所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1030631.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存