On 07.01.2015 14:39, Paul Cartwright wrote:
...
> adb devices
> List of devices attached
> 32009c90b9b96000    device
> e9139440    offline
> 
> not sure what that means...

/etc/udev/rules.d/100-adb.rules 
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0bb4", 
MODE="0666"

$ su -c "udevadm trigger --action=add"

$ adb kill-server

$ adb get-state
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
device

$ adb devices
List of devices attached 
<Serial no.>    device

$ adb shell
shell@<Product>:/ $ uname -a                                                 
Linux localhost 3.4.67 #1 SMP PREEMPT <build date> armv7l GNU/Linux


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to