feat(android): BigFred on phone - #7
Merged
Merged
Conversation
…isord Co-authored-by: Cursor <cursoragent@cursor.com>
Failed boot previously reset state to Stopped, so Discovery looked like a no-op. Preserve Failed, navigate to status while starting, and request notification permission. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Replace checkout+make android with oras pull from ghcr.io/dcc-bigfred/ loco-server-android-arm64; match branch OCI tag with fallback to main. Co-authored-by: Cursor <cursoragent@cursor.com>
GHCR publishes only :main from master; optional vars.BIGFRED_OCI_TAG for release pins (e.g. v1.2.3). Co-authored-by: Cursor <cursoragent@cursor.com>
keskad
force-pushed
the
feat/bigfred-on-phone
branch
from
July 29, 2026 08:47
eb50f72 to
1e50f9e
Compare
code_cache is noexec on modern Android; pass --supervisord-bin / --supervisorctl-bin pointing at extracted lib*.so instead of copying bare names into codeCacheDir/bin. Co-authored-by: Cursor <cursoragent@cursor.com>
Avoids Go netlink denial on phone; loco-server forwards the env as dcc-bus scan --lan-prefix. Co-authored-by: Cursor <cursoragent@cursor.com>
Hide connection status while local hub is active. Move on-phone start into an expandable section above Manual, with a dedicated intro screen and confirm/back actions instead of a dialog. Co-authored-by: Cursor <cursoragent@cursor.com>
Add a resized YaMoRC↔router↔BigFred diagram at the top of the built-in BigFred intro screen. Co-authored-by: Cursor <cursoragent@cursor.com>
Open WebView when the foreground notification is tapped, update notification copy, and collapse server logs by default on the status screen. Co-authored-by: Cursor <cursoragent@cursor.com>
Cancel the boot thread on stop, reject concurrent boots, route notification taps to the status screen until the server is Running, and restore the long-press "Add to my vehicles" action in the model catalog. Co-authored-by: Cursor <cursoragent@cursor.com>
Use a single foreground-service restart action so cleanup and boot cannot race through stopSelf, and move blocking process shutdown off the service main thread. Co-authored-by: Cursor <cursoragent@cursor.com>
Wait for DataStore before bootstrap, prefer WebView when a server URL exists, persist the last SPA URL, lock auto-rotate, and expose manual portrait/landscape toggle via the JS bridge. Co-authored-by: Cursor <cursoragent@cursor.com>
Use ../bigfred/bin/loco-server-android-arm64 for native-prebuilt instead of pulling from GHCR OCI when the file exists. Co-authored-by: Cursor <cursoragent@cursor.com>
Skip bootstrap into WebView for a persisted 127.0.0.1 URL unless LocoServerService is Running, and clear that URL when the local server stops. Co-authored-by: Cursor <cursoragent@cursor.com>
Warn users not to run several simplified phone hubs on one layout at once. Co-authored-by: Cursor <cursoragent@cursor.com>
Explain that simplified phone mode is visually distinguished by the orange top bar. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
connectedDeviceforeground service.deps-android-valkeyanddeps-android-supervisordreleases, plus loco-server from BigFred.Test plan
Made with Cursor