{"id":4834,"url":"https://github.com/blackavec/adb-auto-restarter","last_synced_at":"2025-07-31T13:31:00.584Z","repository":{"id":215160384,"uuid":"72430150","full_name":"blackavec/adb-auto-restarter","owner":"blackavec","description":"ADB service auto restarting shell. really helpful if you are as lazy as i am and don't want to restart your adb service manually when it stops detecting your android phone.","archived":false,"fork":false,"pushed_at":"2017-01-01T13:29:38.000Z","size":15,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-29T10:56:49.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackavec.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}},"created_at":"2016-10-31T11:27:46.000Z","updated_at":"2023-10-05T14:46:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"89d28e1e-9d31-4af6-9a75-edd3b7a242bc","html_url":"https://github.com/blackavec/adb-auto-restarter","commit_stats":null,"previous_names":["blackavec/adb-auto-restarter","mahanhaz/adb-auto-restarter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/blackavec/adb-auto-restarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackavec%2Fadb-auto-restarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackavec%2Fadb-auto-restarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackavec%2Fadb-auto-restarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackavec%2Fadb-auto-restarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackavec","download_url":"https://codeload.github.com/blackavec/adb-auto-restarter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackavec%2Fadb-auto-restarter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267865676,"owners_count":24157343,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-01-05T20:17:25.616Z","updated_at":"2025-07-31T13:31:00.277Z","avatar_url":"https://github.com/blackavec.png","language":"Shell","funding_links":[],"categories":["Utilities"],"sub_categories":["Other Platforms"],"readme":"# adb-auto-restarter\nADB service auto restarting shell. really helpful if you are as lazy as i am and don't want to restart your adb service manually when it stops detecting your android phone.\n\n# How To Use\nYou don't need to do much, just run the following command in order to run the shell on your system\n```\n# Make permission\nmake permission\n\n# Lunch the app\nmake run\n```\nor\n```\nchmod +x adb-service\n./adb-service\n```\n\n# Customize\nIn order to run your own additional script on every time that ADB is being restarted, you can put your shell into `custom-shell.sh` file.\n\n# React native\nI personally suggest you to add following line into your custom bash (`custom-shell.sh`) file to have a easier experience debugging React native app while it's being restarted.\n```\n# First find your device ID by following script\nadb devices\n\n# Second replace your device id with `\u003cDEVICE_ID\u003e` in next line\nadb -s \u003cDEVICE_ID\u003e reverse tcp:8081 tcp:8081\n```\nFeel free to change the port number 8081 in case you are using any other ports on your packager\n\n# important\nThis script file has been developed on macOSX and not sure about compatibility on linux. test and contribution would be appreciated\n\n## Support on Beerpay\nHey dude! Help me out for a couple of :beers:!\n\n[![Beerpay](https://beerpay.io/mahanhaz/adb-auto-restarter/badge.svg?style=beer-square)](https://beerpay.io/mahanhaz/adb-auto-restarter)  [![Beerpay](https://beerpay.io/mahanhaz/adb-auto-restarter/make-wish.svg?style=flat-square)](https://beerpay.io/mahanhaz/adb-auto-restarter?focus=wish)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackavec%2Fadb-auto-restarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackavec%2Fadb-auto-restarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackavec%2Fadb-auto-restarter/lists"}