Maximus2323
Newbie
Ok Run the first line, skip the secound line, run the rest
Ran command: adb shell strings /dev/mtd/mtd8 and it went back to the command line folder with no error
Then skipped 2nd command and went to 3rd command: adb reboot recovery
No error was shown but the phone screen never went to the LG screen or anything.
I'm not clear how long the reboot should take while the phone is in this state (does not seem to be rebooting or doing anything as the screen stays blank for several minutes though).
Just to see if anything else could be run tried the next group of commands:
Command: adb shell mount /dev/block/mmcblk0p1 /sdcard which did not show any error.
Since I have no idea how long a mount would take I waited about 2 minutes here.
I then tried the next command: adb push xionia_cwma_125186.img /sdcard/ only to fail with:
cannot stat 'xionia_cwma_125186.img': No such file or directory
I assume it did not mount because of the earlier command: adb reboot recovery not loading back to the command line folder which seems to usually indicate the command worked unless an error is given.
UPDATE:
Ran command: adb devices It shows:
List of devices attached
A10000199FA4A3 recovery
So I can try the process of pulling the battery, then holding power button down 30 sec. Reinstall battery, and turn power on. To then try commands once again.
Or perhaps this means I did not give the phone enough time when it was on a blank screen after running the command: adb reboot recovery
2nd UPDATE:
Tried the process of pulling the battery, then holding power button down 30 sec. Reinstalled battery, and turned power on. I then tried the commands once again.
When using command: adb shell strings /dev/mtd/mtd8
I found when monitoring more closely what seems to not give the error: device not found
I had to wait until it started to load into the BACKside-IHO screen (smaller Android icon will be in lower right corner and the text for BACKside-IHO is shown) then the command seems to run.
Then even if it made it to the following load screen with green Android, and the spinning circle the command: adb reboot recovery would seem to run with no issue
After waiting 5 minutes the phone is still on the blank screen though.
Without touching the phone battery to force restarting etc. found once again the command:
adb devices shows:
List of devices attached
A10000199FA4A3 recovery

