{"id":50172629,"url":"https://github.com/smokeslate/mbf-tools","last_synced_at":"2026-06-05T00:01:13.362Z","repository":{"id":312325511,"uuid":"1047130423","full_name":"SmokeSlate/MBF-Tools","owner":"SmokeSlate","description":"Open android settings on quest headsets, Useful for modding.","archived":false,"fork":false,"pushed_at":"2026-06-02T13:45:45.000Z","size":95515,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T15:25:44.227Z","etag":null,"topics":["android","modding","quest","quest3","settings"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SmokeSlate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-29T19:41:18.000Z","updated_at":"2026-06-02T13:47:37.000Z","dependencies_parsed_at":"2025-08-29T22:03:05.800Z","dependency_job_id":null,"html_url":"https://github.com/SmokeSlate/MBF-Tools","commit_stats":null,"previous_names":["smokeslate/questdevsettings","smokeslate/mbf-tools"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SmokeSlate/MBF-Tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmokeSlate%2FMBF-Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmokeSlate%2FMBF-Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmokeSlate%2FMBF-Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmokeSlate%2FMBF-Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SmokeSlate","download_url":"https://codeload.github.com/SmokeSlate/MBF-Tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmokeSlate%2FMBF-Tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33924832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","modding","quest","quest3","settings"],"created_at":"2026-05-25T00:08:34.024Z","updated_at":"2026-06-05T00:01:13.356Z","avatar_url":"https://github.com/SmokeSlate.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.png\" width=\"180\" alt=\"MBF Tools logo\" /\u003e\n\u003c/p\u003e\n\n# MBF Tools and Setup\n\n\u003e **Download:** [mbf.tools](https://mbf.tools)\n\nSingle-app Quest setup, support, and MBF integration for [mbf-launcher](https://github.com/DanTheMan827/mbf-launcher).\n\n---\n\n## What it does\n\n- **Guided on-headset setup** — step-by-step wizard for Android dev mode, Wireless Debugging, and ADB pairing. Real-time status checks at each step.\n- **Wireless ADB pairing** — enter the 6-digit code from Wireless Debugging; the app detects pairing and debug ports automatically.\n- **Integrated MBF** — starts the upstream MBF native bridge locally and opens the live MBF web app in a built-in browser.\n- **Live support hub** — live FAQ and fix form from the wiki, available without leaving the app.\n- **Performance controls** — adjust CPU, GPU, and refresh rate over ADB with presets (Battery / Balanced / Max).\n- **Debug log sharing** — one-tap export sends a diagnostic payload to support with a share code.\n\n---\n\n## Install (Quest headset)\n\n1. Open the Quest browser and go to **https://smokeslate.github.io/MBF-Tools**.\n2. Tap **Download APK**.\n3. Install via the Files app → package installer.\n4. Find **MBF Tools and Setup** under Unknown Sources.\n\n---\n\n## Build locally\n\n**Debug (install to connected device):**\n```powershell\n.\\build-and-push.ps1\n```\n\n**Signed release APK:**\n```powershell\n.\\build-release.ps1\n```\n\nRequires Android SDK and a `app/signing.properties` file with keystore credentials for release builds.\n\n---\n\n## Architecture\n\n| Layer | Technology |\n|---|---|\n| Android app | Kotlin, XML layouts, View Binding |\n| Backend | Cloudflare Worker (`/api`) |\n| ADB bridge | Upstream MBF native binary |\n| WebView target | Live MBF web app (external) |\n\nKey classes: `LauncherActivity`, `HomeActivity`, `GuideActivity`, `MainActivity` (ADB/debug screen), `BrowserActivity`, `AdbManager`, `SetupState`, `DiagnosticsCollector`.\n\n---\n\n## Links\n\n- **Wiki:** [wiki.sm0ke.org](https://wiki.sm0ke.org)\n- **MBF Tools page:** [wiki.sm0ke.org/#/mbftools](https://wiki.sm0ke.org/#/mbftools)\n- **Discord:** [d.sm0ke.org](https://d.sm0ke.org)\n- **mbf-launcher:** [github.com/DanTheMan827/mbf-launcher](https://github.com/DanTheMan827/mbf-launcher)\n\n---\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmokeslate%2Fmbf-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmokeslate%2Fmbf-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmokeslate%2Fmbf-tools/lists"}