![]() |
2011-07-15
, 16:30
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#322
|
![]() |
2011-07-20
, 22:10
|
Posts: 176 |
Thanked: 190 times |
Joined on Jun 2011
@ Italy
|
#323
|
![]() |
2011-08-12
, 22:52
|
Posts: 159 |
Thanked: 116 times |
Joined on Oct 2010
|
#324
|
is any1 trying to port harmattan meego to n900? In other words n9's os to n900?
![]() |
2011-08-14
, 12:21
|
Posts: 176 |
Thanked: 190 times |
Joined on Jun 2011
@ Italy
|
#325
|
![]() |
2011-09-13
, 15:24
|
Posts: 176 |
Thanked: 190 times |
Joined on Jun 2011
@ Italy
|
#326
|
![]() |
2011-09-13
, 17:51
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#327
|
Do anyone know why I receive "403 Forbidden" if I try to see
http://harmattan-dev.nokia.com/pool/...okia-binaries/
The Following User Says Thank You to qgil For This Useful Post: | ||
![]() |
2011-09-14
, 09:00
|
Posts: 176 |
Thanked: 190 times |
Joined on Jun 2011
@ Italy
|
#328
|
![]() |
2011-09-16
, 11:43
|
Posts: 176 |
Thanked: 190 times |
Joined on Jun 2011
@ Italy
|
#329
|
To get oberhumer's python-lzo to work on Ubuntu's lzo2, you'll need to apply this patch.
Drop the generates lzo.so in the same folder as the python script, and "python unlzo.py rootfs.lzo".
EDIT: Bad news: The N950's ... unique MMC structure is apparently hardcoded into system files.
Even after setting up the correct mountpoints, Harmattan sputtered and failed, and it clobbered Maemo 5's filesystem.
Used the MeeGo Kernel 2.6.37-29.1. Needed a full reflash to restore everything.
Directions: WARNING THIS WILL CLOBBER MTD5 (aka ROOTFS) -- IT MAY OR MAY NOT CAUSE DAMAGE TO YOUR MTD1 (aka config) and MTD2 (syslog?) PARTITIONS.
(1) Run ali1234's unlzo script.
(2) Make sure a SD card is partitioned into a 2GB ext4 (p1), a 2MB linux-swap (p2) and 32MB vfat (p3)
(3) Mount and copy MeeGo CE's uboot boot files to the vfat partition. Save MeeGo's /lib/modules/{KERNEL} folder (via cp-a) somewhere on your desktop. Unmount MeeGo CE's image.
(4) Copy (cp -a) Harmattan's system to the ext4 (p1) partition on the SD card.
(5) In Harmattan's /lib/modules , remove it's kernel and the "current" symlink.
(6) Copy MeeGo CE's modules folder into modules, and ln -s the folder to "current".
(7) Edit /etc/pmconfig (!)
(8) Edit /etc/fstab (mmcblk0 is the SD card when booting from SD, so edit accordingly, and use mmcblk1p3 as the swap partition.)
(9) Unmount everything, connect SD to N900.
(10) flasher-3.5 -l -k vmlinuz-{KERNEL} -b
(11)???Watch dmesg
(12) Break Fremantle
![]() |
2011-09-16
, 13:57
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#330
|
Did you also try to use this kernel?
http://harmattan-dev.nokia.com/pool/...free/k/kernel/
Regarding fixes maybe this should shed us some light?
http://66.135.57.166/lists/linux-omap/msg45232.html