Reply
Thread Tools
Posts: 267 | Thanked: 183 times | Joined on Jan 2010 @ Campinas, SP, Brazil
#91
Even if some people managed to build their own images here and were able to boot Meego, I feel it's useful to inform everyone why there is currently no N900 image and the current state of Meego on the N900. I got this email 3 hours ago from the meego-dev@meego.com mailing list:

Subject: [MeeGo-dev] About building Handset UX Day1 image for N900; some notes and explanations
From: harri.hakulinen@nokia.com
to: MeeGo-dev
sender-time: Sent at 4:16 AM (GMT+02:00).
mailing list: meego-dev.meego.com

Hello Meegos,

As you know, yesterday Handset UX developement was opened in MeeGo. As N900 is the other hanset reference device in MeeGo, we are of course actively developing all the required adaptation elements to make it possible to run MeeGo Handset UX on N900.

From N900 adaptation point of view, we have had some quite nasty last minute stabilty broblems related to our Day1 builds. It looks like Wlan and connman are not working nicely together now, and we don't know yet what exactly is the problem. We have recently started to use .35rc3 kernel, but that does not seem to be the issue, it's rather something related to wlan or Connman configuration, or something above connman that we are not fully aware of.

Now, when all the related source's are available, perhaps we can solve those issues as MeeGo community !

This really is Day 1 "codedrop" for Hanset UX rather than release, we also have bunch of other known issues and errors, like

- Wlan does not work on every boot
* sometimes you need to boot again..

- Sreen rotation does not work
* our accelerometer sensor is not working right at the moment

- On some applications closing button is hardly visible

- You can use home button once per application to go to task swicther, and come back, but not more than that
* this is known bug in framework

- There is no phone functionality
* Our new opensource drivers for modem module are not stable enough yet.

And in addition we still have some issues know already earlier, like

- Battery loading does not work
* BME, (nokia closed) component still don't work properly..


Because of all this and some misc problems, we decided that there is no point of creating ready-made image for N900. However, there is everything available to build your own image if you are really interested to try it now. Many things are now moving all the time, and what you get with these instructions is in fact the daily image containing the latest state of MeeGo Handset UX development for N900.

After all, this is "code drop" related to MeeGo development, and it is actually interesting first exercise to setup your build environment and start your MeeGo development by creating your first image yoursefl !

The kickstart file to enable the image creation is available at

http://tablets-dev.nokia.com/meego-codedrop.php

Before you can download it, you need to enter valid IMEI code of your N900 device. That is required because of our current licensensing situation for some closed components that are required to build functional Handset UX Day 1 image. We are working on this issue and I hope we can get rid of this extra step in very near future.

Some instructions are available at

http://wiki.meego.com/ARM/N900/Releases/Daily
Theu are still under development and may contain some errors, please bear with un on this one as well.

So, now you should have practically everything available, so lets make MeeGo 1.1 happen together !

Br,
//Harri"
__________________
My nickname on freenode is ptl, that is, the consonants of my nickname here. Kind of a long story.
 

The Following 6 Users Say Thank You to Patola For This Useful Post:
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#92
Important to note: even if you don't like the UI, it's completely open, replaceable.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 

The Following 3 Users Say Thank You to w00t For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#93
Originally Posted by sevla View Post
This is linux only correct?
im not sure, but the the first link i was off, but not the second

but i think it fedora only because i try to install tools but... RPM

i dont know
 
Banned | Posts: 388 | Thanked: 57 times | Joined on Mar 2010
#94
Originally Posted by Patola View Post
Even if some people managed to build their own images here and were able to boot Meego, I feel it's useful to inform everyone why there is currently no N900 image and the current state of Meego on the N900. I got this email 3 hours ago from the meego-dev@meego.com mailing list:
From his reply, I see that the current version of MeeGo and Android N900 port has lots of similarities in terms of what working and what not.
 
Posts: 84 | Thanked: 3 times | Joined on Jan 2010
#95
is there any possibility that ported meego on n900 when its released will have portrait mode on n900"?
 
Posts: 183 | Thanked: 113 times | Joined on Jun 2010
#96
As far as I understand everything, it seems that we will have a completely working Meego.
I understand it mainly from the fact that according to Patola 's mail the IMEI we have to input in order to get the latest meego build is due to the closed components licensing.
From this I understand that those closed components are made available to the meego devs hence they have access to the cellular modem,3G ect, resulting in a fulctional meego release for the n900(minus multi-touch )

If one of those with more knowledge can approve of this i'll be happy. t might end all the speculation around if "this" or "that" will work.
 
dchky's Avatar
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#97
Originally Posted by w00t View Post
Important to note: even if you don't like the UI, it's completely open, replaceable.
It doesn't matter that it can be replaced, it should at the very least be desirable as is, right out of the box. Even if that look and feel is simply utilitarian, it is better than trying to make some kind of cute statement, one that is simply lost on me. I know it's largely just a wallpaper, however, the videos floating around show a great deal of wasted space between elements.
 
Posts: 230 | Thanked: 39 times | Joined on Jun 2010
#98
guys can u guys help me this, i follow the step to step 7 which is

7)Mount the SD card, replace /dev/sdc1 with your device and first partition.
Code:

mkdir mount
sudo mount /dev/sdc1 mount

and my sd name is /dev/sdb2
so how do i do it ?
mkdir mount
sudo mount /dev/sdb1 mount
but it then return command is it is busy or not found in fmap or something

Last edited by ryanl33x1511; 2010-07-03 at 14:50.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#99
Originally Posted by ryanl33x1511 View Post
guys can u guys help me this, i follow the step to step 7 which is

7)Mount the SD card, replace /dev/sdc1 with your device and first partition.
Code:

mkdir mount
sudo mount /dev/sdc1 mount

and my sd name is /dev/sdb2
so how do i do it ?
mkdir mount
sudo mount /dev/sdb1 mount
but it then return command is it is busy or not found in fmap or something
Your SD name would actually be /dev/sdb, not /dev/sdb2. The number at the end refers to a partition number on the card - you don't write MeeGo to the partition but rather write it to the root car itself so that it can create 2 of it's own partitions.

Your dd command would have of=/dev/sdb in it and then you would mount /dev/sdb1 when that is finished.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#100
If you just want to run MeeGo handset to see how it looks like, and don't necessarily need it on your N900, and have a netbook or other MeeGo-compatible computer at hand, you can get a netbook build of the handset UX from here:

http://repo.meego.com/MeeGo/builds/1...2-netbook-mtf/
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 2 Users Say Thank You to pycage For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 10:01.