I will work on a new one as soon the MR2 root process is stable, hopefully by end of this month.
CP
Questions as I'm considering root
1. Is it stable? No major bugs on latest firmware (i.e. blutooth, lte issues etc)
2. Is there a chroma varient for GSI?
3. Is there a high brightness mod?
Thanks having trouble finding the answers.
root@XXX:/home/XXX/platform-tools# fastboot flash boot_a boot.img
Sending 'boot_a' (20768 KB) FAILED (Write to device failed (No such device))
fastboot: error: Command failed
root@XXX:/home/XXX/platform-tools# fastboot devices
181939V01500871 fastboot
Works fine for me on MR2Does anyone know if we are able to use Google pay or even Netflix if our phone is rooted? Has that problem been fixed?
Reboot your computer or try a different port and/or cable. It's just a simple com issueI am having trouble rooting Razer Phone 2. It is brand new, stock everything.
I successfully unlocked the bootloader following chpimentelpr instructions. This is confirmed when I boot into fastboot mode - it states bootloader is unlocked.
For some reason, I cannot patch Magisk boot.img using this command: fastboot flash boot_a boot.img
Here is the output of the failure (I'm rooted in terminal):
Code:root@XXX:/home/XXX/platform-tools# fastboot flash boot_a boot.img Sending 'boot_a' (20768 KB) FAILED (Write to device failed (No such device)) fastboot: error: Command failed
I run Linux (Ubuntu, Mint, and Debian). I downloaded the latest platform tools adb and fastboot. The file "boot.img" is in the same folder as adb and fastboot.
ADB and fastboot recognizes the device. This is confirmed by running fastboot devices. Here is the output:
Code:root@XXX:/home/XXX/platform-tools# fastboot devices 181939V01500871 fastboot
Why can I not flash to boot_a? I tried boot_b with the same results.
Works fine for me on MR2
Reboot your computer or try a different port and/or cable. It's just a simple com issue
fastboot flashing unlock_critical
Hi team,
I got a new cable and that was the initial problem. Now I can flash via fastboot.
I flashed the boot.img from this link from Warrior1988:
https://forum.xda-developers.com/razer-phone-2/development/root-pie-update-unlocked-devices-t3905454
I downloaded the MR1 because that was the only one available. My phone is MR2 from stock. So when I flashed Warrior's boot.img I got stuck in a boot loop with the razer animation. I believe this is because the boot image is for MR1 and all the other files on the device are related to MR2.
I'm also a little fuzzy on how to install Magisk and at what stage. Should I already have Magisk installed before I flash a boot.img? Or when?
omega, if you have it on MR2, did you actually flash/install Magisk when you were MR1 and then updated? If so, then I likely have to downgrade to MR1, flash/install, and then upgrade to MR2.
The best option would be if Warrior1988 can create an MR2 boot.img. Thanks for all the help team!
After rooting you can flash mr2 without loosing root? Or is there a process to make sure root isn't lost?Update
SOLVED
I am now rooted with Magisk on MR2. The work around was to downgrade to MR1 before beginning this entire root process. Razer gives excellent instructions on how to achieve this on their site here:
https://developer.razer.com/razer-phone-dev-tools/general-instructions/
It is important to note that in order to downgrade you must . You'll brick your device otherwise. After I downgraded to MR1, I was able to follow the instructions to get root with Magisk. It takes time and reading.
I hope this post helps others in a similar situation.
After rooting you can flash mr2 without loosing root? Or is there a process to make sure root isn't lost?
Update
SOLVED
I am now rooted with Magisk on MR2. The work around was to downgrade to MR1 before beginning this entire root process. Razer gives excellent instructions on how to achieve this on their site here:
https://developer.razer.com/razer-phone-dev-tools/general-instructions/
It is important to note that in order to downgrade you must. You'll brick your device otherwise. After I downgraded to MR1, I was able to follow the instructions to get root with Magisk. It takes time and reading.Code:fastboot flashing unlock_critical
I hope this post helps others in a similar situation.
< waiting for device >
That sounds like the USB drivers are not installed. The safest check before doing anything is "fastboot devices". That should return the connected device's serial number. If it doesn't, then Fastboot can't find the device and often that's a cable, USB port or driver problem.after unlocking the bootloader on MR2 I'm trying to run the fastboo flashing unlock_critical but the terminal just says
Code:< waiting for device >
and the phone does nothing. just sits on the bootloader screen.
after unlocking the bootloader on MR2 I'm trying to run the fastboo flashing unlock_critical but the terminal just says
Code:< waiting for device >
and the phone does nothing. just sits on the bootloader screen.
now I'm bootlooping.
sucessful downgrade to MR1
installed magisk boot.img to a and b
installed manager
downloaded MR2 update
went into manager and did the inactive slot install
now bootlooping.
Sorry to hear you are bootlooping. I am not certain why but we can try to figure it out.
Are you sure when you installed Magisk manager you followed the boot image patch instructions? Additionally, after you install the OTV update of MR2 to the inactive slot, you have to reboot the phone from within Magisk Manager.
Yes, I followed the dual slot instructions. Although, there was a step that said to reinstall the original boot image (but there was no backup because I was already running the magisk boot.img.)That might've had something to do with it.
right now im on MR2 with the kernel/TWRP installed but would still like to haz root
Custom Recovery
If your device has custom recovery support, the easiest way is to install it through custom recoveries, such as TWRP.
Download the Magisk installer zip
Reboot to custom recovery
Flash the zip and reboot
Check whether Magisk Manager is installed. If for some reason it isn’t installed automatically, manually install the APK
Your link has everything necessary for this step, right? Direct link to version 1.4.3 is here: https://androidfilehost.com/?fid=746010030569952951
Or are drivers and ADB two separate downloads?
I assume this is where we plug our phone into our computer?
For anyone dumb and new like me, I think this is with cmd.exe in Windows. Win+S -> type "cmd" (without quotation marks) and hit enter. Once open, you want to navigate to ADB, which you've already installed via the above instructions.
So your cmd will say:
C:\Users\YourName>
And you want to get to ADB, so you'll type "cd" (without quotation marks) which means you want to change directories, and then "cd adb" (if its in C:\ directory) or "cd [whatever the path is to the ADB folder]\adb"
Assuming it was directly in C:, you should see something like:
C:\adb>
Now you want to type "adb devices" to make sure it sees your phone is plugged in. You should see: "list of devices attached - [model] device" or something.
Now you're ready to go with the instructions starting at "adb reboot bootloader." If I'm wrong about this, someone less new and dumb than I am please correct me.
I'm confused on this one. The first one has "flash*boot_a," but the second one has "flash boot_b" without the * symbol. What does the * do, and what happens if we mess it up? Sorry if that's a dumb question.
yeah i found out what was wrong, finished flashing the .img files only to get a bootloop cause i flashed MR1 .img files to my phone (MR2) i need to get the .img of build P-MR2-RC001-RZR-190914.3123 but the file is 2 GB and i have a 5KB/S download speed :/ all i need is the .img from it, could you possibly provide me with it? i cant find it elsewhere