20/11/2013


Status




Last updated on 03/10/2017 22:23 by Matthieu Guenebaud
Current configuration

Android : 6.0 build MRA58K

Radio : M8974A-2.0.50.2.27

Kernel : 3.4.0-g2aa165e

Do a screen capture

Press at the same time the power button and volume down.

The screen capture will be available in the folder "Pictures/Screenshots".

Apply a complete firmware image

First install the following tools:

sudo apt-get install android-tools-adb android-tools-fastboot

Activate the USB debugging on the phone settings.

Then to apply an official Google factory image for Nexus phones, type:

adb reboot bootloader

If the phone is not unlocked:

fastboot oem unlock

Or remove from the zip file "userdata.img", and change the script file by removing the "-w" parameter in order to avoir the loss of your personal data.

Then launch:

fastboot erase cache

Execute the installation script

./flash-all.sh
Apply an OTA update file

First install the following tools:

sudo apt-get install android-tools-adb

For an update with an OTA file, type:

sudo adb kill-server && sudo adb start-server
sudo adb reboot recovery

Then keep pressing the power button on reboot, and click once on volume up.

A new menu should appear, go to"Apply update" through adb:

sudo adb sideload XXXX

with XXXX the OTA file name