Meego Wiki
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
 
(18 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.
-
download.meego.com/trunk-daily/builds/trunk/191.90.6.20110308.6/images/meego-handset-armv7l-n900
+
2) goes to rc.sysinit
-
u-boot with the instruction from http://wiki.meego.com/ARM/N900/Install/MMC#Installing_Rootfs_on_external_MMC_card
+
3) rc.sysinit calls chvt 2 : switch the foreground terminal to tty2
-
General
+
3) rc.sysinit calls ply-image : splash stuff.
-
* The rotation doesn't work according to how I would like the device to behave (90 degrees overly-rotated?)
+
4) rc.sysinit calls /usr/bin/meego-dm (shell)
-
* Yes, U-boot makes the installation easier. -> No need to flash the kernel.
+
-
Dialer, SMS, Browser over WLAN
+
5) meego-dm calls /usr/sbin/uxlaunch (uxlaunch looks at /etc/sysconfig/uxlaunch)
-
* All the below problems still exist.
+
6) uxlaunch starts X and sessions
-
 
+
7) uxlaunch starts the /etc/xdg/autostart/autostart stuff.
-
 
+
-
===
+
-
 
+
-
http://qa-reports.meego.com/1.2/Handset/Sanity/N900/1312
+
-
 
+
-
General
+
-
 
+
-
* Would be great if the flashing becomes much easier. flahser -f -k kernel & bzip2 -d ..., dd ..., mmc.
+
-
* 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
+
-
 
+
-
* Dialer start up is too slow. (~8 sec). Should be 5 sec at max.
+
-
* 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
+
-
 
+
-
* Start up is too slow. (~8 sec). Should be 5 sec at max.
+
-
* The screen blanks twice before the application windows comes up. Should not happen.
+
-
* Overall usability looked ok. It feels constantly slow, though.
+
-
 
+
-
Browser & Fennec
+
-
 
+
-
* 1 icon for Browser & 1 icon for Fennec is confusing.
+
-
* 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