Hey guys,
I hard bricked my xt907 by using the wrong version of the update. I have been looking around and found some help on other forums stating how to get a phone back up and running from a hard brick. The only thing is you need a working version of a phone, so you can grab the partition table from it. According to the site, if you run this it should spit it out for you.
Can someone run this for me?
Instruction to generate partitions.txt from working phone (Note you could have different name instead of mmcblk0):
1. adb shell dd if=/dev/block/mmcblk0 of=/sdcard/pt.bin bs=1024 count=10
2. adb pull /sdcard/pt.bin .
3. ./gpt_parser.py pt.bin > partitions.txt
Here is the page I'm referring to:
You're help is greatly appreciated!!!