View Single Post
Posts: 98 | Thanked: 51 times | Joined on Jan 2012
#546
Originally Posted by mikecomputing View Post
As stated already there is only one way then:

boot harmattan and copy tar.bz2 file to /home/user/MyStuff/Documents (the only partition Winblows will see X:/Documents or something...)

When uploaded: open terminal on your n9:

and write:

Code:
devel-su
mount /dev/mmcblkp4 /mnt
cd /mnt
tar --numeric-owner -xjvf /home/user/MyStuff/Documents/sailfish-filename.tar.bz2
cd ..
umount /mnt
sync  # wait some seconds...
exit
Now reboot device

Notice this is only valid if you have partitioned the device and using uubiboot as described before... I take no responsibility if you break the phone
thanks for explaining friend, I manage to make it work but the ubiboot somehow couldn't boot harmattan, I'm sure I followed steps to install it but it wouldn't work.. Well, not really an urgent task for me, Nokia N9 is just my backup phone now

tested on main functions which are working
bluetooth: able to send and receive
WLAN: random disconnections

bugs/issues
*the volume playback seems very low, its already maxed out but it feels like Harmattan 50% volume..
*volume button not functioning
*battery always shows at 87%, plugging in charger will change it to 99% and never changed, I'm not sure am I charging through lol

Last edited by henry91; 2013-12-10 at 01:09.