TDLR: need a working updated project folder of Android Tower for android studio
Hello I recently have attempted to rebuild a android studio project for Tower. But because it is so old there are tons of errors being thrown and the gradle version doesnt work.
if I do get it to work will post!
thanks in advance!
Nobody (or at least nobody known) is working on re-developing and maintaining the Tower app. TBH, I think itās pretty unlikely that will ever happen. AeroHawk forked it about a year ago, made some fixes so it will work on newer versions of Android, and released it under their own name, āMission Maker for ArduPilotā. However, that is no longer in the play store, so I presume they are no longer maintaining or supporting it either. The only one there is their DJI version.
So as far as Android based applications go, your choices seem to be QGC and Solex.
Have you forked the repo? if not, you should fork and merge all your changes so doesnāt get lost. Would be great if you can publish the app in your fork.
@maciek252 - as I donāt have the tools or the skills to compile my own version of Tower, could you please provide me with the .APK that I could then install on my Samsung Galaxy S9 phone (Android ver 9)?
A version not signed and completely not fixed - lots of things to be updated. For example, the API for offline maps has changed. But at least it compiles
I will try to solve some issues, itās interesting to learn how far the android apps have moved during this yearsā¦ Right now Iāve partly fixed the offline map problem delivered by mapbox. Iāve made it working but not for satellite views - it complains about missing tiles, maybe the size of the tiles has changed? For sure the API has changed, no more need for āmapbox idā, only the token.
Also the version Iāve posted will not show maps because thereās no google API key. Iāll do it like it was for mapbox: the API key will need to be introduced into the configuration settings for every user. Or maybe Iāll try to use my key at least temporarily.
If an app is not signed, the phone will complain that itās not safe, canāt be verified etc
Create, edit, visualise, analyse and publish geospatial information on Windows, Mac, Linux, BSD (Android coming soon)
Mapbox is fine when it comes to Android, I think. Interesting that originally Tower was maintaining the tile download on its own, but this is also supported by Mapbox and it has fall back to this option when the Towerās tiles manager stopped workingā¦ (but for plans, not satellite photos).
Hello everyone, maciek252 thanks for the application. I have a problem, when i try to connect to the SITL jmavsim, it shows error
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method ājava.lang.String android.net.wifi.WifiInfo.getSSID()ā on a null object reference
at org.droidplanner.services.android.impl.utils.connection.WifiConnectionHandler$1.onReceive(WifiConnectionHandler.java:103)
Who know how to solve it?