最近做安卓开发的时候,碰到了如下两个极品问题,刚开始晕头转向,仔细一研究终于解决了: FAQ1: C:\Users\xxx>adb shelladb: Env var ANDROID_ADB_SERVER_PORT must be a positive number less than 65536. Got "89999"Android Debug Bridge version 1.0.32Revision 09a0d98bebce-android ---这个问题是因为我先前wi
在做umount设备时, device is busy是令人头痛的提示: [root@delphi /]# umount /dev/cdrom umount: /mnt/cdrom: device is busy. (In some cases useful info about processes that use the device is found by lsof() or )) lsof可以找出被特定进程所打开的文件,目录,套接字,设备. 例子:比如有时我们不能umount掉一个分区时
今天在复制vmware的时候 出现网卡无法启动 报错显示 Device eth0 does not seem to be present, delaying initialization. 这个错误原因是因为 复制的VM和源VM的mac一致,但是新VM并非这个mac了 查看/etc/udev/rules.d/70-persistent-net.rules 下的mac ,将eth0的mac手动修改一样但是并未生效 所以直接删除掉eth0下的mac的那一行配置 以及/etc/udev/rules.d
Hi, trying to launch adb but get: daemon not running. starting it now on port * daemon started successfully * error: device unauthorized. This adbd's $ADB_VENDOR_KEYS is not set; try 'adb kill-server' if that seems wrong. Otherwise check for a co
今天在开发过程中,需要连接海美迪的电视盒子,这个盒子是基于android6.0的版本,之前连接其它电视盒子都正常,当输入 adb -s xxxx shell后,盒子连接失败,日志如下: error: device unauthorized.This adb server's $ADB_VENDOR_KEYS is not setTry 'adb kill-server' if that seems wrong.Otherwise check for a confirmation dialog o