openvehicles / Open-Vehicle-Android

Android App for OVMS
Other
53 stars 44 forks source link

Release APK-File of this app to download from github instead of Google Play (make alpha, beta testing also possible) #165

Closed fowi4hjte closed 5 months ago

fowi4hjte commented 5 months ago

At the moment you cant download the APK-file from "Assets" listed here: https://github.com/openvehicles/Open-Vehicle-Android/releases/tag/V4.4.1 Many other Android App projects on github use this Assets-part at github to provide a direct download of the APK file. This is in general the same APK-file the developers later at same day upload to google play store. Users who also cant wait to get a update, can directly download in the same minute the APK. Google Play store releases take in most cases some hours until the release is up for the users after the file is been uploaded to google.

What additional benefits does such a APK-release have:

  1. People without a Google account could download it. At the moment there is no other place to get the APK file from other then Google. And i for example do not have a google account. Until maybe some time in the future there is a F-Droid release ( https://github.com/openvehicles/Open-Vehicle-Android/issues/129 ), this github file would be the single source i could get the APK file from instead of having to learn how to compile the sourcecode of the android app by myself.
  2. There are markets at this world, that does not have google play store on the phones you buy in the typical market store. The reason for this is for example sanctions. This could also have many other reasons. By releasing the APK on github the developers dont have to release it on other closed source app stores like for example the one from Samsung.
  3. Other projects provide with this release also APK files of for examlple "version 1.0 RC1" . Such versions are not pushed to the regular users on google play store. Such APK's are for testing and reporting at github. For example if a user report a issue here on github, you can link to the assets also on github to download the APK file, test and report if the issue is fixed. Such releases can also have additional debugging functions activated and enabled normal stable releases do not have.
markwj commented 5 months ago

The current Android app for OVMS uses Google play services, so is unusable on devices without those.

fowi4hjte commented 5 months ago

If it really, really force the existence of the google services, then this is the solution: https://microg.org/ This for example can tell the App Google Maps is existing and working, but instead its show to the user a free and open OpenStreetMap.

markwj commented 5 months ago

If it really, really force the existence of the google services, then this is the solution: https://microg.org/ This for example can tell the App Google Maps is existing and working, but instead its show to the user a free and open OpenStreetMap.

Sounds like an excellent solution. If someone interested in this wants to do a fork/branch of the app (along with changes to the server code to support that alternative push notification facility), that is fine by me.

fowi4hjte commented 5 months ago

There is no fork required. This report #165 is just about the binary that have been upload to google play store. How can a human without a google account get this APK-file?

There is even a "app store"-app that is build based on github apk releases. You can find it here: https://github.com/ImranR98/Obtainium Also this completely free app store named Obtainium where the App-developers have to release the APK just somewhere on the internet except google play store is not working at the moment because there is not a single place to get the APK from without a google account.

If you did not know because you mentioned the google push notification functionality: When you have just a fully stock phone bought in EU/US with stock google libraries and power it up for the first time. You can ignore the request to create a google account. Just continue. Then open the proprietary Google Chrome webbrorser and download any APK from github or any other place where the app require google GCM/FCM/Maps/... . When you have installed this app, the app works totally fine. All the push messages is running over the google servers. There is no need of a google account to use google push functionality. Also in this described situation with such a stock google phone without google account you cant get the OVMS App to just run it on a stock google phone without a google account at the moment.

I hope i delivered enough arguments to make this github APK release possible. If not, i am happy to deliver even more information on many different points.

markwj commented 5 months ago

The fork would be required to remove the google play services.

With google play services required, there is little point in releasing outside the google play store. I guess we could host the APK either here (GitHub) or the website (www.openvehicles.com), but in ten years this is the first time I've heard someone asking for that. I am just not sure if the demand justifies the extra work.

fowi4hjte commented 5 months ago

This is interesting. The discussion here seems to not had been in need. The APK files seem to be already released. We both seem to have missed this directory here: https://github.com/openvehicles/Open-Vehicle-Android/tree/master/release Even the benefits i described like having a testing version of the APK with additional debugging enabled is already there: https://github.com/openvehicles/Open-Vehicle-Android/tree/master/latest

I know and use some Android apps at github that all release the APK files in the Assets of the tags: https://github.com/openvehicles/Open-Vehicle-Android/tags And because i did not find the APK there, i was not expecting to find it somewhere else in the github directory.

If you like, you can at some point put the APK like other projects to the assets of the github release tags because most people search for them there. If not, thats also fine. I now know where to find the APK files and if someone else also did not find the APK files, maybe the person wold see this issue report and afterwards also know where to find the APK files without a google account.

eriknyk commented 3 months ago

Instead to have a directory named release or latest you should use github releases and upload apk(s) there. https://github.com/openvehicles/Open-Vehicle-Android/releases

it's the more formal way to deliver open source software.