[Login to see the link] I was having issues flashing super on my T-Mobile 4058 using the recovery method, getting this error:
adb: error: failed to copy 'super.bin' to '/dev/block/mmcblk0p41': remote write failed: No space left on device
After much back and forth, I found the issue. I ran:
adb shell readlink /dev/block/by-name/super
//And it returned:
/dev/block/mmcblk0p42
So I ran the commands as mmcblk0p42, and it worked.