Meego Wiki
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(=)
 
(22 intermediate revisions not shown)
Line 1: Line 1:
My world.
My world.
-
Inspired by JukkaEklund's page.
+
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".
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)
-
http://qa-reports.meego.com/1.2/Handset/Sanity/N900/1312
+
- Would like to have the splash screen until the very moment UI comes up. => mcompositor seems to be blacking out the whole display.
-
General
+
My note on the boot-up process.
-
* Would be great if the flashing becomes much easier. flahser -f -k kernel & bzip2 -d ..., dd ..., mmc.
+
1) /etc/inittab, 5 is used as the default runlevel.
-
* icons on the toolbar are not visible.
+
-
* touchscreen calibration seems to be skewed by default.
+
-
  * Tap on the Meego Video => Setting starts.
+
-
* Setting window constantly pops up against my intention.
+
-
Dialer
+
2) goes to rc.sysinit
-
* Dialer start up time is too slow. (~8 sec). Should be 5 sec at max.
+
3) rc.sysinit calls chvt 2 : switch the foreground terminal to tty2
-
* The screen blinks twice before the application windows comes up. Should not happen.
+
-
* The top toolbar is floating. Close button is hidden behind this floating toolbar. Feels strange.
+
-
* The default string on the text input field is jammed. It says something like "Enter...", but not entirely readable.
+
-
* Can make a call, great.
+
-
* Does not respond to the End Call immediately. Feels insecure.
+
-
SMS
+
3) rc.sysinit calls ply-image : splash stuff.
-
* Start up time is too slow. (~8 sec). Should be 5 sec at max.
+
4) rc.sysinit calls /usr/bin/meego-dm (shell)
-
* The screen blanks twice before the application windows comes up. Should not happen.
+
-
* Overall usability looked ok. It feels constantly slow, though.
+
-
Browser & Fennec
+
5) meego-dm calls /usr/sbin/uxlaunch (uxlaunch looks at /etc/sysconfig/uxlaunch)
-
* 1 icon for Browser & 1 icon for Fennec is confusing.
+
6) uxlaunch starts X and sessions
-
* Fennec started, but does not respond to my taps. After a while, multiple windows started to pop up. Even the VKB is up.
+
 
 +
7) uxlaunch starts the /etc/xdg/autostart/autostart stuff.

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