the image that supposedly contains twrp and magisk doesnt. just thought id put that out there. after following steps. fastboot reboot only reboots system as if im barely starting os for the first time
after "fastboot reboot" press volume up. will boot into twrp or stock recovery.the image that supposedly contains twrp and magisk doesnt. just thought id put that out there. after following steps. fastboot reboot only reboots system as if im barely starting os for the first time
idk what is going on but i cant get anything to boot. im following instructions to a t and not getting anywhere. it just bootloopsafter "fastboot reboot" press volume up. will boot into twrp or stock recovery.
Make sure to hold volume up while it's rebooting and keep it plugged in to your PC.idk what is going on but i cant get anything to boot. im following instructions to a t and not getting anywhere. it just bootloops
So I was able to boot arrow is idk how but it has constant system UI crashes. I was going to do the fixes. But I don't have twrp to flash super su to have root access. I'm back on stock recovery. I'm afraid if I flash twrp through fastboot I'll lose the osMake sure to hold volume up while it's rebooting and keep it plugged in to your PC.
Sent from my Phh-Treble vanilla using Tapatalk
Unfortunately Arrows OS does have system UI crashes at the moment. Try pixel dust or the December version of pixel experience.So I was able to boot arrow is idk how but it has constant system UI crashes. I was going to do the fixes. But I don't have twrp to flash super su to have root access. I'm back on stock recovery. I'm afraid if I flash twrp through fastboot I'll lose the os
I can't boot pixel experience December build. Actually I can't boot January or February build either. I can only boot November build. Can you post a screenshot of the available /system space?Unfortunately Arrows OS does have system UI crashes at the moment. Try pixel dust or the December version of pixel experience.
I'm actually not rooted so not sure how I can show the available system space, any ideas?I can't boot pixel experience December build. Actually I can't boot January or February build either. I can only boot November build. Can you post a screenshot of the available /system space?
Just install Solid Explorer from Play store, it's free trial. Go in the app settings, there is an option called show root space or something alike. Oh, please post a screenshot of the android version too. Thanks a lot!I'm actually not rooted so not sure how I can show the available system space, any ideas?
Sent from my Phh-Treble vanilla using Tapatalk
Try Descendant Rom. Only con is selfie camera not working (still testing the rom).So I was able to boot arrow is idk how but it has constant system UI crashes. I was going to do the fixes. But I don't have twrp to flash super su to have root access. I'm back on stock recovery. I'm afraid if I flash twrp through fastboot I'll lose the os
You simply run the script from Razer. It flashes all the partition back to stock, and it won't relock bootloader.Quick question. If I decide to return to 8.1 using the latest stock system images, do I need to reflash the stock boot image to both slots first or is it ok to just hit the flashall script and let it do it's thing? Bit concerned about how the flashall batch file treats the slots. Then maybe relock the bootloader?
Same here. Did the "how-to" twice without any success. The device does not boot in system but in boot-loader mode (pixel_dust.img)Tried multiple android 9 GSI roms and some boots but no wifi and data (some don't even boot).
Wifi fix (works on Arrow OS) on post #4 doesn't work. After flashing twrp 3.2.1.0, the phone does not boot on any android 9 GSI roms. Anyway thanks for your work trying to make GSI work on Razer phone.
Using this method I got v109 (the one bundled with microG) working with all the perks! The only thing that I thought was working but you didn't list was the front camera. Is this OK or is it supposed to work?Using an MR0 image on MR3 is not recommended, and using Magisk will break RIL (data connectivity) and WiFi.
If you want to run Pie GSIs, forget about using Magisk and run phh-su. Lastly, if you want your front camera and Bluetooth A2DP to work, use latest phh-gsi image v109. Using older versions than v108 is discouraged for breaking the mentioned.
Current status:
1. Cheryl specific overlays are not yet merged into phh source code because I'm a lazy assh*le. If you want your device to have Adaptive brightness, gestures, and fix the strong vibration, place the following apk inside /system/overlay or /vendor/overylay
2. Razer Power Service and NFC are faulty and will spam your logcat, which may, in the end, reduce your battery life. You need to extract [email protected] from both /system/lib and /system/lib64 from Razer's stock ROM and place them respectively into /vendor/lib and lib64. I've conveniently extracted them for you (Folder named 32's file should be extracted onto /vendor/lib and folder named 64's file should be extracted onto /vendor/lib64).
To kill NFC until we find a proper solution, go into your GSI's filesystem path /system/app/NfcNci and delete or change NfcNci.apk's filename into anything else, like NfcNci.bak.
3. Common to MSM8998, and I believe several other Qcomm based smartphones, Bluetooth In-Call audio is not working, and audio gets redirected to Earpiece.
4. Everything. Else. Works.
Please thank @phhusson for his amazing job in this project!
---------- Post added at 09:16 ---------- Previous post was at 09:13 ----------
As an extra, if you would like to erase your data/userdata partition without messing up with recoveries, you could just issue the following fastboot command:
Where 0xc72dd3000 is the userdata partition size with FBE enabled.Code:fastboot format:ext4:0xc72dd3000 userdata
If you are running a bootimage without FBE, the partition size might be 0xC72DD7000, so the command would be:
Code:fastboot format:ext4:0xC72DD7000 userdata
--------------------
As a result, a summary of OP would be:
0. Flash latest cheryl fastboot image just like explained in OP.
1. Download the Android 9.0 GSI of your preference.
2. Reboot into fastboot.
3. Wipe your userdata partition with:
4. Flash the system image you downloaded with:Code:fastboot format:ext4:0xc72dd3000 userdata
Where IMAGENAME goes your system image name. In our bootloader, you don't need to specify the partition you want to flash, and fastboot flashing into just "system" will flash the current slot.Code:fastboot flash system IMAGENAME.img
5. Follow the steps from 1 and 2 from the Current status section above to get all the perks to work.