View Single Post
Old 11-30-2012, 08:31 AM   #886
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by cameleon2605 View Post
dd if=/mnt/us/mmcblk0p1.img of=/dev/mmcblk0p1
Try
Code:
ls -la /mnt/us/*.img
You should see a file called mmcblk0p1.img, otherwise the dd command (of course) won't work because it tries to read a non-existent file. If the file is named differently, either rename it, or substitute the correct filename in the dd command. But of course, make sure that it actually IS a main partition image.
ixtab is offline   Reply With Quote