Android applications

I have made some free apps for Android phones. They can be downloaded here.
Note: You need to set the phone to allow installation from unknown sources in order to install these apps.
My apps are no longer on Google Play as they won't accept my health card as proof of address. So good bye Google Play, what a lot of time I will save in the future!
| Ampere |
|
Showing charging / discharging current to the battery on an analog instrument. |
| Loupe |
|
A really easy loupe. Can even be used without glasses :-) |
| Shopping list |
|
A really Keep It Simple Stupid shopping list. Reading glasses not required. |
| Timere |
|
Do you want a soft-boiled egg or make tea or... Then help is here! These timers require absolutely minimal operation: Open the phone, tap a timer, and the rooster will crow when the time is up.
The app closes itself, of course. Connoisseurs can adjust the time with a long press. |
| Gliding |
|
Use your mobile as a flight computer. Get the manual and instruction video (in Danish) IGC files are included for training purposes, and you can put your own IGC files in /Documents/Gliding/IGC/.
https://play.google.com/store/apps/details?id=dk.johny.gliding.activity Update: Google won. I have removed all my apps from Google Play. New hassles: Google doesn't think you should be allowed to install old apps on new phones. I have therefore had to update Gliding
alone so that it can be installed on new phones such as my own Bigme HiBreak Pro. Apps are also no longer allowed to determine where user-accessible files are located. Therefore, Gliding's files have been moved from /Gliding to /Documents/Gliding. / is defined differently in different Android versions. |
| StartList |
|
Automatic start list for (glider) pilots. |
| FlightCalc |
|
Calculator for entering flight times in your logbook and the plane's journal. Try it! You have never been able to count hours and minutes with so few key clicks. You can add these numbers together without any keystrokes if you use mental arithmetic. BUT IT DOESN'T WORK ERROR-FREE !!! Fif: If you hold the phone horizontally, there is room for even big fumble fingers. |
| Outlanding |
|
Send your GPS location to the retrieval team after an outlanding. |
| WinchSpeed |
|
Speedometer for winch drivers at Kaldred. See how strong a signal is being received from the aircraft. Also shows the difference signal during the start, but it is recommended to use the LedDisplay for that. The app starts when the winch engine is switched on. However, must be connected with a USB cable. Log files from the winch starts are generated in /sdcard/WinchSpeed/ To work most easily, remove opening ceremonies such as swipe, PIN, face or fingerprint so that the phone just starts when you turn it on. So do not use your normal phone, or at least not without having it under surveillance. It will also be a bit critical to forget the phone somewhere if you turn off the start lock. In addition, in the phone's developer settings enable "Avoid hibernation while charging". You can use the phone with start lock, but then you have to turn on the phone yourself every time before turning on the ignition. |
| BeerCount |
|
Keep a count of your beer intake. Change your mobile's language to Norwegian or German to see the ladies version. |
| wwwToggle |
|
Widget to turn mobile data and hotspot on and off. Due to some change in Android, this widget stops working quite often, so it is probably faster to yourself making the changes in the settings for hotspot and mobile data. If it stops working, delete it (do not uninstall) and re-insert it. Annoying. I work from time to time on the case, but it is not easy when Android does not behave as described in the documentation. I think it has something to do with the fact that a limit of 50 has been introduced for things that do nothing. So my widget just gets dumped. Imagine if the same thing happened to all the app icons that do nothing !!! |
Tips
Record screen capture video:
adb shell screenrecord /sdcard/demo.mp4
adb shell screenrecord --size 544x960 /sdcard/demo.mp4 (for portrait, half size)
Copy file:
adb pull /sdcard/demo.mp4 E:/a_tmp/demo.mp4
Backup:
adb backup -apk -shared -all (will generate the file backup.adb in current dir)
Restore:
adb restore backup.adb
Icon størrelser:
drawable-mdpi 48x48
drawable-hdpi 72x72
drawable-xhdpi 96x96
drawable-xxhdpi 144x144
drawable-xxxhdpi 192x192
Generer iconer her: Icon generator
Virkede tidligere, men nu grå iconer: Icon generator
Material iconer her: https://design.google.com/icons/#ic_save