Skip to content

Instantly share code, notes, and snippets.

@kibotu
Last active July 30, 2024 13:24
Show Gist options
  • Save kibotu/849ea0f113f0093ea14a90f373f7eb1e to your computer and use it in GitHub Desktop.
Save kibotu/849ea0f113f0093ea14a90f373f7eb1e to your computer and use it in GitHub Desktop.
ADB remote server on RaspberryPi

adb on raspberry pi

Idea: Have a RasberryPi run adb commands using nodejs REST requests.

  1. install adb fast boot

    sudo apt-get install -y android-tools-adb android-tools-fastboot
    
  2. install nodejs/npm

we use adbkit to

  • track devices
  • install apks
@AAVolgin
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment