Skip to content

Releases: beyondlevi/glasstube

GlassTube 0.1.3

Choose a tag to compare

@beyondlevi beyondlevi released this 21 Jul 11:15

The link diagnostics traced the failure to the RFCOMM channel not establishing on either side, despite permission and pairing — the signature of a BLE-only bond (SPP needs a Bluetooth Classic bond). This release corrects the phone foreground-service type for Bluetooth and shows the exact connect exception on the glasses HUD. FIX ON YOUR SIDE: pair the phone and glasses over Bluetooth Classic in Android settings (not only via Hi Rokid), then retest.

GlassTube 0.1.2

Choose a tag to compare

@beyondlevi beyondlevi released this 21 Jul 10:57

Diagnostics release for the "Connecting" issue. The glasses HUD now shows exactly why it is not connected (no Bluetooth permission / no paired phone / connecting / waiting for handshake), and fixes a bug where a missing BLUETOOTH_CONNECT killed the connect loop silently. Install both, and read what the glasses HUD now says.

GlassTube 0.1.1

Choose a tag to compare

@beyondlevi beyondlevi released this 21 Jul 10:00

Fixes the phone/glasses link getting stuck at "Connecting".

The transport was CXR-M-only with empty SDK seams, so it never connected. This release switches to a direct Bluetooth Classic SPP (RFCOMM) link — phone as server, glasses as client — the mechanism proven by the rokid-volund-os reference (its phone app has no Rokid SDK and connects over SPP).

Setup:

  1. Pair the glasses with the phone at the OS Bluetooth level (Hi Rokid does this).
  2. Install both APKs; grant BLUETOOTH_CONNECT on both.
  3. Tap "Connect to glasses" on the phone; the glasses connect and handshake automatically.

APKs are debug builds. See CHANGELOG.md for details.

GlassTube 0.1.0

Choose a tag to compare

@beyondlevi beyondlevi released this 21 Jul 02:14

First public release. Paired phone + glasses apps building end to end.

Modes: audio-only (phone) and audio+video (glasses), ad-free via Piped. Optional Piped subscription feed. 100% R08 ring-navigable HUD.

APKs (debug):

  • glasstube-phone-0.1.0-debug.apk — install on the Android phone.
  • glasstube-glasses-0.1.0-debug.apk — sideload on the Rokid glasses via Hi Rokid.

Debug builds. The Rokid CXR-M SDK binding is left as marked seams; fill them before running on hardware. See README and CHANGELOG for full status and known gaps.