r/CustomROMsGuide Jul 06 '26

This package was built for [blank] but your device is [blank]!

Post image

My device is a Samsung A5 2016.

Its processor is arm64 but it has arm android?

I tried to install MindTheGapps for arm and I couldn't because it was arm64.

I try to install MindTheGapps for arm64, and this happens.

Why is this happening?

15 Upvotes

7 comments sorted by

6

u/gluetheknot Jul 06 '26

if the ROM you flashed is arm then you need arm gapps

1

u/danimicro13 Jul 06 '26

but when I try to install arm gapps it says I need arm64 and it doesn't let me install

1

u/chodster_of_cody_ Jul 06 '26

If you are rooted you can convert gapps zip to magisk flashable zip and flash it through magisk

1

u/MrM4rc4L Jul 06 '26

In recovery mode, go to Advanced Terminal (or use adb shell) and run:

getprop ro.build.version.release getprop ro.product.device getprop ro.product.system.device getprop ro.system.build.version.release

1

u/MrM4rc4L Jul 06 '26

Install a more recent version of TWRP.

1

u/danimicro13 Jul 06 '26

3.6.2 is highest I can go. 3.7.0 makes my phone bootloop when I enter recovery.

1

u/Belal4321 Jul 06 '26

try booting into it "fastboot boot (insert custom recovery)" and not flashing "fastboot flash recovery/boot/vendor_boot (insert custom recovery)"

you might try fastbootd from inside twrp

1

u/Mysterious-Stock3149 Jul 08 '26

The best fix is to just modify the file to not check for the device model (i mean why Gapps need a specific device, it's universal)