Open CCF100 opened 2 years ago
A wipe is required. It appears that for some reason the 32-bit libraries inside APEXs aren't loaded, I think the libraries that are required get put into a list on first boot. If first boot was 64-bit only, then the 32-bit libraries can't be loaded. There might be some way around this, but for now the easiest solution is to just wipe the phone and first boot with the 32-bit patch.
fastboot --skip-reboot -w update image.zip
fastboot reboot bootloader
It is also important to note that on QPR1 you cannot enable Zygisk as this will bootloop your device. This also means that next month's update which is when QPR1 will become stable will have this same issue.
@Namelesswonder on step 8, where do you get the image.zip from? Supposed this should be a command for patched init_boot.img?
@Namelesswonder on step 8, where do you get the image.zip from? Supposed this should be a command for patched init_boot.img?
You don't need to update all the facotry_image.zip.
Just use fastboot flash init_boot init_boot.img
, and then everything goes well.
Only when you try to use OTA, then you should execute the flash_all.sh
to flash all the files.
If I have already installed Magisk before using this patched apk, what do I need to do to get the patch to work?