mlcommons / mobile_app_open

Mobile App Open
https://mlcommons.org/en/groups/inference-mobile/
Apache License 2.0
47 stars 23 forks source link

fix: resolve crash due to permission denied on Android Play Store version #930

Closed anhappdev closed 1 week ago

anhappdev commented 3 weeks ago
  1. Set android:extractNativeLibs="true" as in https://stackoverflow.com/a/64792194
  2. Set android.bundle.enableUncompressedNativeLibs=false as in https://stackoverflow.com/a/56551499
github-actions[bot] commented 3 weeks ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

anhappdev commented 3 weeks ago

@mohitmundhragithub Can you please test the Play Store version 4.1.0 (252)?

mohitmundhragithub commented 3 weeks ago

@mohitmundhragithub Can you please test the Play Store version 4.1.0 (252)?

I tried this, and it seems to work on Samsung Galaxy S23 ultra. Seems like this is the right fix.

I had tried 1 as you pointed out in description... but never tried 2. May be both are required together.

anhappdev commented 3 weeks ago

I tried this, and it seems to work on Samsung Galaxy S23 ultra. Seems like this is the right fix.

Great to hear that. So it works for Qualcomm now. We need to test on a device with Samsung backend to confirm the fix. @AhmedTElthakeb Can you please help test the fix here by installing the Play Store version 4.1.0 (252) via this link.

freedomtan commented 2 weeks ago

Let's wait test from @Mostelk

freedomtan commented 1 week ago

@AhmedTElthakeb to test it or ask @Mostelk to test it.