A tool that shows an overlay with your current speed and the speed limit for that road (when a limit is available for that road). The overlay text switches to red when overspeeding and plays an alarm sound if you exceed the speed tolerance you defined. The overlay can be dragged anywhere on screen. Next to that: if you lose GPS, it will tell you "no GPS".
It can also show a toast when you are approaching a speed camera.
This app uses your GPS to get exact location and speed and can:
- use the Overpass Api from the OpenStreetMap database to get speed limits for the relevant part of the road you are driving on.
- use a speed limit database that you can download for much faster and more reliable results.
Note that this app will only work if the GPS location is accurate and the road has assigned speed limits in the OpenStreetMap database, but it will work world-wide as long as the street has an assigned speed limit.
Since version 2.0 it also has an option for speed cameras. These only work with downloaded speed camera databases. Note: It is not allowed to use speed camera databases in several countries. Despite the fact that these databases might be downloadable, you are the only person responsible for installing them, or not.
This app is 70% made with AI (MS CoPilot) and 30% by "me, myself and I".
Note: You use this app entirely at your own risk. I am not responsible for incorrect functioning or incorrect use of the app. All responsibility for use, or incorrect use, lies entirely with you! Always follow the specified (temporary) speed limits and drive responsibly. Only use speed camera databases in countries where it is allowed.
This app does not collect, store or share any personal information. It is 100% privacy friendly.
Working GPS and working network connection to retrieve the online speed limit data. It doesn't matter whether you have a hot-spot via your phone or a SIM in your unit, just as long as you have a working internet connection.
- Background location - The app (Android) will ask: "Allow all the time", "Allow only when using the app", "Ask every time", "Deny". You need to select "Allow all the time", as the app needs to be able to run in the background. This means it can use background location as long as the app runs (not as long as your system runs). Note that on some Android versions, you can only set this "Allow all the time" on second start of the apk.
- Overlay permission
- Notification permission
- Ignore Battery optimization (especially on Android 14/15/16)
You can find here a video explaining the settings as of V2.1.
All screenshots are in below animated gif. The app is still heavily in development, so screenshots may differ from the ones shown here. Note: The app screen automatically follows the system day-night mode. Some (partial) screenshots are therefore "dark" or "light".

The app uses a "foreground service". A foreground service is an Android service that keeps running by showing a persistent notification so the system treats it as important and doesn’t kill it, even when not visible.
As this is a debug/test app, you need to start the foreground service manually. You can stop and (re)start it wwhenever you want.
It will show an overlay (when you enabled it).
Again: Note that this apk will only work if the GPS location is accurate and the road has assigned speed limits in the OpenStreetMap database.
- Start and Stop - Explained above.
- Settings - Here you define your preferences: overspeed tolerance, mph or kmh, start service on startup of SpeedAlert app, etcetera.
- Debug screen - It shows you what is happening in the background. This will be written to a log file. If the app works as it should, you never need this screen. Otherwise post me the info by using: "Copy log" -> compy onto your unit, "Share log" -> is any share option your unit supports. As the logfile can grow substantially you can also "empty" it. The "in memory" log will be kept below 50Kb (400-600 lines).
Just download the apk from Github and then side-load the application from your file manager.
(Note: When Google asks you to scan the app, then do so. My app is signed and should be absolutely secure and OK, but we live in dangerous times).
The releases are done via my github.
The app should run on Android 10 to 16, but I only tested on my DuDu7 running Android 13/SDK33, on my Android emulator on Android 13 and on my Samsung S22 Ultra running Android 16.
(Technically it should also run on mtcd/mtce type units, all fyt units, all QCM6125/QCM6490 (Joying) units and TS10/TS18 units, and actually any Android device as of Android 10+)
I used MS CoPilot to do an automatic translation of the strings. The default language is (US) English. Other abbreviated languages are (so far): us, de, es, fr, it, kr, nl, pl, pt, ru, uk, zh-rCN and zh-rTW.
If you want to have it in your own language, you need to download the strings.xml, and translate it (note the multi-line disclaimer and the dialog_fyt_message) and send it back to me. A good advice might be to select and copy the entire text and tell chatgpt, ms copilot, gemini or whatever AI tool to "translate the following strings.xml to my language" and then copy the text behind it. It saves you a lot of typing. Only some correcting if necessary.
If you think your language is badly translated, download the strings.xml from your country folder values-xx and improve the translation, and in case of unclear translations, also download the US English version to compare. (I think it did a pretty nice job for my own Dutch language. I only needed to change 1 string)
Copyleft 2026 Harry van der Wolf (surfer63), MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
