Hi guys, it's me again.
So today I thought of another way that might help me get my phone back. I made another thread containing lots of info on how I bricked my phone (which was by flashing the wrong CWM). So after that I kind of went into a frenzy and got my boot.img and system.img messed up.
can someone with this phone use the built-in recovery (volume up+ power button, hold until vibrate) to pull the system and boot.img through adb???
The phone model is: Acer Liquid E1 v360
I can provide the commands needed here:
For boot.img:
adb shell
dd if=/dev/block/mmcblk0p? of=/sdcard/boot.img
For system.img
adb shell
su
cat /dev/block/system > /sdcard/system.img
Please let me know if this works guys....saves me 200 bucks
So today I thought of another way that might help me get my phone back. I made another thread containing lots of info on how I bricked my phone (which was by flashing the wrong CWM). So after that I kind of went into a frenzy and got my boot.img and system.img messed up.
can someone with this phone use the built-in recovery (volume up+ power button, hold until vibrate) to pull the system and boot.img through adb???
The phone model is: Acer Liquid E1 v360
I can provide the commands needed here:
For boot.img:
adb shell
dd if=/dev/block/mmcblk0p? of=/sdcard/boot.img
For system.img
adb shell
su
cat /dev/block/system > /sdcard/system.img
Please let me know if this works guys....saves me 200 bucks