mobile_app_open
mobile_app_open copied to clipboard
Things to be done before public release to Google Play.
- [x] EULA, license stuff
- #873, @RSMNYS do we have the consolidated licenses file?
- [x] update the "About" page, it doesn't show latest SoCs. #892
- [ ] Any other backend changes or docs changes needed?
- [x] CI/CD, if we had better CD with recent devices, we should be able too catch https://github.com/mlcommons/mobile_app_open/pull/745#issuecomment-2152006625, #347
@freedomtan Here is the license file with the format we agreed. License text, and packages list under this license: Let me know what else is needed. 3rdPartyLicenses.md
Per Scott's request: let's clarify backend licenses.
@Mostelk and @AhmedTElthakeb do you any idea of Samsung backend, as far as I can remember there are some .so libraries distributed with the apk.
For MediaTek, basically only libraries in the devices are used.
- https://github.com/mlcommons/mobile_app_open/pull/892
@swasson488
ping @TheKanter
For technical side, the app is ready for Play Store. We need EULA and other legal reviews.
CI/CD on Browser-stack is already enabled with github, right now we test One latest phone from each SOC vendor (Pixel, MTK, Qualcomm, Samsung)> Add one more per SOC (latest 2 flagship once put on playstore) > Switch CI/CD to the Quick-test @anhappdev
latest two phones per SoC backend?. right now, we wait round 50 mins for running 3 devices (10 min for each device, 20-30 min for building the app). For now, it's OK. If there are more pull requests after releasing the app to the Play Store, we can add more "parallel sessions" on demand (paying more money).
I added this to the release note:
## Supported OSs
The MLPerf Mobile app supports Android 11 (API level 30) and above, as well as iOS 13.1 or later.
tell the users about downloading resources (models and settings)
- Implemented in https://github.com/mlcommons/mobile_app_open/pull/985