Problem: When screen is off only a very small number of cell towers is collected comparing to collecting with screen on. The problem is known to appear on every Android version. For instance for 10 km trip:
- Screen on: 150 measurements of 20 cells collected.
- Screen off: 125 measurements of 1 cells collected.
Cause: The problem is related to specific chipset/hardware manufacturer and it was observed on older Qualcomm Snapdragon but not on Broadcom based devices. The low level chipset internal software stops reporting cell and signal strength changes.
This problem has been partially mitigated by new API methods introduced in Android 5.1, see more.
Solution: The workaround is to keep screen on while collecting and such option is available in app's Preferences. A side effect is that battery life will be considerably shorter.
Problem: On Android 8.0+ when starting collector or upload the device vibrates and plays notification sound but it wasn't on older Android versions.
Cause: Tower Collector services like collector and uploader are started as foreground services to ensure continuous operation when device is getting low on memory. In version 8.0 Google changed the way to display notifications (by introducing notification channels) and their priorities. Every foreground service needs to show a notification but Android ignores its priority which results in vibration and sound being played unintentionally (even if channel importance is set to low). Additionally it's no longer possible to change channel importance once it's created nor start foreground service with hidden notification, so this option has been removed from app's Preferences on Oreo and newer.
Solution: You can manually disable sound and vibration if you want by long pressing on posted notification and going to settings.
Problem: A warning stating "Your current system date and/or time is invalid comparing to GPS time. Measurements will be saved with correct time but presented statistics may be inaccurate." is presented within application during measurement collection.
Cause: Starting on November 3, 2019, mobile devices manufactured between 2006 and 2016 may have their GPS accuracy impacted due to GPS Rollover issue.
Solution: The message is presented when there's 2 days (!) difference between system time and GPS time. If both values are incorrect then the app will refuse to collect any measurements. That means if the app collects measurements they will be saved with correct date and time. The contribution is not affected in that case.
Currently Tower Collector provides support for multiple SIM cards, check details below.
- Android 5.1 and newer - In version 5.1 Google introduced official support for multi-SIM devices. Unfortunately number of phones running on this and newer versions is very low currently, especially in low-end devices segment. Upgrading operating system version to 5.1+ doesn't guarantee that new methods will be correctly implemented and supported which makes testing more complicated. The more changes device manufacturer introduces comparing to stock Android version the less is the chance that new methods will be fully implemented as intended by Google.
- Older Android versions - The behavior and available methods providing necessary data strictly depend of hardware manufacturer. Many different implementations exist of the market. Because of this it's impossible to correctly support every multi-SIM device available on the market. Moreover some of the phones are available only in very limited regions and thus it's not possible to test the app on all off them.
The diagnostic logging helps software developers to track down and fix errors. In order to enable logging follow below steps:
- Open Tower Collector Preferences.
- Go to 'Advanced' section.
- Select 'File logging level'.
- Select 'Debug' option.
- Use the function you want to troubleshoot.
The log file will be saved in 'TowerCollector' folder on the external memory (the same folder as exported files).
Remember to disable logging when you don't need it to avoid using all available space by the log files.
Since 2016 Tower Collector is an open source project developed and maintained mainly by me in my spare time. Source code is available on GitHub.