Huawei Y9 2018 - FLA-LX3 - Administration - Unroot - Instructions

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Huawei Y9 2018 – FLA-LX3 – Administration

Unroot – Instructions

Step 1. Install HiSuite Application.


<<<The following activities must be performed on PC>>>

Step 1.1. Go to the path "Huawei Y9 2018  FLA-LX3  PC Administration".

Step 1.2. Depending on the platform used, select Mac or Windows folder and Install
HiSuite Application.

Step 2. Enable USB Debugging.


<<<The following activities must be performed on Smartphone>>>

Step 2.1. Go to the path "Settings  System  About phone".

Step 2.2. Find the "Build number" option and press about 8 times on it until the device
display a pop-up message saying "You are now a developer!".

Step 2.3. Return to the previous screen and press the "Developer options" option.

Step 2.4. Search and turn on the options “OEM unlocking” and “USB debugging”.

Step 3. Install Android SDK Platform Tool.


<<<The following activities must be performed on PC>>>

Step 3.1. Open a web browser and download the Android SDK Platform Tool latest version
for Windows or Mac from the following link:

https://developer.android.com/studio/releases/platform-tools#downloads

Step 3.2. Uncompress the downloaded file to the Desktop. The uncompressed folder
appears with the name "platform-tool".

Step 3.3. Open a Terminal Application to browse to the "platform-tool" folder, for example
on Mac, this should be browsed like this:

cd /Users/andreslunaromo/Desktop/platform-tools

<<<The following activities must be performed on Smartphone>>>

Step 3.4. Connect the Smartphone to the PC with a Data USB Cable.

Step 3.5. When a pop-up window appears on the Smartphone screen, select the option
"Transfer files" then select the option “Allow USB debugging?” (if appears).

<<<The following activities must be performed on PC>>>

Step 3.6. On the Terminal Application, run the following command to launch the "adb"
daemon:

Step 3.6.1. On Windows.

adb devices

Step 3.6.2. On Mac.

./adb devices
Step 3.7. Launching the "adb" daemon on Mac, the Terminal Application should look like this:

1
MacBook-Pro-de-Andres:platform-tools andreslunaromo$ ./adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
SRV7N18328005833 device

MacBook-Pro-de-Andres:platform-tools andreslunaromo$ ./adb devices


List of devices attached
SRV7N18328005833 device

Step 4. Relock Bootloader.


<<<The following activities must be performed on Smartphone>>>

Step 4.1. On the path "Settings  System  Developer options" verify the options “OEM
unlocking” and “USB debugging” are turned on.

Step 4.2. Connect the Smartphone to the PC with a Data USB Cable.

Step 4.3. When a pop-up window appears on the Smartphone screen, select the option
"Transfer files" then select the option “Allow USB debugging?” (if appears).

<<<The following activities must be performed on PC>>>

Step 4.4. Open a Terminal Application to browse to the "platform-tool" folder, for example
on Mac, this should be browsed like this:

cd /Users/andreslunaromo/Desktop/platform-tools

Step 4.5. On the Terminal Application, in order to enter to the “fastboot” mode, run the
following commands in "adb" mode:

Step 4.5.1. On Windows.

adb devices
adb reboot bootloader

Step 4.5.2. On Mac.

./adb devices
./adb reboot bootloader

Step 4.6. Once in “fastboot” mode, in order to Relock Bootloader, run the following
commands:

Step 4.6.1. On Windows.

fastboot devices
fastboot oem get-bootinfo
fastboot oem relock 0067037561447081

Step 4.6.2. On Mac.

./fastboot devices
./fastboot oem get-bootinfo
./fastboot oem relock 0067037561447081

<<<The following activities must be performed on Smartphone>>>

Step 4.7. After apply the last command above, the Smartphone shows a “Lock bootloader?”
window, select “Yes” option pressing “Volume Up” button then press “Power”
button to confirm the election. This action causes the Smartphone is restarted.

Step 4.8. When the Smartphone restarts from the “Huawei eRecovery” mode, press
“Descargar última version y recuperar sistema” option, press “Descargar y
recuperar”, select and connect to a WiFi Network and wait for getting package info
from Huawei Server.

2
Step 4.9. Once the Smartphone is reconfigured again (included Step 2 – Enable USB
Debugging), if it is needed to access to “fastboot” mode, turn off the Smartphone
pressing the “Power” button for 4 seconds then hold down “Volume Down” and
“Power” buttons for 5 seconds.

Step 4.10. If it is needed to access to “Huawei eRecovery” mode, turn off the Smartphone
pressing the “Power” button for 4 seconds then hold down “Volume Up” and
“Power” buttons for 5 seconds.

You might also like