Closed enovella closed 4 years ago
@enovella the ramdisk in your device is the recovery ramdisk, Pixel 3a is using system-as-root. Altering files in a SAR setup is complicated, read more about overlay.d in docs
pixel 3a "no valid slot to boot" issues were probably due to me not having space to spare... you need around 12GB of free fast, and reliable storage to get the job done. Don't use your SD card, the web flasher is worse than local, it doesn't give proper errors.
I managed to Symlink all the images from my Downloads folder and ln -s Downloads/bonito/* .
to save spare. Also don't use ChromeOS's zip tool... it is exotic in annoying ways
I was close to declaring this thing a paper weight
Hi all,
I've been attempting to achieve a repacked boot image that comes rooted and with developer options enabled (adb_enable). For doing so, I've decided to employ
magiskboot
to add a modifieddefault.prop
file into theramdisk.cpio
. Important to mention that theboot.img
provided was previously rooted by Magisk. Modified files were successfully included in the ramdisk.cpio because they were extracted after adding them to verify the correctness. Therefore, the only missing goal was to get adb enabled after booting.During the way, I encountered different issues regarding some bootloader flags. However, this didn't affect me much so I won't enter in any debate about it.
Setup
Pixel3a Sargo
Android 10 & June 2020 patches
Canary & stable
releases usedmy_default.prop
My modifications were these two lines in
default.prop
:Ramdisk patching via Magiskboot
${BOOTIMAGE}
used was an already Magisk-patched boot.image.Questions
Any feedback you can come up is for sure helpful. Many thanks in advance.