: Use a tool like Droid Info or CPU-Z to confirm your device is armeabi-v7a (ARM32). Flashing this on an arm64 device will result in a bootloop.
Here are three post options tailored for different platforms: systemarm32aonlyimgxz extra quality
: Connect your device to a PC and boot into bootloader mode. Flash the System fastboot flash system system-arm32-aonly.img Use code with caution. Copied to clipboard : Use a tool like Droid Info or
Create and compress on the fly (saves disk space): dd if=/dev/sdX bs=4M status=progress | xz -T0 -9e --stdout > system-arm32-a-only.img.xz systemarm32aonlyimgxz extra quality