View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
This being a linux system, i would consider copying the whole content /YourMountedLoopDd_rescueImage/home/user to the /home/user directory.
You may want to make a backup of the directory or the content to be on the safe side.
You might transfer it via USB to MyDocs/sdcard or use ssh for the copying.
Code:
mkdir /mnt/N900
mount -o loop /YourDDrescueImageHere /mnt/N900
cp -avx /mnt/N900/home/user/.[a-zA-Z0-9]* /home/user
Reboot your phone.

Last edited by michaaa62; 2011-01-27 at 10:15.
 

The Following User Says Thank You to michaaa62 For This Useful Post: