Skip to content

R08 Access Bridge v1.4.0

Choose a tag to compare

@Anezium Anezium released this 09 Jun 22:38
· 9 commits to main since this release

R08 Access Bridge v1.4.0

Reboot persistence and one-tap re-arm

  • Reboot self-heal (glasses): Added BootReceiver on BOOT_COMPLETED to re-enable Wi-Fi and persist adb_wifi_enabled=1 when the bridge was previously armed.
  • WRITE_SECURE_SETTINGS retention: Phone companion now grants (instead of revoking) WRITE_SECURE_SETTINGS to the glasses app during arm, persisting permission across reboots.
  • One-tap re-arm (phone): Added reArm fast path in AdbBridgeClient. On launch, if an endpoint is saved, the companion auto re-attempts arm using the saved host/port and persisted ADB key.
  • Adaptive primary button: Phone UI primary button now changes from Set up bridge to Re-arm bridge based on state.
  • Wi-Fi + always-on scan off after arm: Shell bridge and app now keep wifi_scan_always_enabled=0 when powering Wi-Fi down.
  • Phone UI refonte: Reworked PhoneCompanionActivity with guided status card and collapsible advanced controls.
  • Docs: Updated README first-run and reboot flows for the Hi Rokid Shortcut bridge path.