ADB Connection to Samsung smart tv

不羁岁月 提交于 2019-12-13 20:33:37

问题


I am trying to install third party apk to Samsung android smart tv...

1) I've turn on Developer mode in Apps and put my computer ip address there.

2) I'm runing this commands in terminal (mac os, the latest version of sdk-tools)

adb kill-server && adb start-server && adb connect 192.168.1.237:26101 && adb devices

Getting this:

* daemon not running; starting now at tcp:5037
* daemon started successfully
connected to 192.168.1.237:26101
List of devices attached
192.168.1.237:26101 device

3) And run:

adb install ./my.apk**

And got this:

Performing Push Install
adb: error: connect failed: closed
- waiting for device -

p.s. almost every command failed with error: closed (i've tried adb shell, adb logcat, and so on...)

What next step to try ? Is port 26101 correct? (I've also tried port 5555, but get Connection refused


回答1:


Sorry but I haven't seen any Samsung Smart TV running Android. Samsung has their own operating system based on Android (Tizen) but, as far I know you can't install apk apps, also you cannot install apps using adb (in Tizen is named SDB), instead of SDB you need to use the Tizen SDK + Tizen Studio to pair your PC, sign your app (.wgt extension) and install it using the SDB

BR



来源:https://stackoverflow.com/questions/57528450/adb-connection-to-samsung-smart-tv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!