[Request] D820Q (Qualcomm Dual Sim) System dump

zeexhan

Member
Jan 14, 2014
46
24
0
My D820Q died while I was updating it now it is only detected as “Qualcomm HS-USB QDLoader 9008”...
I found a solution but all I need is it's stock system dump procedure is below how to generate stock system dump
1. Root Your Phone
2. Format your external MicroSD card with “exfat” system file, and the size of this 3. SD card should be morethan 16 GB , which is the size of the whole partition.
4. Do a full factory reset, meaning wipe your cache, data, and internal storage using either CWM, TWRP, or PhillzTouch.
5. Insert the SD card to your phone and connect your mobile with ADB, type:
adb shell
su
dd if=/dev/block/mmcblk0 of=/storage/sdcard1/backup.img bs=512 count=30535646
Tip: The size of the “backup.img” is around 16 GB, However, if you compressed it, it would be around 2 GB.
If the phone revives, will share the procedure please provide dump.
Sorry for bad English.