every drivers installed successfully except "LGE Android Platform USB Modem"... that one failed. :-/
adb shell strings /dev/mtd/mtd8
adb shell flash_eraseall /dev/mtd/mtd8
adb reboot recovery
adb shell mount /dev/block/mmcblk0p1 /sdcard
adb push xionia_cwma_125186.img /sdcard/
adb shell
flash_image recovery /sdcard/xionia_cwma_125186.img
exit
adb reboot recovery
cd \path\to\sdk\platform-tools
i already have sdk on here and i changed the path to the directory of the sdk folder as well. i tried to insert a couple commands on the command prompt earlier and it said 'device not found'
adb is working, and your phone is in a factory reset bootloop. The custom recoveries don't support the factory reset, and just reboot into recovery until you clear mtd8.ok so im going to show you every prompt you told me to type in followed by the messages that followed afterward:
adb shell strings /dev/mtd/mtd8
- FACT_RESET_3
the flash_eraseall utility is not included in your recovery.adb shell flash_eraseall /dev/mtd/mtd8
- /sbin/sh: flash_eraseall: not found
that worked correctly.adb reboot recovery
- no text (phone just restarts)
the sdcard mount didn't cause an error, so it's probably mounted.adb shell mount /dev/block/mmcblk0p1 /sdcard
-no text
the xionia .img is not in the platform_tools directory with adb, or the command prompt is in another directory and adb is in your system path.adb push xionia_cwma_125186.img /sdcard/
-cannot stat 'xionia_cwma_125186.img': no such file or directory
since it couldn't be pushed, it's not there for flash_image to flash.adb shell
-~#
flash_image recovery /sdcard/xionia_cwma_125186.img
-failed with error: -1 error opening /sdcard/xionia_cwma_1251686.img
and then back to "~#"
any other suggestions?
dir
adb shell mount /dev/block/mmcblk0p1 /sdcard