Meego Wiki
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(=)
 
(11 intermediate revisions not shown)
Line 5: Line 5:
I'd like to use the meego@n900 as my primary device. The comments & suggestions here, are based on my subjective definition of this "as my primary device".
I'd like to use the meego@n900 as my primary device. The comments & suggestions here, are based on my subjective definition of this "as my primary device".
-
Basic questions are:
+
- Would like to get rid of the smia_reglist_import message that goes to tty2. (fixed, thanks to kimju: smia message from KERN_ALERT to KERN_INFO)
 +
- Would like to have the splash screen until the very moment UI comes up. => mcompositor seems to be blacking out the whole display.
-
* Do we have the bugs?
+
My note on the boot-up process.
-
* Is somebody working on the bug?
+
-
===
+
1) /etc/inittab, 5 is used as the default runlevel.
-
http://repo.meego.com/MeeGo/builds/1.1.90/1.1.90.7.20110315.84/images/meego-handset-armv7l-n900
+
-
u-boot with the instruction from [[ARM/N900/Install/MMC#Installing Rootfs on external MMC card]]
+
2) goes to rc.sysinit
-
General
+
3) rc.sysinit calls chvt 2 : switch the foreground terminal to tty2
-
* Yes, U-boot makes the installation easier. The wiki page is a bit  -> No need to flash the kernel. -> Jukka to include the link for the R&D ABC?
+
3) rc.sysinit calls ply-image : splash stuff.
-
* icons on the toolbar are not visible. => https://bugs.meego.com/show_bug.cgi?id=12689
+
-
Dialer
+
4) rc.sysinit calls /usr/bin/meego-dm (shell)
-
* Dialer start up is too slow. (~8 sec). Should be 5 sec at max. => No bug.
+
5) meego-dm calls /usr/sbin/uxlaunch (uxlaunch looks at /etc/sysconfig/uxlaunch)
-
* The screen blinks twice before the application windows comes up. Should not happen. => No bug
+
-
* The top toolbar is floating. Close button is hidden behind this floating toolbar. Feels strange. => No bug.
+
-
* The default string on the text input field is jammed. It says something like "Enter...", but not entirely readable. => No bug.
+
-
* Can make a call, great.
+
-
* Does not respond to the End Call immediately. Feels insecure.
+
-
SMS
+
6) uxlaunch starts X and sessions
-
* Start up is too slow. (~8 sec). Should be 5 sec at max.
+
7) uxlaunch starts the /etc/xdg/autostart/autostart stuff.
-
* The screen blanks twice before the application windows comes up. Should not happen.
+
-
* Overall usability looked ok. It feels constantly slow, though.
+
-
 
+
-
Browser & Fennec
+
-
 
+
-
* Currently, Fennec on MeeGo@N900 is unusable.
+
-
* 1st tap on the Fennec icon, nothing happens.
+
-
* 2nd tap on the Fennec icon, white window appears and disappears.
+
-
* 45 seconds before the window appears. => No bug.
+
-
* 1 icon for Browser & 1 icon for Fennec is confusing. => No bug.
+
-
* Fennec started, but does not respond to my taps. After a while, multiple windows started to pop up. Even the VKB is up.
+

Latest revision as of 13:29, 10 May 2011

My world.

Inspired by User:Jukkaeklund's page.

I'd like to use the meego@n900 as my primary device. The comments & suggestions here, are based on my subjective definition of this "as my primary device".

- Would like to get rid of the smia_reglist_import message that goes to tty2. (fixed, thanks to kimju: smia message from KERN_ALERT to KERN_INFO) - Would like to have the splash screen until the very moment UI comes up. => mcompositor seems to be blacking out the whole display.

My note on the boot-up process.

1) /etc/inittab, 5 is used as the default runlevel.

2) goes to rc.sysinit

3) rc.sysinit calls chvt 2 : switch the foreground terminal to tty2

3) rc.sysinit calls ply-image : splash stuff.

4) rc.sysinit calls /usr/bin/meego-dm (shell)

5) meego-dm calls /usr/sbin/uxlaunch (uxlaunch looks at /etc/sysconfig/uxlaunch)

6) uxlaunch starts X and sessions

7) uxlaunch starts the /etc/xdg/autostart/autostart stuff.

Personal tools