-
开启电视开发者模式,允许安装未知来源应用及开启 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
相关推荐
2601_965798471 天前
ForumLab Review: Fast PHP Script for SEO Forum Sites游戏开发爱好者82 天前
TraceEagle 代理抓包详解,无感代理、去证书绑定与 HTTP/3 解密能力解析总捣什么乱12 天前
MySQL MySQL是怎么保证主备一致的?鹿鸣天涯2 天前
应急响应:MySQL日志分析9624563 天前
从 DBeaver 内存溢出到流式导入:一个 MySQL 生产数据迁移工具的开发实战2501_915918413 天前
抓包鹰 抓包会话重放与压力测试,接口回归验证与性能压测的方法风样滴男人哟3 天前
MySQL MySQL是怎么保证高可用的?__Witheart__4 天前
3568 Android otg模式下adb热拔插不识别Full Stack Developme4 天前
SpringBoot 整合 HikariCP 并列出参数配置清单starvapour5 天前
在关机键损坏的情况下让手机关机