<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.meego.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.meego.com/index.php?title=Special:Contributions/Ensonic&amp;feed=atom&amp;limit=50&amp;target=Ensonic&amp;year=&amp;month=</id>
		<title>MeeGo wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.meego.com/index.php?title=Special:Contributions/Ensonic&amp;feed=atom&amp;limit=50&amp;target=Ensonic&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Special:Contributions/Ensonic"/>
		<updated>2013-06-19T17:18:08Z</updated>
		<subtitle>From MeeGo wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-05-20T10:15:32Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check in builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** &amp;lt;s&amp;gt;our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== measurements ==&lt;br /&gt;
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device.&lt;br /&gt;
** need to set the date, otherwise fennec warns about expired certificates&lt;br /&gt;
** right now this extensions seems to require =&amp;gt; 4.0b4 and we have &amp;quot;Firefox/4.0b8pre Fennec/4.0b3pre&amp;quot;&lt;br /&gt;
** we can work around that:&lt;br /&gt;
**# Type about:config into Firefox’s address bar and click the “I’ll be careful, I promise!” button.&lt;br /&gt;
**# Right-click on the Firefox window. Select New &amp;gt; Boolean.&lt;br /&gt;
**# When asked to enter the preference name, type extensions.checkCompatibility and click OK.&lt;br /&gt;
**# Make sure false is selected/highlighted and click OK. The end result should look something like the image below.&lt;br /&gt;
&lt;br /&gt;
I did some 'stop-watch' meassurements for the time being:&lt;br /&gt;
* meego-handset-armv7hl-n900-1.1.99.1.20110404.5-mmcblk0p.raw.bz2&lt;br /&gt;
* first startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 25 more sec. the UI was in place&lt;br /&gt;
* second startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 12 more sec. the UI was in place&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-08T07:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* meassuremtnts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== measurements ==&lt;br /&gt;
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device.&lt;br /&gt;
** need to set the date, otherwise fennec warns about expired certificates&lt;br /&gt;
** right now this extensions seems to require =&amp;gt; 4.0b4 and we have &amp;quot;Firefox/4.0b8pre Fennec/4.0b3pre&amp;quot;&lt;br /&gt;
** we can work around that:&lt;br /&gt;
**# Type about:config into Firefox’s address bar and click the “I’ll be careful, I promise!” button.&lt;br /&gt;
**# Right-click on the Firefox window. Select New &amp;gt; Boolean.&lt;br /&gt;
**# When asked to enter the preference name, type extensions.checkCompatibility and click OK.&lt;br /&gt;
**# Make sure false is selected/highlighted and click OK. The end result should look something like the image below.&lt;br /&gt;
&lt;br /&gt;
I did some 'stop-watch' meassurements for the time being:&lt;br /&gt;
* meego-handset-armv7hl-n900-1.1.99.1.20110404.5-mmcblk0p.raw.bz2&lt;br /&gt;
* first startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 25 more sec. the UI was in place&lt;br /&gt;
* second startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 12 more sec. the UI was in place&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-08T06:54:32Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* meassuremtnts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== meassuremtnts ==&lt;br /&gt;
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device.&lt;br /&gt;
** need to set the date, otherwise fennec warns about expired certificates&lt;br /&gt;
** right now this extensions seems to require =&amp;gt; 4.0b4 and we have &amp;quot;Firefox/4.0b8pre Fennec/4.0b3pre&amp;quot;&lt;br /&gt;
** we can work around that:&lt;br /&gt;
**# Type about:config into Firefox’s address bar and click the “I’ll be careful, I promise!” button.&lt;br /&gt;
**# Right-click on the Firefox window. Select New &amp;gt; Boolean.&lt;br /&gt;
**# When asked to enter the preference name, type extensions.checkCompatibility and click OK.&lt;br /&gt;
**# Make sure false is selected/highlighted and click OK. The end result should look something like the image below.&lt;br /&gt;
&lt;br /&gt;
I did some 'stop-watch' meassurements for the time being:&lt;br /&gt;
* meego-handset-armv7hl-n900-1.1.99.1.20110404.5-mmcblk0p.raw.bz2&lt;br /&gt;
* first startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 25 more sec. the UI was in place&lt;br /&gt;
* second startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 12 more sec. the UI was in place&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-08T06:47:57Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* meassuremtnts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== meassuremtnts ==&lt;br /&gt;
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device.&lt;br /&gt;
** need to set the date, otherwise fennec warns about expired certificates&lt;br /&gt;
** right now this extensions seems to require =&amp;gt; 4.0b4 and we have &amp;quot;Firefox/4.0b8pre Fennec/4.0b3pre&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I did some 'stop-watch' meassurements for the time being:&lt;br /&gt;
* meego-handset-armv7hl-n900-1.1.99.1.20110404.5-mmcblk0p.raw.bz2&lt;br /&gt;
* first startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 25 more sec. the UI was in place&lt;br /&gt;
* second startup&lt;br /&gt;
** after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
** after 12 more sec. the UI was in place&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T13:56:29Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* meassuremtnts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== meassuremtnts ==&lt;br /&gt;
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device.&lt;br /&gt;
** need to set the date, otherwise fennec warns about expired certificates&lt;br /&gt;
** right now this extensions seems to require =&amp;gt; 4.0b4 and we have &amp;quot;Firefox/4.0b8pre Fennec/4.0b3pre&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I did some 'stop-watch' meassurements for the time being:&lt;br /&gt;
* meego-handset-armv7hl-n900-1.1.99.1.20110404.5-mmcblk0p.raw.bz2&lt;br /&gt;
* fennec was started before&lt;br /&gt;
* after 10 sec. the spinner over the icon disappeared&lt;br /&gt;
* after 12 more sec. the UI was in place&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T13:50:59Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* meassuremtnts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== meassuremtnts ==&lt;br /&gt;
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device.&lt;br /&gt;
* need to set the date, otherwise fennec warns about expired certificates&lt;br /&gt;
* right now this extensions seems to require =&amp;gt; 4.0b4 and we have &amp;quot;Firefox/4.0b8pre Fennec/4.0b3pre&amp;quot;&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T13:43:21Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check in builds ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
&lt;br /&gt;
== meassuremtnts ==&lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T07:52:27Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no &amp;quot;tee&amp;quot; support] (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T07:46:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: 3.7.5) &lt;br /&gt;
** our system cairo has no &amp;quot;tee&amp;quot; support (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T07:33:27Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system sqlite is too old (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: ...) &lt;br /&gt;
** our system cairo has no &amp;quot;tee&amp;quot; support (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T07:15:16Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system libpng is too old (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system sqlite is too old (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: ...) &lt;br /&gt;
** our system cairo has no &amp;quot;tee&amp;quot; support (cairo need to be build with &amp;quot;--enable-tee&amp;quot;)&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-04-05T06:53:27Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
** our system libpng is too old (we have: 1.2.44 - Jun 26 2010, we need &amp;gt;= 1.4.X, upstream has: 1.5.2 - Mar 31 2011)&lt;br /&gt;
** our system sqlite is too old (we have: 3.7.2, we need: &amp;gt;= 3.7.4, upstream has: ...) ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-04-04T07:35:52Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* The team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
Target is to utilize existing [[Project/Browser | Fennec port to meego]] in Developer Edition and we will collaborate with the existing team. However, if it looks like that Fennec does not meet performance requirements, we will consider having also an alternative browser in Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Name !! Role !! Affiliation !! Irc nick&lt;br /&gt;
|-&lt;br /&gt;
| [http://meego.com/users/vesku Vesa-Matti Hartikainen] || Team Lead || Nokia || veskuh&lt;br /&gt;
|-&lt;br /&gt;
| Janne Siren || Developer || Nokia || jts29&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Ensonic|Stefan Kost]] || Developer || Nokia || ensonic&lt;br /&gt;
|-&lt;br /&gt;
| Jari Palojärvi || Developer || Nokia || jpal&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;| together with [[Project/Browser/Who_We_Are | MeeGo Fennec team]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. There is a [[ARM/N900/DeveloperEdition|project wikipage]].&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** [[/Meetings|Minutes available]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Targets ===&lt;br /&gt;
* Browser performance&lt;br /&gt;
** Startup time&lt;br /&gt;
** Scrolling FPS&lt;br /&gt;
** JS benchmarks (sunspider, v8, dromaeo)&lt;br /&gt;
* Browser features&lt;br /&gt;
** Modern websites like gmail works&lt;br /&gt;
* Connectivity&lt;br /&gt;
** Easy to connect to Internet&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
* [https://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;field0-0-0=flagtypes.name&amp;amp;type0-0-0=equals&amp;amp;value0-0-0=MeeGo_N900DE_Release_Blocker%2B&amp;amp;component=Web%20Browser&amp;amp;product=Handset%20User%20Experience&amp;amp;classification=MeeGo%20Platform DE blocker bugs]&lt;br /&gt;
* [https://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;value0-0-0=MeeGo_N900DE_Release_Blocker%2B&amp;amp;component=Web%20Browser&amp;amp;product=Handset%20User%20Experience&amp;amp;classification=MeeGo%20Platform All N900 bugs]&lt;br /&gt;
* [https://bugzilla.mozilla.org/buglist.cgi?order=Importance&amp;amp;resolution=---&amp;amp;resolution=DUPLICATE&amp;amp;op_sys=MeeGo&amp;amp;query_format=advanced&amp;amp;bug_status=UNCONFIRMED&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED Upstream bugs]&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Investigate Fennec startup (Stefan)&lt;br /&gt;
** Measure fennec startup time&lt;br /&gt;
** Profile Fennec startup &lt;br /&gt;
** Investigate prestarting fennec &lt;br /&gt;
* Other Fennec performance (Casey)&lt;br /&gt;
** Measure FPS of scrolling&lt;br /&gt;
** Profile scrolling&lt;br /&gt;
** Check JS benchmarks&lt;br /&gt;
** Check performance of mobile firefox beta on Maemo5 to get comparison figures (Vesku)&lt;br /&gt;
* Check Browser alterantives and report to [[/N900DEBrowserAlternatives | Browser alternatives]]&lt;br /&gt;
** Eigo (OrangeMobileBrowser)&lt;br /&gt;
** Jari (Chrome)&lt;br /&gt;
* Connectivity (Janne)&lt;br /&gt;
** Report experiences with N900 and connectivity to here [[/N900DEConnectivity | N900 Connectivity Status]] (ALL)&lt;br /&gt;
** Check status of WiFi related control panel applets and UIs&lt;br /&gt;
** Open connection dialog (Janne)&lt;br /&gt;
** Check status of conman&lt;br /&gt;
* Other activities&lt;br /&gt;
** Fix bugs&lt;br /&gt;
** Verify reopened bugs&lt;br /&gt;
** Help Fennec releasing and testing (Veli-Matti)&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
* package the flash plugin&lt;br /&gt;
* package a media player plugin (e.g. totem-browser-plugin)&lt;br /&gt;
* webm support&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
Packages should be in [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3ACore Meego:1.1:Core] and [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3AHandset MeeGo:1.1:Handset] repositories.&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* [http://build.meego.com/package/show?package=meegotouchcp-connman&amp;amp;project=MeeGo%3A1.1%3AHandset wifi control panel]&lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;br /&gt;
&lt;br /&gt;
=== WLAN (Wifi) Settings ===&lt;br /&gt;
* In build.meego.com/Trunk:Testing (http://download.meego.com/testing-daily/builds/trunk/) build meego-handset-armv7l-n900-1.1.99.0.20110325.85 (and earlier) the Wifi Settings applet was incorrectly in Applications category. This was caused by incorrect category setting in Wifi Settings applet. &amp;quot;Connectivity&amp;quot; category does not exists, thus it fell to default &amp;quot;Applications&amp;quot; category. Now (starting from meego-handset-armv7l-n900-1.1.99.0.20110329.84) changed to &amp;quot;Connnections&amp;quot; category.&lt;br /&gt;
* There seems to be bug with style settings (https://bugs.meego.com/show_bug.cgi?id=14950). With default theme WLAN names cannot be seen. With &amp;quot;Development Theme&amp;quot; WLAN names can be seen.&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-24T14:40:14Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* observations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser]&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-24T08:39:59Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
&lt;br /&gt;
* what about disabling certain subsystems&lt;br /&gt;
 ac_add_options --disable-installer&lt;br /&gt;
 ac_add_options --disable-crashreporter&lt;br /&gt;
 ac_add_options --disable-javaxpcom&lt;br /&gt;
 ac_add_options --disable-printing&lt;br /&gt;
 &lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-24T08:06:32Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
 ac_add_options --enable-system-hunspell&lt;br /&gt;
 ac_add_options --enable-system-sqlite&lt;br /&gt;
 ac_add_options --enable-system-cairo&lt;br /&gt;
 ac_add_options --enable-system-pixman&lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-24T07:57:09Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
* my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
* some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-23T14:56:15Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* The team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
Target is to utilize existing [[Project/Browser | Fennec port to meego]] in Developer Edition and we will collaborate with the existing team. However, if it looks like that Fennec does not meet performance requirements, we will consider having also an alternative browser in Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Name !! Role !! Affiliation !! Irc nick&lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|-&lt;br /&gt;
| Janne Siren || Developer || Nokia || jts&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Ensonic|Stefan Kost]] || Developer || Nokia || ensonic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. There is a [[ARM/N900/DeveloperEdition|project wikipage]].&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** [[/Meetings|Minutes available]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Open connection dialog (Janne)&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup (Stefan)&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec (Stefan)&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
* Check Browser alterantives and report to [[/N900DEBrowserAlternatives | Browser alternatives]] (ALL)&lt;br /&gt;
** Eigo (OrangeMobileBrowser)&lt;br /&gt;
** Jari (Chrome)&lt;br /&gt;
* Report experiences with N900 and connectivity to here [[/N900DEConnectivity | N900 Connectivity Status]] (ALL)&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
* package the flash plugin&lt;br /&gt;
* package a media player plugin (e.g. totem-browser-plugin)&lt;br /&gt;
* webm support&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
Packages should be in [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3ACore Meego:1.1:Core] and [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3AHandset MeeGo:1.1:Handset] repositories.&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* [http://build.meego.com/package/show?package=meegotouchcp-connman&amp;amp;project=MeeGo%3A1.1%3AHandset wifi control panel]&lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-23T11:25:54Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
** my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
** some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;br /&gt;
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-21T15:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* observations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
* on x86 (Intel Core Duo) startup in a build with loggin enabled is about 4 seconds:&lt;br /&gt;
** there are a few things that seem to be slower than usual -&amp;gt; [[Image:Mozdebug.png|thumb|fennec-qt startup trace]]&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:3,timestamp,sync&amp;quot; ./run-mozilla.sh ./fennec&lt;br /&gt;
 sort mozdebug.log &amp;gt;mozdebug.log2&lt;br /&gt;
 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
** my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
** some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Mozdebug.png</id>
		<title>File:Mozdebug.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Mozdebug.png"/>
				<updated>2011-03-21T14:50:11Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: fennec-qt startup on x86&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;fennec-qt startup on x86&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-21T08:41:21Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* ARM/N900/Browser project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
* we can get extra info:&lt;br /&gt;
 NSPR_LOG_FILE=&amp;quot;mozdebug.log&amp;quot; NSPR_LOG_MODULES=&amp;quot;all:5,timestamp&amp;quot; ./run-mozilla.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
** my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
** some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Talk:ARM/N900/Browser</id>
		<title>Talk:ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Talk:ARM/N900/Browser"/>
				<updated>2011-03-21T07:48:12Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: Created page with &amp;quot;= performance requirements = Do we have links to the performance requirements we are targetting? I looked at [https://bugs.meego.com/buglist.cgi?classification=MeeGo%20Features&amp;amp;q…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= performance requirements =&lt;br /&gt;
Do we have links to the performance requirements we are targetting? I looked at [https://bugs.meego.com/buglist.cgi?classification=MeeGo%20Features&amp;amp;query_format=advanced&amp;amp;version=unspecified&amp;amp;component=Web%20Browser&amp;amp;product=MeeGo%20Handset%20Features featurezilla] and found none. I guess we're just aiming at ~ 1 sec startup time.&lt;br /&gt;
[[User:Ensonic|Ensonic]] 07:48, 21 March 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T09:06:39Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
** my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
** some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
 ac_add_options --enable-faststart&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T09:05:37Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig].&lt;br /&gt;
** my build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
** some potentially interesting options&lt;br /&gt;
 ac_add_options --enable-mobile-optimize&lt;br /&gt;
 ac_add_options --enable-optimize=&amp;quot;-O2&amp;quot;&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;br /&gt;
 ac_add_options --with-system-jpeg&lt;br /&gt;
 ac_add_options --with-system-png&lt;br /&gt;
 ac_add_options --with-system-zlib&lt;br /&gt;
 ac_add_options --with-system-bz2&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T08:59:59Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
** the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser] (seems the same) is two weeks old&lt;br /&gt;
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=devel%3Abrowser devel:browser]&lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=devel%3Abrowser&amp;amp;srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig]. My build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T08:56:59Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* to check */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
  * the package in [http://build.meego.com/package/files?package=fennec-qt&amp;amp;project=Trunk%3ATesting Trunk:Testing] is two weeks old&lt;br /&gt;
  * &lt;br /&gt;
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&amp;amp;package=fennec-qt&amp;amp;project=Trunk%3ATesting&amp;amp;srcmd5=7b50d3762a3e9fd6c51674bd0c1a7f50 mozconfig]. My build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T08:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* ARM/N900/Browser project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;br /&gt;
&lt;br /&gt;
== observations ==&lt;br /&gt;
* there are lots of warnings and assertions, need to figure which of those are critical&lt;br /&gt;
&lt;br /&gt;
== to check ==&lt;br /&gt;
* do we have the recent version in the n900 repo?&lt;br /&gt;
* is the build turning logging off? My build above used these items in mozconfig:&lt;br /&gt;
 ac_add_options --enable-debug=&amp;quot;-g3&amp;quot;&lt;br /&gt;
 ac_add_options --disable-optimize&lt;br /&gt;
 ac_add_options --enable-logging&lt;br /&gt;
 ac_add_options --disable-elf-dynstr-gc&lt;br /&gt;
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T08:41:03Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[ARM/N900/Browser]] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Ensonic</id>
		<title>User:Ensonic</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Ensonic"/>
				<updated>2011-03-18T08:39:38Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: Created page with &amp;quot;= [ARM/N900/Browser] project = * build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions] * don't follow [https://wiki.mozilla.org/HowTo…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [ARM/N900/Browser] project =&lt;br /&gt;
* build fennec according to [https://wiki.mozilla.org/Antonr/FennecQtBuild these build instructions]&lt;br /&gt;
* don't follow [https://wiki.mozilla.org/HowToMeegoFennecDraft these outdated instructions], e.g. there are no patches needed&lt;br /&gt;
* before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in '''~/projects/mozilla-central''', you will have the binaries in '''~/projects/mozilla-central-mobile-qt-obj'''&lt;br /&gt;
* you can run the browser without installing:&lt;br /&gt;
 ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin&lt;br /&gt;
 ./run-mozilla.sh ./fennec&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-16T09:39:42Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: add myself to the team&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|-&lt;br /&gt;
| Janne Siren || Developer || Nokia || -&lt;br /&gt;
|-&lt;br /&gt;
| Stefan Kost || Developer || Nokia || ensonic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
* package the flash plugin&lt;br /&gt;
* package a media player plugin (e.g. totem-browser-plugin)&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
Packages should be in [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3ACore Meego:1.1:Core] and [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3AHandset MeeGo:1.1:Handset] repositories.&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* [http://build.meego.com/package/show?package=meegotouchcp-connman&amp;amp;project=MeeGo%3A1.1%3AHandset wifi control panel]&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User:Msugano</id>
		<title>User:Msugano</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User:Msugano"/>
				<updated>2011-03-16T09:37:38Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: fix wiki syntax :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My world.&lt;br /&gt;
&lt;br /&gt;
Inspired by [[User:Jukkaeklund]]'s page.&lt;br /&gt;
&lt;br /&gt;
I'd like to use the meego@n900 as my primary device. The comments &amp;amp; suggestions here, are based on my subjective definition of this &amp;quot;as my primary device&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Basic questions are:&lt;br /&gt;
&lt;br /&gt;
* Do we have the bugs?&lt;br /&gt;
* Is somebody working on the bug?&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
download.meego.com/trunk-daily/builds/trunk/191.90.6.20110308.6/images/meego-handset-armv7l-n900&lt;br /&gt;
&lt;br /&gt;
u-boot with the instruction from http://wiki.meego.com/ARM/N900/Install/MMC#Installing_Rootfs_on_external_MMC_card&lt;br /&gt;
&lt;br /&gt;
General&lt;br /&gt;
&lt;br /&gt;
* Yes, U-boot makes the installation easier. The wiki page is a bit  -&amp;gt; No need to flash the kernel. -&amp;gt; Jukka to include the link for the R&amp;amp;D ABC?&lt;br /&gt;
&lt;br /&gt;
* The rotation doesn't work according to how I would like the device to behave (90 degrees overly-rotated?) =&amp;gt; Could not find a bug.&lt;br /&gt;
&lt;br /&gt;
Dialer, SMS, Browser over WLAN&lt;br /&gt;
&lt;br /&gt;
* All the below problems still exist.&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
http://qa-reports.meego.com/1.2/Handset/Sanity/N900/1312&lt;br /&gt;
&lt;br /&gt;
General&lt;br /&gt;
&lt;br /&gt;
* Would be great if the flashing becomes much easier. flahser -f -k kernel &amp;amp; bzip2 -d ..., dd ..., mmc.&lt;br /&gt;
* icons on the toolbar are not visible.&lt;br /&gt;
* touchscreen calibration seems to be skewed by default.&lt;br /&gt;
** Tap on the Meego Video =&amp;gt; Setting starts.&lt;br /&gt;
* Setting window constantly pops up against my intention.&lt;br /&gt;
* How do I switch off the thing?&lt;br /&gt;
&lt;br /&gt;
Dialer&lt;br /&gt;
&lt;br /&gt;
* Dialer start up is too slow. (~8 sec). Should be 5 sec at max.&lt;br /&gt;
* The screen blinks twice before the application windows comes up. Should not happen.&lt;br /&gt;
* The top toolbar is floating. Close button is hidden behind this floating toolbar. Feels strange.&lt;br /&gt;
* The default string on the text input field is jammed. It says something like &amp;quot;Enter...&amp;quot;, but not entirely readable.&lt;br /&gt;
* Can make a call, great.&lt;br /&gt;
* Does not respond to the End Call immediately. Feels insecure.&lt;br /&gt;
&lt;br /&gt;
SMS&lt;br /&gt;
&lt;br /&gt;
* Start up is too slow. (~8 sec). Should be 5 sec at max.&lt;br /&gt;
* The screen blanks twice before the application windows comes up. Should not happen.&lt;br /&gt;
* Overall usability looked ok. It feels constantly slow, though.&lt;br /&gt;
&lt;br /&gt;
Browser &amp;amp; Fennec&lt;br /&gt;
&lt;br /&gt;
* 1 icon for Browser &amp;amp; 1 icon for Fennec is confusing.&lt;br /&gt;
* Fennec started, but does not respond to my taps. After a while, multiple windows started to pop up. Even the VKB is up.&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-11T13:37:52Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
* package the flash plugin&lt;br /&gt;
* package a media player plugin (e.g. totem-browser-plugin)&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
Packages should be in [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3ACore Meego:1.1:Core] and [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3AHandset MeeGo:1.1:Handset] repositories.&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* [http://build.meego.com/package/show?package=meegotouchcp-connman&amp;amp;project=MeeGo%3A1.1%3AHandset wifi control panel]&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-11T13:36:55Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
* package the flash plugin&lt;br /&gt;
* package a media player plugin (e.g. totem-browser-plugin)&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
Packages should be in [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3ACore Meego:1.1:Core] and [http://build.meego.com/project/packages?project=MeeGo%3A1.1%3AHandset MeeGo:1.1:Handset] repositories.&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* wifi panel applet (which package?)&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-11T13:35:52Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Other ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
* package the flash plugin&lt;br /&gt;
* package a media player plugin (e.g. totem-browser-plugin)&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* wifi panel applet (which package?)&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-11T13:33:50Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
* [http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore connman]&lt;br /&gt;
* [http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore fennec]&lt;br /&gt;
* wifi panel applet (which package?)&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-11T12:39:16Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
* [connman http://build.meego.com/package/show?package=connman&amp;amp;project=MeeGo%3A1.1%3ACore]&lt;br /&gt;
* [fennec http://build.meego.com/package/show?package=fennec-qt&amp;amp;project=MeeGo%3A1.1%3ACore]&lt;br /&gt;
* wifi panel applet (which package?)&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Browser</id>
		<title>ARM/N900/Browser</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Browser"/>
				<updated>2011-03-11T11:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Task List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==&lt;br /&gt;
&lt;br /&gt;
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition. &lt;br /&gt;
&lt;br /&gt;
=== The team ===&lt;br /&gt;
{| &lt;br /&gt;
| '''Name''' || '''Role''' || '''Affiliation''' || '''Irc nick''' &lt;br /&gt;
|-&lt;br /&gt;
| Vesa-Matti Hartikainen || Team Lead || Nokia || veskuh&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Communications ===&lt;br /&gt;
All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. The project wikipage is at http://wiki.meego.com/ARM/N900/DeveloperEdition&lt;br /&gt;
&lt;br /&gt;
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.&lt;br /&gt;
&lt;br /&gt;
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 8.00 UTC).     &lt;br /&gt;
** Minutes available [[/Meetings | here ]]&lt;br /&gt;
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)&lt;br /&gt;
* This wiki area&lt;br /&gt;
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.&lt;br /&gt;
&lt;br /&gt;
=== Task List ===&lt;br /&gt;
* Check status of WiFi related control panel applets and UIs&lt;br /&gt;
* Check status of conman&lt;br /&gt;
* Measure fennec startup time&lt;br /&gt;
* Profile Fennec startup&lt;br /&gt;
* Measure FPS of scrolling&lt;br /&gt;
* Profile scrolling&lt;br /&gt;
* Check JS benchmarks&lt;br /&gt;
* Investigate prestarting fennec&lt;br /&gt;
* Investigate using booster for fennec&lt;br /&gt;
&lt;br /&gt;
=== Other ideas ===&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Who%27s_who</id>
		<title>Who's who</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Who%27s_who"/>
				<updated>2011-03-08T09:14:13Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Other community members */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let's use this page while it's useful. See also the [http://meego.com/community/members full list of meego.com members].&lt;br /&gt;
&lt;br /&gt;
== MeeGo structure ==&lt;br /&gt;
&lt;br /&gt;
=== Technical Steering Group ===&lt;br /&gt;
''Members of the [http://meego.com/about/governance TSG]''&lt;br /&gt;
&lt;br /&gt;
* [http://meego.com/users/valhalla Valtteri Halla] (Nokia) - Benevolent dictator&lt;br /&gt;
* [http://meego.com/users/imad Imad Sousou/imad] (Intel) - Benevolent dictator&lt;br /&gt;
&lt;br /&gt;
=== Architects ===&lt;br /&gt;
* [http://meego.com/users/poussa Sakari Poussa] (Nokia)&lt;br /&gt;
* [http://meego.com/users/sunilsaxena Sunil Saxena] (Intel)&lt;br /&gt;
* [http://meego.com/users/arjan Arjan Van De Ven] (Intel)&lt;br /&gt;
* [http://meego.com/users/mythi Mikko Ylinen] (Nokia)&lt;br /&gt;
&lt;br /&gt;
=== Community Office ===&lt;br /&gt;
&lt;br /&gt;
* [http://meego.com/users/dawnfoster Dawn Foster/dawnfoster] (Intel) - Coordinator&lt;br /&gt;
* [http://meego.com/users/qgil Quim Gil/qgil] (Nokia) - Coordinator&lt;br /&gt;
&lt;br /&gt;
=== Maintainers ===&lt;br /&gt;
* [[Maintainers structure ]]&lt;br /&gt;
&lt;br /&gt;
See also [[Community Office]] - [http://wiki.meego.com/index.php?title=Special%3AListUsers&amp;amp;username=&amp;amp;group=bureaucrat&amp;amp;limit=50 wiki administrators]&lt;br /&gt;
&lt;br /&gt;
== MeeGo developers ==&lt;br /&gt;
People paid to contribute to MeeGo and/or have commit rights.&lt;br /&gt;
&lt;br /&gt;
* [http://meego.com/users/hbons Hylke Bons/hbons] - User Experience Designer&lt;br /&gt;
* [http://meego.com/users/harrihakulinen Harri Hakulinen/harha] - N900 Project Lead&lt;br /&gt;
* [http://meego.com/users/auke Auke Kok/auke] - Release developer, fast boot&lt;br /&gt;
* [http://meego.com/users/jku Jussi Kukkonen/jku] - Developer&lt;br /&gt;
* [http://meego.com/users/nmcgovern Neil McGovern/nmcgovern] - Developer&lt;br /&gt;
* [http://meego.com/users/nashif Anas Nashif/anaZ] - Distribution Architect&lt;br /&gt;
* [http://meego.com/users/pohly Patrick Ohly/pohly] - Developer&lt;br /&gt;
* [http://meego.com/users/quang Quang Pham/quang] - Developer&lt;br /&gt;
* [http://meego.com/users/zhuyanhai Zhu Yanhai/yanhai] - Developer&lt;br /&gt;
* [http://meego.com/users/rogerwang Roger WANG/roger] - Developer&lt;br /&gt;
* [http://meego.com/users/jbarnes Jesse Barnes/jbarnes] - Graphics stack developer&lt;br /&gt;
* [http://meego.com/users/jausmus James Ausmus/jausmus] - Developer&lt;br /&gt;
* [http://meego.com/users/fabo Fathi Boudra/fabo] - Developer&lt;br /&gt;
* [http://meego.com/users/sabotage Shane Bryan/sabotage] - Handset Developer&lt;br /&gt;
* [http://meego.com/users/mikeleib Michael Leibowitz/mikeleib] - Handset Developer&lt;br /&gt;
* [http://meego.com/users/mardy Alberto Mardegan/mardy] - Developer&lt;br /&gt;
* [http://meego.com/users/ayanes Adrian Yanes/ayanes] - Application Framework Developer &amp;amp; MeeGo Touch Theme maintainer.&lt;br /&gt;
* [http://meego.com/users/msafr miroslav Safr/msafr] - Developer&lt;br /&gt;
* [http://meego.com/users/curlybeast Martyn Russell/martyn] - '''Tracker''' developer &amp;amp; meego maintainer&lt;br /&gt;
* [http://meego.com/users/ifrade Ivan Frade/frade] - '''Tracker''' developer &amp;amp; meego maintainer&lt;br /&gt;
* [http://meego.com/users/senko Senko Rasic/ptlo] - Developer&lt;br /&gt;
&lt;br /&gt;
== Linux Foundation contributors ==&lt;br /&gt;
'' Staff Members of the Linux Foundation [http://www.linuxfoundation.org]''&lt;br /&gt;
&lt;br /&gt;
* [http://meego.com/users/dl9pf Jan-Simon Möller/dl9pf ] - Buildplatform Developer, [http://en.opensuse.org/Build_Service OBS] developer, Linux Foundation Staff Member&lt;br /&gt;
* [http://meego.com/users/ibrahim Ibrahim Haddad/ibrahim ] - Linux Foundation Director of Engineering/Technical Alliances, responsible for MeeGo activities at the Linux Foundation (details found [http://meego.com/community/blogs/ibrahim/2010/introducing-myself-meego-community here]).&lt;br /&gt;
&lt;br /&gt;
== Other community members ==&lt;br /&gt;
The real deal is in the [http://meego.com/community/members full list of meego.com member profiles] (more than 5.000 already!). See also the list of [[Special:ListUsers|Wiki users]].&lt;br /&gt;
&lt;br /&gt;
If you are in the list below but you are working with a de-facto role in the MeeGo project please help making your role official.&lt;br /&gt;
&lt;br /&gt;
('''Please keep this list alphabetically-ordered, as it will make finding people easier''')&lt;br /&gt;
&lt;br /&gt;
* [http://meego.com/users/qole Alan Bruce/qole] - Maemo Community Council member&lt;br /&gt;
* [http://meego.com/users/camahueto Alberto O. / camahueto] - Lawyer working in an unidentified Intellectual Property office. Free Software aficionado.&lt;br /&gt;
* [http://meego.com/users/agrin Alejandro Grin / agrin] - Independent developer.&lt;br /&gt;
* [http://meego.com/users/locusf Aleksi Suomalainen / LoCusF] - developer&lt;br /&gt;
* [http://meego.com/users/alessandro Alessandro Cogliati] - Browser/Flash developer, Nokia Meego.&lt;br /&gt;
* [http://meego.com/users/alexbez Alexander 'Sasha' Bezprozvanny / alexbez] Gadget freak and Maemo community member / Former Maemo team member (RTCom/Applications), now Technology Manager @ Ixonos Plc.&lt;br /&gt;
* [http://meego.com/users/ab Alexander Bokovoy / ab] - Senior Architect, Media applications, Nokia, Samba Team member&lt;br /&gt;
* [http://meego.com/users/aesantos Alexandra Engström Santos / aesantos] - Localisation SW Testing Project Manager, European Portuguese translator&lt;br /&gt;
* [http://meego.com/users/indeyets Alexey Zakhlestin/JimiDini] - maemo.org web/Midgard developer&lt;br /&gt;
* [http://meego.com/users/andre André Klapper/andre__] - maemo.org bugmaster&lt;br /&gt;
* [http://meego.com/users/aboaboit Andrea Borgia / aboaboit] - Maemo community member&lt;br /&gt;
* [http://meego.com/users/th0br0 Andreas Osowski / th0br0] - developer, Fedora Packager, interested in the RWG&lt;br /&gt;
* [http://meego.com/users/andrewfblack Andrew F Black / AndrewFBlack] - Maemo community member / Theme Designer / talk.maemo.org Moderator and Theme Designer.&lt;br /&gt;
* [http://meego.com/users/jaffa Andrew Flegg / Jaffa] - Long term gadget freak &amp;amp; Maemo community member&lt;br /&gt;
* [http://meego.com/users/antonr AntonR / AntonR] - Browser/Gecko embedding, Geo services.&lt;br /&gt;
* [http://meego.com/users/bdale Bdale Garbee / bdale] - HP, Debian&lt;br /&gt;
* [http://meego.com/users/khertan Benoît Hervier / khertan] - Maemo community member, software developer.&lt;br /&gt;
* [http://meego.com/users/earthling Bernd Stramm / earthling] - Independent developer.&lt;br /&gt;
* [http://meego.com/users/termana Bradley Smith / Termana] - MSMQSD MeeGo port Team Member&lt;br /&gt;
* [http://meego.com/users/bman Brian McKenzie / b-man] - Long term Maemo community member, software porter/developer, beta tester&lt;br /&gt;
* [http://meego.com/users/bundyo Bundyo / Bundyo] - Maemo community member, contributor&lt;br /&gt;
* [http://meego.com/users/stskeeps Carsten Munk/Stskeeps] - N900 hardware adaptation team member&lt;br /&gt;
* [http://meego.com/users/clay Clay Carey / Clay] - Moblin community member, software developer&lt;br /&gt;
* [http://meego.com/users/clintcan Clint Christopher Cañada / clintcan] - Moblin oriented netbook user, open source enthusiast and packages rpms for moblin/centos/rhel for personal use in spare time.&lt;br /&gt;
* [http://meego.com/users/leinir Dan Leinir Turthra Jensen / leinir] N810 owner, MeeGo community member (via Mer)&lt;br /&gt;
* [http://meego.com/users/daperl Da Perl / daperl] - Maemo community member, software developer&lt;br /&gt;
* [http://meego.com/users/b0unc3 Daniele Maio / b0unc3] - Maemo community member/contributor, software developer&lt;br /&gt;
* [http://meego.com/users/dneary Dave Neary/dneary] - maemo.org docmaster&lt;br /&gt;
* [http://meego.com/users/lbt David Greaves / lbt] - Mer OBS build guy&lt;br /&gt;
* [http://meego.com/users/dspeed Derek Speed / dspeed] - Linux and open source evangelist at Intel&lt;br /&gt;
* [http://meego.com/users/OdyX Didier Raboud / OdyX] - Debian pkg-meego packager&lt;br /&gt;
* [http://meego.com/users/glezos Dimitris Glezos / glezos] - Localization Engineer ([http://www.transifex.net/ Transifex])&lt;br /&gt;
* [http://meego.com/users/dirkhh Dirk Hohndel/dirkhh] - Chief Linux and open source technologist at Intel&lt;br /&gt;
* [http://meego.com/users/spaghetty Domenico Chierico / spaghetty] - Maemo community member&lt;br /&gt;
* [http://meego.com/users/epage Ed Page / epage] - Maemo community member, software developer&lt;br /&gt;
* [http://borasky-research.net M. Edward (Ed) Borasky] - Linux capacity planning / audio / openSUSE / Twitter geek&lt;br /&gt;
* [http://meego.com/users/townxelliot Elliot Smith/townxelliot] - Moblin.org &amp;amp; meego.com website techy&lt;br /&gt;
* [http://meego.com/users/debernardis Ernesto de Bernardis / debernardis] - Maemo community member, mobile device tinkerer&lt;br /&gt;
* [http://meego.com/users/fgs Floriano Scioscia / fgs] - Maemo community member, IT engineer and junior researcher&lt;br /&gt;
* [http://meego.com/users/frederico Frederico Schardong / frederico] - Maemo community member, open source developer&lt;br /&gt;
* [http://meego.com/users/fpp Fred Pacquier / fpp] - maemo.org old-timer, platform-neutrality advocate, Python evangelist, and big mouth.&lt;br /&gt;
* [http://meego.com/users/amby Gabor Ambrozy / Amby] - Maemo community member, Save the End-Users advocate&lt;br /&gt;
* [http://meego.com/users/gaveen Gaveen Prabhasara / gaveen] - a DevOps guy. Planning to become a Fedora packager soon. FOSS / Linux / Ruby advocate&lt;br /&gt;
* [http://meego.com/users/gbraad Gerard Braad / gbraad] - Maemo community member, Fedora Project member, (open source) Hardware/Software engineer&lt;br /&gt;
* [http://meego.com/users/slaine Glen Gray / slaine] - Moblin community member, software engineer&lt;br /&gt;
* [http://meego.com/users/gcobb Graham Cobb / gcobb] - Maemo community member and application developer, former Commnunity Council member&lt;br /&gt;
* [http://meego.com/users/halton Halton Huo/Halton] - Browser Developer, Mozilla Contributor at Intel&lt;br /&gt;
* [http://meego.com/users/bergie Henri Bergius/bergie] - maemo.org web/Midgard developer&lt;br /&gt;
* [http://meego.com/users/ianbrasil Ian Lawrence / ianbrasil] - Author - Professional Ubuntu Mobile Development, Moblin and Maemo community member &lt;br /&gt;
* [http://meego.com/users/jmk Janne Karhunen / jmk] - Maemo system architect, System Software engineering + Security, Nokia MeeGo&lt;br /&gt;
* [http://meego.com/users/jannis Jannis Pohlmann / jannis] - Software developer (Xfce, tumbler etc.)&lt;br /&gt;
* [http://meego.com/users/kyber Jarkko Moilanen / kyb3R] - Community Manager - MeeGo Network Finland&lt;br /&gt;
* [http://meego.com/users/zerojay Jason Carter / zerojay] - Long term Maemo community member&lt;br /&gt;
* [http://meego.com/users/jkridner Jason Kridner / jkridner] - BeagleBoard.org Community Manager, Gentoo user, TI employee&lt;br /&gt;
* [http://meego.com/users/javispedro Javier S. Pedro / javispedro] - Maemo Community Council member&lt;br /&gt;
* [http://meego.com/users/jebba Jeff Moe / jebba] - [http://wiki.maemo.org/User:Jebba Maemo Contributor]&lt;br /&gt;
* [http://meego.com/users/jeremiah Jeremiah Foster/jeremiah] - maemo.org debmaster &lt;br /&gt;
* [http://meego.com/users/tuju Juha Tuomala / Tuju] - Fedora packager.&lt;br /&gt;
* [http://meego.com/users/jak Julian Andres Klode / jak] - Debian developer, Ubuntu member&lt;br /&gt;
* [http://meego.com/users/Krohon Krohon / Krohon] - Newbie, software developer&lt;br /&gt;
* [http://meego.com/users/leoz Leonid Zolotarev / LeoZ] - Browser buddy, Nokia MeeGo&lt;br /&gt;
* [http://meego.com/users/lpotter Lorn Potter / lpotter / ljp] - QDF, Mobility, Nokia&lt;br /&gt;
* [http://meego.com/users/hrw Marcin Juszkiewicz / hrw ] - OpenEmbedded developer, [http://marcin.juszkiewicz.com.pl/ self-employed] as OpenEmbedded/Poky Linux consultant/developer.&lt;br /&gt;
* [http://meego.com/users/margie Margie Foster/mlfoster] - Localization project manager for Moblin &amp;amp; meego.com website developer&lt;br /&gt;
* [http://meego.com/users/penguinbait Matthew Lewis/penguinbait] - Maemo Community Council member&lt;br /&gt;
* [http://meego.com/users/detective Max Maher / detective] - Maemo community member, software porter/developer, QA Engineer&lt;br /&gt;
* [http://meego.com/users/vgrade Martin Brook Vgrade/vgrade] -MSMQSD MeeGo port Team Member&lt;br /&gt;
* [http://meego.com/users/martinmohring Martin Mohring/ScriptRipper] - Buildplatform Developer, [http://en.opensuse.org/Build_Service OBS] Maintainer ([http://lizards.opensuse.org/2008/11/18/arm-support-for-opensuse-buildservice-and-opensuse ARM] and [http://lizards.opensuse.org/2010/08/22/obs-2-1-status-of-powerpc-and-mips-support-with-qemu MIPS] Support, [http://lizards.opensuse.org/2010/08/15/obs-2-1-features-and-status ACL], [http://en.opensuse.org//openSUSE:Build_Service_Testing testing] and many other parts), CTO Datasoft&lt;br /&gt;
* [http://meego.com/users/mshaver Michael Shaver/mshaver] - Moblin.org webmaster &amp;amp; meego.com website developer&lt;br /&gt;
* [http://meego.com/users/mikael Mikael Söderberg / mksoderberg] - Chair of the GENIVI Alliance Reference System Work Group&lt;br /&gt;
* [http://meego.com/users/krypton Mithlesh Thukral / krypton] - Software developer, Linux kernel contributor, India&lt;br /&gt;
* [http://meego.com/users/mitsutaka Mitsutaka Amano / mitsutaka] - Moblin community member from Moblin 1.x, [http://git.moblin.org/cgit.cgi/moblin-image-creator Moblin Image Creator] maintainer, MeeGo/Moblin contributor, l10n(Japanese), Japanese evangelist, MIRACLE LINUX CORPORATION.&lt;br /&gt;
* [http://meego.com/users/niqt Nicola De FIlippo / niqt] - Qt4 Maemo Contributor, Maemo community member, software engineer&lt;br /&gt;
* [http://meego.com/users/xfade Niels Breet/X-Fade] - maemo.org webmaster&lt;br /&gt;
* [http://meego.com/users/noel Noel Arnold] - Technical Writer, reviews MeeGo web content and creates help files for MeeGo devices&lt;br /&gt;
* [http://meego.com/users/omaciel Og Maciel / OgMaciel] - GNOME Foundation member ([http://www.gnome.org/ GNOME])&lt;br /&gt;
* [http://meego.com/users/romaxa Oleg Romashin / romaxa] - Browser Developer, Mozilla Contributor, Nokia MeeGo&lt;br /&gt;
* [http://meego.com/users/mandrake Pasi Heinonen / ode2] - Qt4/GTK+ developer, .NET guy, daddy (read RTL)&lt;br /&gt;
* [http://meego.com/users/texrat Randall Arnold/Texrat] - two-term Maemo Community Council member, former Nokia employee (N800 launch team)&lt;br /&gt;
* [http://meego.com/users/rhertzog Raphaël Hertzog / buxy ] - Debian developer, [http://www.freexian.com self-employed] as free software consultant/developer.&lt;br /&gt;
* [http://meego.com/users/reggie Reggie Suplido] - maemo.org talkmaster&lt;br /&gt;
* [http://meego.com/users/ehamloptiran Robbie Newman / Ehamloptiran] - Maemo community member, software developer&lt;br /&gt;
* [http://meego.com/users/w00t Robin Burchell / w00t] - Developer of random things, gadget enthusiast, Maemo community member&lt;br /&gt;
* [http://meego.com/users/macron Ronan Mac Laverty/macron,maclaver(IRC)] - Nokia's Maemo (Application) Developer Advocate&lt;br /&gt;
* [http://meego.com/users/generalantilles Ryan Abel / GeneralAntilles] - Long term Maemo community member&lt;br /&gt;
* [http://meego.com/users/slauwers Sebastian Lauwers / crashanddie] - Maemo community member, talk.maemo.org moderator / ActivIdentity Professional Services Technical Consultant&lt;br /&gt;
* [http://meego.com/users/clax Sergey Vetrogonov / clax] - Qt developer, graphic designer, Russian and Ukrainian localization team coordinator ([http://www.transifex.net/ Transifex])&lt;br /&gt;
* [http://meego.com/users/sivan Sivan Greenberg / sivang] - Veteran linux developr and python literate, QA specialist and integration engineer.&lt;br /&gt;
* [http://meego.com/users/ensonic Stefan Kost / ensonic] - GStreamer/Multimedia Developer / Nokia MeeGo&lt;br /&gt;
* [http://meego.com/users/sjgadsby Stephen Gadsby / sjgadsby] - Maemo community member&lt;br /&gt;
* [http://meego.com/users/nagineni Sudarsana Nagineni / Babu] - Browser Developer, Nokia MeeGo &lt;br /&gt;
* [http://meego.com/users/tatlahte Tatu Lahtela / adeus] - Maemo community member, software developer&lt;br /&gt;
* [http://meego.com/users/tekojo Tero Kojo/tekojo] - Nokia's Maemo Technical Project Manager&lt;br /&gt;
* [http://meego.com/users/timeless timeless / timeless] - Mozilla contributor, Nokia employee&lt;br /&gt;
* [http://meego.com/users/timsamoff Tim Samoff / timsamoff] - Designer (graphic, UI, interaction, web), long-time Maemo Community member (two-term Maemo Community Council Member), and forever open source advocate&lt;br /&gt;
* [http://meego.com/users/framstag Tim Teulings / framstag] - Maemo community member, software developer&lt;br /&gt;
* [http://meego.com/users/timoph Timo Härkönen / timoph] - Maemo community member, software developer&lt;br /&gt;
* [http://meego.com/users/tjyrinki Timo Jyrinki / Mirv] ([http://nomovok.com/ Nomovok Ltd]) - [http://qa.debian.org/developer.php?login=timo@debian.org Debian developer], Ubuntu member, Openmoko contributor; all-around community and translations person + job related to MeeGo&lt;br /&gt;
* [http://meego.com/users/vdvsx Valério Valério/VDVsx] - Maemo Community member, software developer, Nokia employee&lt;br /&gt;
* [http://meego.com/users/vatula Veli-Pekka Vatula/vatula] - Nokia's Head of Maemo SW Testing&lt;br /&gt;
* [http://meego.com/users/vilvo Ville Ilvonen/vilvo] - Nokia's Maemo Test Tools and Test Automation&lt;br /&gt;
* [http://meego.com/users/wjbaird Warren Baird / wjbaird / photogeekmtl] - Developer, Product Manager, N900 user, Photographer, Digital Artist&lt;br /&gt;
* [http://meego.com/users/copyleft Youchen Lee / copyleft] - Debian/Ubuntu community member, software developer, deb packager.&lt;br /&gt;
* [http://meego.com/users/corsac Yves-Alexis Perez / Corsac] - Debian developer, Maemo community member, security engineer&lt;br /&gt;
* [http://meego.com/users/zaheerm Zaheer Abbas Merali / zaheerm] - GStreamer developer, Maemo community member and app developer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/Install/MMC</id>
		<title>ARM/N900/Install/MMC</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/Install/MMC"/>
				<updated>2010-08-13T06:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;Ensonic: /* Load or flash kernel on N900 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing MeeGo to N900 on external MMC card =&lt;br /&gt;
&lt;br /&gt;
'''NOTE: Read the whole guide before doing any steps from this guide to make sure you understand everything.'''&lt;br /&gt;
&lt;br /&gt;
If you do not want to erase the NAND partition or the internal 32G eMMC from the N900 device, this installation is for you. What you need for this installation is a raw image that can be put to the MMC card and kernel (same kernel that is installed to the MMC).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Rootfs on external MMC card ==&lt;br /&gt;
&lt;br /&gt;
First what you need is a microSD memory card which does not contain any information that you need as it will be erased during this operation.&lt;br /&gt;
&lt;br /&gt;
The steps in this guide require an MMC card of at least 2gb however some cards offer slight variations in capacity, so better to take a 4gb card to be on the safe side :)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
When inserting the microSD memory card in the card reader you need to find out the proper device for the card. This can be done with for example fdisk:&lt;br /&gt;
 sudo fdisk -l&lt;br /&gt;
&lt;br /&gt;
An example output ('''NOTE: The /dev/sdX is used as an example on your PC this might be also called /dev/mmcblk0, /dev/sdd or something else''')&lt;br /&gt;
 $ sudo fdisk -l&lt;br /&gt;
 ...&lt;br /&gt;
 Disk /dev/sdX: 3965 MB, 3965714432 bytes&lt;br /&gt;
 194 heads, 30 sectors/track, 1330 cylinders&lt;br /&gt;
 Units = cylinders of 5820 * 512 = 2979840 bytes&lt;br /&gt;
 Disk identifier: 0x0001ab40&lt;br /&gt;
 &lt;br /&gt;
    Device Boot      Start         End      Blocks   Id  System&lt;br /&gt;
 /dev/sdX1               1         588     1708984   83  Linux&lt;br /&gt;
&lt;br /&gt;
After you are &amp;lt;u&amp;gt;100% sure&amp;lt;/u&amp;gt; that the /dev/sdX is the microSD memory card you just inserted in the card reader you can use for example dd to put the image to the card:&lt;br /&gt;
 $ sudo dd bs=4096 if='''&amp;lt;raw_image&amp;gt;''' of=/dev/sdX&lt;br /&gt;
 448000+1 records in&lt;br /&gt;
 448000+1 records out&lt;br /&gt;
 1835008001 bytes (1.8 GB) copied, 300.641 s, 6.1 MB/s&lt;br /&gt;
&lt;br /&gt;
The dd does not show any progress until the file is written to the device so be patient.&lt;br /&gt;
&lt;br /&gt;
After this you can insert the card in the N900. &lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
# Download and install bzip2 to Windows http://gnuwin32.sourceforge.net/packages/bzip2.htm&lt;br /&gt;
# Uncompress raw image in command prompt &amp;quot;bunzip2.exe &amp;lt;compressed raw image&amp;gt;&amp;quot;&lt;br /&gt;
# Download the Win32DiskImager.exe program: https://launchpad.net/win32-image-writer/+download (zip file)&lt;br /&gt;
# Unzip the file and extract the contents to a known directory&lt;br /&gt;
# Run W32DiskImager.exe &lt;br /&gt;
# Select the MeeGo image file (note you must write *.* file name to see all files)&lt;br /&gt;
# Select the drive letter which corresponds to the microSD memory card.&lt;br /&gt;
# Click the &amp;quot;Write&amp;quot; button to byte-copy the image to the microSD memory card.&lt;br /&gt;
&lt;br /&gt;
=== On the N900 itself ===&lt;br /&gt;
&lt;br /&gt;
This should be a last resort solution.&lt;br /&gt;
&lt;br /&gt;
# Download and unpack the raw image to a desktop computer (see above).&lt;br /&gt;
# un-mount the microSD memory card&lt;br /&gt;
 sudo gainroot&lt;br /&gt;
 umount /dev/mmcblkXpY&lt;br /&gt;
 dd if=/home/user/MyDocs/meego-image.raw of=/dev/mmcblk1&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
* X, Y in umount command should be the device number and partition number, usually 1, 1, but maybe 0, 1 or something else, use:&lt;br /&gt;
 cat /proc/partitions&lt;br /&gt;
for detailed information.&lt;br /&gt;
* There might be more than one partition on the microSD memory card, though it is unlikely.&lt;br /&gt;
* It is possible to download the compressed image to your N900 but it is not recommended as it takes very long to unpack.&lt;br /&gt;
* `dd` does not give any output while it is copying, so be patient.&lt;br /&gt;
&lt;br /&gt;
== Load or flash kernel on N900 == &lt;br /&gt;
&lt;br /&gt;
'''NOTE: Back cover must be closed to boot from MMC.'''&lt;br /&gt;
&lt;br /&gt;
Before the MeeGo is able to boot you need also &amp;lt;u&amp;gt;load&amp;lt;/u&amp;gt; the kernel (vmlinuz) provided with the raw image to the device. This can be done with the [[ARM/N900/tools/flasher|flasher]]&lt;br /&gt;
 $ sudo flasher-3.5 -l -b -k '''&amp;lt;kernel&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''NOTE: The command above will only load the kernel to the device, so next time you boot the device the original kernel should be used and your Maemo 5 OS should boot normally.'''&lt;br /&gt;
&lt;br /&gt;
If you want to &amp;lt;u&amp;gt;flash&amp;lt;/u&amp;gt; the kernel to your device so that it is not forgotten when it is powered off use option -f instead of option -l on command above. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|+ Examples of files that can be used with this guide&lt;br /&gt;
! MeeGo Version&lt;br /&gt;
! &amp;lt;kernel&amp;gt;&lt;br /&gt;
! &amp;lt;raw_image&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1.0-open&lt;br /&gt;
| ???&lt;br /&gt;
| ???&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ensonic</name></author>	</entry>

	</feed>