Active Topics

 


Reply
Thread Tools
Posts: 673 | Thanked: 230 times | Joined on Oct 2012 @ Mumbai
#91
whats the price of n950????
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#92
they are not sold officially thus you have to go hunt for one on ebay or the like and the price... can reach over 2000 US$ (auction)
__________________
information is a necessary though no sufficient condition to rationality...
 

The Following User Says Thank You to misterc For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#93
Originally Posted by zaidk9 View Post
whats the price of n950????
Depending of the conditions (used or like new) for the price.
 
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#94
Hi there,

when you have so many N950, it would be nice to make a backup if you have a PR1.0 and maybe PR1.1 please.

I am really interested about some binary in beta1 or beta2.
I would like to extract it from the firmware but until now I not succeeded.
 
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#95
Originally Posted by Halftux View Post
Hi there,

when you have so many N950, it would be nice to make a backup if you have a PR1.0 and maybe PR1.1 please.

I am really interested about some binary in beta1 or beta2.
I would like to extract it from the firmware but until now I not succeeded.
How can I make a backup?
If I know how to do it I can do it
 
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#96
The backup can be done with the rescue image.

http://wiki.meego.com/N950/Fixing_MALF_state

Code:
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
Look for the partitions.
fdisk -l

/dev/sdb1 emmc
/dev/sdb2 root
/dev/sdb3 home

Now you can use dd or mount the partition and copy contents to an archive. (dd if=/dev/sdb2 of=/path/to/image)

Code:
sudo mkdir /mnt/n950rootfs
sudo mount /dev/sdb2 /mnt/n950rootfs
cd  /mnt/n950rootfs
sudo tar cvfp /backup/sdb2-rootfs.tar ./
I have not tried it yet but will do it after work. If something is wrong or not working I will updated this post.
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:09.