Thread
:
Image backup for N810 without SD
View Single Post
daperezg
2011-07-10 , 14:25
Posts: 131 | Thanked: 36 times | Joined on Dec 2009 @ Spain
#
4
Howto make a 0xffff backup step by step, from
http://bloglon.blogspot.com/2011/01/...p-by-step.html
DOwnload "0xffff" v0.3.9 from
http://talk.maemo.org/showpost.php?p=654646&postcount=3
(in order to execute the file 0xFFFF.static, you must copy it to a folder in the main partition (Not FAT/FAT32))
cp 0xFFFF.static.gz /usr/local/sbin
cd /usr/local/sbin
gunzip 0xFFFF.static.gz
chmod +x 0xFFFF.static
mkdir /media/mmc2/mybackup0xfff
sudo ./0xFFFF.static -e /media/mmc2/mybackup0xfff/
Now you have some new files in /media/mmc2/mybackup0xfff/ (total 262MB)
config.bin
initfs.jffs2
rootfs.jffs2
secondary.bin
xloader.bin
zImage
you can put in one tar file.
tar -cf /media/mmc2/myN810backup.tar .
And I copied the file to my PC
Notes:
To extract the contents from the tar file
tar -xvf myN810backup.tar
Quote & Reply
|
daperezg
View Public Profile
Send a private message to daperezg
Find all posts by daperezg