本文主要是介绍红米1S刷机记录,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
五一回家,在家里找到一台红米1S手机。还能开机,打算拿来随便玩玩。把手机的系统更新到最新版本,虽然已经是Miui9了,可是还是用的安卓4.4.4。啥app也装不上。
在网上搜了下,发现可以安装lineage os,用的是安卓7.1。开整刷机~
首先,先刷recovery
下载twrp Download TWRP for armani 。 下载adb工具。
安装教程在这 Xiaomi Redmi 1S (twrp.me)。
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
adb reboot bootloader
You should now be in fastboot mode.
Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:
fastboot flash recovery twrp.img
fastboot reboot
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
Xiaomi Redmi 1S (armani) - LineageOS ROMs
这篇关于红米1S刷机记录的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!