{"id":26929578,"url":"https://github.com/twhlynch/web-adb-menu","last_synced_at":"2025-04-02T05:27:25.455Z","repository":{"id":175704441,"uuid":"653915790","full_name":"twhlynch/Web-ADB-Menu","owner":"twhlynch","description":"A web based ADB command menu","archived":false,"fork":false,"pushed_at":"2024-05-29T00:46:43.000Z","size":2107,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T14:58:55.218Z","etag":null,"topics":["adb","hz","meta","oculus","quest","website"],"latest_commit_sha":null,"homepage":"http://twhlynch.me/Web-ADB-Menu/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twhlynch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-06-15T02:45:54.000Z","updated_at":"2024-05-29T00:46:46.000Z","dependencies_parsed_at":"2023-11-28T05:24:45.732Z","dependency_job_id":"9d457e33-89c3-48a1-81d8-f2e957b543e9","html_url":"https://github.com/twhlynch/Web-ADB-Menu","commit_stats":null,"previous_names":["twhlynch/web-adb-menu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twhlynch%2FWeb-ADB-Menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twhlynch%2FWeb-ADB-Menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twhlynch%2FWeb-ADB-Menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twhlynch%2FWeb-ADB-Menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twhlynch","download_url":"https://codeload.github.com/twhlynch/Web-ADB-Menu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246761848,"owners_count":20829536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["adb","hz","meta","oculus","quest","website"],"created_at":"2025-04-02T05:27:24.857Z","updated_at":"2025-04-02T05:27:25.435Z","avatar_url":"https://github.com/twhlynch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A web based Adb menu for the Meta Quest\n\n### Error guide\n\nError. Hit \"allow\" if prompted on Quest, then try again. If this persists more than 4 times, try:\n- Unplug / Plug-in Quest,\n- toggle USB debugging,\n- reload browser,\n- close other ADB programs (SideQuest),\n- Check that adb.exe is not running,\n- restart Quest,\n- restart PC,\n- try another cable,\n- try amother port.\n\n### Current features\n\n- Set Hz (Refresh rate)\n- Set performance mode (CPU level, and GPU level)\n- Set resolution\n- Set Foveation strength \n- Enable / Disable telemetry (Credit: [Basti564](https://github.com/Basti564))\n- Enable / disable screen timeout\n- Disable guardian\n- Enable experimental settings\n- Correct chromatic abberation\n- Potato recording mode\n- Run custom command\n- Check state\n\n### ADB commands used\n\n**Set Hz**\n\n```adb shell setprop debug.oculus.refreshRate [Hz]```\n\n```adb shell setprop debug.oculus.swapInterval [swap]```\n\n**then**\n\n```adb shell input keyevent KEYCODE_SLEEP```\n\n```adb shell input keyevent KEYCODE_WAKEUP```\n\n**Set performance mode**\n\n```adb shell setprop debug.oculus.gpuLevel [level]```\n\n```adb shell setprop debug.oculus.cpuLevel [level]```\n\n**Set resolution**\n\n```adb shell setprop debug.oculus.textureWidth [resolution]```\n\n```adb shell setprop debug.oculus.textureHeight [resolution]```\n\n**Set Foveation strength**\n\n```adb shell setprop debug.oculus.foveation.level [level]```\n\n```adb shell setprop debug.oculus.foveation.dynamic 0```\n\n**Telemetry**\n\n```adb shell pm [enable / disable] com.oculus.unifiedtelemetry```\n\n```adb shell pm [enable / disable] com.oculus.gatekeeperservice```\n\n```adb shell pm [enable / disable] com.oculus.notification_proxy```\n\n```adb shell pm [enable / disable] com.oculus.bugreporter```\n\n```adb shell pm [enable / disable] com.oculus.os.logcollector```\n\n```adb shell pm [enable / disable] com.oculus.appsafety```\n\n**Screen timeout**\n\n```adb shell am broadcast -a com.oculus.vrpowermanager.prox_close```\n\n**or**\n\n```adb shell am broadcast -a com.oculus.vrpowermanager.automation_disable```\n\n**Disable guardian**\n\n```adb shell adb shell setprop debug.oculus.guardian_pause 1```\n\n**Enable experimental settings**\n\n```adb shell db shell setprop debug.oculus.experimentalEnabled 1```\n\n**Chromatic abberation**\n\n```adb shell adb shell setprop debug.oculus.forceChroma 1```\n\n**Potato recording mode**\n\n```adb shell setprop debug.oculus.capture.bitrate 1000```\n\n```adb shell setprop debug.oculus.capture.height 500```\n\n```adb shell setprop debug.oculus.capture.width 500```\n\n**Run custom command**\n\n```adb shell [command]```\n\n\u003e Uses https://github.com/webadb/webadb.js/ (MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwhlynch%2Fweb-adb-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwhlynch%2Fweb-adb-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwhlynch%2Fweb-adb-menu/lists"}