Android Marshmallow, the latest version of the world's most popular mobile operating system, was announced at Google I/O 2015. Google has released the factory images of Android Marshmallow 6.0 for eligible Nexus devices. If you want to try the Android Marshmallow 6.0, then you can go ahead and follow the steps described later in this article. Before you do that, it's vital to take a full backup of your Android smartphone.
Here's how to manually download Android M preview and install it on your Google Nexus devices.
- Download and install the latest Android Studio Preview on your Windows computer. This installs the ADB and Fastboot programmes, which can be accessed through the command terminal on your PC.
- Add the SDK folder to the PATH by following these steps:
- Right click My Computer and click on Properties.
- Click on Advanced System Settings.
- Click on System Properties > Advanced > Environment Variables.
- In the Window, select Path, then click on Edit, and then type in the name of the directory where you installed the SDK, and remember that each entry is separated by a semi-colon.
- Enable USB debugging on your device. First, go to Settings > About Phone > Software information.
- Tap Build number seven times.
- Go to Settings > Developer options. Tick USB debugging.
- Download the correct factory image for your device.
- Extract the image on your computer.
- Connect your device to your computer over USB.
- Start the device in fastboot mode.
You can also boot into fastboot mode using the ADB tool: With the device powered on, go to the command terminal and execute the following: adb reboot bootloader
If needed, unlock the device's bootloader through your computer using the command terminal and executing: fastboot oem unlock
Open a command terminal and navigate to the unzipped system image directory.
Execute flash-all.bat, which was a part of the unzipped image file. This script installs the necessary bootloader, baseband firmware(s), and operating system. For this to work, you need to have added the folder where ADB and Fastboot are installed to the system's path as described in step 2.
When this is done, Google recommends that you lock the bootloader for security. You can do that by booting the device in fastboot mode while still connected via USB, and using the command terminal to execute: fastboot oem lock.
This will install Android Marshmallow on your Nexus device. We still recommend that you just wait a while until the OTA update arrives on your device, unless you want to stay on the bleeding edge of smartphone OS development.
If you want to know more about Android Marshmallow features, visit official Android blog.
Follow thinkGadgets.me on Facebook, Twitter, google+ and Telegram (@thinkgadgetsme) to stay tuned with the latest technology news.
No comments :
Post a Comment