i've got sony kdl-43w800c, , intend develop apps it, can not find information on how attach using adb installing apks , getting logs etc.
what missing?
you need use adb on tcp/ip.
enable developer options: press home , select settings. in tv row, select about. scroll down , click on build several times until dialog appears message "you developer" appears.
enable debugging: press home , go settings menu. in system preferences row, select developer options, select debugging, select adb debugging, select on.
find tv ip address: press home , select network settings.
make sure tv , computer connected same local network.
on computer type:
adb connect <tv ip address>in allow debugging? dialog, select allow computer , select ok.
you can verify connection established , tv communicating across network following command:
adb logcat
Comments
Post a Comment