Razer phone Android 9.0 Pie cheryl-P-Magisk-twrp-boot

patient81

Senior Member
Oct 20, 2010
75
14
28
What are the guaranteed steps to avoid losing WiFi when flashing this? Tried to flash this after the latest November security update with clean flash and lost WiFi. Think it has something to do with having a pattern or lock code set during boot.

Sent from my Phone using Tapatalk
 

patient81

Senior Member
Oct 20, 2010
75
14
28
Can you Upload the Stock boot.img for Android 9.0 cheryl-p
This would be great.

It would also be very helpful if Razer provided this update as a factory image on their developer site.

---------- Post added at 10:33 PM ---------- Previous post was at 09:36 PM ----------

Been thinking about this a bit more. Surely any of us could temp boot (not flash) twrp then backup the boot.img from the inactive slot?

Might try this myself.

Sent from my Phone using Tapatalk
 

bedlam13

New member
Aug 19, 2012
2
1
0
Looks like Razer finally updated their factory images portal! December's image is up!

This would be great.

It would also be very helpful if Razer provided this update as a factory image on their developer site.

---------- Post added at 10:33 PM ---------- Previous post was at 09:36 PM ----------

Been thinking about this a bit more. Surely any of us could temp boot (not flash) twrp then backup the boot.img from the inactive slot?

Might try this myself.

Sent from my Phone using Tapatalk
 
  • Like
Reactions: klassen00

Leprechaun7

Member
May 1, 2012
24
1
23
Correct commands

I don't want to mess this up, I'm a little rusty rooting phones. So from a booted up phone running android 9 with an unlocked bootloader.

commands:
adb reboot bootloader (this is the part I'm unsure of)
fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
fastboot reboot

I'm also double checking that this will not wipe my device.

Thanks Mucho!
 

guillermohs9

Senior Member
Nov 30, 2015
224
50
48
I don't want to mess this up, I'm a little rusty rooting phones. So from a booted up phone running android 9 with an unlocked bootloader.

commands:
adb reboot bootloader (this is the part I'm unsure of)
fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
fastboot reboot

I'm also double checking that this will not wipe my device.

Thanks Mucho!
Adb reboot bootloader will reboot into download mode, where you are supposed to issue the fastboot commands, so that's ok.

When in doubt, always back up your data. There's no such thing as a worthless backup.

Also be sure to have your drivers installed. Do adb devices and see your device pop up in the output. The same with fastboot devices.
 
  • Like
Reactions: Leprechaun7

Leprechaun7

Member
May 1, 2012
24
1
23
Adb reboot bootloader will reboot into download mode, where you are supposed to issue the fastboot commands, so that's ok.

When in doubt, always back up your data. There's no such thing as a worthless backup.

Also be sure to have your drivers installed. Do adb devices and see your device pop up in the output. The same with fastboot devices.
Thanks I managed to move forward but now I've dug myself a huge hole. https://forum.xda-developers.com/razer-phone/help/help-bricked-stuck-android-logo-boot-t4108879
The point of my trying to get TWRP/root running was to backup my phone :(
 

kevinc999

Member
May 18, 2020
9
0
0
keep getting this error:

C:\Users\Kcsla>fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
Sending 'boot_a' (26840 KB) FAILED (Write to device failed in SendBuffer() (Too many links))
fastboot: error: Command failed

C:\Users\Kcsla>
C:\Users\Kcsla>fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
Sending 'boot_b' (26840 KB) FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed

C:\Users\Kcsla>
C:\Users\Kcsla>fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
Sending 'boot_b' (26840 KB) FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed

C:\Users\Kcsla>fastboot reboot
Rebooting FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed

---------- Post added at 09:13 PM ---------- Previous post was at 08:43 PM ----------

now i am getting this error


C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
target didn't report max-download-size
sending 'boot_a' (26840 KB)...
FAILED (remote: Requested download size is more than max allowed
)
finished. total time: 0.004s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
target didn't report max-download-size
sending 'boot_b' (26840 KB)...
FAILED (remote: Requested download size is more than max allowed
)
finished. total time: 0.005s