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?
Asked
Active
Viewed 566 times
0
-
2https://stackoverflow.com/q/41500019/115145 – CommonsWare Mar 28 '17 at 00:36
-
Might help http://stackoverflow.com/questions/41731108/how-to-set-wifi-to-android-things-without-an-ethernet-cable-or-adb ? – Onik Mar 28 '17 at 05:13
-
since you have an app pre-installed. You can have it blink an led in morse code to tell you the ip ;-) – Blundell Mar 29 '17 at 18:54
-
Thank you @CommonsWare for the link! This answer worked for me: http://stackoverflow.com/a/41500020/4663107 – Dhruv Gupta Mar 29 '17 at 20:14
1 Answers
0
you hava two method :
- connect old network and connect adb use
pm uninstall packagename
unintall you apk - 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