Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

血的教训,望作者采纳关于一加刷机时的建设性意见 #6

Open
a757814283 opened this issue Aug 6, 2022 · 2 comments

Comments

@a757814283
Copy link

血的教训:使用FastbootEnhance给一加8Pro刷官方Android12的payload.bin作为底包
正常操作,在fastbootd状态下刷入。

由于不知是什么大聪明工程师把8 Pro / 8T / 9R的LDDR固件都放在了一加8Pro的全量更新包里面,所以payload.bin里面会同时包含有xbl.img(DDR4),xbl_lp5.img(DDR5)的固件,故如果按照正常流程刷机会烧坏主板。
https://forum.xda-developers.com/t/guide-how-to-avoid-killing-your-oneplus-8-pro-8t-9r-with-oxygenos-12-coloros-12.4426167/

望工具在检测到刷机包为一加8Pro的时候可以让用户做出选择,或者做出提醒。

给一加8Pro默哀一秒...

@jat001
Copy link

jat001 commented Sep 20, 2023

讲个简单的方法:手动解包 payload.bin,删除 xbl.img & xbl_config.img,重命名 xbl_lp5.img & xbl_config_lp5.img,进入 fastbootdfastboot reboot fastboot,确保 fastboot getvar is-userspace 是 yes。然后执行下面的命令直接刷全部文件,如果有报错就删掉 --slot=all,切换不同的槽 fastboot set_active a/b 试试。

Get-ChildItem *.img | ForEach-Object { fastboot flash --slot=all $_.Name.Substring(0, $_.name.Length - 4) $_.Name}

@PIPIPIG233666
Copy link

前天10T也因为这个砖了,只不过不知道啥原因

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants