Nexus 5X is powered by a powerful Qualcomm Snapdragon 808 SoC, 2GB of RAM. Nexus 5X has a 5.2in display. Storage comes in at either 16GB or 32GB. Other features include 12.3MP rear-facing camera with an f/2.0 aperture onboard, as well as a 5MP front-facing camera with f/2.2 aperture. Nexus 5X also has fingerprint scanner (Nexus Imprint), USB Type-C port which will allow for faster charging.
Previously, we saw how to install Android 6.0.1 manually on Nexus 6P. A similar guide is available for Nexus 5X as well. This method is useful if you have not received the OTA and wish to install the latest Android version. Follow the tutorial below.
Disclaimer: Follow the instructions at your own risk. The writer cannot be held responsible for any bricked or unusable devices. Even though the chances of your Smartphone getting bricked are negligible, the owner of the device must take full responsibility of it!
Pre-requisites and Backing up your device:
- Make a Backup of the SMSs, Call logs and Contacts using the Super Backup App
- Make a Backup of the data on your phone
- Enable USB debugging on your device
- Make sure the device has at least 60% charging
- Backup WhatsApp messages on Android and Email
Requirements:
- Drivers installed on the computer
- Android SDK installed on the computer
- ADB and Fastboot installed on the computer
- Android 6.0.1 Marshmallow
Steps:
- Make sure Android SDK, ADB and Fastboot files are present in the same folder.
- Download the system image file of your device and extract it to the folder in the above step.
- First you will need to unlock the bootloader.
- Switch off the device and reboot to fastboot mode.
- Connect the device to PC. Open the command prompt in the SDK folder and type the following command
fastboot oem unlock - Open a terminal and navigate to the unzipped system image directory.
- Execute the flash-all script which installs the necessary bootloader, baseband firmware, and operating system.
- Your device will reboot and you will see Android 6.0.1 Marshmallow.
- If you want to lock the bootloader, follow steps 4 and 5 but this time enter the following command
fastboot oem lock
Comments are closed