0

I am attempting to set up my Android Things device on a new network and realized that, as I had an app preloaded on device, I am never getting to the Launcher and thus am never getting access to the the IP address required for connecting via ADB. Is there a way that I can interface with the Raspberry Pi or reach the launcher so that I can connect it to the internet without wiping the SD Card and replacing it with stock Android Things?

Dhruv Gupta
  • 83
  • 1
  • 10

1 Answers1

0

you hava two method :

  1. connect old network and connect adb use pm uninstall packagename unintall you apk
  2. use serial debug console follow this link
Dartan Li
  • 217
  • 2
  • 5
  • @Onik yes i know i just give he method ,when next connect new network just uninstall old apk and i will edit my answer. – Dartan Li Mar 29 '17 at 09:11