-
开启电视开发者模式,允许安装未知来源应用及开启 ADB 调试
-
电脑端下载 adb 工具 点击下载
-
同一局域网的电脑使用 adb 工具连接(提前查看电视 IP)
shellD:\adb>adb connect 192.168.1.7 * daemon not running; starting now at tcp:5037 * daemon started successfully failed to authenticate to 192.168.1.7:5555提示未授权
shellD:\adb>adb connect 192.168.1.7 already connected to 192.168.1.7:5555再次连接,提示已连接
shellD:\adb>adb devices List of devices attached 192.168.1.7:5555 unauthorized查看已连接设备,显示未授权
shellD:\adb>adb install 电视家.apk error: device unauthorized. This adb server's $ADB_VENDOR_KEYS is not set Try 'adb kill-server' if that seems wrong. Otherwise check for a confirmation dialog on your device. Performing Push Install adb: error: failed to get feature set: device unauthorized. This adb server's $ADB_VENDOR_KEYS is not set Try 'adb kill-server' if that seems wrong. Otherwise check for a confirmation dialog on your device.尝试直接安装 APK,报错未授权
-
停止 adb 服务,删除
用户/.android目录下的adbkey和adbkey.pubshelladb kill-server -
重启 adb 服务
shelladb start-server * daemon not running; starting now at tcp:5037 * daemon started successfully -
重新连接电视,并且注意观察电视上的弹框提示,允许 xx 设备调试(返回桌面,否则可能无法弹出提示框)
shellD:\adb>adb connect 192.168.1.7 connected to 192.168.1.7:5555 -
再次查看连接设备,没有未授权的提示了
shellD:\adb>adb devices List of devices attached 192.168.1.7:5555 device -
再次安装 APK 即可成功
shellD:\adb>adb install 电视家.apk Performing Streamed Install Success
红米电视 ADB 安装 app 报错 failed to authenticate xxx:5555
鬼畜的稀饭2023-08-07 13:08
相关推荐
2501_916008893 小时前
全平台抓包工具,Windows、iPhone、Linux三个平台抓包测试鸽芷咕2 天前
MySQL Server 鸿蒙 PC 适配全记录:以混合工具链完成 C++23 交叉编译与 HNP 交付游戏开发爱好者85 天前
网络连接排查指南,谁在电脑后台偷跑流量,哪些程序在联网实心儿儿5 天前
MySQL 的安装2601_962300475 天前
基于Python与Tkinter的ADB Monkey自动化测试脚本开发flower_drop7 天前
基于 WebUSB 与 CDP:在浏览器端实现 Android 设备通信与无证书抓包实践蜡台7 天前
# 已解决|MySQL 8\.4\.11 密码正确仍报错1045 \(28000\) Access denied 终极修复方案leoZ2317 天前
2026-09-08-mysql-57-init-walkthrough2501_915921437 天前
抓包工具对比:Charles、TraceEagle、Wireshark、Fiddler 与 Proxyman秋不溜啾7 天前
三星手机网络连接ADB和关闭自动更新