On 09.10.2014 21:57, Michael Meelis wrote: > Hi, seems I bricked my flame with a 2.1 shallow-flash over 1.3 installed. > Seems I read the instruction page incorrectly and was hoping for some > safeguard protection. > > fastboot <...> is not working anymore. 'adb sideload <filename>' does still > work. Problem is: I keep on getting aborts because of signature validation > errors. > > Can anyone point me to instructions to get met Flame back up and running with > 1.3, 2.x or the upcoming release?
Adb is working, so I guess you booted into a working linux system that fails to start the b2g process. You can not run fastboot and adb at the same time. I assume that you should be able to reboot into fastboot with "adb reboot bootloader". But if you just wish to re-install everything (warning: data loss), you could just use the flash scripts and instructions from MDN <https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame#Updating_your_Flame%27s_software>. They will reboot into fastboot for you, if adb is working. > > > thx, > Michael > ------- > _______________________________________________ > 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
