acidburn23
Member
- Dec 3, 2012
- 135
- 5
Here's the dump from the 7048 7048_dump.zip. Used this method from vampirefo.
adb shell
su
mkdir /sdcard/dump
busybox tar -cvzf /sdcard/dump/7048_system.tar /system
cat /dev/mtd/mtd6 > /sdcard/dump/recovery.img
cat /dev/mtd/mtd0 > /sdcard/dump/boot.img
cat /dev/mtd/mtd2 > /sdcard/dump/system.img
the firmware is good?