Hi and sorry for the late answer. Going by parts, the original problem (the phone not behaving like a phone) could have been probable fixed just by removing rilproxy:
adb shell rm /system/bin/rilproxy && adb reboot As for the second problem, I don't think that method works for backing out /system and /userdata. If you have compiled images for the phone (I'm going to assume you have because you did flash something) try doing ./flash.sh -f That should flash the compiled images. And then, remove rilproxy as I said before. Un saludo, Antonio On 23/12/2013, at 10:52, "Salvador de la Puente González" <[email protected]> wrote: > I'm not the best to answer this but, if you can, enable debug mode and, > with ADB access restart the phone in fastboot mode. Now flash your > device with all the images and restart. > > I don't know if you already tried this but it seems to work for me. > > Hope it helps. > > On 17/11/13 15:05, Johannes Bauer wrote: >> Hi list, >> >> I've had two nice days with my Alcatel. Now I've bricked it. As a side >> note, would it be possible that when someone types >> >> $ ./flash.sh --help >> >> That there's actually a help page displayed and not fastboot flashing is >> initiated right away? That's what happened to me and now the phone is >> dead :-( >> >> Well, not dead. It's actually booting up and I can do stuff with it. >> It's just not a "phone" anymore: Doesn't ask for a SIM PIN and I can't >> do calls (obviously). >> >> Now in anticipation of my stupidity, I've created backups of /dev/mtd* >> as Krzysztof Adamski describes at >> http://k.japko.eu/alcatel-otf-hackers-guide-1.html >> >> $ cat /dev/mtd/mtd0 >/mnt/sdcard/boot.img >> $ cat /dev/mtd/mtd1 >/mnt/sdcard/system.img >> $ cat /dev/mtd/mtd5 >/mnt/sdcard/userdata.img >> $ cat /dev/mtd/mtd7 >/mnt/sdcard/recovery.img >> >> The problem is that when I try to flash system or userdata, this happens: >> >> [...] >> writing 'userdata'... >> FAILED (remote: flash write failure) >> >> The phone is afterwards completely unusable (doesn't leave bootloader >> anymore). >> >> So could please someone help me to either create a working image that >> I've built myself that actually recognizes the SIM card and works as a >> phone or to be able to successfully flash back my backup? I'm kind of >> desperate, it was all working pretty nicely and now I broke it :-( >> >> Thanks a lot, >> Best regards, >> Joe >> _______________________________________________ >> dev-b2g mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-b2g > > > ________________________________ > > Este mensaje se dirige exclusivamente a su destinatario. Puede consultar > nuestra política de envío y recepción de correo electrónico en el enlace > situado más abajo. > This message is intended exclusively for its addressee. We only send and > receive email on the basis of the terms set out at: > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
