Flashing system on running system (FirefoxOS) produce Segmentation fault. I use 
CWM recovery cli commands. After installed CWM, start on recovery mode, enter 
using adb shell and apply flash_image. This method not generate Segmentation 
fault, however FxOS do not works! 

On Wednesday, September 4, 2013 9:53:43 PM UTC-4:30, Cristi Burca wrote:
> On Friday, 23 August 2013 19:16:09 UTC+3, truc...@gmail.com  wrote:
> 
> > You can root the device with this howto :
> 
> > 
> 
> > http://pof.eslack.org/2013/07/05/zte-open-firefoxos-phone-root-and-first-impressions/
> 
> > 
> 
> > Fastboot fails to flash system.img but fash_image in adb shell works.
> 
> 
> 
> Doesn't seem to work for me. Here's what I did:
> 
> 
> 
> In `adb shell`:
> 
> 
> 
>     su
> 
>     mount -o rw,remount /
> 
>     mkdir _tmp
> 
>     chmod 0777 _tmp
> 
> 
> 
> Then, in a normal shell:
> 
> 
> 
>     adb push out/target/product/inari/system.img _tmp/system.img
> 
> 
> 
> Then back in `adb shell`:
> 
> 
> 
>     flash_image system _tmp/system.img
> 
> 
> 
> And the output was:
> 
> 
> 
>     ...
> 
>     mtd: successfully wrote block at 5b20000
> 
>     mtd: successfully wrote block at 0
> 
>     Segmentation fault
> 
> 
> 
> Fortunately, I had a backup image on the SD card.
> 
> 
> 
> What am I doing wrong?

_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to