uintdev / qrserv

Transfer files with ease over a network.
https://play.google.com/store/apps/details?id=dev.uint.qrserv
MIT License
135 stars 9 forks source link

no compatible Version #12

Closed secretmango closed 10 months ago

secretmango commented 10 months ago

Hey, I totally love your app!

For some reason its not compatible with my device, a Pixel 7pro with GrapheneOS (basically Android 14).

Its an arm64 SOC. Error message:

INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113
uintdev commented 10 months ago

Hi,

Would this be with the arm64-v8a build by any chance?

miklosakos commented 10 months ago

This sounds like a GrapheneOS issue, on my Motorola G31(w) running Android 14 GSI, the arm64-v8a build installs fine.

miklos_akos@YiffBook-Pro Downloads % adb install qrserv-v2_1_6-arm64-v8a.apk
Performing Streamed Install
Success
miklos_akos@YiffBook-Pro Downloads % adb shell getprop | grep "ro.product.build.version\|ro.product.model\|abilist"
[ro.product.build.version.incremental]: [eng.ponces.20231020.203236]
[ro.product.build.version.release]: [14]
[ro.product.build.version.release_or_codename]: [14]
[ro.product.build.version.sdk]: [34]
[ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: [arm64-v8a]
[ro.product.model]: [moto g31(w)]
[ro.system.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.system.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.system.product.cpu.abilist64]: [arm64-v8a]
[ro.vendor.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.vendor.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.vendor.product.cpu.abilist64]: [arm64-v8a]
miklos_akos@YiffBook-Pro Downloads %

Screenshot_20231025-042045 Screenshot_20231025-042035

secretmango commented 10 months ago

Hi,

Would this be with the arm64-v8a build by any chance?

Yes, this version works!