Git Product home page Git Product logo

adbautomation's Introduction

ADB, RASPI, AND OTHER COOL STUFF I tried to do

Step 1: installing raspbian headless on RASPI 4 Basically flashed and sd card

added a file called ssh (no extension) into the boot [activates ssh]

added a file called wpa_supplicant.conf [connects to wifi]

Boot the pi and wait for the pi to load

On another computer open ssh and connect to [email protected]

Done

Step 2: ADB on raspbian

sudo apt-get install android-tools-adb android-tools-fastboot

test the installation using command using "adb" and "adb start-server"

Step 3: Android Phone

Go to system info, tap on the IMEI serial until it activates developer mode

Go to developer menu and activate adb through usb debugging

Step 2 Part 2:

For python library, I used pure-python-adb

pip install pure-python-adb

Start server using "adb start-server" first, python will not work without this

Step 4: OPENCV

I followed this site: https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and-raspbian-buster/

Other Notes: I have been trying to remote desktop into the PI4 using XRDP. After the initial setup, the PI4 fails to work on both ssh and remote desktop. The best solution I could think of is to avoid remote desktop and the initial installation boot menu altogether. All development will be done remotely via ssh and vscode's ssh capabilities.

adbautomation's People

Contributors

sunjaeyoon avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.