It's sort of on this page: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Troubleshooting
I'll flesh it out a bit. Dave Hylands ----- Original Message ----- > From: "Andreas Gal" <[email protected]> > To: "Benoit Jacob" <[email protected]> > Cc: "Dave Hylands" <[email protected]>, [email protected] > Sent: Thursday, January 31, 2013 11:44:15 AM > Subject: Re: [b2g] ADB access to your phone > > > This should definitely be somewhere on the public wiki. If not, > please add. > > Thanks! > > Andreas > > On Jan 31, 2013, at 11:31 AM, Benoit Jacob <[email protected]> > wrote: > > > 2013/1/31 Dave Hylands <[email protected]> > > > >> Hi Benoit, > >> > >> ----- Original Message ----- > >>> From: "bjacob" <[email protected]> > >>> To: [email protected] > >>> Sent: Thursday, January 31, 2013 6:56:46 AM > >>> Subject: Re: [b2g] ADB access to your phone > >>> > >>> So I only read this now --- flashed my phone yesterday with a > >>> build > >>> that doesn't successfully boot, no ADB or fastboot access, and > >>> the > >>> phone's storage doesn't show in /proc/partitions. Is there a way > >>> out? > >> > >> So this sounds like it wouldn't have made any difference. You > >> should still > >> be able to get into fastboot mode by pulling the battery and > >> replacing it, > >> unplugging from USB and pressing VolUp (or VolDown? depending on > >> phone?) > >> and Power for a few seconds until you see the TurkCell splash (at > >> least for > >> unagi). > >> > > > > I hadn't tried that. That worked. Thanks! > > > > Benoit > > > > > >> > >> You won't see any indication of being in fastboot mode on the > >> screen. Plug > >> the USB cable in and see if you can see the phone using > >> > >> fastboot devices > >> > >> If so, you can flash a new image by editing the flash.sh script > >> and > >> commenting out the first line of the "flash_fastboot" function > >> which reads > >> as: > >> > >> run_adb reboot bootloader ; > >> > >> and then just running ./flash.sh with a new image. > >> > >> Dave Hylands > >> > > _______________________________________________ > > 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
