Notice
Recent Posts
Recent Comments
목록링크모음/Android Things (3)
올해는 머신러닝이다.
와이파이 연결
adb shell am startservice -n com.google.wifisetup/.WifiSetupService -a WifiSetupService.Resetadb shell am startservice -n com.google.wifisetup/.WifiSetupService -a WifiSetupService.Connect -e ssid "De\ Buurman" -e passphrase "test1234""" 사이에 값 입력해야 함. 그리고 한번 껏다가 키면서 랜선도 제거 해준다.
링크모음/Android Things
2017. 11. 23. 17:57
Android things 접속시 Android.local 이 실행안될 경우(윈도우)
Android things 디버깅시 현재 아이피를 처음에는 모른다. 물론 부팅화면에는 나오지만 앱으로 바로 실행되면 나오지는 않는다. 그래서 할 수 있는 방법은 2가지 이다. 해당 아이피를 화면으로 출력해서 보여주는 것이다. 우선 기본 wifi 와 이더넷 아이피 주소 획득 하는 방법이다. 안드로이드 띵쓰에서도 당연히 가능하다. 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556/** * Returns MAC address of the given interface name. * @param interfaceName eth0, wlan0 or NULL=use first int..
링크모음/Android Things
2017. 11. 17. 11:10