AT&T Huawei Ascend XT H1611 Feb27, 2017 update all things Root and TWRP (guide)

powerserge1

Senior Member
May 25, 2011
617
257
0
Follow each step to install TWRP and root. I will not be responsible if you brick your device. If you follow each step you will have TWRP and root installed on your AT&T Ascend XT H1611

Updated instructions, let me know if anything needs clarifying or needs cleaning up

Step 1: Save all your data before continuing and back up your pics and files to your PC (unlocking the bootloader will wipe everything)

Step 2: Make sure to have "usb debugging" AND "enable OEM unlock" enabled from developer options in the phones settings, if you don't know how to do this here is a video since the instructions are not included in the rootmygalaxy guide below: https://www.youtube.com/watch?v=6ikbcfZfmRA Do this first!

Install adb, fastboot and usb drivers to unlock the bootloader as per the link below. Update FEB 27, 2017: when going to the link in the rootmygalaxy guide below that brings you to the Huawei unlock portal use a different browser than chrome since it keeps redirecting you to the EMUI 5.0 page. Use edge or another browser, once logged in it will bring you to the unlock page. If not and it redirects you to the EMUI 5.0 page click on "download" at the top of the page then on the next page below the search bar click on the "unlock bootloader" link which will bring you to the unlock portal. Again not working with chrome, use a different browser

http://rootmygalaxy.net/unlock-bootloader-on-huawei-devices/

By the time you are done Step 2 you should have your bootloader unlocked. **Do not continue any further if you do not**

Step 3: Download the latest TWRP.img file from here:

https://drive.google.com/file/d/0B6BmerE0MoCOdlU4RHRYT1pmeUE/view

The img must be placed in the same folder you have adb and fastboot so put it there and remember where you put it on your PC.

Step 4: Put the SuperSU zip from https://download.chainfire.eu/1019/S...0103215521.zip on your microSD card and remember where you put it.


Step 5: From windows command line with phone on and USB debugging enabled type (all adb commands below are in bold):
a) adb devices (to make sure you device is recognized)
b) adb shell reboot bootloader

Step 6: Confirm phone goes to FASTBOOT & RESCUE mode.
a) fastboot devices (to make sure you device is recognized)
b) fastboot boot TWRP.img (boots TWRP.img from Step 3)
c) Phone will boot into TWRP. Always select Keep Read Only from first screen every time you go into TWRP.
Peek around a bit if you want to, then use TWRP to backup your stock recovery to external micro SD.
d) Reboot bootloader from inside TWRP to flash this custom recovery image (no adb command this time, you are rebooting to bootloader from TWRP, you will see this option under "reboot" in TWRP).
e) fastboot flash recovery TWRP.img (now flashes TWRP recovery to the phone)

Step 7: After phone reboots, get into TWRP recovery repeating Step 6, a and b or hold power button and volume up button from power off state, then release when you see Huawei logo.

Step 8: From TWRP:
a) Once again, always select Keep Read Only from first screen every time you go into TWRP!
b) Press Settings to adjust display brightness and vibrations settings, then press home button.
c) Wipe - Format Data (Warning: You are about to blow away your files on internal storage - which you should have backed up by now. Read the red text and confirm by typing yes and blue check mark button.
d) Home - Backup - Select all six partitions, then Select Storage - Micro SDCard (very important), OK, then Swipe to Backup. When the backup is finished, Home - Advanced, File Manager, /external_sd/TWRP/BACKUPS/........ and make sure your backup files exist for each of the six partitions.
e) Home - Install then Select Storage - Micro SDCard, find your SuperSU.zip, and flash it. Swipe to confirm Flash. Be patient, as it takes a few minutes.
f) After flashing SuperSU, Wipe Dalvik and Cache, then reboot. Be patient, as it takes a few minutes. My phone rebooted several times. You should have root after your phone boots up and you set it back up!

Step 9: Be sure to make another TWRP backup of System, Data, and Boot after you get root and phone is set up again!

All credit goes to enigma2446, strtrcr_87, yuweng and divineBliss. Hopefully I cleaned the instructions up one step further since there has been a lot of questions and confusion.
 
Last edited:

divineBliss

Senior Member
Oct 4, 2014
2,827
736
0
FRP? :confused: There is no known way to relock the bootloader. If you figure it out, please post how.

You forgot to note that "enable oem unlock" must be checked under developer options.

---------- Post added at 03:22 AM ---------- Previous post was at 02:57 AM ----------

Also, should we re-clock bootloader and FRP after rooting? How is that done?
 

clsA

Senior Member
Aug 28, 2010
9,798
3,449
253
Central Florida
You forgot to note that "enable oem unlock" must be checked under developer options.

---------- Post added at 03:22 AM ---------- Previous post was at 02:57 AM ----------

Also, should we re-clock bootloader and FRP after rooting? How is that done?
OEM unlock is in the Huawei bootloader unlock instructions. Be kind of redundant mentioning it here.

Sent from my Nexus 6P using Tapatalk
 
  • Like
Reactions: powerserge1

powerserge1

Senior Member
May 25, 2011
617
257
0
OEM unlock is in the Huawei bootloader unlock instructions. Be kind of redundant mentioning it here.

Sent from my Nexus 6P using Tapatalk
Added it as a reminder even though that is the case as you pointed out. I know how you feel clsA, 600 views and 2 thanks. It would be nice to see more appreciation to those helping out. The Ascend XT is a good phone at $100-$149 and quite a bit of work has gone into making it into a great phone. Thanks to XDA we will get there.

Let's show some appreciation to those working on this, it takes but a second to hit the "Thanks" button. No donations or money required.
 

savannah996

Member
Mar 9, 2017
8
0
0
One problem with the "rootmygalaxy" instructions. Right after the line, "Boot your Huawei device into bootloader mode using the following command:" I cannot find the next breadcrumb. Where is this "bootloader mode" and how can I has one?
 

clsA

Senior Member
Aug 28, 2010
9,798
3,449
253
Central Florida
One problem with the "rootmygalaxy" instructions. Right after the line, "Boot your Huawei device into bootloader mode using the following command:" I cannot find the next breadcrumb. Where is this "bootloader mode" and how can I has one?
From a command prompt type
Adb reboot bootloader

Or
Power off
Hook phone USB to PC
Hold power and volume down

Fastboot mode is the Bootloader

Sent from my Nexus 6P using Tapatalk
 
  • Like
Reactions: savannah996

savannah996

Member
Mar 9, 2017
8
0
0
From a command prompt type
Adb reboot bootloader

Or
Power off
Hook phone USB to PC
Hold power and volume down

Fastboot mode is the Bootloader

Sent from my Nexus 6P using Tapatalk
Ok I did see that "fastboot&rescuemode" screen before it says phone locked in green and frp unlock in red underneath. So I use the regular pc command prompt to enter "fastboot oem unlock your-unlock-password"? (of course I used my code) It didnt work. I imagine the "C" drive is not where the command prompt should look. haha im so computer illiterate sorry.
 

clsA

Senior Member
Aug 28, 2010
9,798
3,449
253
Central Florida
Ok I did see that "fastboot&rescuemode" screen before it says phone locked in green and frp unlock in red underneath. So I use the regular pc command prompt to enter "fastboot oem unlock your-unlock-password"? (of course I used my code) It didnt work. I imagine the "C" drive is not where the command prompt should look. haha im so computer illiterate sorry.
Does "fastboot devices" display your serial number?

The adb and fastboot commands all should be from the fastboot directory
Sent from my Nexus 6P using Tapatalk
 

savannah996

Member
Mar 9, 2017
8
0
0
Does "fastboot devices" display your serial number?

The adb and fastboot commands all should be from the fastboot directory
Sent from my Nexus 6P using Tapatalk
All I know is I installed the adb setup from the link in this thread but I have no icons for the program nor "adb" in my program file list or in the program file folder of "C" drive. (on my laptop running windows 8.1) here is a pic of what my screen looks like when I hold power and vol-down. https://drive.google.com/file/d/0B3TVcujYJWema01IVVZaUTlwX0tBS2NxNUYwUmxsVTltQ0I0/view?usp=sharing
 

clsA

Senior Member
Aug 28, 2010
9,798
3,449
253
Central Florida
All I know is I installed the adb setup from the link in this thread but I have no icons for the program nor "adb" in my program file list or in the program file folder of "C" drive. (on my laptop running windows 8.1) here is a pic of what my screen looks like when I hold power and vol-down. https://drive.google.com/file/d/0B3TVcujYJWema01IVVZaUTlwX0tBS2NxNUYwUmxsVTltQ0I0/view?usp=sharing
You should have an c:\adb or c:\fastboot folder
Open the command prompt from their
(Shift + right click - command prompt here)

Type
fastboot devices - hit enter
Your phone serial number should show

Next type
fastboot OEM unlock your unlock


You also want to copy the H1611.twrp.img to the adb / fastboot folder so you can boot or flash it later

Sent from my Nexus 6P using Tapatalk
 

powerserge1

Senior Member
May 25, 2011
617
257
0
Something must have not installed properly on my pc because im not seeing the folders. . Ill work on it tomorrow.
Obviously adb seems to be working because you booted to the fast boot and rescue mode

If you type fastboot devices, it should return a result or you do not have fastboot installed.

Under your "local drive" whether it is "C" or something else it should be there. adb.exe and fastboot.exe should be there.
 

mattzeller

Senior Member
Jan 26, 2013
1,057
575
0
New Orleans
I understand this might be a little off topic, I'm very familiar with Samsung devices, just got this phone a few weeks ago. Got it rooted and Xposed running fine, just curious if anyone here has flashed suhide yet and if it works or soft bricks the phone.

Sent from my H1611 using Tapatalk