Hi
You save me !
In normal mode lsusb output is
Bus 002 Device 025: ID 19d2:1350 ZTE WCDMA Technologies MSM
while in fastboot mode it is
Bus 002 Device 024: ID 18d1:d00d Google Inc.
So I add
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", MODE="0666", GROUP="plugdev"
to my rule file, restarted udev and now it is ok
Thanks
Seb
Le 03/07/2014 17:34, Alexandre Lissy a écrit :
Le 03/07/2014 17:31, Sébastien Cesbron a écrit :
Hi
My udev rules seems ok
$ more /etc/udev/rules.d/50-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", MODE="0666", GROUP="plugdev"
$ ls -la /etc/udev/rules.d/
total 24
drwxr-xr-x 2 root root 4096 juil. 3 17:25 .
drwxr-xr-x 4 root root 4096 juin 1 12:29 ..
-rw-r--r-- 1 root root 71 juil. 1 22:23 50-android.rules
-rw-r--r-- 1 root root 990 juin 23 11:50 70-persistent-net.rules
-rw-r--r-- 1 root root 343 juin 20 02:57 80-docker.rules
-rw-r--r-- 1 root root 1157 avril 14 18:34 README
but fastboot does not work for my user
$ fastboot devices
no permissions fastboot
$ sudo fastboot devices
a10161 fastboot
And what's the lsusb output when in fastboot mode?
I tried to add my user to plugdev group but this does not solve the problem
Regards
Seb
Le 03/07/2014 16:49, Alexandre Lissy a écrit :
Le 03/07/2014 16:44, Sébastien Cesbron a écrit :
Hi
I just tested vampirefo guide to put Firefoxos 1.4 on ZTE Open C and it
works for me.
Here are my remarks based on the fact that I am new to Firefox OS dev
- In my case (under ubuntu) I have to do "sudo fastboot" instead of
fastboot due to a permission problem
Make sure your configured properly your udev rules. You should not be
having to fastboot in root.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g