Submitted by guillermoto on Mon, 2026/09/14 - 23:57
An unofficial HANDYPARKEN client for Sailfish OS. Opens straight to a parking
timer that books a real session over HANDYPARKEN's own published SMS interface, with HANDYPARKEN's own web portal (account, balance, history) one tap away in native chrome.
[GitHub](https://github.com/defecador/HandyParken-SailfishOS)
HandyParkenSF is not made by, endorsed by, affiliated with or connected to A1 Telekom Austria AG or the City of Vienna in any way.
Features
Automagic is an event-driven automation daemon and application.
Users can define custom Data Sources, Triggers, Actions, and Flows to create powerful automated routines. The app supports a variety of protocols, including:
CallKey triggers gates, doors, and other devices by placing predefined SIP calls.
Configure the SIP server, credentials, target number, transport, network settings, and call timeout for each action. Frequently used actions can be launched directly from the app cover. Passwords are stored using Sailfish Secrets.
FlightGear flight simulator for Sailfish OS. This is a full port of FlightGear 2020.3.19 — not a remote viewer, not a streaming client. The simulator runs on the device. ### Why this was hard Sailfish OS has no desktop OpenGL. The GPU only speaks OpenGL ES through libhybris and the proprietary vendor blob. FlightGear and OpenSceneGraph need desktop GL including the fixed-function pipeline — glBegin, matrix stack, display lists. The way around it is Mesa Zink, which translates OpenGL to Vulkan, and Vulkan is reachable through libhybris.
Recent comments