[RECOVERY] ZTE Nubia Alpha TWRP - Other SmartWatches

Ok here is super easy and classic method for flashing/booting TWRP.
I use TWRP for trying root and Gapps install. (Currently no success)
DO A BACKUP BEFORE DOING ANYTHING !
MAKE A BACKUP !!
BACKUP VIA TWRP !
Dont forget to backup !
How to flash - boot ;
WHILE THERE IS NO STOCK FLASH FILE FOR NUBIA I HIGLY SUGGEST TO USE BOOT OPTION INSTEAD OF FLASH OPTION !!!
Download the "recovery-nubia.img" file below.
Connect Nubia Watch to your PC
Run following commands below
adb reboot bootloader
fastboot oem nubia_unlock NUBIA_SW1002
fastboot boot recovery-nubia.img
Click to expand...
Click to collapse
Better be careful working with system files...

Thank you

Hello, can you please add support for ZTE NUBIA WATCH (flexible screen) Qualcomm MSM8909W Snapdragon Wear 2100?

CaLix25 said:
Hello, can you please add support for ZTE NUBIA WATCH (flexible screen) Qualcomm MSM8909W Snapdragon Wear 2100?
Click to expand...
Click to collapse
adb reboot bootloader
fastboot oem nubia_unlock NUBIA_SW1003
fastboot boot recovery-nubia.img
could you try this please ?

CaLix25 said:
Hello, can you please add support for ZTE NUBIA WATCH (flexible screen) Qualcomm MSM8909W Snapdragon Wear 2100?
Click to expand...
Click to collapse
[RECOVERY] ZTE Nubia Watch (SW1003) TWRP
Ok here is super easy and classic method for flashing/booting TWRP. I use TWRP for trying root and Gapps install. (Currently no success) DO A BACKUP BEFORE DOING ANYTHING ! MAKE A BACKUP !! BACKUP VIA TWRP ! Dont forget to backup ! How to...
forum.xda-developers.com

Hi bro, how can i install Android app on Nubia Watch. What is the screen on time with always on screen?

Does anybody is having a problem to apply watch faces from the Nubia Smart Wear app? My phone is connected to the watch through Bluetooth and it's connected to the app, I tried to unpai and pair again, reset both, watch and phone, allow all permissions etc. And everytime I download the face watch offered on the app and click apply, it just stays there stuck, loading... and it never applies it to the watch, can you help me about what can I do? I have a Galaxy Note 10+(Up to date)

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.

Locked bootloader Lenovo Vibe K5 Note K52e78 (chinese version)

Hi,
I've some problems with my Lenovo K5 note, I successfully rooted it with SuperSu and I can connect to it with Mtk Droid Tools (green rectangle at the bottom).
I've also a valid scatter file, and a stock rom backup that I can flash with sp flash tool.
The problem is that I can't flash a modded recovery image with sp flash tool, and can't write to recovery partition in fastboot mode.
So, I think the bootloader is locked, i can type "fastboot oem unlock" in fastboot mode, but when the phone display "Press volume up for Yes/Volume Down for No), volume up don't work, only volume down do...
Is that impossible to unlock the bootloader on this phone now ?
Thanks and sorry for my bad english
How to root?
miningpiky said:
How to root?
Click to expand...
Click to collapse
You can root this phone if you run on Lollipop (5.1) but you can't if you have Marshmallow (6.0).
You need to use Kingroot and next you can replace it with superSu (http://forum.xda-developers.com/a310/general/how-to-remove-replace-kingroot-kinguser-t3308989)
It seems to be possible to write to recovery partition with a tool like Rashr or Flashify : when I flash a recovery.img (non compatible image because there is no custom recovery for this phone), I reboot to recovery and the screen turn black 5 seconds, and the phone restart to normal android system. I can reflash stock recovery, and the chinese recovery is back again.
Is there hope ?
Someone have the Stock Rom for chinese version ?
Bl00dh0und4 said:
Someone have the Stock Rom for chinese version ?
Click to expand...
Click to collapse
Android 5.1 : https://cloud.mail.ru/public/BDJF/zTeHbgSAY
Android 6.0 : https://cloud.mail.ru/public/6sTc/ca9dpikrv
Am having Twrp.img for K5 note
Am having TWRP.img and i ported from UMI plus mt6755...but am searching for rooting procedure
Is your ported twrp working?
baburocks said:
Am having TWRP.img and i ported from UMI plus mt6755...but am searching for rooting procedure
Click to expand...
Click to collapse
Is your ported twrp working?
If yes....Mail me the twrp.img mail: [email protected]
I will try rooting the phone.
Any luck ?
Any luck in figuring out root ?
akash.sanjeev10 said:
Is your ported twrp working?
If yes....Mail me the twrp.img mail: [email protected]
I will try rooting the phone.
Click to expand...
Click to collapse
baburocks said:
Am having TWRP.img and i ported from UMI plus mt6755...but am searching for rooting procedure
Click to expand...
Click to collapse
Brother pls. upload the TWRP image file. I will try to root the phone. Thank you.
The twrp.img doesn't work.....I tried it earlier
Guys anyone have scatter file of this Device, Please upload i need to test the twrp.
Scatter file
XN Logos said:
Guys anyone have scatter file of this Device, Please upload i need to test the twrp.
Click to expand...
Click to collapse
Check this file MT6755_Android_scatter.txt in the link attached.
File
XN Logos said:
Guys anyone have scatter file of this Device, Please upload i need to test the twrp.
Click to expand...
Click to collapse
There are many scatter files for mt6755 but the other one and this one are specific for 2 devices.
A7020a40 and
A7020a48.
This is for a40. Earlier one is for a48.
any news OR any way ?
Anyone know how to unlock bootloader to flash twrp recovery image to Lenovo K5 Note?
After hours of research on the Lenovo K5 note (K52e78), mine is chinese version
I believe this phone you cannot unlock the bootloader.
I get stuck on the 'press up button' to unlock to which there is no response from the phone. I will now give up.
If anyone finds a way please let me know, as generally it is a good phone with great battery, and if I can install a custom ROM it could be a fun phone to use.

[Question] Huawei P10 Lite stuck in "Huawei eRecovery" screen

Hello,
My Huawei P10 Lite is bricked (or not ...), but I can not boot the system.
After restoring a backup through TRWP, I always get the "Huawei eRecovery" screen and I can not start the android system. This screen should allow download a recovery but the connection always fails.
I am able to load *.img files throuth the fastboot, and with that I am able to load the TWRP recovery (if needed).
At this point the bootloader is locked, but I also have the unlock code. So it's not a problem.
After some research on the internet it seems that it is necessary to reinstall the stock recovery ... Is it the only way to recover the smartphone?
Does anyone have a stock recovery image?
Ideas?
My model is a WAS-LX1A (Portugal).
Thanks
Same here. same country, same model. Have you solved it?
Did you find by chance the recovery?
goetzchrist said:
Did you find by chance the recovery?
Click to expand...
Click to collapse
Hi, i recovered the phone flashing the recovery stock binary in RECOVERY and RECOVERY2.
merdecas said:
Hi, i recovered the phone flashing the recovery stock binary in RECOVERY and RECOVERY2.
Click to expand...
Click to collapse
can you guide us how?
Hi,
Enter in fastboot and execute the following commands:
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery2.img
fastboot reboot
You can find the stock recovery in this link:
https://mega.nz/#!0NsEVRIb!DKSqqW5H4DQX7pcyACH4cFbKQS9K8Ov1BNnLfk4sSUs
Fixing Bricked P10 Lite without TWRP , This works even if your Boot is locked
Don't worry my friend be chill, I too bricked my huawei P10 Lite Middle East Version and after a month of struggle I was finally able to fix this issue and restored my STOCK .
This video is made to help you successfully fix your Bricked Huawei P10 Lite
Follow the below youtube video link clearly to unbrick your Huawei
If the above video doesn't play then click on thsi link below
https://youtu.be/0vDgDXePAR4
Cheers.....
help please
merdecas said:
Hello,
My Huawei P10 Lite is bricked (or not ...), but I can not boot the system.
After restoring a backup through TRWP, I always get the "Huawei eRecovery" screen and I can not start the android system. This screen should allow download a recovery but the connection always fails.
I am able to load *.img files throuth the fastboot, and with that I am able to load the TWRP recovery (if needed).
At this point the bootloader is locked, but I also have the unlock code. So it's not a problem.
After some research on the internet it seems that it is necessary to reinstall the stock recovery ... Is it the only way to recover the smartphone?
Does anyone have a stock recovery image?
Ideas?
My model is a WAS-LX1A (Portugal).
Thanks
Click to expand...
Click to collapse
same here , i relocked the bootloader and the mobile got stuck on the recovery mode .
please help , when i open the adb cmd with the mobile in recovery state , the adb can't see my device ,how did you load *.img files through the fastboot, guide me please

[Help] Noob trying to root Huawei P9 Lite VNS-L31 (B239)

Soooooo, here it comes
Trying to root my Huawei P9 Lite VNS-L31 (Compilation VNS-L31C02B329), but I can't make it to boot from TWRP
Android 7.0 Nougat / EMUI 5.0
1 - Already unlocked bootloader
2 - Already installed all those Huawei Drivers / ADB and all sorts of things
3 - Already usb debug mode ON and also OEM unlock active
4 - Already used the adb flash recovery recovery.img
5 - After the steps above, rebooted device in bootloader recovery, but it never goes to boot TWRP, only to Erecovery Huawei
Can someone help me, step by step, how to make the system boots first to TWRP and skip Erecovery Huawei?
Many thanks
The command is fastboot flash recovery recovery.img
Potato997 said:
The command is fastboot flash recovery recovery.img
Click to expand...
Click to collapse
yes, sorry, I used this one, it even appears the the file being flashed to device, but the problem is when I try to boot it, goes all the time to erecovery, not to twrp thing. Is it possible to skip or change priority to make it boot twrp first?
What TWRP did you use?
Potato997 said:
What TWRP did you use?
Click to expand...
Click to collapse
I've tried a lot of them (3.0.2 was the last one, if I'm not wrong), but all seems not being working
I wonder if I'm not doing something wrong when restarting the device, maybe I'll try again some steps, but if someone here could give me an precise step by step and a 100% guarantee twrp file, maybe I could figure out what was wrong
Do you know someone whose cellphone is the same as mine?
Many thanks for your attention, I'll do my best to follow your instructions
Use this one:
https://forum.xda-developers.com/huawei-p9lite/development/twrp-t3588356
Flash it in fastboot mode
Potato997 said:
Use this one:
https://forum.xda-developers.com/huawei-p9lite/development/twrp-t3588356
Flash it in fastboot mode
Click to expand...
Click to collapse
finally, worked. After flashing this one, used the adb reboot recovery and went straight to TWRP. many thanks. I hope this thread can help others as well
Again, thx Potato997, you are simply THE BEST
Hello,
I`ve the same Phone (VNS-L31C02B329). How has you got root?
TWRP is ok........but what flashed then?
727_de said:
Hello,
I`ve the same Phone (VNS-L31C02B329). How has you got root?
TWRP is ok........but what flashed then?
Click to expand...
Click to collapse
Flash either SuperSU or Magisk
:good:

i want falsh a recovery on my mate10 lite

hi, i have a question yesterday i have unlocked my mate 10 lite (RNE-L21) boot loader for doing that, i used the huawei multi tool form Team MT and now i want install the twrp recovery,my question is how can i approach this step? what recovery should i download using the multi tool?
my phone is mate 10 lite: RNE-L21
and the build number is RNE-L21 8.0.0.346 (C432patch01)
i hope anyone can help me thanks.
Tilt6x said:
hi, i have a question yesterday i have unlocked my mate 10 lite (RNE-L21) boot loader for doing that, i used the huawei multi tool form Team MT and now i want install the twrp recovery,my question is how can i approach this step? what recovery should i download using the multi tool?
my phone is mate 10 lite: RNE-L21
and the build number is RNE-L21 8.0.0.346 (C432patch01)
i hope anyone can help me thanks.
Click to expand...
Click to collapse
IMO the best TWRP for RNE on Oreo is TWRP 3.2.1-0 by pretoriano80 , link:
https://mega.nz/#!Fgd0xa4R!1o5ejzDnkLJLG2tAZG-STtlJ4nnNCHfwwZdOlmOkrVw
-Alf- said:
IMO the best TWRP for RNE on Oreo is TWRP 3.2.1-0 by pretoriano80.
Click to expand...
Click to collapse
hi, i downloaded the recovery but when i try to boot it (in fast boot mode) without flashing i get this
(when i type: fastboot boot recovery.img)
Downloading 'Boot.img'...
OKAY [ 0.858s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.874s
(i have the boot loader unlocked because when i boot i get "your phone has bee unlocked and cannot be trusted")ù
i hope, you or someone can help me, thanks
Tilt6x said:
when i try to boot it (in fast boot mode) without flashing
Click to expand...
Click to collapse
Hello, I’m not sure I fully understand your question, mostly what you mean by "without flashing".
TWRP is basically an advanced recovery for a phone that can act as a replacement of the Stock recovery. So if you want to use TWRP, you have to install it over Stock recovery. In fastboot mode run command
fastboot flash recovery_ramdisk (name-of-TWRP-file).img
Once it’s completed, type the command
fastboot reboot
and unplug your phone.
-Alf- said:
Hello, I’m not sure I fully understand your question, mostly what you mean by "without flashing".
TWRP is basically an advanced recovery for a phone that can act as a replacement of the Stock recovery. So if you want to use TWRP, you have to install it over Stock recovery. In fastboot mode run command
fastboot flash recovery_ramdisk (name-of-TWRP-file).img
Once it’s completed, type the command
fastboot reboot
and unplug your phone.
Click to expand...
Click to collapse
sorry but i was afraid of me being dumb with android mod and a friend of mine told me to "boot" the recovery without flashing it before, but now i used the huawei multi tool and prorerly flashed your recovery and my phone i working fine, now i need your help one last time, please tellme how can i root my device now that i have the twrp recovery installed. thanks
Tilt6x said:
sorry but i was afraid of me being dumb with android mod and a friend of mine told me to "boot" the recovery without flashing it before, but now i used the huawei multi tool and prorerly flashed your recovery and my phone i working fine, now i need your help one last time, please tellme how can i root my device now that i have the twrp recovery installed. thanks
Click to expand...
Click to collapse
Download Magisk v17.1 & Magisk Manager v5.9.1.:
https://github.com/topjohnwu/Magisk/releases?after=manager-v6.1.0
Transfer downloaded Magisk 17.1.zip file to SD card.
Boot your device into TWRP recovery.
Tap on Install button and select Storage - Micro SDCard. Select Magisk 17.1.zip file. Swipe to confirm the flash.
Once Magisk is flashed, reboot the device.
Once device boots up, install Magisk Manager.
Done.
Tilt6x said:
sorry but i was afraid of me being dumb with android mod and a friend of mine told me to "boot" the recovery without flashing it before, but now i used the huawei multi tool and prorerly flashed your recovery and my phone i working fine, now i need your help one last time, please tellme how can i root my device now that i have the twrp recovery installed. thanks
Click to expand...
Click to collapse
You can install the latest Magisk without problems. I am running open kirin's latest LOS 16 and I prefer it to Huawei's stock EMUI 8

Categories

Resources