[GUIDE] How to Root OnePlus 8 without TWRP - OnePlus 8 Guides, News, & Discussion

So today with some testers i managed to make root on OnePlus 8, I want to specify that 95% of the work was done by @topjohnwu (Magisk creator).
I will explain 2 different guides:
First Root Guide:
This guide is for a specific rom version, so you will need to use a specific patched boot.img
- Download the patched_boot.img
- Reboot your device in bootloader-fastboot mode
- Flash the patched_boot.img in the boot partition:
Code:
fastboot flash boot boot.img
replace "boot.img" with the patched_boot.img path
- Reboot the device
- Install Magisk Manager
Second Root Guide:
This guide is more generic than the first one, you should use this one if you are unable to find a specific patched boot.img
- Download a patched_boot.img (you should try with the latest one)
- Reboot your device in bootloader-fastboot mode
- Boot the patched_boot.img:
Code:
fastboot boot boot.img
replace "boot.img" with the patched_boot.img path
- Reboot the device
- Install Magisk Manager
- Click on Install, then direct install and wait the end of the process
- Reboot the device
TIPS:
You can get the stock boot images from the fastboot rom: Fastboot ROMs
HOW TO UPDATE a ROM and KEEP ROOT:
Before all Disable all magisk modules
Be sure to use Canary Magisk Manager and Canary Magisk (debug)
You can update a stock rom from phone settings with local upgrade:
- Update the Rom WITHOUT REBOOT;
- Open Magisk Manager;
- In Magisk Manager, click on Install/Install/Direct Install;
- Again in Magisk Manager, click on Install/Install/Inactive Slot;
- Reboot.
Download:
Patched/Stock Boot Images:
https://androidfilehost.com/?w=files&flid=308379
or
https://sourceforge.net/projects/fastbootroms/files/OnePlus 8/Patched-Stock-Boot/
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Donations:
Credits:

the link to the patched/stock images seems to be wrong
i found this link while going through ur files
https://androidfilehost.com/?w=files&flid=308379

hjjiang said:
the link to the patched/stock images seems to be wrong
i found this link while going through ur files
https://androidfilehost.com/?w=files&flid=308379
Click to expand...
Click to collapse
Yes thanks for the report, i linked the folder before the root folder. However updated the link in the first post

just wondering, is there a way to patch it urself?

It's with locked bootloader or unlocked bootloader ?

i reckon the only way to flash a boot image is to have an unlocked bootloader

Does it work with any OS version?

Is anybody able to upload a 10.5.3-EUROPE magisk patched (and stock) boot image?
If you're on this, DO NOT try with 10.5.2. It involves the SIMs not being usable and the system UI to regularly crash.

I followed this thinking I was on International 15.5.3 so flashed 10.5.3-GLOBAL-magisk_patched. I now cannot connect to WIFI and can't update via local system update as I'm on the latest EU version.
Any suggestions?

Used the unbrick tool to revert back to EU 10.5.1 back to complete stock and locked bootloader. WIFI working.
Ran the same sets again this time using the matching 10.5.1-EUROPE-magisk_patched file and still ran into the no WIFI issue :/

Deano1889 said:
I followed this thinking I was on International 15.5.3 so flashed 10.5.3-GLOBAL-magisk_patched. I now cannot connect to WIFI and can't update via local system update as I'm on the latest EU version.
Any suggestions?
Click to expand...
Click to collapse
flash the stock boot.img
Sent from my IN2015 using Tapatalk

so i updated to 10.5.4 b4 rooting, do i have to wait for a patched.img?

hjjiang said:
so i updated to 10.5.4 b4 rooting, do i have to wait for a patched.img?
Click to expand...
Click to collapse
https://drive.google.com/file/d/1-81aPg5T53vlSAwGJWiOPMaW_LZ4r6Bg/view?usp=drivesdk
for oneplus 8 global version
Sent from my IN2015 using Tapatalk

I lost the finger print.
now i can't set up the finger print, not sure if it is because of the root or something else.
anybody having same issue?
I'm running on oos 10.5.4 rooted
{
"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"
}
Sent from my IN2015 using Tapatalk

Ibramj12 said:
flash the stock boot.img
Sent from my IN2015 using Tapatalk
Click to expand...
Click to collapse
I tried that too but still got no WIFI

Ibramj12 said:
https://drive.google.com/file/d/1-81aPg5T53vlSAwGJWiOPMaW_LZ4r6Bg/view?usp=drivesdk
for oneplus 8 global version
Sent from my IN2015 using Tapatalk
Click to expand...
Click to collapse
thanks ill try this
EDIT: seems to work on my global fone xD

Deano1889 said:
I tried that too but still got no WIFI
Click to expand...
Click to collapse
make sure you are using the correct version.
10.5.3.IN21AA
10.5.3.IN21BA
10.5.3.IN21DA
or you can directly download the latest update.
https://www.oneplus.com/support/softwareupgrade/details?code=PM1586920535300
rename it to "update.zip"
the go
settings >system update >local update
select the update.zip, reboot
re-root if required
Sent from my IN2015 using Tapatalk
---------- Post added at 09:00 PM ---------- Previous post was at 08:44 PM ----------
QUOTE=Ibramj12;82422497]Guys please help me.
I need the persist partition image
here is how you get it.
Code:
adb shell
su
dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/persist.img
exit
Sent from my IN2015 using Tapatalk

also FYI, their doesn't exist a magisk props for in2015, seems like in2013 is the only fingerprint for the time being

Ibramj12 said:
make sure you are using the correct version.
10.5.3.IN21AA
10.5.3.IN21BA
10.5.3.IN21DA
or you can directly download the latest update.
https://www.oneplus.com/support/softwareupgrade/details?code=PM1586920535300
rename it to "update.zip"
the go
settings >system update >local update
select the update.zip, reboot
re-root if required
Sent from my IN2015 using Tapatalk
---------- Post added at 09:00 PM ---------- Previous post was at 08:44 PM ----------
QUOTE=Ibramj12;82422497]Guys please help me.
I need the persist partition image
here is how you get it.
Code:
adb shell
su
dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/persist.img
exit
Sent from my IN2015 using Tapatalk
Click to expand...
Click to collapse
anyone can help me with partition image. the fingerprint isn't working
Sent from my IN2015 using Tapatalk

CTS profile is false for me, how can i fix this? i tried reflashing the boot image and magisk

Related

Problème update Yoga 2-1050F root

Hello,
my Yoga 2-1050F is root and I can not make the system update.
How should he do? Thank you in advance.
I have the same problem.
alxgoldorak said:
Hello,
my Yoga 2-1050F is root and I can not make the system update.
How should he do? Thank you in advance.
Click to expand...
Click to collapse
Did you try rolling back the system to stock and then updating it? If you are root, lenovo updates usually do not work. Use the Intel Flashtool to flash the stock ROM, update, and then redo the root jig.
So far, that has been the only way to update my 1050L.
alxgoldorak said:
Hello,
my Yoga 2-1050F is root and I can not make the system update.
How should he do? Thank you in advance.
Click to expand...
Click to collapse
got to Superuser Supersu, got to settings, scroll down to Cleanup, choose full unroot option. Then reboot and update. That worked for me. :good:
craniohm said:
got to Superuser Supersu, got to settings, scroll down to Cleanup, choose full unroot option. Then reboot and update. That worked for me. :good:
Click to expand...
Click to collapse
For me it does not. (Have you do a "complete wipe ?)
same with my 1050... I'm very dissapointed.
I do wipe data, delete the root permission, retired the sd card... but always failed ( ota or with levono smart)
:crying:
So, i've forgot the right methof for put stock rom like new on my tablet...
lioo said:
same with my 1050... I'm very dissapointed.
I do wipe data, delete the root permission, retired the sd card... but always failed ( ota or with levono smart)
:crying:
So, i've forgot the right methof for put stock rom like new on my tablet...
Click to expand...
Click to collapse
alxgoldorak said:
For me it does not. (Have you do a "complete wipe ?)
Click to expand...
Click to collapse
Guys, Did you use the intel phone flash tool tool to flash the stock rom? That should surely work. Going to SuperSU and full unroot usually does not always work.
I can't update my Yoga 2 8 as well. Where do you get the stock roms?
tejaswy said:
Guys, Did you use the intel phone flash tool tool to flash the stock rom? That should surely work. Going to SuperSU and full unroot usually does not always work.
Click to expand...
Click to collapse
have you a tuto for this? I forgot the easy way ...
lioo said:
have you a tuto for this? I forgot the easy way ...
Click to expand...
Click to collapse
1. Install PhoneFlashTool 4.4.4.1 from here: http://pan.baidu.com/wap/link?uk=867...291514&third=0 (Click on the right button in Chinese to download)
2. Download your firmware (1050f or 1050l) depending
(1050F- https://mega.co.nz/#!eEth0YKI!tRcpe8...QTJ0W6V5k4ex_w )
(1050L-https://cloud.mail.ru/public/f22489d...6_WW21_ROW.rar )
(There are other links to the original firmware on lenovo russian forums, but I am unable to find those links at present)
3. Flash the stock rom. (http://androidxda.com/flash-stock-rom-using-intel-phone-flash-tool )
4. You will be now stock.
5. Check for update. Install the update
Once you have updated, root your device.
I tried flash stock rom and it does not work for me on yoga 2 8", update failed
Yep, same here. I successfully flashed the stock rom. But the update is still failing. Yogs 2 8.
Hello !
Please, if anyone can upload here factory.img from your tablet 1050F - > after that we all here we'll can install the new update firmware !
Please upload factory.img ONLY if you didn't performed a /data wipe .
( you can take a look into your /factory directory and if you'll see : busybox here, it means that you have not performed a /data wipe )
To be able to extract factory.img, first you must to be root , than please follow :
> adb shell
$ su
# dd if=/dev/block/mmcblk0p8 of=/data/local/tmp/factory.img
# exit
$ exit
> adb pull /data/local/tmp/factory.img
Thank you very much in advance !
Here is also my TWRP for Lenovo Yoga 2 1050F/L :
{
"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"
}
regards,
surdu_petru
Oops nm, needed to change the country code.
@surdu_petru
I can upload the factory.img for 1050F tomorrow if you want.
I will do that @ 1 pm GMT+1
Sent from my SM-G900F using XDA Free mobile app
I will upload it now to Mega.co.nz. I will add the link when its finished.
Sent from my SM-G900F using XDA Free mobile app
Choosen8 said:
I will upload it now to Mega.co.nz. I will add the link when its finished.
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Thanks mate , I'll wait your link .
I hope to include the following files : easyimage_cc, easyimage_copy_files.sh, easyimage_del_files.sh, easyimage_lcd & easyimage_sku - all those files needed for successfully update !
Thanks again !
https://cloud.mail.ru/public/3xYFUNQWZnNp/YT2-1050F_S0187_150324_ROW.7z
Have fun. Complete stock firmware.
Sent from my SM-G900F using XDA Free mobile app
Choosen8 said:
https://cloud.mail.ru/public/3xYFUNQWZnNp/YT2-1050F_S0187_150324_ROW.7z
Have fun. Complete stock firmware.
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Thank you very much Choosen8, but your archive cannot be unpacked ! - did you tried to unpack the archive before uploading , because I cannot unpack ?
Anyway thanks for your intention
Yep, re-downloaded right now, and it seems that this time, I can unpacked , thanks again
Updated successfully to the last firmware : S000198_150422
Extracted system.img, boot.img, recovery.img & easyimage.zip from here : https://cloud.mail.ru/public/3xYFUNQWZnNp/YT2-1050F_S0187_150324_ROW.7z
Simple installation using only fastboot, with the device in bootloader mode :
> sudo fastboot flash boot boot.img
> sudo fastboot flash recovery recovery.img
> sudo fastboot flash system system.img
> sudo fastboot flash /data/easyimage.zip easyimage.zip
> sudo fastboot reboot
At this time ( device was downgraded to the old firmware : S000187_150324 ) , and System Update has found the new firmware : S000198_150422 - and also was successfully updated to the last firmware
Thanks again Choosen8, for your link :good:
You can also use the Intel Flash Tool for this. Instructions are in the root thread. @surdu_petru. No problem. Hope also for others that it will work.
Greetings
Choosen8
Sent from my SM-G900F using XDA Free mobile app

Hydrogen OS (h2os) 2.0 with Android 6.0 OTA (Dated Aug26) Released!

Hydrogen OS 2.0 for Oneplus x Listed on
http://www.h2os.com/download
{
"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"
}
http://download.h2os.com/oneplus_x/...01_all_201608241640_wipe_86b633e3fbec4d56.zip
Size : 703mb
Downloading...
Flash the ROM zip with OOS recovery
TWRP wont work to flash this rom and wont boot after successful flash
Guide to Install Gapps and Root
Step 1: Install Hydrogen OS with OPX Stock recovery
Step 2: Dont Reboot the device, Reboot to Fastboot
>> Check if your bootloader is Unlocked
>> Grab Bootloader file (emmc_appsboot.mbn) from Hydrogen OS 5.1.1 stock rom
>> Place it in Adb& fastboot folder and flash it via fastboot
fastboot flash aboot emmc_appsboot.mbn
>> Now Type
fastboot reboot-bootloader
>> Now temporarily boot TWRP official recovery for OPX with fastboot
fastboot boot twrp-3.0.2-0-onyx.img
You should be able to boot to TWRP recovery now
If not use fastboot reboot-bootloader again and this time try to flash TWRP
fastboot flash recovery twrp-3.0.2-0-onyx.img and boot to recovery
Step 3: Now See if your mobile is connected to PC as MTP device like if u can access storage files both on pc and mobile to flash Gapps
Step 4: If storage files are acessible by TWRP, just flash Open Gapps Pico version. If you were unable to flash for some reason try adb sideload
>> Remember you shouldnt reboot your mobile now
>> Reboot to bootloader/fastboot again
>> Now copy the emmc_appsboot.mbn (bootloader file) from Hydrogen os android 6.0 version to fastboot folder (make sure you are deleting or replacing the previous bootloader file from Hydrogen os 5.1.1 version) and flash it
fastboot flash aboot emmc_appsboot.mbn
>> Your mobile should boot normally now with working Gapps ​
Guide to Flash SuperSu
>> Download Kingroot apk and install it. Try it for once or twice you will be able to gain access to root
>> Try Kingroot to supersu method
​
ScreenShots
This post has already made me happier, lets try it out.
Nice! flashable through twrp?
migueldbr said:
Nice! flashable through twrp?
Click to expand...
Click to collapse
Yep
Harish_Kumar said:
Yep
Click to expand...
Click to collapse
opengapps or banks gapps for android 6.0 working by flashing with twrp also? Sorry for the questions, but they will be also useful to other users=p
migueldbr said:
opengapps or banks gapps for android 6.0 working by flashing with twrp also? Sorry for the questions, but they will be also useful to other users=p
Click to expand...
Click to collapse
I am still downloading this so cant say
for previous h2os open pico worked fine, if u can wait for 10 more min i can give you more about this 6.0 version
Harish_Kumar said:
I am still downloading this so cant say
for previous h2os open pico worked fine, if u can wait for 10 more min i can give you more about this 6.0 version
Click to expand...
Click to collapse
Sure, i will wait. thanks
Careful with flashing through twrp though, if its anything like the oxygen 3 community build, there is a new bootloader included that will break twrp and you will be stuck without access to recovery (and the only way to fix that is to root with kingroot(dont know if it works on h2os though) and then flash recovery with flashify, or flash with fastboot command)
migueldbr said:
Sure, i will wait. thanks
Careful with flashing through twrp though, if its anything like the oxygen 3 community build, there is a new bootloader included that will break twrp and you will be stuck without access to recovery (and the only way to fix that is to root with kingroot(dont know if it works on h2os though) and then flash recovery with flashify, or flash with fastboot command)
Click to expand...
Click to collapse
Yep
I am safe until i have unlocked bootloader
I will revert back to prev 5.1.1 bootloader and flash Oxygen OS 2.0
Harish_Kumar said:
Yep
I am safe until i have unlocked bootloader
I will revert back to prev 5.1.1 bootloader and flash Oxygen OS 2.0
Click to expand...
Click to collapse
Please leave feedback here when you try then. If twrp still works, etc=p.
Thanks in advance!
Harish_Kumar said:
Hydrogen OS 2.0 for Oneplus x Listed on
http://www.h2os.com/download
http://download.h2os.com/oneplus_x/...01_all_201608241640_wipe_86b633e3fbec4d56.zip
Size : 703mb
Downloading...
Click to expand...
Click to collapse
Hi if you flashed it..
Then please provide some screenshots.
farooque7508 said:
Hi if you flashed it..
Then please provide some screenshots.
Click to expand...
Click to collapse
Will be adding screenshots in few minutes in the second post
@migueldbr
TWRP didnt work for flashing this rom
Had to flash with OOS recovery and after that TWRP didnt boot
Its same like OOS 3.1.0 community build
Harish_Kumar said:
Its same like OOS 3.1.0 community build
Click to expand...
Click to collapse
It' s to be expected.
Harish_Kumar said:
@migueldbr
TWRP didnt work for flashing this rom
Had to flash with OOS recovery and after that TWRP didnt boot
Its same like OOS 3.1.0 community build
Click to expand...
Click to collapse
thanks.
Btw does it have vibration feedback when you double tap screen to wake? It was missing from the previous h2os
Pls share change log in english. On the h20s.com only on chinese...
migueldbr said:
thanks.
Btw does it have vibration feedback when you double tap screen to wake? It was missing from the previous h2os
Click to expand...
Click to collapse
nope it doesn't vibrate
If you flash this in OOS recovery like OOS 3, how would you install gapps afterwards?
Omicron Technics
sniper20 said:
If you flash this in OOS recovery like OOS 3, how would you install gapps afterwards?
Omicron Technics
Click to expand...
Click to collapse
Via Google Installer
What about battery life and
Xposed working or not?
Sent from my ONE E1003 using XDA-Developers mobile app

[Root][Xposed] Root + Xposed ZE551ML Official android 6.0

Hello
I successfully rooted my zenfone ze551ml with official android 6
Requirements:
1. Unlocked bootloader
2. TWRP for Z00A Download
Unlock Bootloader on Android 6.0 Marshmallow ZenFone 2 ZE551ML/ZE550ML
Download tool (Download Here)
Extract it and connect Zenfone 2 with laptop/pc
Click unlock.bat will automatically detect whether the adb or fastboot mode, and then reboot into bootloader
Will appear on the screen to unlock the success of mobile phones after five seconds will reboot, then hold volume up the phone automatically re-boot back to bootloader.
If you missed the previous step, press the power button for 10 seconds off, then press the "Volume Up" and hold the power button to boot into bootloader.
(( Now Your mobile can't boot. ))
Now flash twrp recovery (( fastboot flash recovery twrp.img ))
then install this file Magisk-v6_repack_for_zf2_601.zip and phh-superuser-17-magisk-x86-fix.zip and if you need Xposed
After install them reboot to fastboot again and click restore.bat ( in bootloader folder ) on the computer, where the restore refers to the restore Android ifwi 6.0 otherwise Android phone can not enter the system.
The phone will reboot and restore white on black ASUS logo screen, and then enter the Android system.
Now install this apps Magisk Manager v1.2 App and phh's SuperUser App and Material's the Design Xposed the App Installer ( if you install xposed )
Now Your system rooted and xposed
Note: In the first of starting the system you'll show warning message, ignore it.
{
"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"
}
source
Thanks
quick05 said:
Thanks
Click to expand...
Click to collapse
Welcome
hello, is there any way to disable the warning message? it's kinda annoying that it shows everytime i boot up.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
phone not going in recovery after that what can i do??
This require unlocked bootloader in lollipop?
nikhil12598 said:
phone not going in recovery after that what can i do??
Click to expand...
Click to collapse
You have to enter in bootloader and reflash stock recovery. You can find it into original MM firmware
Remove warning
I followed the instruction of the post, everything worked well, but I get an error message each boot, how can we remove
Davideneco said:
I followed the instruction of the post, everything worked well, but I get an error message each boot, how can we remove
Click to expand...
Click to collapse
Read the last line of the OP again!
Everything went perfect for me. Root and exposed all works. But recovery is now gone! I can only get to bootloader.
My ze551ml is neither rooted nor has recovery using this, and i followed everything to the letter.
I removed root before i upgraded to 6.0
EDIT: Never minds, im a F*#*#[email protected] idiot....
has to boot into recovery mode after flashing the img, and THEN install the zips (not install zips from fastboot)
THANK YOU VERY MUCH!!!
So I downloaded Gravitybox and installed it. Then activated and rebooted. After the reboot, no more xposed framework, no more root. What the heck?
kenbo111 said:
So I downloaded Gravitybox and installed it. Then activated and rebooted. After the reboot, no more xposed framework, no more root. What the heck?
Click to expand...
Click to collapse
GravityBox worked great for me, are you sure you installed GravityBox[MM] not the previous GravityBox[LP]?
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Yes I did. I just went back and repeated the steps from the post and reflashed just the magisk and superuser. When I rebooted all three were working again. Even gravitybox.
Sent from my ASUS_Z00AD using Tapatalk
---------- Post added at 12:06 AM ---------- Previous post was at 12:05 AM ----------
I still need to reflash stock recovery. Do I need to unlock again to do that?
Sent from my ASUS_Z00AD using Tapatalk
kenbo111 said:
Everything went perfect for me. Root and exposed all works. But recovery is now gone! I can only get to bootloader.
Click to expand...
Click to collapse
If you need the recovery run unlock.bat again and the twrp will work again. Then do what you want in recovery then run restore.bat again to make your device bootable.
The recovery will work even after restore.bat is executed if it is signed with mm signature keys.
http://forum.xda-developers.com/zenfone2/general/guide-flash-custom-unlocked-mm6-0-t3424867
Edit: I mean TWRP
Sent from my ASUS_Z00A using Tapatalk
---------- Post added at 03:39 PM ---------- Previous post was at 03:24 PM ----------
Is topjohnwu's official Magisk + Systemless xposed and root works with zf2
Sent from my ASUS_Z00A using Tapatalk
A more permanent solution can be found here: https://www.youtube.com/watch?v=fDls4gLyusY
But if you want a newer version of twrp dl it from here: http://theflamingskull.com/downloads/z00a/MM_BL_STUFF/
neither of these are mine. Just spreading the word.
thank u!
kenbo111 said:
Everything went perfect for me. Root and exposed all works. But recovery is now gone! I can only get to bootloader.
Click to expand...
Click to collapse
Same with me
Kapil Tapsi said:
Same with me
Click to expand...
Click to collapse
If you unlock again twrp will be there. But a better solution is in my post 3 up from this one.
Sent from my ASUS_Z00AD using Tapatalk

[Guide] Magisk Root honor 8 Pro Oreo [Decrypted Only!]

Well we had root for a while and it's been great! But we loose safetynet goodies (this is individual) and the ease to use great mods without messing with the system partition.
Don't worry this is no more needed!
Before following this procedure make sure to back up everything you want to save because we gonna wipe data partition!
Edit the twrp files are slightly modified to suite honor 8 pros partition layout. As they where originally for mate 9 it had to be done.
Installation instructions.
1.backup everything you want to save on your internal storage.
2. Download https://mega.nz/#F!mwJVAaaR!Nh_NZ8jCmp76VGVWC-WPbg and extract it on your external storage.
3. Extract magisk-root.zip and flash twrp-magisk-H8P.img using fastboot using this command: fastboot flash recovery_ramdisk twrp-magisk-H8P.img
4. Flash fstab-decrypt.zip which will replace fstab in vendor/etc/
5. FORMAT DATA in twrp.
6. (optional) boot system and set everything up.
7. Reboot to recovery and flash Magisk.zip
8. Wait and see
UPDATE INSTRUCTIONS
Open Magisk manager settings
Press update channel > custom and enter
https://goo.gl/jefZKH
You'll get latest Magisk for huawei devices
Credits firedance1961 at www.android-hilfe.de for providing files.
TopJohnwu for magisk
Source: https://www.android-hilfe.de/forum/...c432-data-mod-v-magisk-root-fstab.857097.html
This has been tested on both EMUI 8.0 and AOSP treble build and works fine!
{
"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"
}
Q/A
Safetynet doesn't pass! You lied!
It does but magisk hide is being disabled on boot. Just trigger the Magisk hide and safetynet will pass.
Does it work on encrypted devices?
NO as of now it doesn't. It doesn't patch the ramdisk properly. But it's being worked on!
Sent from my DUK-L09 using Tapatalk
Its working and passes safetynet too. :good: How can I again encrypt my device? I can't able to access my internal files from mobile or PC.
LastStandingDroid said:
Q/A
Safetynet doesn't pass! You lied!
It does but magisk hide is being disabled on boot. Just trigger the Magisk hide and safetynet will pass.
Does it work on encrypted devices?
NO as of now it doesn't. It doesn't patch the ramdisk properly. But it's being worked on!
Click to expand...
Click to collapse
Hey man. I tried rooting and it worked. But selinux stays on enforcing and I can't get Magisk modules to work. Any workaround?
Sent from my Honor 8 Pro using XDA Labs
arunpkrt said:
Its working and passes safetynet too. :good: How can I again encrypt my device? I can't able to access my internal files from mobile or PC.
Click to expand...
Click to collapse
Simply by flashing https://mega.nz/#!zp4wgQDL!ZRj0MFdpZ8hB_ve1gKUoOCcfDqzG2fxWZaJ3o3dxXe8
It's the original file
jinchuuriki12 said:
Hey man. I tried rooting and it worked. But selinux stays on enforcing and I can't get Magisk modules to work. Any workaround?
Sent from my Honor 8 Pro using XDA Labs
Click to expand...
Click to collapse
Unfortunately this is disabled within kernel so we'd have to wait for a custom kernel.
Sent from my DUK-L09 using Tapatalk
It looks like you only need to wipe data before installing Magisk and not actually decrypt. So thus who want to use Magisk with encryption
Wipe data/factory reset in twp should do it and install Magisk after wipe .
At least it worked on aosp
Sent from my DUK-L09 using Tapatalk
Can anyone try to install without actually decrypt?
Method would be
1. Wipe data factory reset
2.flash Magisk
This worked on aosp so should work on emui too
Sent from my DUK-L09 using Tapatalk
@LastStandingDroid
willing to try your root solution. need the exact flashcommand to wich partition i can flash the twrp-magisk.img. thanks
kurvenmeister said:
@LastStandingDroid
willing to try your root solution. need the exact flashcommand to wich partition i can flash the twrp-magisk.img. thanks
Click to expand...
Click to collapse
recovery partition name has changed in oreo.
command is "fastboot flash recovery_ramdisk ***.img"
---------- Post added at 01:52 PM ---------- Previous post was at 01:47 PM ----------
Thanks for such quick solutions. Works perfectly. Passes safetynet too. Just 1 issue for me - the selinux mode is stuck on enforcing.
I need permissive selinux mode to run Root Call Blocker. I would appreciate it if you could fix it.
kurvenmeister said:
@LastStandingDroid
willing to try your root solution. need the exact flashcommand to wich partition i can flash the twrp-magisk.img. thanks
Click to expand...
Click to collapse
recovery_ramdisk
devilrulz4ever said:
recovery partition name has changed in oreo.
command is "fastboot flash recovery_ramdisk ***.img"
---------- Post added at 01:52 PM ---------- Previous post was at 01:47 PM ----------
Thanks for such quick solutions. Works perfectly. Passes safetynet too. Just 1 issue for me - the selinux mode is stuck on enforcing.
I need permissive selinux mode to run Root Call Blocker. I would appreciate it if you could fix it.
Click to expand...
Click to collapse
We must use a custom kernel for it now so it seems. As Huawei disabled it by default.
Sent from my DUK-L09 using Tapatalk
@ laststandingdroid
thanks an sorry, i did not read the op carefully, where it is written on. according to post nr. 7 flashing fstab is no longer needed?
---------- Post added at 01:39 PM ---------- Previous post was at 01:16 PM ----------
That's what I want to get tested.
I wiped aosp flashed Magisk (successfully) and it worked. I want confirmation of emui users though
Sent from my DUK-L09 using Tapatalk
am on aosp vanilla by phhusson. test an report tonight.
first test done. xposed seems to run perfect. xprivacylua is running. installing recovery was as usual very easy. flashing magisk without format data gave me "error 1". formatted data, installed magisk, xposed and xprivacylua. until now everything seems to work as it should.
@LastStandingDroid
congrats, good job
device is still encrypted. creating a backup ends with error 255.
@LastStandingDroid
flashing fstab seems to be still necessary to stay decrypted?
kurvenmeister said:
am on aosp vanilla by phhusson. test an report tonight.
first test done. xposed seems to run perfect. xprivacylua is running. installing recovery was as usual very easy. flashing magisk without format data gave me "error 1". formatted data, installed magisk, xposed and xprivacylua. until now everything seems to work as it should.
@LastStandingDroid
congrats, good job
device is still encrypted. creating a backup ends with error 255.
@LastStandingDroid
flashing fstab seems to be still necessary to stay decrypted?
Click to expand...
Click to collapse
Yeah as Magisk doesn't patch it. You should only be needed to factory reset to flash Magisk so u won't loose /data/hw_init edit on 3.0.3 u still do
Sent from my DUK-L09 using Tapatalk
you mean the magisk zip or the fstab zip?
kurvenmeister said:
you mean the magisk zip or the fstab zip?
Click to expand...
Click to collapse
Magisk zip doesn't patch fstab as its moved from boot
Sent from my DUK-L09 using Tapatalk
After I flashed "fstab-decrypt.zip" on AOSP treble the SIM indicator showed "no SIM". Although, I could still receive SMS/calls but no outgoing.
On EMUI 8 it works fine.
devilrulz4ever said:
After I flashed "fstab-decrypt.zip" on AOSP treble the SIM indicator showed "no SIM". Although, I could still receive SMS/calls but no outgoing.
On EMUI 8 it works fine.
Click to expand...
Click to collapse
Don't use decrypted data partition on aosp
Sent from my DUK-L09 using Tapatalk
A new version is out
Do not use stable or beta channel as it will break boot! Do following procedure below
15.4(1541)
To update open settings > chanel > custom
https://goo.gl/jefZKH
Enjoy thanks ante0 for the tip!
Sent from my DUK-L09 using Tapatalk
I'm currently using honor 8 pro oreo version with twrp and mmagisk install. how do i update honor 8 pro oreo version when new update version come out? I want to update and keep user data intact. Can someone post me a tutorial? thanks

[TOOL][OP8] TOOL ALL IN ONE (Drivers|Unlock|TWRP|Factory Image|Stock Recovery)

This is the OnePlus 8's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"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"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
Great job, but I never use it. I really need to learn a lot of things. Thank you so much.
@mauronofrio does this work for the T-Mobile variant?
Thank you so much for this, a must have!!
Does this work with oneplus 8 from t mobile?
I was able to ROOT Oneplus 5 with this tool, can this be used to ROOT Oneplus 8 as easy ?
Will this work for the T-Mobile variant? I'm on 10.5.8
did anyone try this on the T-Mobile oneplus 8?
After unlocking the bootloader (Oneplus 8; no branding) I flashed TWRP 3.4.0 and rooted using Magisk 20.4. After this the CAMERA app is not opening anymore though. And the AUTHY app is simply showing a blank screen. What should I do to fix this?
I don't necessarily need to keep the phone rooted, I only needed to do in order to restore some apps data with Titanium Backup. Once that is done if I unroot (not sure how just yet) will the camera and other apps start working perhaps?
Nevermind. After having tested various things I ended up rebooting the phone and that fixed it. thinking about it it started not working after I enabled the option "Magisk Hide". I guess the option requires a reboot even thought it's not mentioned.
networx2002 said:
did anyone try this on the T-Mobile oneplus 8?
Click to expand...
Click to collapse
No luck. I tried last night.
Edit: That was without the unlock token from oneplus. Still waiting on that.
Thats what i figured damn TMobile.
rekman said:
No luck. I tried last night.
Edit: That was without the unlock token from oneplus. Still waiting on that.
Click to expand...
Click to collapse
Droidman61 said:
Thats what i figured damn TMobile.
Click to expand...
Click to collapse
I tried successfully today.
1. SIM unlock
2. OnePlus unlock code
3. Unlock bootloader
4. Use this tool.
5. Profit
First thing I installed was adaway
Just waiting on my OnePlus code.
mauronofrio said:
This is the OnePlus 8's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
Click to expand...
Click to collapse
Awesome thanks for this!
hello this tool is worth to put the twrp in the oneplus 8? or better to use CMD?
Enviado desde mi IN2010 mediante Tapatalk
tyl3rmax said:
Awesome thanks for this!
Click to expand...
Click to collapse
Can this also install the international version on TMobile branded devices?
On the Device/Functions page https://toolaio.tk/devices-functions/, Oneplus 8 is listed as No on Stock Recovery but Yes on Stock Factory Image. Does this mean I can use this tool to "flash to stock" or no?

Categories

Resources