[RECOVERY][TWRP][J510][AROMA] 3.1.1-0 for J5**2016 [UPDATED MTP-OK!] - Samsung Galaxy J5 (2016) ROMs, Kernels, Recoveries

TWRP 3.1.1-0 for Samsung Galaxy J5 2016
with Aroma support
by Lemlis
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-------------------------------------------------
J510FN--OK!
J510GN--OK!
J510MN--OK!
J510H--OK!
J510F--OK!
-------------------------------------------------
Description:
TWRP3.1.1-0 :
Based on Official TWRP-3.1.1-0 seed
Boot.img base J510FN
What's new in 3.1.1-0
Code:
Update changues twrp 3.1.1-0
[COLOR="DarkGreen"][B]Removed warning[/B][/COLOR] [COLOR="Red"]Recovery is not seandroid enforced[/COLOR]
Support Aroma installer
MTP--ok!
ADB Backup Support
Backup EFS
Wipe Persist
Wipe Preload
Mount Efs/Preload/Firmware-modem/firmware/Persist
and more features
-------------------------------------------------
Bugs:
------
ADB works great!
You can copy Copy TWRP Backups to Your PC or Copy TWRP Backups Back to Your Phone using ADB
How to Copy check post #2
-------------------------------------------------
How to install .tar:
Code:
1. Install device usb drivers and Odin
In Phone Developer options - On OEM unlock
2. Power off the device.
3. Boot to download mode (VOLUME DOWN/HOME/POWER).
4. Volume UP once.
5. Open Odin as an administrator, connect the device to a usb port,
and make sure a blue button appears and says "Added" in description on the left.
6. Select AP or PDA for older Odin and search for the downloaded tar file.
7. Uncheck auto reboot from the second tab.
8. Start flash and you should see the succeeded command.
9. Unplug the device and remove the battery.
10. Reboot to TWRP and enjoy! (VOLUME UP/HOME/POWER).
How to install .img:
Code:
1.Download the latest TWRP image file (.img)
2.Boot into the TWRP recovery.(VOLUME UP/HOME/POWER)
3.Go to install and find and select the Images button.(At right-bottom)
4.Browse to the image that you downloaded and select it.
5.Choose recovery and swipe to flash.
You are done!
-------------------------------------------------
Download for install with Odin .tar:
TWRP_3.1.1-0.tar
Download for Install Image from TWRP .img:
TWRP_3.1.1-0.img
-----------------------------------------------------------------------------------------------------​Credits:
@By Zonik Aroma support
@GeneticEnginer--MTP fix
@SpamMachine --Removed warning

TWRP v3.1.0 will Bring Support for Backing up Directly to your PC
--------------------------------
What should I back up in TWRP?
--------------------------------
TWRP Backup & Restore Tool
How to Copy TWRP Backups to Your PC​1.First, ensure that you have the latest version of ADB installed . If you do, head to your ADB folder on your PC and Shift+Right Click on an empty space in the window. Choose “Open a Command Prompt Here”.
2.Boot your phone into TWRP’s recovery (VOLUME UP/HOME/POWER)
3.Plug your phone into your PC with a USB cable. In your command prompt, run the following command to ensure your device is connected and recognized by ADB:
Code:
adb devices
You should see the serial number of your device pop up, which indicates it is connected
4.Now, just run this command to copy your TWRP folder to your computer:
If your backup is placed in internall storage this comand:
Code:
adb pull /sdcard/TWRP TWRP
If your backup is placed in externall SD storage this comand:
Code:
adb pull /external_sd/TWRP TWRP
This will “pull” your TWRP folder into your ADB folder on your PC. This will take a while, so be patient and wait until you see the command prompt re-appear.
When it’s done, you can close the Command Prompt window, disconnect your device, and reboot into Android. You should now feel safe wiping your phone, because all your TWRP backups are stored safely on your computer.
--------------------------------
How to Copy TWRP Backups Back to Your Phone
Boot back into TWRP’s recovery environment on your phone and connect it to your PC with a USB cable. On your PC, head to your ADB folder and Shift+Right Click on an empty space in the window to “Open a Command Prompt Here”.
In the command prompt, run:
If you want put backup in internall storage this comand:
Code:
adb push TWRP /sdcard/TWRP
If you want put backup in externall SD storage this comand:
Code:
adb push TWRP /external_sd/TWRP
This will copy the TWRP folder in your ADB folder–the backups we copied in the first section of this guide–back to your phone. Again, this will take a while, so give it time and wait for the command prompt to re-appear before continuing.​

lemlis said:
Again, this will take a while, so give it time and wait for the command prompt to re-appear before continuing.
Click to expand...
Click to collapse
Thanks a lot!
I will test it on J510H.

It's perfectly work on J510H :good:
I post it on 4PDA.
Good luck

lemlis said:
TWRP v3.1.0 will Bring Support for Backing up Directly to your PC
--------------------------------
What should I back up in TWRP?
--------------------------------
How to Copy TWRP Backups to Your PC
1.First, ensure that you have the latest version of ADB installed . If you do, head to your ADB folder on your PC and Shift+Right Click on an empty space in the window. Choose “Open a Command Prompt Here”.
2.Boot your phone into TWRP’s recovery (VOLUME UP/HOME/POWER)
3.Plug your phone into your PC with a USB cable. In your command prompt, run the following command to ensure your device is connected and recognized by ADB:
You should see the serial number of your device pop up, which indicates it is connected
4.Now, just run this command to copy your TWRP folder to your computer:
If your backup is placed in internall storage this comand:
If your backup is placed in externall SD storage this comand:
This will “pull” your TWRP folder into your ADB folder on your PC. This will take a while, so be patient and wait until you see the command prompt re-appear.
When it’s done, you can close the Command Prompt window, disconnect your device, and reboot into Android. You should now feel safe wiping your phone, because all your TWRP backups are stored safely on your computer.
--------------------------------
How to Copy TWRP Backups Back to Your Phone
Boot back into TWRP’s recovery environment on your phone and connect it to your PC with a USB cable. On your PC, head to your ADB folder and Shift+Right Click on an empty space in the window to “Open a Command Prompt Here”.
In the command prompt, run:
If you want put backup in internall storage this comand:
If you want put backup in externall SD storage this comand:
This will copy the TWRP folder in your ADB folder–the backups we copied in the first section of this guide–back to your phone. Again, this will take a while, so give it time and wait for the command prompt to re-appear before continuing.​
Click to expand...
Click to collapse
Any new roms coming soon? I want something with aosp look​

J510F Working Fine !!

So fast! Lithuania = gods

Telepracity said:
So fast! Lithuania = gods
Click to expand...
Click to collapse
He is an Awesome man!

MN maybe work ?

lemlis, maybe you should base it on harpia (moto g4 play) instead of athene (moto g4) as the g4 play as got exactly same specs.

Good job @lemlis
Edit : Working fine in J5 2015 . I try add mode download in recovery

By Zonik said:
Good job @lemlis
Edit : Working fine in J5 2015 . I try add mode download in recovery
Click to expand...
Click to collapse
mtp and download mode
No F2FS button

umm where can i get the stock recovery? i really need it bcoz i really dont want to root i thought twrp can fix my 32 gb sd card but it did not fix it so i want to return to stock recovery.

888_icon said:
umm where can i get the stock recovery? i really need it bcoz i really dont want to root i thought twrp can fix my 32 gb sd card but it did not fix it so i want to return to stock recovery.
Click to expand...
Click to collapse
In my thread there is a link to all twrp

TheWalkingSans said:
In my thread there is a link to all twrp
Click to expand...
Click to collapse
No i just need the stock recovery.img not twrp of j5 2016 i dont want to download the stock rom bcoz the file is too large

888_icon said:
where can i get the stock recovery?
Click to expand...
Click to collapse
If you want get somthing you must specify your model Phone and firmware version.
There is no extrasensory individuals,who can see at a distance

lemlis said:
If you want get somthing you must specify your model Phone and firmware version.
There is no extrasensory individuals,who can see at a distance
Click to expand...
Click to collapse
ohhh i see its SM-J510GN i just really need the stock recovery.img thats all

888_icon said:
ohhh i see its SM-J510GN i just really need the stock recovery.img thats all
Click to expand...
Click to collapse
bootloader and firmware version wich you use???

lemlis said:
bootloader and firmware version wich you use???
Click to expand...
Click to collapse
umm i dunno whats a bootloader and the firmware is J510GNDXU2APK2

Hello,
I want to root and install recovery to my device. Does my device J510L (6.0.1) use this recovery?
Please guide me the way to do it on J510L. Thx.

Related

[Tutorial] Root FRF91/FRF85B/FRF83/FRF72 (T-Mo/AT&T) Without Unlocking (100% Working)

[Tutorial] Root FRF91/FRF85B/FRF83/FRF72 (T-Mo/AT&T) Without Unlocking (100% Working)
Credits:
Booker-T
M9x3mos
th3fallen
juan413
_Sri_
Amon_RA
cyanogen
For your amazing works leading up to this guide
Notes:
- Donate if I've helped save your HTC warranty.
- This will work! If you can't figure something out, don't get discouraged. Ask here for help.
- After this process, you can flash whatever ROM you like in recovery. I just have the steps showing for CyanMod so you know you have a good, clean system to start off with.
[T-Mo & ATT] Prerequisites:
- Locked Nexus One flashed with FRF85B
(Stuck on FRF91? Use THIS to downgrade to EPE76. Then update back up to FRF85B.)
- Lastet SDK (Click)
- Working ADB (Info)
- The attached .zip "ROOT_FRF83.zip" (Attachment at bottom)
- Got Mac/Linux? (Click Thanks madj42)
Process:
1) Extract the files within "ROOT_FRF83.zip" into the "tools" directory of the extracted SDK package
2) Open a command prompt or terminal and change to the "tools" directory of the extracted SDK package
- Example: Type "cd C:\Users\Matt\Desktop\android-sdk-windows\tools" and hit Enter
3) Type "loop" and hit Enter
4) With phone attached through microUSB, enter Recovery with the battery cover OFF and the SDcard REMOVED.
- Tip: Be careful not to let the battery fall out during this process
- Tip: To enter recovery, boot while holding Volume down button. Then select the recovery option.
5) When you see the HTC devices attached in recovery mode, hit Ctrl+C, then "y", then Enter
6) Slide in SDcard (Make sure there is no update.zip on it at this point)
- Tip: It should slide in and click VERY easily if you trim the tab on the battery properly. A sharp razor blaze works well.
- Tip: I recommend this instead of other methods (paper slip) because it will work without error
- Tip: You only need to cut as far as the SDcard slot goes, you do not need to trim the entire tab
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
7) On your phone, press Power + Volume Up AFTER inserting SDcard
8) Choose "apply sdcard:update.zip"
- Tip: It will fail, but that is expected because there is no update.zip
- Tip: This is done to mount the SDcard after achieving adb while the SDcard was out
9) In your terminal type "adb push flash_image /sdcard/flash_image" and hit Enter
10) In your terminal type "adb push ota.zip /sdcard/update.zip" and hit Enter
11) In your terminal, type "adb push update.zip /sdcard/update.zip" and DO NOT yet hit Enter
12)Ready your finger near the Enter key of your keyboard so that you can quickly hit it once you complete the next step
13) Choose "apply sdcard:update.zip"
14) As soon as you see the yellow installation progress bar, hit Enter on your keyboard
- Tip: If completed properly, you should see a message about rooting adb
15) Choose "Reboot into system"
You now have root access(aka Admin rights) in your stock ROM, but with limited capabilities.
If you want to do any of the following, please continue:
- Flash a custom recovery
- Perform Nandroid backup
- Flash a Rooted Stock Froyo ROM with full capabilities
- Flash CyanogenMod
16) Download the following to the root of your SDcard
- recovery-RA-nexus-v1.7.0.1.img: http://rapidshare.com/files/393267368/recovery-RA-nexus-v1.7.0.1.img
- Note: UnMount your SDcard after copying these files, but keep your phone plugged in
17) In your terminal type "adb shell" and hit Enter
18) In your terminal type "su" and hit Enter
- Tip: At this point, it will hang until you choose "Allow" on your phone with the SuperUser app pop-up
- Tip: $ should now be replaced with #
19) In your terminal, type "mount -o rw,remount /dev/block/mtdblock4 /system" and hit Enter
20) In your terminal, type "cat /sdcard/flash_image > /system/bin/flash_image" and hit Enter
21) In your terminal, type "chmod 775 /system/bin/flash_image" and hit Enter
22) In your terminal, type "flash_image recovery /sdcard/recovery-RA-nexus-v1.7.0.1.img" and hit Enter
23) In your terminal, type "rm /system/etc/install-recovery.sh" and hit Enter
24) In your terminal, type "rm /system/recovery-from-boot.p" and hit Enter
You can now boot into your new Recovery by turning off your phone and turning back on while holding Volume Down.
If you want the latest CyanogenMod, please continue.
25) Download the following to the root of your SDcard
- update-CM-5.0.8-N1-signed.zip: http://cyanogen-updater.googlecode.com/files/update-cm-5.0.8-N1-signed.zip
- gapps-passion-EPF30-signed.zip: http://www.mediafire.com/download.php?mjzwozjojkh
26) Nandroid backup
- Tip: In Recovery, choose "Backup/Restore" then "Nand backup"
- Tip: This will give you an exact copy of your system's current state which you can revert back to at any time
27) Wipe your phone
- Tip: In Recovery, Choose "Wipe" then "Wipe data/factory reset"
28) Apply zip "update-CM-5.0.8-N1-signed.zip"
- Tip: In Recovery, Choose "Flash zip from sdcard"
29) Apply zip "gapps-passion-EPF30-signed.zip"
30) Reboot into your newly rooted phone!
thanks! is there any specific reason why it has to be FRF83 or FRF72 if you know? for us AT&T Nexus User stuck on EPE54B, shouldn't we be able to do the same? or the ota.zip is different in that sense? Please give us some insight. thanks!
Sorry, where is The attached .zip "ROOT_FRF83.zip" ?
where is the attached .zip "ROOT_FRF83.zip"
Oops!! Added link to the top!
Constrabus said:
Oops!! Added link to the top!
Click to expand...
Click to collapse
the link wont work
Link updated
Constrabus said:
4) With phone attached through microUSB, enter Recovery with the battery cover OFF and the SDcard REMOVED.
- Tip: Be careful not to let the battery fall out during this process
5) When you see the HTC devices attached in recovery mode, hit Ctrl+C
6) Slide in SDcard (Make sure there is no update.zip on it at this point)
- Tip: It should slide in and click VERY easily if you trimmed the tab on the battery properly
7) On your phone, press Power + Volume Up
8) Choose "Apply update.zip from SDcard"
- Tip: It will fail, but that is expected.
9) In your terminal type "adb push flash_image /sdcard/flash_image" and hit Enter
Click to expand...
Click to collapse
Still getting either adb with no sd, or sd with no adb.
When I follow your exact process, apply "sdcard:update.zip" returns
"-- Install from sdcard...
Finding update package...
E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0)
(No such file or directory)
E:Can't mount SDCARD:update.zip
Installation aborted."
and then "adb push flash_image /sdcard/flash_image" returns
"failed to copy 'ota.zip' to '/sdcard/flash_image'ermission denied".
These are the exact same returns I get when I tried the process without a card inserted, which is what leads me to believe the card is in but not mounted.
Is there a way to tell adb to (re)mount the SD card in recovery?
Or am I doing something wrong...
Can you walk me through just those particular steps? Like Cookbook-detailed instructions.
Make sure that you are inserting the sdcard BEFORE you press Power and Volume Up to reveal the recovery options and AFTER you get adb connected in recovery mode with loop.
Also make sure you can get adb working while in android to make sure the driver is installed properly.
lostinatlanta said:
Still getting either adb with no sd, or sd with no adb.
When I follow your exact process, apply "sdcard:update.zip" returns
"-- Install from sdcard...
Finding update package...
E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0)
(No such file or directory)
E:Can't mount SDCARD:update.zip
Installation aborted."
and then "adb push flash_image /sdcard/flash_image" returns
"failed to copy 'ota.zip' to '/sdcard/flash_image'ermission denied".
These are the exact same returns I get when I tried the process without a card inserted, which is what leads me to believe the card is in but not mounted.
Is there a way to tell adb to (re)mount the SD card in recovery?
Click to expand...
Click to collapse
weird thing is adb devices do not see my phone even without SD card...
guess froyo is a must to get this working?
i am on EPE54B, still...
I now have an unlocked, newly unrooted FRF83. Will this tutorial still work for me?
t mobile usa 3g network, stock recovery image. I think I am unrooted because there was a warning in the tutorial and my adb shell denies super user permissions.
kaiser_tytnii said:
weird thing is adb devices do not see my phone even without SD card...
guess froyo is a must to get this working?
i am on EPE54B, still...
Click to expand...
Click to collapse
This guide is for people stuck on FRF83 because you can't revert to the older build where other guides worked.
adambenjamin said:
I now have an unlocked, newly unrooted FRF83. Will this tutorial still work for me?
t mobile usa 3g network, stock recovery image. I think I am unrooted because there was a warning in the tutorial and my adb shell denies super user permissions.
Click to expand...
Click to collapse
If you are unlocked, this guide would be redundant for you. The purpose of this guide is to root without having to unlock, thus preserving your warranty.
Shell script version of loop.bat:
I assume this will work...
Code:
while true; do adb devices; done
Constrabus said:
If you are unlocked, this guide would be redundant for you. The purpose of this guide is to root without having to unlock, thus preserving your warranty.
Click to expand...
Click to collapse
I still would like to get my root back. Will that part of this tutorial work to get the root back?
EDIT: Got it rooted. wow that was easy.
Based on you providing links for recovery-RA-nexus-v.1.7.0.1.img, update-CM-5.0.8-N1-signed.zip, google addon EPF30; will the steps involving these install Cyanogen on my phone?
I was hoping to do this process without wiping my phone's memory and keeping my stock FRF83.
what25 said:
Based on you providing links for recovery-RA-nexus-v.1.7.0.1.img, update-CM-5.0.8-N1-signed.zip, google addon EPF30; will the steps involving these install Cyanogen on my phone?
I was hoping to do this process without wiping my phone's memory and keeping my stock FRF83.
Click to expand...
Click to collapse
If you don't want the Cyanogen ROM or RA recovery just skip step #22 and stop with step #24. I didn't follow this tutorial as I did Booker-T's method with some tweaks but if you do what I said you should be fine.
madj42 said:
If you don't want the Cyanogen ROM or RA recovery just skip step #22 and stop with step #24. I didn't follow this tutorial as I did Booker-T's method with some tweaks but if you do what I said you should be fine.
Click to expand...
Click to collapse
You dont have to use that rom, you can flash any other rom as long as you have root. Paul obrien offeres a rooted FRF83 rom
I was able to do this without taking out / putting the SD card in (and thus avoided filing down my battery. I didn't run "loop.bat" until I was highlighting the Recovery icon, the ran it, when into Recovery, and adb picked it up.
Worked perfect!
Just, when flashing recovery, the better terminal emulator was giving me an error, i used Rom Manager to flash the recovery, and back to terminal to rm /system/etc/ blah blah ....GREAT Tutorial!

HELP unusable HTC One with TeamWin installed

I rooted my AT&T HTC One and when i was going to flash a rom I accidentally wiped the phone completely. I can go into TWRP but cant move files into the phone. When i try plugging it into my computer all i hear is the little ring that windows does when you plug in something into the usb but i cant access the phones storage. I also tried buying a USB otg cable but the phone didnt seem to recognize it. please help. I've been stuck without a phone for about a week now.
Please help please help!!!!!!
coachpete said:
i rooted my at&t htc one and when i was going to flash a rom i accidentally wiped the phone completely. I can go into twrp but cant move files into the phone. When i try plugging it into my computer all i hear is the little ring that windows does when you plug in something into the usb but i cant access the phones storage. I also tried buying a usb otg cable but the phone didnt seem to recognize it. Please help. I've been stuck without a phone for about a week now.
Click to expand...
Click to collapse
can someone please help me!!!!!!
HTC One not recognized by Windows 7 or Windows 8
coachpete said:
I rooted my AT&T HTC One and when i was going to flash a rom I accidentally wiped the phone completely. I can go into TWRP but cant move files into the phone. When i try plugging it into my computer all i hear is the little ring that windows does when you plug in something into the usb but i cant access the phones storage. I also tried buying a USB otg cable but the phone didnt seem to recognize it. please help. I've been stuck without a phone for about a week now.
Click to expand...
Click to collapse
I am baby stepping through the trouble shooting process to try to get an image over to the phone so I can reimage through TWRP v2.7.0.0 but neither my Windows 7 machine nor my Windows 8 machine are recognizing the HTC One as a media device. I have tried the updated drivers with no luck. PLEASE HELP!!
coachpete said:
I am baby stepping through the trouble shooting process to try to get an image over to the phone so I can reimage through TWRP v2.7.0.0 but neither my Windows 7 machine nor my Windows 8 machine are recognizing the HTC One as a media device. I have tried the updated drivers with no luck. PLEASE HELP!!
Click to expand...
Click to collapse
you can use ADB from twrp recovery to push a rom to your /sdcard
follow this guide step by step and quote me here if you have question.
HTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer, either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\android-sdk-windows\tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery (2.6.3.3 or higher) on your device.
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
Here is a list of the HTC M7 roms
Connect your phone to computer using usb cable
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes and there is no progress bar. When the command prompt give you back the hand and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Computer doesn't recognize my HTC ONE
alray said:
you can use ADB from twrp recovery to push a rom to your /sdcard
follow this guide step by step and quote me here if you have question.
HTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
​
Click to expand...
Click to collapse
Thank you but my computer does not recognize my HTC one. I have tried installing the drivers from various sources but still no go! please help @alray
coachpete said:
Thank you but my computer does not recognize my HTC one. I have tried installing the drivers from various sources but still no go! please help @alray
Click to expand...
Click to collapse
check step 4 of the above prerequisites, click on ''show content'' then you'll find the instruction how to correctly install drivers.
Still no luck with the drivers
alray said:
check step 4 of the above prerequisites, click on ''show content'' then you'll find the instruction how to correctly install drivers.
Click to expand...
Click to collapse
Followed the detailed instructions for downloading and installing the correct drivers and my Windows 7 machine still does not recognize the HTC One correctly.
coachpete said:
Followed the detailed instructions for downloading and installing the correct drivers and my Windows 7 machine still does not recognize the HTC One correctly.
Click to expand...
Click to collapse
boot your phone in twrp, go in windows device manager and take a screenshot and post it here
when your phone is in twrp main menu, open a cmd prompt and do this command:
Code:
adb devices
what is the output?
FINALLY
alray said:
boot your phone in twrp, go in windows device manager and take a screenshot and post it here
when your phone is in twrp main menu, open a cmd prompt and do this command:
Code:
adb devices
what is the output?
Click to expand...
Click to collapse
Thanks for all your help I am now up and running!!!!!!

Advice for creating recovery partition...please!

Hey....bought a refurbished bootloader unlocked Ultra 6806 on latest software, ...and my old tried and tru efforts at getting TWRP fail apparently because I lack the recovery partition.
Can anyone direct me to a kernel/.img link that would do that for me.
Am I asking the right question?!
Thanks
I think you mean c6806
If bootloader is unlocked. Cool
Just flash kitkat ftf with flashtool. And do dual recovery.
Or just try philz recovery try flashing it with rashr
Flash 4.4 correct? Still couldn't install TWRP on rooted kitkat. 'lack of recovery partition'.
Trying to implement this (http://forum.xda-developers.com/xpe...de-root-z-ultra-stock-lollipop-5-0-2-t3094094).
Kingo fails every time on Lollipop).
RealityFails said:
I think you mean c6806
If bootloader is unlocked. Cool
Just flash kitkat ftf with flashtool. And do dual recovery.
Or just try philz recovery try flashing it with rashr
Click to expand...
Click to collapse
Which one is the best to install for sm-910t?
rockky said:
Flash 4.4 correct? Still couldn't install TWRP on rooted kitkat. 'lack of recovery partition'.
Trying to implement this (http://forum.xda-developers.com/xpe...de-root-z-ultra-stock-lollipop-5-0-2-t3094094).
Kingo fails every time on Lollipop).
Click to expand...
Click to collapse
As stated if your bootloader is already unlocked. Use flash tool and flash a kitkat ftf. Once on kitkat root it, and install nuts dual recovery.
Or you could just root and flash .IMG with recovery which will do all the work.
---------- Post added at 07:06 PM ---------- Previous post was at 07:02 PM ----------
When on kitkat and rooted use rashr and flash this
https://drive.google.com/file/d/0BxU1aYWczltnYV9FSUpoT1lwMkU/view?usp=docslist_api
Its 100% safe but I'm not responsible if you mess up.
RealityFails said:
As stated if your bootloader is already unlocked. Use flash tool and flash a kitkat ftf. Once on kitkat root it, and install nuts dual recovery.
Or you could just root and flash .IMG with recovery which will do all the work.
---------- Post added at 07:06 PM ---------- Previous post was at 07:02 PM ----------
When on kitkat and rooted use rashr and flash this
https://drive.google.com/file/d/0BxU1aYWczltnYV9FSUpoT1lwMkU/view?usp=docslist_api
Its 100% safe but I'm not responsible if you mess up.
Click to expand...
Click to collapse
Why are you sending him back to KK? If his bootloader is unlocked, he can just go ahead and flash TWRP/CWM/Philz through fastboot/flashtool/QuickIMG/installer. That's the whole point of having an unlocked bootloader.
If you are on the latest software, then the recovery partition should already be there.
The problem that you are probably experiencing is in finding a recovery that is compatible with the partition, the TWRP images over at TWRP.ME are not.
Saatvik Shukla has posted a build of TWRP 2.8.7.0 which can be installed into the partition using the FASTBOOT FLASH RECOVERY [filename] method and can be found at the link below.
http://forum.xda-developers.com/xperia-z-ultra/development/twrp-togari-t3197082
Thanks all
Gonna get at it
Thanks...all went well.root 5.1.1 plus TWRP.
only problem is no write privileges on files.
QUOTE=pTeronaut;63520115]If you are on the latest software, then the recovery partition should already be there.
The problem that you are probably experiencing is in finding a recovery that is compatible with the partition, the TWRP images over at TWRP.ME are not.
Saatvik Shukla has posted a build of TWRP 2.8.7.0 which can be installed into the partition using the FASTBOOT FLASH RECOVERY [filename] method and can be found at the link below.
http://forum.xda-developers.com/xperia-z-ultra/development/twrp-togari-t3197082[/QUOTE]
Re-flash supersu.zip
can any one help i am still unable to get loaded the recovery on my xperia , i tried almost every method can any one please tell me step by step to install recovery , i have tried ,
1, dual recovery batch file ( i got error adb server out dated)
2, rashr is flashing but when i rebooted to recovery nothing... just phone restart normally ... ( i used the above file .img to flash via rashr)
3, when tried twrp manager ( its giving me error that no recovery partition )
4, tried through via adb ( the adb giving error that server is out dated)
i am on ****ing windows 10 where cannot access the fast boot .....
can any one please help me , my phone is on FTF .108 --> properly Rooted .. --> fully stock rooted ( kitkat ) unlocked boot loader....
what am i doing wrong or i am out of luck.... ( i have rooted my htc magic perfected spl via gold card method whcih was crazingly hard back in 2009 but xperia z is beating the **** out of me in 2016 )
isnt there any way for me to install recovery so that i an flash rooted marshmallow on my xperia z ultra...
pintspin said:
can any one help i am still unable to get loaded the recovery on my xperia , i tried almost every method can any one please tell me step by step to install recovery , i have tried ,
1, dual recovery batch file ( i got error adb server out dated)
2, rashr is flashing but when i rebooted to recovery nothing... just phone restart normally ... ( i used the above file .img to flash via rashr)
3, when tried twrp manager ( its giving me error that no recovery partition )
4, tried through via adb ( the adb giving error that server is out dated)
i am on ****ing windows 10 where cannot access the fast boot .....
can any one please help me , my phone is on FTF .108 --> properly Rooted .. --> fully stock rooted ( kitkat ) unlocked boot loader....
what am i doing wrong or i am out of luck.... ( i have rooted my htc magic perfected spl via gold card method whcih was crazingly hard back in 2009 but xperia z is beating the **** out of me in 2016 )
isnt there any way for me to install recovery so that i an flash rooted marshmallow on my xperia z ultra...
Click to expand...
Click to collapse
Type these commands in cmd. Run CMD as Administrator:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
Then "Disable driver signature enforcement" on boot:
Press windows key + R
Type: shutdown -o -r -t 0
Press enter
You will now be here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Select "Troubleshoot"
Select “Advanced options” and “Startup Settings”.
Click "Restart":
When computer reboots and you see this screen: Press F7
Install systemwide ADB
http://forum.xda-developers.com/showthread.php?p=48915118
Direct link: www14.zippyshare.com/d/ufYG71o0/4863743/adb-setup-1.4.3.exe
Download Flashtool driver pack:
http://doomlord.xperia-files.com/download.php?dlid=Rmxhc2h0b29sLWRyaXZlcnMtMS41LTIwMTQwMzE4
Run the file
Scroll down the list until you se Xperia Z ultra C68xx whatever your model is.
Install the drivers
Done
On your desktop: Hold "shift" and right click. Choose Open Command Window here
In the CMD type: Fastboot.
IF you see a list of text describing what fastboot is. You are fine.
Boot the phone to fastboot: Power off, Hold Volume up and plugin the usb cable and blue LED should be constant on.
I only needed to turn testsigning off, then reboot on my W10 pro computer. YMMV.
pTeronaut said:
I only needed to turn testsigning off, then reboot on my W10 pro computer. YMMV.
Click to expand...
Click to collapse
Rebooting again resets testsigning to on. The driver will continue to work as long as the system don't touch the driver.
If windows trying to update the drivers from microsoft driver catalogue. It might happen that this driver will be forced off because the lack of a signature.
A trigger for this would be if you plugin in a new hardware such as a brand new usb stick or hard disk or whatever you might want to use.
SÜPERUSER said:
Type these commands in cmd. Run CMD as Administrator:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
Then "Disable driver signature enforcement" on boot:
Press windows key + R
Type: shutdown -o -r -t 0
Press enter
You will now be here:
Select "Troubleshoot"
Select “Advanced options” and “Startup Settings”.
Click "Restart":
When computer reboots and you see this screen: Press F7
Install systemwide ADB
http://forum.xda-developers.com/showthread.php?p=48915118
Direct link: www14.zippyshare.com/d/ufYG71o0/4863743/adb-setup-1.4.3.exe
Download Flashtool driver pack:
http://doomlord.xperia-files.com/download.php?dlid=Rmxhc2h0b29sLWRyaXZlcnMtMS41LTIwMTQwMzE4
Run the file
Scroll down the list until you se Xperia Z ultra C68xx whatever your model is.
Install the drivers
Done
On your desktop: Hold "shift" and right click. Choose Open Command Window here
In the CMD type: Fastboot.
IF you see a list of text describing what fastboot is. You are fine.
Boot the phone to fastboot: Power off, Hold Volume up and plugin the usb cable and blue LED should be constant on.
Click to expand...
Click to collapse
thank you so much SU, finally i got the access of fastboot to my xzu on win 10 i am back in business ... and finally got the recovery loaded as well...
amazing guide...!! you are like AMON_RA ... to me... .
regadrs
pint

[Developing] Android N Developer Preview / Images, OTA's & Flashables

The day of the N is upon us!
In typical developer preview tradition since lollipop - I will try and keep this thread up to date with the latest and greatest
Factory Images:
NPC56P
Factory Image Mirror:
https://www.androidfilehost.com/?w=files&flid=51765
To do a dirty flash official factory image files on marshmallow:
- Open flash-all.sh or flash-all.bat in a text editor (depending on which you use)
- Change fastboot -w update image-angler-npc56p.zip to fastboot update image-angler-npc56p.zip
- Run flash-all script
Click to expand...
Click to collapse
Flashables:
Preview 3: http://forum.xda-developers.com/showpost.php?p=66949607&postcount=1423
OTAs:
To sideload OTA via ADB:
On Windows: adb sideload android.zip
On Mac/Linux: ./adb sideload android.zip
Click to expand...
Click to collapse
Google's Preview page: https://developer.android.com/preview/download.html
Google IMG files (manual installation):
Instructions:
A clean install is highly recommended when coming from 5.x.x to "M"
DOES NOT wipe your SD card.
via flashable file:
- Boot into recovery (TWRP/CWM)
- Un-mount /system in TWRP/CWM
- Wipe: system, data, dalvik and cache
- Flash bootloader (optional - only needed if new)
- Flash ROM (be patient - takes a while)
- Flash SuperSU (optional)
- Flash radio (optional - only needed if new)
- Reboot (first boot takes a while)
Click to expand...
Click to collapse
via fastboot (manual installation):
SYSTEM PREP (skip if you already have fastboot/adb setup):
Let's setup ADB and fastboot
Windows:
- Automated: http://forum.xda-developers.com/showthread.php?t=2588979 (follow the steps in the software)
- Manual Method:
Download this file and extract the folder called "adb" to your C: drive. Your path should look like this:
Code:
C:\adb\
You will need to open a command prompt window using this method:
Code:
- Go to the C:\adb\ folder
- hold down SHIFT key and RIGHT-CLICK
- select "Open command window here".
In order to use ADB & Fastboot from anywhere - use the following steps to setup windows environment variables:
Navigate to & click on Start > Right-Click on Computer > click on Advance System Settings >
Click on Environment Variables (under the advanced tab) > Click on New (User Variables) >
Variables Name: ADB (Or anything you want) Variables Value: ;C:\adb (this is the Path of my adb.exe file)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mac & Linux:
Install ADB & fastboot using: this file
1. Extract the downloaded zip to your desktop
2. Open Terminal and type in:
Code:
su
cd Desktop/Android/ (note: Android is the directory extracted from zip file)
3. Now type
Code:
./ADB-Install-Mac.sh
Note: By using the method above, your adb and fastboot files are stored at this location on your Mac: /usr/bin/
----
Now that you're setup, let's do the flashing:
Boot into TWRP to wipe cache, dalvik, data (not internal storage/SD) and system.
Reboot to bootloader and flash the following:
fastboot flash bootloader <insert bootloader img name>
fastboot reboot-bootloader
fastboot flash radio <insert radio img name>
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash boot boot.img // OR // fastboot flash boot <insert name of unecrypt boot.img>
fastboot flash cache cache.img
fastboot reboot
After you finish the above - reboot in to recovery (TWRP/CWM) and factory reset - then reboot
Click to expand...
Click to collapse
-------
FAQ
Disclaimer & Copyrights:
I test everything before I share - thus I know they work as intended. However, please proceed at your own risk as I do not take any liability for your devices.
Please do not copy contents of this guide without explicit permission from me. I like to maintain a set standard and quality of the information I share.
Please refrain from posting mirrors as I like to track downloads - I primarily use AndroidFileHost and they mirror files on multiple servers automatically.
Stay tuned!
that was quick. FIRST
abbz123 said:
that was quick. FIRST
Click to expand...
Click to collapse
as is tradition
Waiting for flashable zip, thanks!
Th3PorTuGa said:
Waiting for flashable zip, thanks!
Click to expand...
Click to collapse
lots of investigation needed first
looks like I'll be flashing this weekend.
btw the first link says "shamu" ?
hmillos said:
looks like I'll be flashing this weekend.
btw the first link says "shamu" ?
Click to expand...
Click to collapse
fixed, it was a typo
@vomer Your link in the OP is for Shamu. It should be Angler.
El Daddy said:
@vomer Your link in the OP is for Shamu. It should be Angler.
Click to expand...
Click to collapse
has been fixed already
If I follow this method, and make a TWRP backup before fastboot flashing everything, is it possible to restore the backup? Also do I loose my photos on the device etc with this method?
Some preview shots showing quick reply & split screen view: http://imgur.com/a/b4O6L
andresantos said:
If I follow this method, and make a TWRP backup before fastboot flashing everything, is it possible to restore the backup? Also do I loose my photos on the device etc with this method?
Click to expand...
Click to collapse
you should be able to restore the full twrp backup - however, do not use the flash all script in this case. Flash the images manually
Wait, is this a preview of N, as in Android 7?
so cool ! Thanks for this
floepie said:
Wait, is this a preview of N, as in Android 7?
Click to expand...
Click to collapse
yes
Btw before anybody ask
New Radio and Bootloader work also with M
vomer said:
you should be able to restore the full twrp backup - however, do not use the flash all script in this case. Flash the images manually
Click to expand...
Click to collapse
Thanks for the info. Which partitions should I backup thenm? Also bootloader and vendor etc? I will prepare for losing everything but most likely I won't be sticking with the version and would save much time if TWRP restore would work accordingly.
Btw, how stable does the preview seem? Does it look like you could possibly use it as a daily driver?
I dirty flashed and it worked so... But hey I know what I'm getting into.
Sent from my Nexus 6P using Tapatalk
Tylog said:
yes
Btw before anybody ask
New Radio and Bootloader work also with M
Click to expand...
Click to collapse
I'd be curious to see if this radio fixes any of the weird LTE/Signal hang issues the 6P has had the past few months..
N Beta Program OTA link: https://android.googleapis.com/pack...aeae3556.signed-signed-angler-ota-2659757.zip
I'm just going to wait for the flashable zip

[Guide][root][unlockloader][roms][twrp][tutorial] for huawei devices

Disclaimer: Im new and i'm not that good at english,im not responsible for bricked devices.
So for the past month i've been through a journey of tryng to break through huawei's draconian security and i can proudly say that i finally did it, i installed a custom rom on my FIG-LX1
I've read a lot of sources and it all seems to be all over the place so i'm going to try and make this as easy as i can for you.
1.First of all ,if you want a custom rom go to OpenKirin ( https://openkirin.net/devices/) and choose your rom and see if you need to upgrade/downgrade your emui and also if your device is supported.
2.For the bootloader you have two options
a) The paid one, use sigma key or dc unlocker
b) The free and geeky one. Attention you'll need to open up your phone, which is honestly not that hard and you can pay a pro to do this for you for like 5 bucks .This method is pretty straight forward:\
1.Go to Potato NV (https://github.com/mashed-potatoes/PotatoNV) , see if your device is supported and download the software
2. Now comes the hard part, you need to take off the back cover of your device. Shut down your phone, then take your phone cover off, then you need to search google for your test point. For example for me it was Fig lx1 test point (device model+ test point)
3. When you located the test point youll need to short it with the motherboard shield. In their tutorial they said that youll need to solder it ,but it can be done easier. You need just a very small piece of wire and someone to plug the device
Here's how the process looks:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4.Open potato nv software. Now you need another person to help you. Hold the phone , touch the test point and the motherboard shield and keep them shorted while the other person plugs the usb cable from pc to phone. U should hear the connection sound from windows and the CHARGING LOGO SHOULDN'T APPEAR.
5. Now you can stop shorting the test point and the shield, but keep the phone connected to PC.
6. In potato Nv choose your cpu and unlock bootloader
7.Now your bootloader is unlocked ,if any problems you still have the bootloader unlock code
Back to roms and twrp .
Now you should see this messagge appear:
This menu is very important for changing the rom ,cause every rom needs emui 9 or 8 to be installed and from here you can reinstall the stock emui after flashing custom rom but we'll talk about it later.
Now for flashing twrp.
Boot the device into bootloader mode(shut down ,then hold power+ volume down until huawei appears on screen or Better and easier and useful for later download android platform tools from SDK Platform Tools release notes | Android Developers (developer.android.com/studio/releases/platform-tools).Plug the device into pc,enable usb debugging . Open a cmd and open the folder location .Example
Code:
cd C:\Users\USerName\Desktop\platform-tools
and type
Code:
adb reboot bootloader
. You should see that your bootloader is unlocked
Download android platform tools (developer.android.com/studio/releases/platform-tools)
Now find your twrp img for your phone , rename it to recovery.img and put it in in the platform-tools folder
Now in terminal open cmd in platform tools folder and type
Code:
fastboot flash recovery_ramdisk recovery.img
Now you have twrp installed
Note that you wont use it neither for rooting with magisk neither with installing custom rom.
Installing custom rom:
Open kirin has a very good user guide and i suggest you to follow it: OpenKirin (openkirin.net/user_guide/openkirin-rom-installation-instructions/)
Btw their rom works with twrp
But it doesn't say how to switch your rom or go back to stock for switching you need to be on stock)
1.Go to Android File Host - Free file hosting for Android developers ( androidfilehost.com) and search for your build number (eg: FIG-LX1) and download a firmware emui 8 or 9.
2.Open the zip ,go to software and from here youll see a folder called dload, extract it somewhere
3.Now youll need a sdcard in your phone,plug your phone into pc and put the dload folder on your sdcard (it should bee on the root directory ,basically dont put it in another folder in sdcard)
3.You should've noticed already that every time you restart your phone there is a warning message sayng that your phone is unlocked( image above)
4.Press volume up for 3 seconds and it should take you to huawei recovery ,from here press wipe data and factory reset to kinda reinstall huawei recovery which youll use for dload
5.After wipe restart your phone ,press vol up + vol down + power until huawei logo to enter force update
6.Now wait for it to do its job and install emui.
*If it doesnt do anything , take the sd card out ,put it in another device ,open dload folder,find update.zip and put it on the sdcard instead of dload folder
7. To switch the rom repeat the steps from open kirin,note that if u had twrp youll need to install it again
Now the hardest part ,rooting...NOte that i tested root only on stock so your process can be diffrent but im not sure ,you cand try for other rom this process
For stock and no twrp:
1.Force update emui with dload method , needed for a recovery img.
2.On pc open dload folder ,open update.zip and extract UPDATE.APP
3.Now download huawei app extractor from here [TOOL] Huawei Update Extractor [UPDATED: v0.9.9.5] | OPEN-SOURCE LIBRARY | XDA Developers Forums (xda-developers.com) (forum.xda-developers.com/t/tool-huawei-update-extractor-updated-v0-9-9-5-open-source-library.2433454/)
4.Open the app and go to settings and untick every box you see
5.Now go to extract and extract the UPDATE.APP file
6.Now you should see a lot of nonsense,find recovery_ramdis.img ,left click it once, then right click for options and select extract selected
7. Now u should have a recovery_ramdis.img file.Move this file on your phone and install magisk manager.
8.Open magisk and press install in the tab with the mask(the first install button) tick the box with recovery mode, then select patch a file and select the recovery_ramdis.img file .Now it patches it. Then move the patched file to the pc again, to the platform tools folder
9.Enable usb debugging on the device and plug device to pc
10.Open cmd on pc and type
Code:
adb reboot bootloader
, or simply reboot to bootloader(shut down phone,then hold power + vol down until huawei logo appears)
11. In cmd type
Code:
fastboot flash recovery_ramdisk magisk_patched_yourfile.img
Dont forget to change the yourfile into your file name mine had something like this : jhfdU
12.Reboot your phone and voila u have root, if doesn't work go back to magisk press again install,tick recovery mode, but this time select direct install and this should resolve problems
Magisk official guide(kinda hard to understand) : Installation | Magisk (topjohnwu.github.io) (topjohnwu.github.io/Magisk/install.html#huawei)
Note that by this you'll remove your custom recovery .
IF U WANT TWRP i assume that you patch the twrp img file with magisk and flash i,t you can try it out and post your results or u can try to just flash twrp as is.
Hope i helped you !!

Categories

Resources