As you seen on the picture, i wanna image of my Galaxy S4 I9500 on adb using dd on Linux Mint. The commands I use are as follows:
first adb shell
then adb devices
to list of my device. And the last adb shell su -c dd if=/dev/block/mmcblk0 of=/storage/sdcard1/img.bin
and the terminal says error: device not found.. How can i solve this problem and how can success the imaging my android phone using dd?
Thanks..