https://github.com/catothecat11/glassconnect
A modification of the KDE Connect Android app for the Google Glass
https://github.com/catothecat11/glassconnect
google-glass kdeconnect
Last synced: about 1 year ago
JSON representation
A modification of the KDE Connect Android app for the Google Glass
- Host: GitHub
- URL: https://github.com/catothecat11/glassconnect
- Owner: CatotheCat11
- License: gpl-2.0
- Created: 2025-03-08T12:43:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-16T20:18:28.000Z (about 1 year ago)
- Last Synced: 2025-03-16T21:27:00.408Z (about 1 year ago)
- Topics: google-glass, kdeconnect
- Language: Java
- Homepage:
- Size: 3.75 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# GlassConnect
This is a modification of the [KDE Connect Android app](https://github.com/KDE/kdeconnect-android/) to make it work on the Google Glass.
## Features

### Notification Sync
Notifications from your connected devices will appear on the Google glass. You can perform actions ("Mark as read", "Mute", etc.) and reply to notifications with speech-to-text. The app also supports [Notification Glance](https://support.google.com/glass/answer/6054697).

### Media control
A media player on a connected device can be controlled from the Google Glass with GlassConnect.

### Find my phone
If you forgot where you put a device, you can ring it from the Google Glass with GlassConnect.
## How to setup
1. [Download](https://github.com/CatotheCat11/GlassConnect/releases/latest) GlassConnect and install it using [adb](https://developer.android.com/tools/help/adb.html)
```
adb install GlassConnect.apk
```
2. If you haven't already, install the [KDE Connect app](https://kdeconnect.kde.org/download.html) onto your device.

3. Open the app on Google Glass, and select the device you want to pair.
4. Accept the pairing request on the other device.
## License
[GNU GPL v2](https://www.gnu.org/licenses/gpl-2.0.html) and [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)