-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove manage all file permission #745
Conversation
anhappdev
commented
Jul 4, 2023
•
edited
Loading
edited
- Closes Check if we can get rid of manage all file permission #702
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
this PR worked for MediaTek internal devices except imagenet accuracy. dunno why yet. |
Did you rename the file |
surely I did. For mobiledet + coco, it ran well. I tried it on my Pixel 7a, the app also crashed. See the attached logcat log mobilenet_crash.txt |
If I use only the first 1000 |
Looking at the crash log, I guess maybe an image file is corrupted. |
with binary search, it shows
I stripped EXIF information from the
and push it back to Android, then it went well. I am not sure if there are other problematic ones. |
@freedomtan to try to remove EXIF information from all the jpeg files which have EXIF to if we can finish reading all the 50, 000 imagenet validation files. < --- this doesn't look elegant. How MS office apps work on Android (do they use all file permission?) @freedomtan |
|
Confirmed that
|
Kudos, SonarCloud Quality Gate passed!
|
Let's try to see if we can get the apk accepted to Play Store with the "all file permission" option there. If that doesn't work, then we can to use this one. |
b9e4e4b
to
0a6e2b7
Compare
The app is now accepted by Google for public testing at |
@anhappdev I didn't realize it's in "public testing" now. Could we back to "internal testing" because we don't have the EULA fixed and all the backends tested. |
Ok. Done. |
I tried to run the app on my galaxy s23... but it crashes. Do we know of any known issues? |
@mohitmundhragithub to test build 136 and build 134 |
…ll-file-permission
|
Hi @anhappdev @freedomtan, I tried both build 134 and build 136 on my galaxy S23 ultra. Both of them are able to run the testcases just fine. |
@mohitmundhragithub Can you share the crash log? |
Looks like the app is not available in playstore anymore. |
@mohitmundhragithub Can you test the APK here in the CI? |
I tried this apk: https://github.com/mlcommons/mobile_app_open/actions/runs/9476794795/artifacts/1592456513 which i got from here (this PR's CI): https://github.com/mlcommons/mobile_app_open/actions/runs/9476794795/job/26110387649?pr=745 This also works fine. |
I don’t know yet. But if the crash is not related to this PR. Let’s merge this, then we will have a new build in Play Store and we can test the Play Store build again. |
I am fine with it. |