View Single Post
Old 02-17-2014, 06:00 PM   #309
Alastair_S
Zealot
Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.Alastair_S ought to be getting tired of karma fortunes by now.
 
Posts: 122
Karma: 1767614
Join Date: Feb 2014
Device: Kobo Touch
Thank you for this extremely useful tool, however USBnet will not work on my N905C Touch unless I first delete the following lines in usbnet.sh
Code:
if [ $DEVICE == TOUCH ]; then
    PLATFORM=freescale
fi
(Incidentally, for Windows users do not use Windows WordPad to edit any .sh file because it will save the file in a form that the Launcher cannot read. Instead use the Launcher's own Notepad to edit the file if you have no suitable alternative text editor.)

If I want to make an image of the SD when connected to a Linux computer will the following commands work and should I use the first line or the other three lines?
Code:
ssh root@192.168.2.101 "dd if=/dev/mmcblk0" | dd of=image.img

ssh root@192.168.2.101 "dd if=/dev/mmcblk0p1" | dd of=image1.img
ssh root@192.168.2.101 "dd if=/dev/mmcblk0p2" | dd of=image2.img
ssh root@192.168.2.101 "dd if=/dev/mmcblk0p3" | dd of=image3.img
Alastair_S is offline   Reply With Quote