On Friday, 23 August 2013 19:16:09 UTC+3, [email protected]  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
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to