Quote:
Originally Posted by Renate
NO!
Read and write are always used with respect to the device.
You just quoted a command that would write to your device.
This is how you make a backup.
Code:
edl.exe /r mybackup.img
|
Lol Ok, so here is what I have as backed-up files (see attachment).
Each individual files were backed up with:
Code:
.\edl.exe /r /pmypartitionname backupimagename.img
With the exception of my full 32Gb backup done with:
Code:
.\edl.exe /r 3.5.1_full_NAND_stock_backup.img
And when I just flashed back my recovery, I did the following:
Code:
.\edl.exe /w /precovery_a recovery-a.img
So what should I do to flash this full backup (knowing that my device has an eMMC), this?
Code:
.\edl.exe /w /s0 /c0 3.5.1_full_NAND_stock_backup.img
I guess no need for /m as eMMC is the default?