Le 15/02/2013 11:51, Roy Collings a écrit :
> Ah thanks Julien,
> 
> I've tried that (and factory reset via power + volume down) but still 
> fastboot devices returns nothing (and lsusb doesn't show the device either).
> It *might* be a problem with my cable - we're trying to find another one to 
> test this ...

For example, I don't see mine in lsusb either if I'm in recovery (so
without adb or fastboot) so this is at least consistent ;)

Also I don't know if you configured udev so that adb works in user mode;
you need to configure it for fastboot too.

I use the following lines in a /etc/udev/rules.d/android.rules file:

SUBSYSTEM=="usb", ATTRS{idVendor}=="19d2", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", MODE="0666"

First one is for the phone in adb mode, second one for fastboot mode.

You can easily check if this is the problem by switching the device in
fastboot mode (you see only "Turkcell") and then running "fastboot
devices" with the root user.

-- 
Julien
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to