Android flash brush tutorial LG Nexus 5X wire brush official Nexus series tutorial, androidnexus
Image: https://developers.google.com/android/nexus/images
1. Open the mobile phone settings-about the mobile phone-click the version number 7 times to open the "Developer options"
2. Return to the previous step, developer options-Enable USB debugging
3. Shut down the mobile phone
4. Press and hold the power key and volume reduction key at the same time to enter the bootloader interface or adb reboot bootloader.
PS:
Due to some computer problems, inputting adb devices cannot identify the device, so you can
Shut down your phone, press and hold down the volume key & Power key, and manually enter fastboot.
5. Connect the mobile phone with the USB-A data cable
Run the following command:
1: Update bootloader
Fastboot flash bootloader bootloader-bullhead-bhz10i.img
2: reboot to bootloader
Fastboot reboot-bootloader
3: update the baseband (this image contains the camera driver)
Fastboot flash radio radio-bullhead-m8994f-2.6.28.0.65.img
4: reboot to bootloader
Fastboot reboot-bootloader
5: fl the system image (if there is a streamlining error, click the image)
Fastboot flash system. img
6: Update driver (this image contains sound driver, camera driver, and some supply files)
Fastboot flash vendor. img
7: This command will clear your internal storage (you can leave it empty and take care of it if any problem occurs)
Fastboot flash userdata. img
8: update the kernel
Fastboot flash boot. img
9: update the Recovery (the official Recovery, "Recovery mode" in Chinese ")
Fastboot flash recovery. img
10: Clear cache partitions
Fastboot erase cache
11: (clear cache)
Fastboot flash cache. img
12: restart (or you can press the power button to manually restart)
Fastboot reboot
Note:
1. Wire farming will clear all data and back up data on its own
2. After the official website is refreshed, it takes a long time to open the first opportunity. It may take about 2 to 3 minutes.
Additional commands:
Fastboot flashing unlock
Fastboot oem unlock
Fastboot flashing lock
Fastboot oem lock