系統是7.0 版本33.3.A.0.131
手機已有解鎖
請問該如何解決? 作者: ms0441569 時間: 2017-10-5 15:23
RECOVERY有分版本
刷錯版本會失敗作者: mshxer 時間: 2017-10-24 18:02
正解: SONY預設的分割表內根本就沒訂recovery這partition
這通常是因為跟boot做在一起
這種狀況通常會先刷入TWRP
再用指令刷新dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p11
或參考官方網站使用root系統
dd Install Method (Requires Root):
Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
su
dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p11