D
Deleted User
Guest
Now, i'm totally lost!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Quoted it forward for convenience. I think you have completed many of the steps.check my instructions on the first page in my how to root post
How to root it?
First thing you need to do is unlock your bootloader.
You will need this on your PC: https://developer.android.com/studio/releases/platform-tools.html
Full instructions for unlocking the bootloader, directly from the android site: https://developers.google.com/android/images
Step 2 would be to grab the latest TWRP image:
https://dl.twrp.me/taimen/
I believe you'd want: twrp-3.2.3-1-taimen.img
And for a permanent install you'd need to also download the corresponding zip. Personally, especially with your current knowledge of the process I would skip the permanent install for now.
Next you need to also grab the latest stable version of magisk from here: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
Place the zip on your phone's internal storage.
Next boot into your bootloader either manually or using adb command: adb reboot bootloader
Once you're there, use fastboot to boot the TWRP image: fastboot boot twrp-3.2.3-1-taimen.img
That should load you directly into TWRP. From there install file, and use the magisk.zip you placed on your phone.
Reboot the device and you should be rooted.
Hopefully you understand how to use adb and fastboot, if not I won't be available for most of the day to answer questions but I'll check in later when I can and see how you're doing.
ok so it looks like u got adb opened in the right directory next you need to do fastboot but you are pointing the command in the wrong place it should be:is that twrp.image sitting alone on the desktop, or is it put into the platform-tools folder?
fasboot boot c:\users\danny\desktop\platform-tools_r28.0.2-windows\platform-tools\ twrp-3.2.3-1-taimen.img
You can't flash TWRP on this device. You have to fastboot boot twrp, then you can flash a zip for permanent install if you want.
ok so it looks like u got adb opened in the right directory next you need to do fastboot but you are pointing the command in the wrong place it should be:
Code:fasboot boot c:\users\danny\desktop\platform-tools_r28.0.2-windows\platform-tools\ twrp-3.2.3-1-taimen.img
you could have just created a folder on your desktop so that the path is much shorter....lol
edit: because your path is so long you have to scroll the code box dialog
ok whatever twrp file you have goes at the end of the commandThe twrp i have is 3.3.0-0.
ok so it looks like u got adb opened in the right directory next you need to do fastboot but you are pointing the command in the wrong place it should be:
Code:fasboot boot c:\users\danny\desktop\platform-tools_r28.0.2-windows\platform-tools\ twrp-3.2.3-1-taimen.img
you could have just created a folder on your desktop so that the path is much shorter....lol
edit: because your path is so long you have to scroll the code box dialog
Fastboot is still NOT being recognized!!!! View attachment 141312