09/11/2014


Status




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

Android : 7.0

Kernel : 3.10.101-ga139acc

Build : NRD90R

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, tick the check box in developer options to "enable oem unlock. Then type:

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