You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent RokidBrew from automatically querying every glasses app immediately after Hi Rokid authorization.
Avoids the Hi Rokid CXRLinkService crash loop that left RokidBrew stuck in BUSY after receiving the authorization token.
Known CXR-L limitation
The current public client-l / Hi Rokid bridge exposes package-by-package glasses app checks only: queryGlassAppInstalled(packageName, callback).
There is no public API to list all installed glasses apps from the phone side.
RokidBrew therefore stores the authorization token, installs glasses APKs through CXR-L, and marks glasses apps installed after successful RokidBrew installs, but it does not auto-scan the whole registry after authorization.
Full installed-app discovery would require a small glasses-side helper that reads Android PackageManager locally and sends the installed package list back to the phone.