View Single Post
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#43
Originally Posted by Rusnak-COBRA View Post
STEP BY STEP GUIDE:
1 - Turn off the device, unplug from USB.
2 - Install "flasher" to your pc (it will instal into /usr/bin/)
3 - Copy all files into /usr/bin/ (I assume you have basic UX knowledge)
4 - Start terminal, cd /usr/bin, run below command and then attach phone to USB cable

sudo flasher --load -k vmlinuz-2.6.32.20112201-11.2-adaptation-n950-bootloader -n initrd.img-rescue-2.6.32.20112201-11.2-n950 --boot

5 - Wait a minute and run "fdisk -l",you should see 3 more partitions (Like this: sdb* are phone ones, your names can differ. sdb1 id 56 or 9GB mass storage MyDocs partition, sdb2 for rootfs 4GB, sdb3 for userfs 2GB)


IF YOU CAN DO THIS, MOUNT THE DISKS, THEN YOU CAN USE DD TO MOVE IMAGES BACK TO PHONE
Look my previous posts.
Steps 1 to 8 finished.
I am at step 9 - Turn it on, turn on developer mode, devel-su and pass, execute this command in terminal and turn it off again.

But I can't because the phone block at Nokia logo.

Perhaps I need to copy img file now?

with this step directly :

sudo dd if=/home/rusnak/Plocha/N9/rootfs_backup.img of=/dev/sdb2
sudo dd if=/home/rusnak/Plocha/N9/userfs_backup.img of=/dev/sdb3


Right?