CYGWIN
Thanks for the info. I will so some more research and see if I can "magically" fix my hubby's brick!
Tried this on cygwin and the steps were pretty much the same. With the sd removed, start the cygwin terminal as the administrator by right clicking on it and hitting "run as administrator".
Once it starts type "cd /". Then type "cat proc/partitions" and you'll get a response similar to this
________________________________________
major minor #blocks name
8 0 156290904 sda
8 1 29295616 sda1
8 2 102400 sda2
8 3 122007552 sda3
8 4 4881408 sda4
8 16 0 sdb
______________________________
Then plug in you sd to your pc and run "cat proc/partitions" again. This time you'll see additional partitions(your SD) pop up. So it'll look something like this
______________________________
major minor #blocks name
8 0 156290904 sda
8 1 29295616 sda1
8 2 102400 sda2
8 3 122007552 sda3
8 4 4881408 sda4
8 16 0 sdb
8 32 1959936 sdc
8 33 1959936 sdc1
_________________________
sdc is the sdcard. so to dump this image type the following
"dd if=(as soon as you type = stop and drag the file into the window) of=/dev/sdc"
example: "dd if=/cygdrive/c/Users/User/Downloads/debrick_sph_l710.img.xz of=/dev/sdc"
this will take a few minutes. When you recieve a response like this:
"41222+1 records in
41222+1 records out
21106140 bytes (21 MB) copied, 193.389 s, 109 kB/s"
you can remove the sd. That should be it.