Xiaomi Redmi 2 Prime - Reroot not happening... - Xiaomi Redmi 2 Questions & Answers

Phone = Redmi 2 Prime, 2GB / 16GB, Model - 2014818, Android Version - 5.1.1 LMY47V, MIUI - MIUI9 Global 7.11.10 Beta
History - Phone MIUI was 8.5.2 stable when I rooted with Super SU & Busybox. Kept root open for quite some time and accidentally updated phone. Phone got brick then flashed beta rom (9.7.10.15) with MI flash tool. Got several updates and finally having 9.7.11.10 Beta.
Problem - Not able to root now. Several root checker giving different result on root checking. Some are saying Not Rooted and some are saying Root Problem.
I want to root it again. Kindly suggest.

Flash Twrp 3.0 and flash supersu zip for lollipop.

Riyanx55tu said:
Flash Twrp 3.0 and flash supersu zip for lollipop.
Click to expand...
Click to collapse
Please guide how to do it. I am totally new.
Thanks

mukeshmodi said:
Please guide how to do it. I am totally new.
Thanks
Click to expand...
Click to collapse
Do u have a laptop or a pc?

Riyanx55tu said:
Do u have a laptop or a pc?
Click to expand...
Click to collapse
Got laptop with Windows 7 (i3 intel)

mukeshmodi said:
Got laptop with Windows 7 (i3 intel)
Click to expand...
Click to collapse
Install adb drivers ( u will find in google)... Turn off device (turn in fastboot) connect to laptop and open cmd and , type fastboot devices
Then if the device id is shown.
Copy the twrp recovery.img file and paste on desktop.
Hold shift and right click the twrp file on desktop and select copy path.
Then in cmd type "fastboot flash recovery(space , right click paste ). Enter.
After flashed done.remove battery from phone , insert again and hold volume up and down button and hold power button..
Wait for 5 second it will boot u in recovery.
After that flash supersu. For lp miui

Riyanx55tu said:
Install adb drivers ( u will find in google)... Turn off device (turn in fastboot) connect to laptop and open cmd and , type fastboot devices
Then if the device id is shown.
Copy the twrp recovery.img file and paste on desktop.
Hold shift and right click the twrp file on desktop and select copy path.
Then in cmd type "fastboot flash recovery(space , right click paste ). Enter.
After flashed done.remove battery from phone , insert again and hold volume up and down button and hold power button..
Wait for 5 second it will boot u in recovery.
After that flash supersu. For lp miui
Click to expand...
Click to collapse
I will be loosing data of phone??

mukeshmodi said:
I will be loosing data of phone??
Click to expand...
Click to collapse
No u wont...just flash (Install) the supersu zip from twrp and reboot system.
Data won't erase until u try to wipe data from options twrp.?

Related

[Q} Is there a Root for P8 Max?

Hi Guys.
Does anyone know if it is possible to root the P8 Max.
Thanks in advance.
I am also interested in this
+1
Not yet
I saw some guy posting in his blog on howto root p8 max
http://blog.livedoor.jp/cn221283/archives/51190024.html
Can somebody help to translate this, using google map doesnt help hehe..
dodzs said:
I saw some guy posting in his blog on howto root p8 max
http://blog.livedoor.jp/cn221283/archives/51190024.html
Can somebody help to translate this, using google map doesnt help hehe..
Click to expand...
Click to collapse
* i meant google translate
dodzs said:
* i meant google translate
Click to expand...
Click to collapse
The method only applies to P8 and the author says it might not be applicable to Max as the recovery is P8.
However, just for the record
1. Unlock the bootloader
http://emui.huawei.com/en/plugin.php?id=unlock&mod=detail
2. Fastbboot custom recovery *Need to create a TWRP recovery for the P8 Max
3. Root
https://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
4. Profit!
Leechoonhwee said:
The method only applies to P8 and the author says it might not be applicable to Max as the recovery is P8.
However, just for the record
1. Unlock the bootloader
http://emui.huawei.com/en/plugin.php?id=unlock&mod=detail
2. Fastbboot custom recovery *Need to create a TWRP recovery for the P8 Max
3. Root
https://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
4. Profit!
Click to expand...
Click to collapse
Managed to root my phone.. even when I have updated the EMUI to B018, but there was an issue.. I tell you below
Step I follow from Chinese Forum below...
Preparation step :
1. download the tools from
https://www.mediafire.com/?9drsdo2f6hn4j34
2. Extract the content to your local. Note there are two folders :
- Folder 1 is for the tool that contains the TWRP recovery.img and the adb/fastboot tool,
- Folder 2 is for the original recovery
3. Copy the SuperSU zip to your phone (either in internal or external memory of your phone)
Installation step :
Step 0, unlock your bootloader (search around on how to do it)
1. Since I am using mac, somehow I don't need to install any driver, but if you using windows, install all the driver yourself
2. Enable the developer mode in your phone, and after that enable the usb debugging
3. Turn off your phone, and boot to fastboot (in off mode, connect the phone with your PC then press Volume Up and Power Button together)
4. Since now your phone has been connected to the PC, go to that Tool folder in respective of your OS, then overwrite the recovery with TWRP with fastboot command (install custom recovery) *note : for mac just add "./" in every command
- check the whether its connected : fastboot devices
- install TWRP : fastboot flash recovery recovery.img
5. Restart your phone and boot to recovery
- restart : fastboot reboot
- after reboot, turn off your phone
- reboot to recovery : turn on your phone by holding Volume Down with Power button
- Now you are at TWRP
6. Install SuperSU (root)
- Install SuperSU zip that has already been copied to your phone using TWRP (use the Install mode)
7. Reboot the phone
- Use reboot function in twrp
8. Profit
Theoritically the above things works but I have some issues following the above :
- After step 4, after recovery being flashed with TWRP seems like my phone Boot Partition is being overwritten too
- So when I rebooted the phone, it boot to TWRP instead
- So I tried to re-flashed the recovery with the original EMUI rom recovery (go to the folder "2.P8Max_Official_Recovery(For_restoration)" to find the original recovery.img). Also note that in the this folder, the adb and fastboot is only for mac. The one for windows use it in the tools
- This is done by going to fastboot again, then do command : fastboot flash recovery recovery.img
- This time using the original recovery
- Now when I rebooted the phone, it goes to EMUI recovery, then I just clicked restart to system or something
- After this, everything fixed, and I have SuperSU install and phone rooted
You can follow the above, but do it at your own risk, I am not responsible if your phone brick hehehe..
Original chinese forum is here : http://cn.club.vmall.com/thread-4919441-1-1.html
dodzs said:
Managed to root my phone.. even when I have updated the EMUI to B018, but there was an issue.. I tell you below
Step I follow from Chinese Forum below...
Preparation step :
1. download the tools from
https://www.mediafire.com/?9drsdo2f6hn4j34
2. Extract the content to your local. Note there are two folders :
- Folder 1 is for the tool that contains the TWRP recovery.img and the adb/fastboot tool,
- Folder 2 is for the original recovery
3. Copy the SuperSU zip to your phone (either in internal or external memory of your phone)
Installation step :
Step 0, unlock your bootloader (search around on how to do it)
1. Since I am using mac, somehow I don't need to install any driver, but if you using windows, install all the driver yourself
2. Enable the developer mode in your phone, and after that enable the usb debugging
3. Turn off your phone, and boot to fastboot (in off mode, connect the phone with your PC then press Volume Up and Power Button together)
4. Since now your phone has been connected to the PC, go to that Tool folder in respective of your OS, then overwrite the recovery with TWRP with fastboot command (install custom recovery) *note : for mac just add "./" in every command
- check the whether its connected : fastboot devices
- install TWRP : fastboot flash recovery recovery.img
5. Restart your phone and boot to recovery
- restart : fastboot reboot
- after reboot, turn off your phone
- reboot to recovery : turn on your phone by holding Volume Down with Power button
- Now you are at TWRP
6. Install SuperSU (root)
- Install SuperSU zip that has already been copied to your phone using TWRP (use the Install mode)
7. Reboot the phone
- Use reboot function in twrp
8. Profit
Theoritically the above things works but I have some issues following the above :
- After step 4, after recovery being flashed with TWRP seems like my phone Boot Partition is being overwritten too
- So when I rebooted the phone, it boot to TWRP instead
- So I tried to re-flashed the recovery with the original EMUI rom recovery (go to the folder "2.P8Max_Official_Recovery(For_restoration)" to find the original recovery.img). Also note that in the this folder, the adb and fastboot is only for mac. The one for windows use it in the tools
- This is done by going to fastboot again, then do command : fastboot flash recovery recovery.img
- This time using the original recovery
- Now when I rebooted the phone, it goes to EMUI recovery, then I just clicked restart to system or something
- After this, everything fixed, and I have SuperSU install and phone rooted
You can follow the above, but do it at your own risk, I am not responsible if your phone brick hehehe..
Original chinese forum is here : http://cn.club.vmall.com/thread-4919441-1-1.html
Click to expand...
Click to collapse
So you mean that you can't enter system wile twrp is flashed??weard
rowihel2012 said:
So you mean that you can't enter system wile twrp is flashed??weard
Click to expand...
Click to collapse
Yap.. like i said, seems like the boot partition is overwritten with twrp.. so i got sort of twrp bootloop.... but after i reflash the original recovery.img using fastboot... then launch the recovery and click boot to system or sumthin.. everything back to normal...
weird... but i am no expert here... just lucky enough to not brick the phone
dodzs said:
Yap.. like i said, seems like the boot partition is overwritten with twrp.. so i got sort of twrp bootloop.... but after i reflash the original recovery.img using fastboot... then launch the recovery and click boot to system or sumthin.. everything back to normal...
weird... but i am no expert here... just lucky enough to not brick the phone
Click to expand...
Click to collapse
ok we just have to wait for twrp recovery worknig well with max
is the speaker really good?do you like it?
dodzs said:
Yap.. like i said, seems like the boot partition is overwritten with twrp.. so i got sort of twrp bootloop.... but after i reflash the original recovery.img using fastboot... then launch the recovery and click boot to system or sumthin.. everything back to normal...
weird... but i am no expert here... just lucky enough to not brick the phone
Click to expand...
Click to collapse
Instead of flashing the recovery to the phone you can just boot it one time. Just use fastboot boot recovery.img instead. This will load twrp and not flash it.
Sent from my C6806_GPe using Tapatalk
rowihel2012 said:
ok we just have to wait for twrp recovery worknig well with max
is the speaker really good?do you like it?
Click to expand...
Click to collapse
Speaker is damn good... but when playing games or watching movie, it is covered by the hand... so it would be better if the speaker is front facing..
otherwise it's good... but I do hate EMUI though... its making the experience sluggish...
Im try to unlock my p8max, when using Huawei unlock site dont allow unclock because log in by email account, they requested register with phone number, but im not in listed countries for receive a confirmation code by phone.
Who have registered Huawei account by phone please share,
Thanks
quynh2v said:
Im try to unlock my p8max, when using Huawei unlock site dont allow unclock because log in by email account, they requested register with phone number, but im not in listed countries for receive a confirmation code by phone.
Who have registered Huawei account by phone please share,
Thanks
Click to expand...
Click to collapse
Send an email to [email protected], with this in the mail :
Hello Huawei,
I would like to request the bootloader unlock code for my Huawei <phone version>
IMEI : xxxxxxxxxxxxxx
S/N : xxxxxxxxxxxxxxx
Product-ID : xxxxxxxxxxx
Regards, xxxxxxxxxxxxx
Click to expand...
Click to collapse
dodzs said:
Yap.. like i said, seems like the boot partition is overwritten with twrp.. so i got sort of twrp bootloop.... but after i reflash the original recovery.img using fastboot... then launch the recovery and click boot to system or sumthin.. everything back to normal...
weird... but i am no expert here... just lucky enough to not brick the phone
Click to expand...
Click to collapse
the stock recovery located in folder is chines how can we make it english?
rowihel2012 said:
the stock recovery located in folder is chines how can we make it english?
Click to expand...
Click to collapse
The stock recovery when it's launched, it's in English, dun worry I have re-flashed it as I mentioned in the prev post..
Anyway the stock recovery is extracted from the current available ROM for P8 Max, which is in chinese. There is no international ROM available yet for this phone.
dodzs said:
The stock recovery when it's launched, it's in English, dun worry I have re-flashed it as I mentioned in the prev post..
Anyway the stock recovery is extracted from the current available ROM for P8 Max, which is in chinese. There is no international ROM available yet for this phone.
Click to expand...
Click to collapse
so did you find working twrp recovery? i managed to flash it and install root and boot only one time
i could not boot so system again so i flashed the stock
is this a hoax?
http://www.guruswizard.com/2015/06/how-to-root-huawei-p8-max.html
BTW, I can't get fastboot working on my PC. When I put the phone in fastboot mode, my pc cant detect the device.
Root Huawei P8 Max 5.1.1
hi,
So, what is the real WORKING procedure to root our Huawei P8 Max with android version 5.1.1 ?
Thank you in advance for answering.

[Guide] Unlock, Root & Update Huawei Mate 8 L-29 (all files and Howto Video)

[Howto Video]
https://www.youtube.com/watch?v=LDdV2OMaXPI&feature=youtu.be
WORKS WITH HUAWEI MATE 8-L29.
Step One things you need:
DC-Unlucker Client
Device Driver (Install Huawei HiSuite or use Driver in the Package)
TWRP (recovery.img)
BETA-SuperSU-v2.67
ADB AND FASTBOOT
NXT-L29C900B162
Download the complete Package:
https://drive.google.com/open?id=0B0tMO0kNwZpvZ0phU3F2clZLVWc
Step two:
Copy the NXT_C900B162.zip and the BETA-SuperSU-v2.67.zip on your SD CARD!
Install your Drivers ( or Hisuite)
Install ADB & FASTBOOT!
After installing ADB move the file 'recovery.img' in the minimal adb fastboot folder.
Open the DC Unlucker.exe
Select "HUAWEI PHONES"
Take your phone and dial "*#*#2846579#*#*"
Select these:
'ProjectMenu',
'Background settings',
'USB ports settings',
'Manufacture mode'.
Connect your Phone
Let em search ur phone (magnifier)
BUY 4 Credits on this Site: (https://www.dc-unlocker.com/buy)
Back to the Unlocker client after you buyd the credits
Connect to server with the Username you choosed and the password from Mail.
If you are connectect click Unlocker
= choose the "Read Bootloader Code" to get the code you need to unlock the bootloader. NOTE THE CODE.
Boot the Mate 8 in bootloader mode
Turn off phone
Press Volume down
and insert USB CABLE.
Start Minimal ADB & FASTBOOT.
Check your Phone with "fastboot devices" if its there go on. IF NOT = CHECK DRIVERS!!
next command you need:
"fastboot oem unlock XXXXXXXXXXXX"
XXXX is your Bootloader Code.
/done. Start your Phone.
*Step Three Enable USB debugging on your device:
Open Settings on your device.
Go to About phone and tap seven times on Build number, this will enable Developer options.
Now go back to Settings and you’ll see “Developer options” there, open it.
Connect your Phone
Tick the USB Debugging checkbox.
Open minimsl adb fastboot again
Connect your device to the in Fastbootmode again and the command u need is:
fastboot devices is your phone there, go on!
fastboot flash recovery recovery.img
next command should be
fastboot reboot
YOU HAVE NOW TWRP
LAST AND IMPORTANT STEPS:
Start TWRP (Turn Phone off, press volume Up and Power button till your phone starts - release power button but still hold volume up)
now you click "Format Data" (ALL YOUR DATA WILL BE DELETE!!!)
Confirm with typing YES
Swipe to format data
go back click "INSTALL" select the SD CARD and then "NXT_C900B162.zip"
Swipe to install again.
DONT REBOOT! Go back!
Click "Install" again
SELECT "BETA-SuperSU-v2.67.zip"
Swipe again.
after installing SuperSu your phone is rooted and ready for a reboot.
If you want TWRP Recovery you have to flash Recovery again via Fastboot. (marked with a *)
question and answers faq
good job there, im sure this will be helpful for new users
After unlocking bootloader how to remove the new boot screen thas sayes your phone is not trusted?
rowihel2012 said:
After unlocking bootloader how to remove the new boot screen thas sayes your phone is not trusted?
Click to expand...
Click to collapse
Atm there is no Option for this. You can only press the PowerButton one time then he loads faster.
But i dont know a Option to remove this. Sorry
maybe future custom roms will include the removal of that screen, it is indeed somewhat annoying
jbmc83 said:
maybe future custom roms will include the removal of that screen, it is indeed somewhat annoying
Click to expand...
Click to collapse
That screen cant be removed its in the bootloader. The nexus 5x and 6p also have it.
I'll make that decrypted boot.img into a flashable TWRP zip file tonight so you can just flash it in TWRP instead of having to use Fastboot.
ajsmsg78 said:
I'll make that decrypted boot.img into a flashable TWRP zip file tonight so you can just flash it in TWRP instead of having to use Fastboot.
Click to expand...
Click to collapse
go back click "INSTALL" select the C00B129SP02 decrypted boot imgzip"
its already in a zip for TWRP. if you read the instruction i said try it with TWRP . But for me it dosnt worked - my way was the fastboot way
EGOiST1991 said:
go back click "INSTALL" select the C00B129SP02 decrypted boot imgzip"
its already in a zip for TWRP. if you read the instruction i said try it with TWRP . But for me it dosnt worked - my way was the fastboot way
Click to expand...
Click to collapse
I'll check it out tonight and try and get it working Thanks.
Thanx guys. Will try when I get my mate8...
BTW boot.img does not download for some reason...
try with a mobile browser
Sent from my Huawei Mate 8 NXT-AL10 using Tapatalk
icy20 said:
Thanx guys. Will try when I get my mate8...
BTW boot.img does not download for some reason...
Click to expand...
Click to collapse
Yeah, thats right you have to download with mobilephone (chrome works for me).
If someone can upload it anywhere?! That would be nice. I can send the boot.img for upload - googledrive for example - i dont have this ****
i dont understand why it only works via a mobile browser, hm.... especially since im using the share links provided on my laptop
ajsmsg78 said:
I'll make that decrypted boot.img into a flashable TWRP zip file tonight so you can just flash it in TWRP instead of having to use Fastboot.
Click to expand...
Click to collapse
I did not flash this boot why i should flash it ???
well if u didnt need it then dont worry about it
I unlocked the mate 8 bootloader with the old way like mate 7 and p8max
With facebook account
I know this guide was made for the L29 version so does anyone know if its OK to flash decrypted boot image on the AL10 model
jjerickson19 said:
I know this guide was made for the L29 version so does anyone know if its OK to flash decrypted boot image on the AL10 model
Click to expand...
Click to collapse
Yes jbmc83 flashed it on AL10.
Wait for his confirmation but im sure he have the same boot image likr me.
Gesendet von meinem HUAWEI NXT-L29 mit Tapatalk
What's that method plz
Sent from my HUAWEI NXT-AL10 using Tapatalk

Please help

I accidently wiped my whole phone, so there is nothing on it. So NO OS at all
How do i get the phone working??? TWRP is still on! cannot install stock rom
please help me....:crying:
zenn66 said:
I accidently wiped my whole phone, so there is nothing on it. So NO OS at all
How do i get the phone working??? TWRP is still on! cannot install stock rom
please help me....:crying:
Click to expand...
Click to collapse
1. First do you know what rom version you where on?, if you do know download that rom then extract from it the stock recovery using Huawei Update Extractor .
2. If there is two files of recovery just choose one, the one without any numbers. So you will have RECOVERY.img file.
3. Now make sure all files needed to recognize your phone are installed and adb is installed too. What you will need now is to push the RECOVERY.img file to the phone.
4. Connect the device to the computer and Put the RECOVERY.img file inside the folder where fastboot.exe is located. Then hold shift and right click to open CMD(command prompt) from there. Once CMD is open run the following code:
adb devices (This will show if your device is connected)
adb reboot bootloader (will reboot the device in bootloader mode)
fastboot devices
fastboot flash recovery RECOVERY.img
5. After this take the rom which you extracted the recovery from and put it in the memory card (dload folder)
6. When phone is OFF hold (volume up + volume down+ power key) together until you see Huawei startup logo then release. The flash process of the rom should start.
Rashad83 said:
1. First do you know what rom version you where on?, if you do know download that rom then extract from it the stock recovery using Huawei Update Extractor .
2. If there is two files of recovery just choose one, the one without any numbers. So you will have RECOVERY.img file.
3. Now make sure all files needed to recognize your phone are installed and adb is installed too. What you will need now is to push the RECOVERY.img file to the phone.
4. Connect the device to the computer and Put the RECOVERY.img file inside the folder where fastboot.exe is located. Then hold shift and right click to open CMD(command prompt) from there. Once CMD is open run the following code:
adb devices (This will show if your device is connected)
adb reboot bootloader (will reboot the device in bootloader mode)
fastboot devices
fastboot flash recovery RECOVERY.img
5. After this take the rom which you extracted the recovery from and put it in the memory card (dload folder)
6. When phone is OFF hold (volume up + volume down+ power key) together until you see Huawei startup logo then release. The flash process of the rom should start.
Click to expand...
Click to collapse
I am @work now so I will return after work .... I hope it will work
Do I have to install ADB on phone or on computer?
Thank you in advance.... I am a noob so hope this explanation works for me
zenn66 said:
I am @work now so I will return after work .... I hope it will work
Do I have to install ADB on phone or on computer?
Thank you in advance.... I am a noob so hope this explanation works for me
Click to expand...
Click to collapse
Make sure to install Hisuite app on the pc to get all huawei needed drivers , regarding ADB it is installed on the PC you can refer to this website. Before attempting anything please do read up about adb and how to flash files, because many things can go wrong.
Rashad83 said:
Make sure to install Hisuite app on the pc to get all huawei needed drivers , regarding ADB it is installed on the PC you can refer to this website. Before attempting anything please do read up about adb and how to flash files, because many things can go wrong.
Click to expand...
Click to collapse
TWRP can fash img files too..... Why is that not to be done? ??? why using ADB?
HI suite is on my pc already....
zenn66 said:
TWRP can fash img files too..... Why is that not to be done? ??? why using ADB?
HI suite is on my pc already....
Click to expand...
Click to collapse
No you need ADB to flash the stock recovery Twrp can't remove it self.
I am able to get stock recovery back in my Phone! .... so? than what?
my last working rom was B029.....
Sorry to be a noob.... ( not completely)
I never tried to put B029 recovery img on my Phone....
zenn66 said:
I am able to get stock recovery back in my Phone! .... so? than what?
my last working rom was B029.....
Sorry to be a noob.... ( not completely)
Click to expand...
Click to collapse
Follow the instructions i stated earlier. Put the rom the dload folder( inside it Update.app) in sdcard and flash it by turning off the phone and then hold( volume up+volume down + power) at the same time to begin the flash process or read the pdf file that comes with the rom after you unzip it.
:good: As soon as i got home i'll try! Thank you so much Rashad!:angel:
zenn66 said:
:good: As soon as i got home i'll try! Thank you so much Rashad!:angel:
Click to expand...
Click to collapse
i screwed up!!! fastboot/rescue mode Shows error!
recovery image failed!
so i cannot get into my phone... pc says waiting for device....:crying::crying: now what?
phone cannot be turned off!
OMG!!!
zenn66 said:
i screwed up!!! fastboot/rescue mode Shows error!
recovery image failed!
so i cannot get into my phone... pc says waiting for device....:crying::crying: now what?
phone cannot be turned off!
OMG!!!
Click to expand...
Click to collapse
Try to flash the stock recovery like the way i mentioned. Turn off the device by holding the power until it powers off and remove any usb connections to the pc. Then hold volume down and connect the usb to the pc until you see fastboot mode come up. After that enter the code i gave to flash the stock recovery and then follow the rest of the instructions.
I got the recovery into my phone. But i cannot get in to fastboot again... The screen i took pic is popping up.....
zenn66 said:
I got the recovery into my phone. But i cannot get in to fastboot again... The screen i took pic is popping up.....
Click to expand...
Click to collapse
Did you try to flash the rom from sd card.
I get into huawei erecovery... Than software is installing and stops at 90%....
zenn66 said:
I get into huawei erecovery... Than software is installing and stops at 90%....
Click to expand...
Click to collapse
You sure that the rom you are installing is the same before you formatted it?. Try a previous rom.
I was on b29.... Then i flashed till b209 than all the problems began..... How do i get into fastboot /rescue mode? Any solution?
zenn66 said:
I was on b29.... Then i flashed till b209 than all the problems began..... How do i get into fastboot /rescue mode? Any solution?
Click to expand...
Click to collapse
To enter the fastboot mode disconnect the phone from the PC. Shut it down by holding power until it's off. Then hold volume down and connect the phone to the PC at the same time.
It won't shut down.. Just restart. .. I will get in screen were you can wipe cache and do fatory reset and reboot. But no shutdown.... Sorry for all these questions. Thank you so much for all the help! ?
zenn66 said:
It won't shut down.. Just restart. .. I will get in screen were you can wipe cache and do fatory reset and reboot. But no shutdown.... Sorry for all these questions. Thank you so much for all the help!
Click to expand...
Click to collapse
First thing do a factory reset. after that keep holding the power button for like 2 mins it will power off. Then do what i mentioned earlier.
Rashad83 said:
First thing do a factory reset. after that keep holding the power button for like 2 mins it will power off. Then do what i mentioned earlier.
Click to expand...
Click to collapse
Its not shutting down.... tried the thing you said :crying:

[BND-L22 / BND-AL10C675] Back to Stock / Unbrick your Honor 7X Indian Variants

Hello All, this guide will help to unbrick or back to stock firmware on Indian Variants BND-L22 and BND-AL10C675
Dont try it on other variant otherwise you will fail to install and may loose your IMEI number.
Do it on your own risk. I will not be responsible for any damage to your phone.
I am not a developer so i cant help you much if this update process fails.
PreRequisites :
1. Bootloader Locked/ReLocked/UnLocked
2. Stock Recovery/TWRP. it works with TWRP, still i suggest you use stock one. Download stock recovery for BND from here
https://mega.nz/#!KixHHCKJ!4hw_lHQGYa_0BJ79lou4m34Fmi23wBctbbvdSCyvCYE
3. SD card (at least 5gb free memory)
Preparations :
1. Backup your data
2. if you are on twrp, just flash Stock recovery via Fastboot or MT
command ' fastboot flash recovery recovery.img '
3. Lock/relock your bootloader ( you may test it on unloacked bootloader)
command ' fastboot oem relock (unlock code) '
4. download this tar. gz file, extract it and Copy 'dload' folder on your SD card, put SD card in your phone
https://mega.nz/#!SuwDUTCJ!iaBnYIbLlMggGId_COuu-xY9pZ2Tec66si5PEcEhovM
This is full Stock Rom not just an OTA update.
5. charge your phone to at least 50%
Steps :
1. switch off your phone and wait for 10 secs
2. press vol.up + vol.down + power keys simultaneously
3. keep keys pressing for few seconds and your phone will boot into automatic update package installer.
4. wait till updating/installing done. If process is stucked at 99%, dont worry just wait for few mins.
5. after updating package done, your phone will boot into stock system. congratulations
Dr.Anshuman said:
Hello All, this guide will help to unbrick or back to stock firmware on Indian Variants BND-L22 and BND-AL10C675
Dont try it on other variant otherwise you will fail to install and may loose your IMEI number.
Do it on your own risk. I will not be responsible for any damage to your phone.
I am not a developer so i cant help you much if this update process fails.
PreRequisites :
1. Bootloader Locked/ReLocked (I've not tried on UnLocked bootloaders)
2. Stock Recovery (I've not tried on TWRP). Download stock recovery for BND from here
https://mega.nz/#!nyY1QRpR!gp5k4nqkQUfktrD2B5Qb1OhhAXmO5Mi2aaMPz8CD8Ts
3. SD card (at least 5gb free memory)
Preparations :
1. Backup your data
2. if you are on twrp, just flash Stock recovery via Fastboot or MT
command ' fastboot flash recovery recovery.img '
3. Lock/relock your bootloader ( you may test it on unloacked bootloader)
command ' fastboot oem relock (unlock code) '
4. download this tar. gz file, extract it and Copy 'dload' folder on your SD card, put SD card in your phone
https://mega.nz/#!SuwDUTCJ!iaBnYIbLlMggGId_COuu-xY9pZ2Tec66si5PEcEhovM
This is full Stock Rom not just an OTA update.
5. charge your phone to at least 50%
Steps :
1. switch off your phone and wait for 10 secs
2. press vol.up + vol.down + power keys simultaneously
3. keep keys pressing for few seconds and your phone will boot into automatic update package installer.
4. wait till updating/installing done. If process is stucked at 99%, dont worry just wait for few mins.
5. after updating package done, your phone will boot into stock system. congratulations
Click to expand...
Click to collapse
How come you got the stock image of bnd al-10?
Asder.mko said:
How come you got the stock image of bnd al-10?
Click to expand...
Click to collapse
Its Unofficial.
Dr.Anshuman said:
Its Unofficial.
Click to expand...
Click to collapse
That doesn't matter if it works. I'm having unlocked bootloader.
Let me check and confirm whether it works or not on unlocked device.
Dr.Anshuman said:
Hello All, this guide will help to unbrick or back to stock firmware on Indian Variants BND-L22 and BND-AL10C675
Dont try it on other variant otherwise you will fail to install and may loose your IMEI number.
Do it on your own risk. I will not be responsible for any damage to your phone.
I am not a developer so i cant help you much if this update process fails.
PreRequisites :
1. Bootloader Locked/ReLocked (I've not tried on UnLocked bootloaders)
2. Stock Recovery (I've not tried on TWRP). Download stock recovery for BND from here
https://mega.nz/#!nyY1QRpR!gp5k4nqkQUfktrD2B5Qb1OhhAXmO5Mi2aaMPz8CD8Ts
3. SD card (at least 5gb free memory)
Preparations :
1. Backup your data
2. if you are on twrp, just flash Stock recovery via Fastboot or MT
command ' fastboot flash recovery recovery.img '
3. Lock/relock your bootloader ( you may test it on unloacked bootloader)
command ' fastboot oem relock (unlock code) '
4. download this tar. gz file, extract it and Copy 'dload' folder on your SD card, put SD card in your phone
https://mega.nz/#!SuwDUTCJ!iaBnYIbLlMggGId_COuu-xY9pZ2Tec66si5PEcEhovM
This is full Stock Rom not just an OTA update.
5. charge your phone to at least 50%
Steps :
1. switch off your phone and wait for 10 secs
2. press vol.up + vol.down + power keys simultaneously
3. keep keys pressing for few seconds and your phone will boot into automatic update package installer.
4. wait till updating/installing done. If process is stucked at 99%, dont worry just wait for few mins.
5. after updating package done, your phone will boot into stock system. congratulations
Click to expand...
Click to collapse
If you have a twrp already why bother to install drivers and go for ADB you can just flash the recovery.img from twrp .It works too .just a suggestion
trixter127 said:
If you have a twrp already why bother to install drivers and go for ADB you can just flash the recovery.img from twrp .It works too .just a suggestion
Click to expand...
Click to collapse
hiiiiiiii dear....pls tell me .....this is official indian Rom for honor 7x ..........and does it contains preinstalled gapps.......
trixter127 said:
If you have a twrp already why bother to install drivers and go for ADB you can just flash the recovery.img from twrp .It works too .just a suggestion
Click to expand...
Click to collapse
yes, but when it comes to complete stock, i prefer fastboot commands.
gouravbharat2014 said:
hiiiiiiii dear....pls tell me .....this is official indian Rom for honor 7x ..........and does it contains preinstalled gapps.......
Click to expand...
Click to collapse
this is a complete Firmware including gApps.
Dr.Anshuman said:
yes, but when it comes to complete stock, i prefer fastboot commands.
Click to expand...
Click to collapse
Well, thanks for the post
Dr.Anshuman said:
this is a complete Firmware including gApps.
Click to expand...
Click to collapse
thanks a ton.........
Hi !
It work on BND-L21C432 ?
Thanks !
Thanks
Awesome it worked
saifuddin.slatewala said:
Awesome it worked
Click to expand...
Click to collapse
Model? Ota working?
DaRkLinK_35 said:
Hi !
It work on BND-L21C432 ?
Thanks !
Click to expand...
Click to collapse
This is only for L22 and AL10C675, dont try it on other versions.
Dr.Anshuman said:
This is only for L22 and AL10C675, dont try it on other versions.
Click to expand...
Click to collapse
Ok thanks for you reply !
Username.php said:
Model? Ota working?
Click to expand...
Click to collapse
honor 7x model: BND-AL10
can we use this method to roll back the faceunlock update as its having annoying touch problems? (Indian Version)
Yes it will rollback to earlier version one without face lock
saifuddin.slatewala said:
Yes it will rollback to earlier version one without face lock
Click to expand...
Click to collapse
thanks, do i need to factory reset or just flash this file on top of faceunlock from recovery?
also after this flashing, can we still get OTA updates as normal?
Thank you so much mate. I am back on stock ROM and I did get Oreo ota today just because of you.

Unlocking bootloader

With the huawei support down, could anyone please help me to unlock huawei nova 2i RNE-L22 bootloader and to root it?
DC. UNLOCKER?
https://www.dc-unlocker.com/how-to-read-huawei-bootloader-unlock-code
bootloader unlock codes forbidden
Chisetdel31260 said:
DC. UNLOCKER?
It says
> If your phone runs Android 8 or later with latest security patch - then this service won't work!
I have the latest security patch(March 1, 2019), I've been searching for the past 3 days for a working method to root my mate 10 lite, found nothing.
Huawei stopped providing oem unlock codes, All the services that provided unlock codes for money are now obsolete too.
I'm trying to find a way to root this phone on my own, but I'm not sure where to go from here.
I've read this book today "XDA Developers' Android Hacker's Toolkit", but it teaches how to use rooting methods that are already out there and not how to create your own way to root a device.
Can you provide guidance on where to go from here to learn how to find vulnerabilities in android?
Click to expand...
Click to collapse
"If your phone runs Android 8 or later with latest security patch - then this service won't work! " it's true , you must downgrade to Nougat via HiSuite .
it works
bozka1 said:
"If your phone runs Android 8 or later with latest security patch - then this service won't work! " it's true , you must downgrade to Nougat via HiSuite ane than using Service ROM flash FW with security patch max. april 2018. After you can get bootloader unlock code here
(4€/4$).
Service ROMs you can find here :
Type RNE- or Rhone or Mate 10 lite. Gl!
Click to expand...
Click to collapse
Thanks, it worked!
I got my bootloader unlocker, now I'm installing a custom rom, but there's no much custom roms for mate 10 lite.
m10_lite said:
Thanks, it worked!
I got my bootloader unlocker, now I'm installing a custom rom, but there's no much custom roms for mate 10 lite.
Click to expand...
Click to collapse
Best Custom ROM is Stock ROM & root .
bozka1 said:
Best Custom ROM is Stock ROM & root .
Click to expand...
Click to collapse
Do you have the guide for rooting RNE-L21, stock ROM, Android and EMUI version 8.0?
davideakc said:
Do you have the guide for rooting RNE-L21, stock ROM, Android and EMUI version 8.0?
Click to expand...
Click to collapse
He did already
bozka1 said:
"If your phone runs Android 8 or later with latest security patch - then this service won't work! " it's true , you must downgrade to Nougat via HiSuite ane than using Service ROM flash FW with security patch max. april 2018. After you can get bootloader unlock code here
https://www.dc-unlocker.com/how-to-read-huawei-bootloader-unlock-code
(4€/4$).
Service ROMs you can find here :
https://androidhost.ru/search.html
Type RNE- or Rhone or Mate 10 lite. Gl!
Click to expand...
Click to collapse
ante0 said:
He did already
Click to expand...
Click to collapse
Sorry, I've not explained clearly what i want to do...
I'm already with bootloader unlocked, I need a guide for root the phone
davideakc said:
Sorry, I've not explained clearly what i want to do...
I'm already with bootloader unlocked, I need a guide for root the phone
Click to expand...
Click to collapse
Sorry, I misread. xD
Well, you can either flash TWRP for Oreo. Not sure which is "best" though, take one with decryption support if available for RNE on Oreo. Then you flash Magisk zip in twrp.
Or you can take your stock ramdisk and patch it in Magisk Manager, then flash the patched ramdisk from fastboot.
I would provably go with TWRP and Magisk zip though, as you would need a stock ramdisk from an update.app of your build. So saves some downloading
Basically flash TWRP using fastboot: fastboot flash recovery_ramdisk twrp.img
Reboot to recovery which will end up in TWRP. Flash latest Magisk using the Install button in twrp.
ante0 said:
Sorry, I misread. xD
Well, you can either flash TWRP for Oreo. Not sure which is "best" though, take one with decryption support if available for RNE on Oreo. Then you flash Magisk zip in twrp.
Or you can take your stock ramdisk and patch it in Magisk Manager, then flash the patched ramdisk from fastboot.
I would provably go with TWRP and Magisk zip though, as you would need a stock ramdisk from an update.app of your build. So saves some downloading
Basically flash TWRP using fastboot: fastboot flash recovery_ramdisk twrp.img
Reboot to recovery which will end up in TWRP. Flash latest Magisk using the Install button in twrp.
Click to expand...
Click to collapse
Don't worry, thanks for the fast reply!
davideakc said:
Don't worry, thanks for the fast reply!
Click to expand...
Click to collapse
I can't find any TWRP with decryption. This one might work, it's from the MorfuZ thread: https://mega.nz/#!uD4FlCqL!ERBzP4ZWa2sR8f_wnn15F_cOFCdYVKgfYETjiehQkkQ
So it may or may not have working decryption. But if you have an external SD it doesn't really matter as you'd only transfer magisk to that.
Magisk from here: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
Download latest stable.
Flash twrp using fastboot.
Reboot to recovery.
Transfer magisk zip to external SD.
Flash Magisk zip using the Install button
You will probably have to browse to /external_sd manually as it will default to /sdcard in the install browser.
If it fails to install using TWRP:
Open terminal in TWRP from the Advanced button then enter this command:
dd if=/dev/block/bootdevice/by-name/ramdisk of=/external_sd/ramdisk.img
This will dump your stock ramdisk to external sd, which you then can patch in Magisk Manager and flash the output file to 'ramdisk' using fastboot. You will have to install Magisk Manager apk first though, it can be found in the Magisk thread.
davideakc said:
Do you have the guide for rooting RNE-L21, stock ROM, Android and EMUI version 8.0?
Click to expand...
Click to collapse
Only EMUI 8.x !!!
Your device must have an*unlocked bootloader.
Huawei HiSuite installed on your computer because it will install all the USB drivers
Download and install*Minimal ADB and fastboot Tool*on your computer. The folder location should be C:\Program Files(x86)\Minimal ADB and fastboot.
https://www.the***********.com/minimal-adb-and-fastboot-tool-for-windows/
Download*TWRP-oreo-smart.img*file
https://mega.nz/#!Fgd0xa4R!1o5ejzDnkLJLG2tAZG-STtlJ4nnNCHfwwZdOlmOkrVw
Copy the downloaded* TWRP file to the*Minimal ADB and fastboot folder.
Enable OEM unlocking on your phone (developer options) and USB debugging mode.
Now launch MAF32.exe (or cmd-here) file from the Minimal ADB and fastboot folder, a command window will open up.
Turn off your phone and connect to your PC. Reboot to fastboot mode using button combination Power and Volume down.
In the command window, enter the following commands one by one
- fastboot devices - this command will verify connection in fastbot mode (you will see your serial number)
-fastboot flash recovery_ramdisk TWRP-oreo-smart.img
-fastboot reboot - the device will reboot
Now you can boot into TWRP mode using button combination Power and Volume Up or command*
adb reboot recovery
Download and copy to SD card latest Magisk.zip.
Boot your phone into TWRP,* in TWRP main menu tap 'Install', then navigate to the*Magisk.zip , tap it, then ‘Swipe to confirm Flash’.*
When the process is complete, tap Reboot System.
Enjoy !*
bozka1 said:
Only EMUI 8.x !!!
Your device must have an*unlocked bootloader.
Huawei HiSuite installed on your computer because it will install all the USB drivers
Download and install*Minimal ADB and fastboot Tool*on your computer. The folder location should be C:\Program Files(x86)\Minimal ADB and fastboot.
https://www.the***********.com/minimal-adb-and-fastboot-tool-for-windows/
Download*TWRP-oreo-smart.img*file
https://mega.nz/#!ot8TGIIa!1o5ejzDnkLJLG2tAZG-STtlJ4nnNCHfwwZdOlmOkrVw
Copy the downloaded* TWRP file to the*Minimal ADB and fastboot folder.
Enable OEM unlocking on your phone (developer options) and USB debugging mode.
Now launch MAF32.exe (or cmd-here) file from the Minimal ADB and fastboot folder, a command window will open up.
Turn off your phone and connect to your PC. Reboot to fastboot mode using button combination Power and Volume down.
In the command window, enter the following commands one by one
- fastboot devices - this command will verify connection in fastbot mode (you will see your serial number)
-fastboot flash recovery_ramdisk TWRP-oreo-smart.img
-fastboot reboot - the device will reboot
Now you can boot into TWRP mode using button combination Power and Volume Up or command*
adb reboot recovery
Download and copy to SD card latest Magisk.zip.
Boot your phone into TWRP,* in TWRP main menu tap 'Install', then navigate to the*Magisk.zip , tap it, then ‘Swipe to confirm Flash’.*
When the process is complete, tap Reboot System.
Enjoy !*
Click to expand...
Click to collapse
If I do this, I lost all apps and data or not?
davideakc said:
If I do this, I lost all apps and data or not?
Click to expand...
Click to collapse
No you won't, but you should always backup your data.
AztekSoul said:
No you won't, but you should always backup your data.
Click to expand...
Click to collapse
And after flashing that TWRP can I still install Huawei updates like security patches etc... even if I don't have stock recovery?
davideakc said:
And after flashing that TWRP can I still install Huawei updates like security patches etc... even if I don't have stock recovery?
Click to expand...
Click to collapse
Yes you can, although you have to download updates through firmware finder and update with HuRUpdater in twrp.
davideakc said:
And after flashing that TWRP can I still install Huawei updates like security patches etc... even if I don't have stock recovery?
Click to expand...
Click to collapse
Then there is another solution - install TWRP over eRecovery (my own experience) :
- copy to SD card TWRP-oreo-smart.img
- in main TWRP menu tap Install image, then navigate
to the TWRP-oreo-smart, select
eRecovery_ramdisk and confirm Flash . System
reboot.
- Download and copy to the Minimal ADB and fastboot folder RECOVERY_RAMDISK330.img
https://mega.nz/#!I511VK4b!9cGodiCORHOvXndOCHyqcezpHmUk2zeTslqpbZe8pk4
Connect your phone to PC in fastboot mode and install recovery_ramdisk using command
- fastboot flash recovery_ramdisk RECOVERY_RAMDISK330.img
- fastboot reboot
How to boot into TWRP: reboot your phone and press Volume Up key up to 3 seconds to enter TWRP.
bozka1 said:
Then there is another solution - install TWRP over eRecovery (my own experience) :
- copy to SD card TWRP-oreo-smart.img
- in main TWRP menu tap Install image, then navigate
to the TWRP-oreo-smart, select
eRecovery_ramdisk and confirm Flash . System
reboot.
- Download and copy to the Minimal ADB and fastboot folder RECOVERY_RAMDISK330.img
https://mega.nz/#!I511VK4b!9cGodiCORHOvXndOCHyqcezpHmUk2zeTslqpbZe8pk4
Connect your phone to PC in fastboot mode and install recovery_ramdisk using command
- fastboot flash recovery_ramdisk RECOVERY_RAMDISK330.img
- fastboot reboot
How to boot into TWRP: reboot your phone and press Volume Up key up to 3 seconds to enter TWRP.
Click to expand...
Click to collapse
After that, how can I restore factory eRecovery?
davideakc said:
After that, how can I restore factory eRecovery?
Click to expand...
Click to collapse
Okay, one can install Magisk without TWRP. There are plenty of guides on how to do these things in the Mate 10 forums. Of course, TWRP makes things easier ....

Resources