I followed this guide: https://www.youtube.com/watch?v=LD1OlbfHdwE
Now I got in to TWRP, and I need to put boot.img, magisk zip and twrp zip into phone storage, but my OnePlus wont show up in Explorer like in the video. When I check in device manager ADB drivers are installed and windows wont replace them with the Android bootloader interface drivers that he uses in the video. I have ran the driver msi file like in the video but windows keeps using its driver.
I am a total newbie at rooting btw
anyone got a solution? now I'm stuck in TWRP and don't really dare to do anything haha
If you know xda why do you follow a youtube video to root your device?!
Can't you mount your storage in twrp so it gets shown in windows?
If you factory reset your phone and boot android it should show you a partition with op drivers. No need to download them.
pdppdp said:
If you know xda why do you follow a youtube video to root your device?!
Can't you mount your storage in twrp so it gets shown in windows?
If you factory reset your phone and boot android it should show you a partition with op drivers. No need to download them.
Click to expand...
Click to collapse
Dont know haha, had some trouble with other guides and ended up with this one.
Did a little workaround, I used adb sideload to transfer a folder with the files to, flashed boot.img, twrp and magisk but now it has sat on boot screen (red circle with 2 white spinning around) for 10 minutes ?
Dozen1 said:
Dont know haha, had some trouble with other guides and ended up with this one.
Did a little workaround, I used adb sideload to transfer a folder with the files to, flashed boot.img, twrp and magisk but now it has sat on boot screen (red circle with 2 white spinning around) for 10 minutes ?
Click to expand...
Click to collapse
did you wipe your storage?
matze19999 said:
did you wipe your storage?
Click to expand...
Click to collapse
nope… Just followed the video, flashed all the files and reboot
I would start from scratch.
With adb working move latest oos firmware (5.1.11), latest twrp.zip (3.2.3.0) and latest magisk.zip (17.1) to your internal storage.
In twrp flash latest full (~1,4gb) firmware, don't reboot but flash twrp.zip. Now reboot recovery and flash magisk.zip.
System should boot, is rooted and custom recovery is in place.
pdppdp said:
I would start from scratch.
With adb working move latest oos firmware (5.1.11), latest twrp.zip (3.2.3.0) and latest magisk.zip (17.1) to your internal storage.
In twrp flash latest full (~1,4gb) firmware, don't reboot but flash twrp.zip. Now reboot recovery and flash magisk.zip.
System should boot, is rooted and custom recovery is in place.
Click to expand...
Click to collapse
Sounds good but now TWRP is stuck at its loading screen….
Then turn off phone. Reboot to bootloader and boot twrp with fastboot
fastboot boot twrp-3.2.3-0-enchilada.img
Flash twrp.zip and reboot recovery.
pdppdp said:
Then turn off phone. Reboot to bootloader and boot twrp with fastboot
fastboot boot twrp-3.2.3-0-enchilada.img
Flash twrp.zip and reboot recovery.
Click to expand...
Click to collapse
Doesnt work, stuck at screen with oneplus logo when entered command
So now I really don't know what to do, just want my phone working tbh. Recovery ends up in loading TWRP screen, booting twrp with fastboot doesnt work, normal boot ofc doesnt work
Kind of regretting trying to root now...
Did you turn your phone off (unplugged from power, pc).
Then wait five minutes and boot bootloader (vol+ + power).
Related
How to install TWRP after Magisk?
I have a OnePlus 6 running Oxygen OS 9.0 and I managed to install Magisk by obtaining the stock boot image and using the magisk manager app to patch it to include magisk, then I flashed the patched boot.img using fastboot and ADB.
The reason I did it this way is that every time I tried to boot with twrp.img in order to flash twrp.zip, I would run into a screen saying Qualcomm CrashDump Mode and TWRP wouldn't boot.
Now I want to install TWRP and I was wondering if there is any way of doing it by using Magisk, so I wouldn't have to boot twrp.img.
Any help would be greatly appreciated.
Same problem here. Already tried to boot every version of TWRP without success.
abrahammurciano said:
How to install TWRP after Magisk?
I have a OnePlus 6 running Oxygen OS 9.0 and I managed to install Magisk by obtaining the stock boot image and using the magisk manager app to patch it to include magisk, then I flashed the patched boot.img using fastboot and ADB.
The reason I did it this way is that every time I tried to boot with twrp.img in order to flash twrp.zip, I would run into a screen saying Qualcomm CrashDump Mode and TWRP wouldn't boot.
Now I want to install TWRP and I was wondering if there is any way of doing it by using Magisk, so I wouldn't have to boot twrp.img.
Any help would be greatly appreciated.
Click to expand...
Click to collapse
If you have magisk manager with working root.... Then YES you can.... Just download Official TWRP app from GPlay... Open it give root permissions and follow the onscreen instructions.... Thats it...and yes use the zip not the img file
James Blode said:
If you have magisk manager with working root.... Then YES you can.... Just download Official TWRP app from GPlay... Open it give root permissions and follow the onscreen instructions.... Thats it...and yes use the zip not the img file
Click to expand...
Click to collapse
But there's no button to flash, I open the app, select flash recovery, select device, but theres no button to flash it.
See screenshot
do you have fastboot and adb installed on your computer? I assume so as you have oem unlocked to flash magisk, correct?
Copy the TWRP file that ends with .img to your desktop
if so, open a command prompt (windows key +R and type cmd press enter)
type "cd desktop" without quotes and press enter
type fastboot boot "twrp.img" (whatever the file name actually is)
Congrats, you are now in TWRP. But wait, there's more! if you reboot to system or other wise leave TWRP at this point you will revert back to stock. to flash recovery onto your device permanently, install the TWRP.ZIP (The ZIP is IMPORTANT) as it changes the boot on the OP6 to have the TWRP image (oh, by the way, there is no recovery partition on OP6 like previous devices [Thanks A/B partition!])
Now you can reboot to your hearts content. remember if you update OOS, you will lose the custom recovery, so flash the TWRP.zip after every update!
Denkai said:
do you have fastboot and adb installed on your computer? I assume so as you have oem unlocked to flash magisk, correct?
Copy the TWRP file that ends with .img to your desktop
if so, open a command prompt (windows key +R and type cmd press enter)
type "cd desktop" without quotes and press enter
type fastboot boot "twrp.img" (whatever the file name actually is)
Congrats, you are now in TWRP. But wait, there's more! if you reboot to system or other wise leave TWRP at this point you will revert back to stock. to flash recovery onto your device permanently, install the TWRP.ZIP (The ZIP is IMPORTANT) as it changes the boot on the OP6 to have the TWRP image (oh, by the way, there is no recovery partition on OP6 like previous devices [Thanks A/B partition!])
Now you can reboot to your hearts content. remember if you update OOS, you will lose the custom recovery, so flash the TWRP.zip after every update!
Click to expand...
Click to collapse
Yes I have fastboot and ADB on my computer (Linux btw), and as I mentioned it the first post, I already tried that, except that instead of booting into TWRP after "fastboot boot twrp.img" I got to a screen saying Qualcomm CrashDump mode (see attached image (the image might not be exactly the same as mine, I found that on the internet because I don't have my computer to reproduce it now)).
super odd. maybe your boot image is corrupt? still doesn't explain why fastboot boot isn't working though... Try bluSpark's TWRP image. it's a solid build and I am not having issues with it.
https://forum.xda-developers.com/oneplus-6/development/kernel-t3800965/page17
or you can also try swapping to the other partition by typing 'fastboot --set-active=_a' (or fastboot --set-active=_b) and booting to that recovery.
if that doesn't work for ya, try and restore stock via fastboot is my only suggestion:
https://forum.xda-developers.com/oneplus-6/how-to/rom-stock-fastboot-roms-oneplus-6-t3796665
[/COLOR]
abrahammurciano said:
Yes I have fastboot and ADB on my computer (Linux btw), and as I mentioned it the first post, I already tried that, except that instead of booting into TWRP after "fastboot boot twrp.img" I got to a screen saying Qualcomm CrashDump mode (see attached image (the image might not be exactly the same as mine, I found that on the internet because I don't have my computer to reproduce it now)).
Click to expand...
Click to collapse
I wonder if this problem has been solved? After having Root without TWRP since last year, I decided to flash TWRP now because I miss having a Nandroid backup. But just like op, right after I type in "fastboot boot TWRP.img", I end up with that Qualcomm crash dump error, resulting in a fastboot boot loop every time I restart the phone. My only recourse is to use the MSM flash tool that reflashes everything and returns the phone into factory stock. In the process wiping out all my data. I don't think there's anything corrupted
EDIT: the problem wasn't the procedure; it was the damned bootable TWRP .img files. I downloaded different TWRP.img versions, and they all failed to flash into temporary TWRP, except for this one that I found here: https://drive.google.com/open?id=1CJoBQ5ZuAExv27XLWwLMFYfHoLEu5YFJ You can use this bootable .img to flash any TWRP version compatible with your device
Does it work for Android 10?
oneplus 6 running oxygen os beta 30 with magisk 20.1 without twrp
Borat38 said:
[/COLOR]
I wonder if this problem has been solved? After having Root without TWRP since last year, I decided to flash TWRP now because I miss having a Nandroid backup. But just like op, right after I type in "fastboot boot TWRP.img", I end up with that Qualcomm crash dump error, resulting in a fastboot boot loop every time I restart the phone. My only recourse is to use the MSM flash tool that reflashes everything and returns the phone into factory stock. In the process wiping out all my data. I don't think there's anything corrupted
EDIT: the problem wasn't the procedure; it was the damned bootable TWRP .img files. I downloaded different TWRP.img versions, and they all failed to flash into temporary TWRP, except for this one that I found here: https://drive.google.com/open?id=1CJoBQ5ZuAExv27XLWwLMFYfHoLEu5YFJ You can use this bootable .img to flash any TWRP version compatible with your device
Click to expand...
Click to collapse
Please I need TWRP for Blackview BV9600 pro please share with me if you have a link to a webpage I may find it
James Blode said:
If you have magisk manager with working root.... Then YES you can.... Just download Official TWRP app from GPlay... Open it give root permissions and follow the onscreen instructions.... Thats it...and yes use the zip not the img file
Click to expand...
Click to collapse
Hello I'm having magisk root access and official TWRP app but can't use it for NAndroid backup, how can I use the app for backup and fishing custom ROM?
So I did the following steps
- Unlocked bootloader
- Booted in TWRP
- Installed TWRP zip from the recovery
- Installed magisk.zip
Everything seemed to work fine, but now it takes forever to boot, an only boots into TWRP, asking for my password.
I cannot seem to boot normally.
Please help, thanks for your time
I think most of the time if you flash the boot.img from whatever stock firmware you are on it should boot right up,,,atleast thats what i did in the past
Daped16 said:
So I did the following steps
- Unlocked bootloader
- Booted in TWRP
- Installed TWRP zip from the recovery
- Installed magisk.zip
Everything seemed to work fine, but now it takes forever to boot, an only boots into TWRP, asking for my password.
I cannot seem to boot normally.
Please help, thanks for your time
Click to expand...
Click to collapse
Archangel said:
I think most of the time if you flash the boot.img from whatever stock firmware you are on it should boot right up,,,atleast thats what i did in the past
Click to expand...
Click to collapse
If you're running a stock ROM, you have to have the full factory image downloaded, and extract the boot.img file. Then, put your phone in bootloader mode and run the following command from your PC: fastboot flash boot boot.img
You will lose TWRP & root, but you will be able to boot. When you go through the process again, reboot after each flash, so you know whether it has worked.
Isnt that basically what I said? Just making sure because you included me on your post?
post-mortem said:
If you're running a stock ROM, you have to have the full factory image downloaded, and extract the boot.img file. Then, put your phone in bootloader mode and run the following command from your PC: fastboot flash boot boot.img
You will lose TWRP & root, but you will be able to boot. When you go through the process again, reboot after each flash, so you know whether it has worked.
Click to expand...
Click to collapse
Hello, i was on android 10 open beta 2 with root
But while upgrading i ran into some complications and now i am on OOS 10.0.1 but dont have root
I tried to install twrp but after pushing through adb the screen says "fastboot mode" and stays there. And after typing fastboot reboot the phone reboots into home screen
I also tried to patch boot image of oos 10.0.1 but it enters into fastboot loop
Any way i can get root?
What happens when you're in fastboot and boot the twrp file?
Phantom Thief said:
What happens when you're in fastboot and boot the twrp file?
Click to expand...
Click to collapse
The whole screen turns black with the words "fastboot mode" in the center
ViperCDX said:
I tried to install twrp but after pushing through adb the screen says "fastboot mode" and stays there. And after typing fastboot reboot the phone reboots into home screen
Click to expand...
Click to collapse
Your description sounds a bit suspicious, like you aren't doing the right method. Or maybe you are not just using the right (precise) terminology. There is a lot of confusion by folks on how to boot/install TWRP properly on this device, so that is why I am pointing this out, and hope you can clarify more specifically so we can then help you.
You don't need to adb push the TWRP.img file to boot TWRP, and you don't "install" TWRP.img using fastboot either. You should be trying to fastboot boot twrp.img, with that img file on your computer.
You do need the Magisk zip on the phone (and adb push is one way); as well as the TWRP installer zip if you intend to install (not just boot) TWRP to the phone. The TWRP installer zip not completely necessary, if you want to just flash Magisk and achieve root (not have TWRP installed on the phone).
Also, are any error messages showing up on your command prompt on the computer, and if so what does it day exactly?
Might be best if you cut/paste your fastboot commands, or post a screenshot of your PC, so we can see exactly what commands you used, error messages, etc.
redpoint73 said:
Your description sounds a bit suspicious, like you aren't doing the right method. Or maybe you are not just using the right (precise) terminology. There is a lot of confusion by folks on how to boot/install TWRP properly on this device, so that is why I am pointing this out, and hope you can clarify more specifically so we can then help you.
You don't need to adb push the TWRP.img file to boot TWRP, and you don't "install" TWRP.img using fastboot either. You should be trying to fastboot boot twrp.img, with that img file on your computer.
You do need the Magisk zip on the phone (and adb push is one way); as well as the TWRP installer zip if you intend to install (not just boot) TWRP to the phone. The TWRP installer zip not completely necessary, if you want to just flash Magisk and achieve root (not have TWRP installed on the phone).
Also, are any error messages showing up on your command prompt on the computer, and if so what does it day exactly?
Might be best if you cut/paste your fastboot commands, or post a screenshot of your PC, so we can see exactly what commands you used, error messages, etc.
Click to expand...
Click to collapse
ok let me try to be as specific as possible.
First i put the "twrp-3.3.1-4-guacamole.img" file in the adb folder and "twrp-3.3.1-4-guacamole.zip" in the internal storage of my phone
Then i switched off my phone, pressed vol up and vol down and power button to enter fastboot mode
i connected my phone to my pc
opened cmd window in the adb folder
typed "fastboot devices" to check if connected
then "fastboot boot twrp-3.3.1-4-guacamole.img"
on pressing enter , i get the 2 ok messages on cmd window and at that point my phones screen goes completely black with "Fastboot mode" written in the center
And stays there that way
now if i type "fastboot reboot" the phone reboots to the home screen
Hope i made it a bit clear
Sorry cant post screenshots at this moment, i am on vacation and dont have my laptop with me
You're using the wrong twrp image. You have to use the one for android q. Unofficial build of twrp for android q is available on the development section. Get that image, fastboot boot twrp.img and then install magisk 20. You don't need to install the twrp zip. You can just boot the image from fastboot whenever you need a custom recovery.
If you absolutely want the recovery, then you can flash it (remember to get the zip for android q) from magisk and then do direct install of magisk then reboot.
kgs1992 said:
You're using the wrong twrp image. You have to use the one for android q. Unofficial build of twrp for android q is available on the development section. Get that image, fastboot boot twrp.img and then install magisk 20. You don't need to install the twrp zip. You can just boot the image from fastboot whenever you need a custom recovery.
If you absolutely want the recovery, then you can flash it (remember to get the zip for android q) from magisk and then do direct install of magisk then reboot.
Click to expand...
Click to collapse
Oh damn, didnt realise that, so silly of me
Will try the android q version and report back
ViperCDX said:
Oh damn, didnt realise that, so silly of me
Will try the android q version and report back
Click to expand...
Click to collapse
Good catch by the previous user, that you need to use an updated TWRP version.
Unofficial version -70 from the following thread is what you want (if you haven't found it already): https://forum.xda-developers.com/on...nt/recovery-unofficial-twrp-recovery-t3931322
redpoint73 said:
Good catch by the previous user, that you need to use an updated TWRP version.
Unofficial version -70 from the following thread is what you want (if you haven't found it already): https://forum.xda-developers.com/on...nt/recovery-unofficial-twrp-recovery-t3931322
Click to expand...
Click to collapse
Yeah i pushed the .70 version through fastboot then flashed the installer
And now i have twrp
However when i try to flash magisk zip through twrp, the phone enters into fastboot mode and does not enter home screen
I have to fastboot boot image to get out of it
I have tried magisk 20.1,20 and 19.4
Kindly help
Hello guys please help me if you know what is this? What can I do? it's bug in Android 10.0.1 or something wrong that show me every minute this error?Show me in every minute this Don't want communicate with E4:5F:8D:9C:06:1A.Wait your answer,thanks.
Hi everyone,
I have tried to get root priviledges following a guide from Droidwin.com to flash Magisk throught TWRP. At the very last step, after flashing Magisk 19.3 throught TWRP when I tried to reboot my phone, it gets stuck on the "unlocked bootloader warning message", which is supposed to disappear after a few seconds and move on to the boot animation.
It seems like I can go to the stock recovery, which shows fastboot and wipe actions. At this point, I can acces the fastboot screen, but the device is not listed using the ADB command "adb devices", nothing is find.
I'm wondering, what can I try to restore the phone ? I thank you in advance for any suggestions.
Here are some additionnal informations:
---Device---
Oneplus nord running OxygenOS 10.5.5, european version.
---What I've done to get in this situation---
Unlock bootloader using ADB
Launch an TWRP image file using ADB
"Try" to root using Magisk 19.3 zip throught TWRP
Power off from recovery (using TWRP touch interface), but the guide tells to click reboot at this step ...
Get stuck on the warning message, not having any boot animation.
Try to boot in Fastboot.
Turn the Nord Off and start it with plus minus and Power.
Boot TWRP with "Fastboot boot "TWRP File name.img" and flash magisk 20.4
Thank you @denndenn.
I'm able to launch TWRP using the ADB command "fastboot boot [twrpfile].img". But when TWRP starts, it asks me for my decryption password, I type it, brief lines of code says "unable to read system/apex" before showing the home page of TWRP. Someone knows what this means, and if that can be the cause ?
I've then tried to reflash Magisk 19.3, which lead to the same result. I couldn't figure out how load Magisk 20.4 to my internal storage in order to flash it trought recovery ... Do you know how to flash a file which is not on my phone ?
Search forum....
Msm tool oneplus nord wipes phone but fixes any issues
thibdur said:
Thank you @denndenn.
I'm able to launch TWRP using the ADB command "fastboot boot [twrpfile].img". But when TWRP starts, it asks me for my decryption password, I type it, brief lines of code says "unable to read system/apex" before showing the home page of TWRP. Someone knows what this means, and if that can be the cause ?
I've then tried to reflash Magisk 19.3, which lead to the same result. I couldn't figure out how load Magisk 20.4 to my internal storage in order to flash it trought recovery ... Do you know how to flash a file which is not on my phone ?
Click to expand...
Click to collapse
Plug your phone to your PC while in TWRP, then you can use adb to push files to your phone, for example with adb push magisk.zip /sdcard. Then, flash Magisk in TWRP.
How about flashing stock boot to see if your OPN boots to system again and then simply load Magisk zip to your internal storage and then flash via TWRP?
Thank you a lot for your suggestions !
Here is the solution in my case :
Because fastboot was working, I was able to flash stock oxygen rom, and get every working, but it needs to erase all your data.
You can find a guide on the XDA topic "[ROM][STOCK][FASTBOOT][OPN] Stock Fastboot ROMs for OnePlus Nord". The rom list have the lastest roms version (09/2020), and the process is super automated.
Have a good week-end XDA !
TWRP 3.5.0_9.0 for Razer PhoneWhats working:
Almost everything
Follow The Guide To Install
https://forum.xda-developers.com/t/twrp-for-razer-phone.3727333/
Big Thanks
PIPIPIG233666
Download
TWRP Website
I tried the flashing instructions, but my Razer Phone is stuck on the Razer Logo "Powered By Android" screen.
Edit: Grabbed the wrong file! lol
FanboyStudios said:
I tried the flashing instructions, but my Razer Phone is stuck on the Razer Logo "Powered By Android" screen.
Edit: Grabbed the wrong file! lol
Click to expand...
Click to collapse
Mine is stuck at the Razer Logo "Powered by Android" screen as well. When I first installed TWRP it worked okay and I could access the menus, but now I can only access the Fastbook menu and the device is no longer recognized on my computer.
In FastBoot it's showing the following options:
START
Restart bootloader (does nothing but restart to the Razer Logo screen)
Unlock bootloader [Unlocked]
Recovery mode (does nothing but restart to the Razer logo screen)
Wipe Userdata
Power Off
Secure boot shows "yes"
DEVICE STATE - unlocked
Any suggestions?
Thanks
jkimrey said:
Mine is stuck at the Razer Logo "Powered by Android" screen as well. When I first installed TWRP it worked okay and I could access the menus, but now I can only access the Fastbook menu and the device is no longer recognized on my computer.
In FastBoot it's showing the following options:
START
Restart bootloader (does nothing but restart to the Razer Logo screen)
Unlock bootloader [Unlocked]
Recovery mode (does nothing but restart to the Razer logo screen)
Wipe Userdata
Power Off
Secure boot shows "yes"
DEVICE STATE - unlocked
Any suggestions?
Thanks
Click to expand...
Click to collapse
Which file did you download? ZIP or IMG?
If you downloaded the ZIP and tried to flash that with Fastboot, then you screwed up. You may need to download and flash a boot image. You can find this on the Razer Developer Portal, just Google search Razer Phone Stock ROM. You should keep a copy of the latest firmware anyway just in case their site goes down. Extract the zip and you'll want to flash "boot.img" using fastboot flash boot (path to boot.img here). Flash it to both A and B slots, then try flashing the TWRP IMG again.
Note: If you want Magisk, flash the Magisk ZIP after you install TWRP. Then flash the TWRP ZIP to install the recovery. Flashing the TWRP will unroot your phone.
BUT... This TWRP build seem to have issues. It does not remember settings and it is unable to read the internal storage /sdcard folder.
I suggest using an older build.
FanboyStudios said:
Which file did you download? ZIP or IMG?
If you downloaded the ZIP and tried to flash that with Fastboot, then you screwed up. You may need to download and flash a boot image. You can find this on the Razer Developer Portal, just Google search Razer Phone Stock ROM. You should keep a copy of the latest firmware anyway just in case their site goes down. Extract the zip and you'll want to flash "boot.img" using fastboot flash boot (path to boot.img here). Flash it to both A and B slots, then try flashing the TWRP IMG again.
Note: If you want Magisk, flash the Magisk ZIP after you install TWRP. Then flash the TWRP ZIP to install the recovery. Flashing the TWRP will unroot your phone.
BUT... This TWRP build seem to have issues. It does not remember settings and it is unable to read the internal storage /sdcard folder.
I suggest using an older build.
Click to expand...
Click to collapse
Thanks for the info! The problem I'm running into now is that fastboot no longer recognizes a device is connected (although it shows in device manager). I would have to resolve that before I can flash a boot image right?
Thanks again
jkimrey said:
Thanks for the info! The problem I'm running into now is that fastboot no longer recognizes a device is connected (although it shows in device manager). I would have to resolve that before I can flash a boot image right?
Thanks again
Click to expand...
Click to collapse
I'm actually seeing the device now when running "fastboot devices", but when I try to flash the razer image (or any other) I'm getting "fastboot: error: Couldn't parse partition size '0x'". Any suggestions with that? Thanks!
jkimrey said:
I'm actually seeing the device now when running "fastboot devices", but when I try to flash the razer image (or any other) I'm getting "fastboot: error: Couldn't parse partition size '0x'". Any suggestions with that? Thanks!
Click to expand...
Click to collapse
Try wiping user data and flashing the phone completely back to stock. That might be able to fix it, but if it doesn't you may have bricked your phone. If you did, someone else on here might be able to help you.
wubaolong said:
TWRP 3.5.0_9.0 for Razer PhoneWhats working:
Almost everything
Follow The Guide To Install
https://forum.xda-developers.com/t/twrp-for-razer-phone.3727333/
Big Thanks
PIPIPIG233666
Download
TWRP Website
Click to expand...
Click to collapse
This build seems to have some issues.
1. Internal Storage shows up empty with 0mb.
2. It does not remember the user's settings. You can check the box for "Never show this again during boot" (for allowing changes) and it'll show up again during the next boot.
FanboyStudios said:
This build seems to have some issues.
1. Internal Storage shows up empty with 0mb.
2. It does not remember the user's settings. You can check the box for "Never show this again during boot" (for allowing changes) and it'll show up again during the next boot.
Click to expand...
Click to collapse
This issues will only show up when data can't decrypt.
So I guess you're using Razer official Android 9 ROM, but this build doesn't support Razer official ROM data decrypt yet.
It only support 3rd-party ROM data decrypt such as LineageOS, Pixel Experience, exTHmUI, etc.
jkimrey said:
I'm actually seeing the device now when running "fastboot devices", but when I try to flash the razer image (or any other) I'm getting "fastboot: error: Couldn't parse partition size '0x'". Any suggestions with that? Thanks!
Click to expand...
Click to collapse
try this command
Code:
fastboot boot:raw twrp.img
wubaolong said:
This issues will only show up when data can't decrypt.
So I guess you're using Razer official Android 9 ROM, but this build doesn't support Razer official ROM data decrypt yet.
It only support 3rd-party ROM data decrypt such as LineageOS, Pixel Experience, exTHmUI, etc.
Click to expand...
Click to collapse
Yep, I'm on stock Razer Android 9.
wubaolong said:
This issues will only show up when data can't decrypt.
So I guess you're using Razer official Android 9 ROM, but this build doesn't support Razer official ROM data decrypt yet.
It only support 3rd-party ROM data decrypt such as LineageOS, Pixel Experience, exTHmUI, etc.
Click to expand...
Click to collapse
Which Factory build does this version of TWRP support?