saurabhmesh17

SO Answer - adb devices ( on android host ) shows no device

Aug 20th, 2014
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. ### Following commands are running on Beagle Board (Device 1) ###
  2. root@android:/ # getprop ro.product.model                                      
  3. OMAP3EVM
  4. root@android:/ # getprop ro.product.name                                      
  5. beagleboard
  6. root@android:/ # getprop ro.build.version.release        ## OS Version ##
  7. 4.0.3
  8. root@android:/ # adb version
  9. Android Debug Bridge version 1.0.29
  10.  
  11. root@android:/ # adb usb
  12. restarting in USB mode
  13. root@android:/ # adb devices
  14. List of devices attached
  15. YT910C40P9      device
  16.  
  17.  
  18. ### Following commands are running on Sony Xperia M (Device 2) ###
  19. root@android:/ # adb -s YT910C40P9 shell getprop ro.product.manufacturer                    
  20. Sony
  21. root@android:/ # adb -s YT910C40P9 shell getprop ro.product.name                            
  22. C1904_1274-3899
  23. root@android:/ # adb -s YT910C40P9 shell getprop ro.build.version.release   ## OS Version ##
  24. 4.1.2
  25. root@android:/ # adb -s YT910C40P9 shell adb version                            
  26. Android Debug Bridge version 1.0.29
Advertisement
Add Comment
Please, Sign In to add comment