标题: Android Studio No serial number [打印本页] 作者: samson.lai 时间: 2017-4-20 16:22 标题: Android Studio No serial number 請問為什麼rk3399的板子沒有serial number
下面是studio所顯示的錯誤訊息
com.android.ddmlib.AdbCommandRejectedException: device '(no serial number)' not found
Error while Installing APK 作者: vincejia 时间: 2017-4-20 17:20
我遇到同样的问题,系统设置还原一次就好了,目前不清楚原因作者: samson.lai 时间: 2017-4-20 17:35
終於可以了, 謝謝了作者: mansson 时间: 2017-12-1 17:15
The factory reset trick only worked once for me. Now it looks like the serial number is lost permanently. This is a huge problem because not only Android Studio but also systrace.py refuses to cooperate with anonymous boards. I really would like a permanent solution to this issue. I connected a fresh ff board with factory firmware, and it also did not present any serial number to ADB. The HiKey 960 board has some information regarding serial number on https://source.android.com/setup/devices Perhaps we need a similar process? I think the empty string produced by the 'lsusb' command is a clue. It's USB that can't get hold of the proper string. Why? This is important, the boards are quickly becoming useless...作者: 繧餤﹍.風輕. 时间: 2017-12-5 18:15
mansson 发表于 2017-12-1 17:15
The factory reset trick only worked once for me. Now it looks like the serial number is lost permane ...
revert this commit
commit cfe088b8e25e93339895434ce8a0c5f24101ec2d
Author: Firefly-RK3288 <service@t-firefly.com>
Date: Thu Nov 23 10:57:25 2017 +0800
1.support EC20 4G dongle 2.fix status information 3.fix the seq of display
-#define SERIALNO_FROM_IDB 0 //if 1 read sn from idb3; if 0 generate sn auto
+#define SERIALNO_FROM_IDB 1 //if 1 read sn from idb3; if 0 generate sn auto