-
Notifications
You must be signed in to change notification settings - Fork 3
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
Prediction does not work #5
Comments
The prediction should work, it works for me and several other people. However, it requires internet access. It uses the CUSF API, if that is down, it will fail. Maybe you connected your phone to the TTGO (with TTGO in access point mode and Phone in WiFi client mode)? In that case, the phone will not have internet access (unless you do some magic with third party tools that enable Wifi client for 192.168.4.0/24 and Internet access via mobile data. The easier option is to have your phone in WiFi access point mode and let your TTGO connect to your phone. Of course you need to have mobile data enabled on your phone and be in a place with network coverage. |
Regarding the Samsung, do you mean the release version compiled on your own toolchain? That would be strange. (The apk on git releases does not contain the latest bug fixes in the repository, I am too busy at the moment, probably I will create an updated version in two weeks. There is a known bug that causes a crash if GPS is not available. So if you mean the apk on git with "release version", this might be the reason) |
Final comment regarding the file size of the APK: For converting ellipsoid height (from sonde) into sea level height, the APK should contain the world wide 15' data base (in assets/WW15MGH.DAC), which is about 2MB uncompressed, 1.7 MB compressed. Oh, just checked, my fault. |
a) I did not mean to imply that it doesn't work in general. In fact I admire your work no kidding. |
a) I followed all the steps on your GitHub page on a Windows 10 machine. The compilation results are a debug and a release apk. |
Good to know. Will try to compile again with new git pull. But not tonight. I have a day time job too 😉. |
Hi, I really love both the constantly improving firmware and now also the app. I actually didn't realize I could download apk files so I installed the complete tool chain on a windows 10 machine and compiled my own apks. The debug version runs on a https://www.samsung.com/us/business/products/mobile/tablets/galaxy-tab-active/explore/, but not the release version. Also, I noted that the prediction is not working. It always causes a "bad request error". Yesterday I realized that I can download compiled versions from GitHub. Tried to install one, but it failed just like the release version of my self compiled apk. I noticed that the ready to install apk is > 2MB in size while the self compiled debug version is around 1MB. Any thoughts how I can get the GitHub ready apk version to work including the prediction feature? Thank you!
The text was updated successfully, but these errors were encountered: