5重点来了:Flash the images using sideload(通过sideload刷入rom)
NOTE: You must have the latest ADB version 1.0.32. Check with 'adb version'.
With an older version you will get "protocol fault (no status)"(【注意】你的ADB版本必须是1.0.32以上,不然会报各种各样的错)
reboot again to recovery (Note: the "reboot recovery" option does not work. Do a normal reboot and press the recovery key instead)(重启到recovery)
connect USB to PC(连接PC)
Select Apply update > Apply from ADB(选择升级-从ADB升级)
Sideload LX13 rom (takes 10 minutes). Example:(升级,大概需要10分钟。代码如下)
adb sideload cm-13.0-20160224-UNOFFICIAL-LegacyXperia-urushi.zipagain, Select Apply update > Apply from ADB(再次选择升级-从ADB升级)
Sideload GAPPS (this is optional, but you most likely want it)(刷入GAOOPS,用不到的就不用刷了)
Sideload anything else you want (keyboard etc.)(还可以刷入其他你想的,比如刷入法软件等等)
NOTE: cm13 includes toybox instead of busybox (a tool to execute scripts). As a result, assume that images for older cm versions will not work.(cm13引入了toybox来代替busybox(这东西大家应该熟悉吧
),带来的结果是老版的cm固件在cm13上不工作(我不明白什么意思,所以就这么翻译了……
))
NOTE: install GAPPS before you boot for the first time. (Only before the first boot, installers get special privileges).(切记,如果要刷入GAPPS,要在刷rom的时候一同刷入,不然安装器没有特权安装,也就是可能安装不成功)
NOTE: if you have installed LX13 before, and you enabled ADB debugging and verified your PC, you can also move the images to the phone using ADB, and flash the images from the Recovery. It's easier to just use sideload.(这个不翻译了
)