Re: [b2g] Failing to mount a keon

2014-02-04 Thread Andreas Pehrson
What does lsusb say? *Andreas Pehrson *--- Software Engineer (+47) 959 60 374 | pehr...@comoyo.com | www.comoyo.com On Tue, Feb 4, 2014 at 5:10 AM, Worik Stanton worik.stan...@gmail.comwrote: On 04/02/14 14:34, Worik Stanton wrote: On 04/02/14 14:26, Naoki Hirata wrote: Most

[b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
My keon has ceased to work. The short of it is if I cycle the power on the phone while it is plugged in adb devices reports a full_keon attached for about 10 seconds, then it stops seeing it. I have a syslog dump attached, I plugged the phone in at 11:45:45, adb reported seeing the device a few

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Craig Comstock
I had this same problem with the v1.2 and v1.3 (maybe nightly as well) images from the geeksphone site. Recently I built mozilla git master w/ gecko and gaia checked out at v1.3 and it's working fine for adb. I believe I recovered my phone several times from this state by starting flash.sh

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
On 04/02/14 13:26, Craig Comstock wrote: I believe I recovered my phone several times from this state by starting flash.sh while the phone was on and then doing a restart from the UI via the power button. Then during that 10 second window things proceed and I got a different version loaded.

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
More information: It is adb reboot bootloader that hangs. The phone never reboots to the point that adb devices can see it W On 04/02/14 13:52, Worik Stanton wrote: On 04/02/14 13:26, Craig Comstock wrote: I believe I recovered my phone several times from this state by starting flash.sh

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Naoki Hirata
Fastboot is a different mode and adb won't see the device. You need to use fastboot devices in order to see the device. If you can't see the device via fastboot devices nor adb devices then you have a bricked phone. Regards, Naoki On Feb 3, 2014, at 8:08 PM, Worik Stanton

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
On 04/02/14 14:16, Naoki Hirata wrote: If you can't see the device via fastboot devices nor adb devices then you have a bricked phone. What I get is: $ /usr/bin/fastboot devices no permissions fastboot What does that mean? W -- The only true evil is turning people into things

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Naoki Hirata
Most likely it means that you didn't set the usb to see the device in fastboot. See http://developer.android.com/tools/device.html You can find the vendor number for the device by doing lsusb On some devices, fastboot mode has a different vendor than adb mode. Regards, Naoki On Feb 3, 2014, at

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
On 04/02/14 14:26, Naoki Hirata wrote: Most likely it means that you didn't set the usb to see the device in fastboot. Do you mean the UDEV rules? That is all I can see on that page. I have done that. I have been hacking on this phone a little bit already. On some devices, fastboot mode

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
I apologise for being so dense. [snip] What I get is: $ /usr/bin/fastboot devices no permissions fastboot Running as root (duh!) $ sudo /usr/bin/fastboot devices de0c68e4fastboot What does this mean? W -- The only true evil is turning people into things

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
On 04/02/14 14:34, Worik Stanton wrote: On 04/02/14 14:26, Naoki Hirata wrote: Most likely it means that you didn't set the usb to see the device in fastboot. Do you mean the UDEV rules? That is all I can see on that page. I have done that. I have been hacking on this phone a little bit

Re: [b2g] Failing to mount a keon

2014-02-03 Thread Worik Stanton
On 04/02/14 14:34, Worik Stanton wrote: On 04/02/14 14:26, Naoki Hirata wrote: Most likely it means that you didn't set the usb to see the device in fastboot. Do you mean the UDEV rules? That is all I can see on that page. I have done that. I have been hacking on this phone a little bit