Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Wednesday, February 1, 2023

WiFi Connect with Android Studio and adb debug

Followed instructions at link https://stackoverflow.com/questions/31327839/adb-over-wireless-without-usb-cable-at-all-for-not-rooted-phones
  • On device, enable Developer Options with USB debugging
  • First, connect device to computer with USB cable
  • Open command line in C:\Users\salfe\AppData\Local\Android\Sdk\platform-tools
  • adb devices
  • adb tcpip 5555
  • Disconnect USB cable
  • Get device IP address from Settings | About phone | Status
  • adb connect 192.168.0.13:555
  • adb logcat
  • No comments:

    Post a Comment