Brush new system Android8.0 new early adopters

Recently android has the latest system Android8.0 - O


(Note: This feature is required FQ ,, domestic pit ah ...)

the following to bring my own brush machine to share:


1. Open the android's official website , find a mirror androidO Download: androidO ; due to the current google only support certain models do andorid8.0 mirror; please find the appropriate model, or kneeling. . . .

Currently supported models are: Pixel, Pixel XL, Pixel C, 5X Nexus, Nexus Player or Nexus 6P


2, download the appropriate image file down here, I downloaded the Nexus 5X image file bullhead-opp1.170223.012-factory-338a95b1.zip


3, unzip to any directory, it is best not to have a Chinese address directory;


4, to ensure that the Android SDK installed on your computer adb / fastboot tool;

If you are an android development, Congratulations, your androidSDK which comes with a, fastboot in under Android SDK Platform-Tools;

If you are not a programmer android Cock wire, you need to download the separate Android SDK Platform-Tools    fastboot Download

Mac and Linux input fastboot devices, Windows system in the terminal can press the key combination Win + R, input cmd, enter, command. If the string of the form "01036ed3da3a3df5 fastboot"


These four steps are ready, we can begin to brush machine, you can start to brush it. . . Tips: Brush risk, beware become bricks.


The first step: First you need to connect your phone, open the usb connection, enter the mobile phone     Quick Start mode  , the

  • Use adb tool : After opening the device to perform:

    adb reboot bootloader

  • Use the key combination: Turn off the device and then turn it on and immediately hold down the  equipment related to a combination of  keys . For example, to Nexus 5 ( "hammer") into the quick start mode, press and hold the volume up when the device is started + volume down + power supply.


Step two: fastboot then upgrade to the latest version. First of all we want to target to extract the resulting Brush Pack directory, my directory is C: \ Users \ 12712 \ Desktop \ androidWrok \ bullhead-opp1.170223.012-factory-338a95b1, execute flash-all.bat file, in fact, this step is no egg with, this step just to update our bootloader and radio.

Third step: If necessary, one of the following methods to unlock the boot loader device:

  • If you use a hammer or vertical manufacturing version update Nexus 5X or Nexus 6P equipment, set fastboot tool to update to the latest version (> = 23.0.1), and then run the following command:

    fastboot flashing unlock

  • If you want to update older devices, run the following command:

    fastboot oem unlock

Target device will display a confirmation screen. (This will erase all data on the target device.)


Step four: Well, prepare for so long, we can begin to find you ,,,, brush pressure resulting folder, inside a zip archive of the image, the pressure,

dos窗口定位到解压缩的目录,按照以下命令陆续执行:

fastboot flash vendor vendor.img

fastboot flash boot boot.img

fastboot flash system system.img


由于楼主不想使用官方recovery,故未刷入,如果你想用,请自行输入:fastboot flash recovery recovery.img

当日志为下面的这样的日志的时候,说明刷入成功了。。。。否则就输入失败。。。。。你就需要重新下载一个刷机包,把手机恢复原样了。。如果恢复不了。。把手机砸了吧。。。说明已经成为砖头了。。。。



好。。以上四条命令执行完成,,,之后

第五步:

您现在应该锁定引导程序的安全性:

  1. 如上所述,再次以快速启动模式启动设备。

  2. 执行:

     
        
    fastboot flashing lock

    或者,对于较旧的设备,运行:

     
        
    fastboot oem lock
第六步:如果以上都顺利的话,,,那么你应该刷入Android8.0系统成功了。。 此时在手机端用音量键调到Start,电源键确认,手机会重启。是的,开机动画并没有发生任何改变。在这里你将会经历漫长的开机过程,会在开机动画处卡住10min左右,请耐心等待,不要强制关机。


祝君刷机平安。。我之前用nexus5刷机。。。直接成砖头。。后来又恢复的。。

特地记录下自己的刷砖之旅。。。。




Guess you like

Origin blog.csdn.net/u011498329/article/details/70859603