For ubutnu you need to add a rule in

/etc/udev/rules.d/51-android.rules

make the file executable then add this file to the document

SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666"


And then use adb in "sdk/platform-tools/" to start the server :

./adb start-server

./adb kill-server

After this, you should allow the authorizon in your mobile phone. And then you can use a command to check your devices:

./adb devices


I can see:


List of devices attached

HC465WW01785 device


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)长按Listview显示CheckBox,
  2. Android 事件触发机制
  3. Android关机流程解析
  4. Android不显示开机向导和开机气泡
  5. androidmanifest.xml解析
  6. android context.getCacheDir()缓存目录
  7. Android资源,国内镜像站点,博客文章等
  8. 迅为4418开发板TF卡烧写Android和Qt内容
  9. Android中Activity生命周期详解
  10. Android TabLayout 浅显总结