View Single Post
Old 02-17-2014, 06:21 PM   #310
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by Alastair_S View Post
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
Not all "Touches" are the same, Your N905C is a Mark4 device as I understand it. The earlier Touches are Mark3 devices and I guess it is those that need to use the "Freescale" driver.

Luck;
Ken
Ken Maltby is offline   Reply With Quote