Skip to content

R08 Access Bridge v1.0.1

Choose a tag to compare

@Anezium Anezium released this 02 Jun 19:33
· 31 commits to main since this release

Debug-signed APKs for R08 Access Bridge v1.0.1.

This release now includes two APK variants:

  1. R08-Access-Bridge-v1.0.1-debug.apk

    • Normal build.
    • Keeps the original launcher navigation behavior, including repeated-swipe acceleration.
    • Try this APK first.
  2. R08-Access-Bridge-v1.0.1-focus-sync-debug.apk

    • Compatibility/fix build for Rokid launchers where the visible carousel and the launcher internal focus can get out of sync.
    • Use this if the normal APK shows the wrong selected app, keeps returning to Voice Translation/default translation, or launches an app different from the one visually centered.
    • This build avoids relying on the launcher internal Accessibility focus. It moves the visible carousel one step at a time and activates the app visually centered on screen.

Why the focus-sync APK exists:

  • Some glasses keep the visible launcher carousel and the internal selected app synchronized.
  • On other glasses, the visible carousel can move while the launcher still keeps an older internal focus, often Voice Translation/default translation.
  • The focus-sync build works around that by activating the center of the visible carousel instead of trusting that internal focus state.

Tradeoff:

  • The focus-sync APK disables launcher repeated-swipe acceleration for stability.
  • Fast Mode for the R08 ring still works, but launcher movement is intentionally one app per swipe.
  • If the normal APK works for you, it remains the faster option. If launcher selection is wrong or unstable, use the focus-sync APK.

Changes from v1.0.1 normal build:

  • Added an alternate launcher activation path that taps the visible app carousel center.
  • Removed launcher accelerated multi-step swipes in the focus-sync build to prevent overshooting or snapping back to the launcher default focus.
  • No launcher app names or languages are hardcoded; the fix uses launcher package/resource IDs and screen geometry.