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). 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
