Thread
:
Porting Sailfish to N9
View Single Post
max83
2014-11-22 , 20:02
Posts: 81 | Thanked: 175 times | Joined on Dec 2013
#
1932
FYI, the method of copying the image to your N9 is slightly different, the easiest way is this way:
1. turn off your device
2. attach the cable to your pc
3. connect your pc to your device via cable
4. wait for all partitions to be mounted
5. now in your file browser (eg. dolphin in mint) go and find partition called AltOS, just double click on it, it will mount and will be ready for our procedures
now follow this way:
first extract the xz image by any decompressors which support xz format archives, you will end up with a 1.3GB file size called
sailfish-hv-1.1.0.39-20141110.img
now you have to simply mount the image to your pc first
by using this command in linux:
mount sailfish-hv-1.1.0.39-20141110.img /mnt
now you have to copy the content to your device:
cp -a /mnt/* /media/AltOS/
#NOTE the AltOS must be mounted and ready
#depending on your LinuxOS, the AltOS mount point would be different mine was /media/max/AltOS
DONE
I hope I explained it in easy and understandable way
__________________
.:: MAX ::. (ERROR748)
Last edited by max83; 2014-11-22 at
20:18
.
Quote & Reply
|
The Following 2 Users Say Thank You to max83 For This Useful Post:
hrbani
,
milad ghusn
max83
View Public Profile
Send a private message to max83
Find all posts by max83