[Solved] GSI won't boot - Treble-Enabled Device Questions and Answers

I've been trying to flash Resurrection Remix on my Oneplus Nord N10, but whenever I reboot after flashing it just heads to bootloader.
Is there any way to fix?
Edit: I was using an outdated adb and fastboot build

and did it work after that

Related

Why can't I flash and boot a GSI from 9.0 treble rom?

I flashed AEX6.0, PixelExperience P. They are all treble-enabled 9.0 roms. And I tried to flash 9.0 GSI on top of it, but I can't get it boot. After flashing GSI image to system, TWRP warned me no system exist. But I can flash and boot 9.0 GSI without any problem on top of AEX5.8, oreo.
Am I doing anything wrong?

GSI ROMs

I see numerous developers releasing GSI ROMs and was wondering if anyone has had experience flashing any of these on the Pixel 3. I did flash Resurrection Remix on my OnePlus 6T with GSI and it work beautifully but don't want to go through all the trouble with my pixel and end up with having to flash back to stock.
Guess I'll be the test dummy, I'll report back later
Ok it worked, I am now running Resurrection Remix on my Pixel 3 XL, the steps I used were
First Step
Boot to Twrp and you need to flash the avbctdisable.zip
Link- https://drive.google.com/open?id=1Gh...q0gR-SO0t51CVE
2nd Step
flash the factory boot image in fastboot
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
Use the STOCK boot image!
Then flash the GSI system image of your choice
ON A/B Partition
fastboot flash system_a gsi.img
fastboot flash system_b gsi.img
STEPS After GSI flashed
1.Boot TWRP thru Fastboot
2.Wipe Data and Dalvic / Art Cache
3.Flash the TWRP installer
4.Reboot to System
5. Reboot To Twrp Flash Gapps
6. Reboot To Twrp Flash Magisk And Optional Custom Kernel
7.Reboot
Wow! Thank you for this. What's working on RR? Any link to other GSI's? Cheers
Cozzeck said:
First Step
Boot to Twrp and you need to flash the avbctdisable.zip
Link- https://drive.google.com/open?id=1Gh...q0gR-SO0t51CVE
Click to expand...
Click to collapse
Can you fix the link? Also, some info about what that is? Never heard of it before
Edit. Managed to find the correct link, still no info on what it is
https://drive.google.com/file/d/1GhZK04FDx7WlyKb32qq0gR-SO0t51CVE/view
List of GSI: https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
Project Treble Forum: https://forum.xda-developers.com/project-treble/trebleenabled-device-development
cmh714 said:
List of GSI: https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
Project Treble Forum: https://forum.xda-developers.com/project-treble/trebleenabled-device-development
Click to expand...
Click to collapse
Wow!!, never knew about stuff like this as i was on US versions of Samsung devices for a few years . I saw one of my favorite rom in the mix "MIUI" but seems it won't work on AB devices like Pixel 3 XL . These GSI Roms in your links seems only for older devices .
I've just discovered this... What is the difference between a Bootleggers ROM made for Pixel 3 and Bootleggers GSI?
With a Pixel phone I can try every GSI image and expect that everything is working properly?
So I know little here....my understanding from reading about Treble when it came out was it was about helping non-Google type devices get Android (AOSP) faster by separating the vendor HAL and the system. Since we are Pixels, not sure really how this assists us in anyway.....
Since Fuschia is starting out and someone already got a basic boot, not sure how Treble will play going forward.
Cozzeck said:
I see numerous developers releasing GSI ROMs and was wondering if anyone has had experience flashing any of these on the Pixel 3. I did flash Resurrection Remix on my OnePlus 6T with GSI and it work beautifully but don't want to go through all the trouble with my pixel and end up with having to flash back to stock.
Click to expand...
Click to collapse
Hey everything works smoothly but I'm not receiving text messages any idea how to fix that ? I'm on April vendor.

Project Treble/GSI

Hi, guys!
What is the current GSI installation guide for mi 6?
I have:
latest OrangeFox Recovery
rom - https://forum.xda-developers.com/mi-6/development/rom-pixel-experience-t3892351
I can't install GSI
My phone is always loaded into fastboot after installing system.img
I tried to install using adb
I almost succeeded, but the download hangs on the rom boot animation

Can't boot any GSI, always resulting in a bootloop

Hello,
I'd like to use an AOSP ROM on my S9 Exynos (only because of personal preferences), the only problem is that I couldn't boot a single GSI on my device even though it is Treble compatible. I tried multiple versions of Phh-Treble 9.0 and Resurrection Remix 7, flashed them via TWRP over stock ROM and it never went further than the booting screen of the specific ROM. What am I doing wrong?
I would be so glad if someone could help, thanks in advance.
First you have to flash a vendor , like BRK3 then flash the rom and gapps if needed , and sometimes you have to flash a kernel
where to find vendor file?

Flashing LOS MicroG 17/18 ROM sends to bootloader on boot

I have a google Pixel 2 XL bootloader unlocked via unlock and unlock_critical that I want to use LOS 17.1 with MicroG built in on. It successfully flashes but boots to the bootloader when I boot. I've tried both ROMs I've compiled and the official MicroG builds, same issue. Same issue with 17.x or 18.x versions.
I can successfully flash LOS 18.x official and run it via instructions in that thread (below), which is the same way I am trying to flash LOS w. MicroG.
Anyone know the solution to this ?
Flashing as per below, normally using TWRP 3.3.0.0 also tried latest 3.5.2_9-0. One thing instructions don't mention is whether to swipe to allow changes when you first enter TWRP, I've tried it both with and without that, same results.
Wipe userdata (fastboot format userdata)
Fastboot into TWRP recovery (fastboot boot twrp.img)
Flash the latest build of Lineage OS
Reboot to bootloader and fastboot TWRP again
Reboot to system and don't install the TWRP app
in case it helps others, this was due to the lack of vendor proprietary libs that I thought i was including but wasn't. So apparently that builds flashes but sends you straight to bootloader.
generalnod said:
I have a google Pixel 2 XL bootloader unlocked via unlock and unlock_critical that I want to use LOS 17.1 with MicroG built in on. It successfully flashes but boots to the bootloader when I boot. I've tried both ROMs I've compiled and the official MicroG builds, same issue. Same issue with 17.x or 18.x versions.
I can successfully flash LOS 18.x official and run it via instructions in that thread (below), which is the same way I am trying to flash LOS w. MicroG.
Anyone know the solution to this ?
Flashing as per below, normally using TWRP 3.3.0.0 also tried latest 3.5.2_9-0. One thing instructions don't mention is whether to swipe to allow changes when you first enter TWRP, I've tried it both with and without that, same results.
Wipe userdata (fastboot format userdata)
Fastboot into TWRP recovery (fastboot boot twrp.img)
Flash the latest build of Lineage OS
Reboot to bootloader and fastboot TWRP again
Reboot to system and don't install the TWRP app
Click to expand...
Click to collapse
do you flash disable encrypt,

Categories

Resources