I have to try several times with fastboot to work, change usb ports, reboot in 
fastboot mode a couple of times, etc. but eventually it works.

On Thursday, September 5, 2013 5:23:43 AM UTC+3, 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