更换系统共享库之一后,nexus 5x 卡在 Google 屏幕上
Posted
技术标签:
【中文标题】更换系统共享库之一后,nexus 5x 卡在 Google 屏幕上【英文标题】:nexus 5x stuck on Google screen after replacing one of the system shared libraries 【发布时间】:2021-07-30 09:10:49 【问题描述】:在我更改系统分区中的一些共享库之前,我的 nexus 5x 工作正常:
adb push out/target/product/bullhead/system/lib/somename.so /system/lib/somename.so
adb reboot
然后我的 nexus 5x 在启动时卡在 Google 屏幕上。但是当我清除数据时,我的 nexus 5x 又可以正常工作了:
fastboot -w && fastboot reboot
我也发现system.img不能单独刷机,刷system.img的时候必须用fastboot -w擦数据,不然开机会卡在谷歌屏。有谁知道如何解决这个问题?
【问题讨论】:
仅据您所知,nexus
标签与 Sonatype Nexus Repository Manager 相关,与手机无关。我删除了它。干杯。
@Zeitounator 谢谢。
【参考方案1】:
我做了很多,终于成功了,我不确定其中哪一个解决了我的问题,但我相信它与:
fastboot flash userdata userdata.img
希望它对你有用。
【讨论】:
以上是关于更换系统共享库之一后,nexus 5x 卡在 Google 屏幕上的主要内容,如果未能解决你的问题,请参考以下文章