Le 27/10/2014 19:11, Patrick a écrit :
> Hi there,
>
> I just got my Flame and want to flash it right away with FFOS 2.0. Downloaded 
> Flame_2.0_v180_1.zip and followed the instructions 
> https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame. 
> My machine is already set up for Android development so adb was installed and 
> working.
>
> $ adb devices
> List of devices attached 
> 1b37c28f      device
>
>
> $ sudo ./flash.sh 
> Password:
> * daemon not running. starting it now on port 5037 *
> * daemon started successfully *
> List of devices attached 
>
> error: device not found
> error: device not found
> Partition table...
> < waiting for device >
>
>
> $ adb devices
> List of devices attached 
>
> Nothing ever happens on the device. I tried 3 different USB cables and I'm 
> out of ideas. Any suggestions?


So, when you start ./flash.sh, the first thing it does is that it uses
adb to reboot the device in fastboot mode ("adb reboot bootloader"). So
it's normal that you don't see the device with "adb devices" anymore but
you should see it with "fastboot devices" instead.

If you don't see it, it may mean that your udev rules are not complete.

Another possibility is that I see you use sudo to run flash.sh. Really,
this is not necessary if the udev rules are correctly setup. Do you
often use sudo to run stuff you download on Internet? This is
extra-dangerous...

I just changed MDN with updated information for udev and the running the
flash script, maybe you can have another look now.

Regards,
-- 
Julien

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to