Android wearable hub for glasses, Shokz headphones, and an ST9 watch
Kotlin
0
4 commits
updated Sep 24, 2026
An Android app for the Samsung Galaxy S25 FE. It translates speech in Shokz headphones, reads photos from HeyCyan-style glasses, and shows heart rate, blood pressure, steps, and calories from an ST9 watch.
Lingo is built upon established wearable protocols and hardware abstraction layers to enable multi-device synchronization:
com.oudmon.ble library framework to initiate device handshakes.FerSaiyan/Alternative-HeyCyan-App-and-SDK).Lingo is distributed under the GNU GPLv3 license. See LICENSE.
Because this codebase integrates and builds upon structural open-source patterns from CyanBridge and Gadgetbridge (both GPL-licensed ecosystems), Lingo is strictly fully compliant with open-source copyleft requirements.
The custom application architecture, ambient processing loops, and specialized AI interaction systems (Translate, Gemini Assistant, SPIT, and Glasses Vision Mode) represent original implementation code by 7dollarbooks in 2026.
The app runs a foreground service so translation can continue while the phone is locked. Four parts work together:
local.properties pointing at the Android SDK (this file is not committed).\gradlew.bat :app:installDebug
On first launch, grant microphone, Bluetooth, nearby Wi-Fi, notifications, and location. Location is used to tell the home Wi-Fi name from other networks. Add a Gemini API key in Settings before asking about a photo.
4 commits
Kotlin
100.0%
Android wearable hub for glasses, Shokz headphones, and an ST9 watch
Kotlin
0
4 commits
updated Sep 24, 2026
An Android app for the Samsung Galaxy S25 FE. It translates speech in Shokz headphones, reads photos from HeyCyan-style glasses, and shows heart rate, blood pressure, steps, and calories from an ST9 watch.
Lingo is built upon established wearable protocols and hardware abstraction layers to enable multi-device synchronization:
com.oudmon.ble library framework to initiate device handshakes.FerSaiyan/Alternative-HeyCyan-App-and-SDK).Lingo is distributed under the GNU GPLv3 license. See LICENSE.
Because this codebase integrates and builds upon structural open-source patterns from CyanBridge and Gadgetbridge (both GPL-licensed ecosystems), Lingo is strictly fully compliant with open-source copyleft requirements.
The custom application architecture, ambient processing loops, and specialized AI interaction systems (Translate, Gemini Assistant, SPIT, and Glasses Vision Mode) represent original implementation code by 7dollarbooks in 2026.
The app runs a foreground service so translation can continue while the phone is locked. Four parts work together:
local.properties pointing at the Android SDK (this file is not committed).\gradlew.bat :app:installDebug
On first launch, grant microphone, Bluetooth, nearby Wi-Fi, notifications, and location. Location is used to tell the home Wi-Fi name from other networks. Add a Gemini API key in Settings before asking about a photo.
4 commits
Kotlin
100.0%