
| The Following User Says Thank You to penguinbait For This Useful Post: | ||
| The Following 3 Users Say Thank You to qole For This Useful Post: | ||
So here's all the stuff I wish I could have just read in one post, compiled from previous posts and some of my own additions for issues I ran into when I flashed my N810 and was setting it up with pbeasy.
If you only use the Backup\Restore program that came with your device, you probably have reason to be concerned as it only backs up a portion of your device's data.
One way or another, you've come to the right place!
The "pb" program comes with a far superior Backup utility, which I highly recommend using even if you never do Clone your device.
(Windows users can install the free 7-Zip program for opening the backup files) Keep in mind if this is your first time, you'll want to back up at least the internal jffs2 drive (/dev/mtdblock4 on mine), and the internal memory card (/dev/mmcblk0p1 on mine) before getting started. free
so later on if you want to try the pb > Swap option, you may want to first undo these changes.sudo sfdisk -l
sudo cp /etc/init.d/rcS /etc/rcS.bak sudo cp /etc/fstab /etc/fstab.bak sudo vi /etc/init.d/rcS
swapon -a
echo "49152 65535" > /proc/sys/net/ipv4/ip_local_port_range echo 6000 > /sys/class/bluetooth/hci0/idle_timeout swapon -a exit 0
sudo vi /etc/fstab
/dev/mmcblk0p3 swap swap defaults 0 0
sudo swapon -a
| The Following 25 Users Say Thank You to Eladon For This Useful Post: | ||
| The Following User Says Thank You to Eladon For This Useful Post: | ||