<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=131.252.183.38</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=131.252.183.38"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/131.252.183.38"/>
	<updated>2026-04-22T03:08:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.6&amp;diff=25011</id>
		<title>Mer/Releases/0.6</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Releases/0.6&amp;diff=25011"/>
		<updated>2009-01-27T02:13:07Z</updated>

		<summary type="html">&lt;p&gt;131.252.183.38: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Known issues:&lt;br /&gt;
* 770 port:&lt;br /&gt;
** problems with sapwood and may not work from first startup. Grab a USB cable and use rescue mode to apt-get update &amp;amp;&amp;amp; apt-get upgrade&lt;br /&gt;
** no wifi yet?&lt;br /&gt;
* RX-48 has not yet gotten its bootmenu.deb updated&lt;br /&gt;
* All images of the same target share same openssh server keys&lt;br /&gt;
* jffs2 + kernel mix for N8x0 is untested&lt;br /&gt;
* root password is not set for you or asked in the first boot wizard, in the tar.gz images. &#039;&#039;&#039;YOU NEED TO SET THIS BEFORE BOOT OR HAL WILL PROBABLY NOT WORK&#039;&#039;&#039;&lt;br /&gt;
* Bootmenu does not play well with clone-to-SD systems. You will have to make a bootmenu item yourself (ask on #maemo about this)&lt;br /&gt;
* NetworkManager is broken in .vdi image, dhclient eth0 in it&lt;br /&gt;
* Advanced mode is a bit funky once in a while and creates bad bootmenu items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want to try it out on N8x0, use the installer.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Disclaimer:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;There is -no- warranty&#039;&#039;&#039;. This may blow up your MMC, steal your wife or cause doomsday to come around. But if you find some bugs, please report them on [https://bugs.maemo.org/enter_bug.cgi?product=Mer bugs.maemo.org] and we&#039;ll try to see what we can do to fix the bug causing it. &lt;br /&gt;
* If anything goes wrong, grab a USB cable, and rescue mode is done through holding down Home key when booting Mer. &lt;br /&gt;
&lt;br /&gt;
=== Generic x86 - tar.gz image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-x86-generic-image-v0.6.tar.gz Generic X86 tar.gz rootfs image]. Usable both for chroot and actually installing on a machine.&lt;br /&gt;
&lt;br /&gt;
==== Installation (chroot) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir mer-0.6&lt;br /&gt;
cd mer-0.6 &amp;amp;&amp;amp; sudo tar xzf mer-x86-generic-image-v0.6.tar.gz&lt;br /&gt;
sudo mkdir -p tmp/.X11-unix home/$USER/.osso&lt;br /&gt;
sudo mv usr/bin/maemo-invoker usr/bin/maemo-invoker.real&lt;br /&gt;
echo -e &#039;#!/bin/sh\nPROG=&amp;quot;$1&amp;quot;\nshift\nexec &amp;quot;$PROG&amp;quot; &amp;quot;$@&amp;quot;&#039; | sudo tee usr/bin/maemo-invoker&lt;br /&gt;
sudo chmod 755 usr/bin/maemo-invoker&lt;br /&gt;
echo &#039;assume-connection 1&#039; | sudo tee home/$USER/.osso/hildon-application-manager&lt;br /&gt;
echo &#039;nameserver &amp;lt;mynameresolver&amp;gt;&#039; | sudo tee -a etc/resolv.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Start-up (from within &amp;lt;tt&amp;gt;mer-0.6&amp;lt;/tt&amp;gt; directory) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite 2&amp;gt;/dev/null 1&amp;gt;&amp;amp;2 &amp;amp;&lt;br /&gt;
sudo mount --bind /tmp/.X11-unix tmp/.X11-unix&lt;br /&gt;
sudo mount --bind /dev/pts dev/pts&lt;br /&gt;
sudo mount -t proc proc proc&lt;br /&gt;
sudo mount -t sysfs sysfs sys&lt;br /&gt;
sudo chroot .&lt;br /&gt;
export DISPLAY=:2.0&lt;br /&gt;
/etc/init.d/dbus start&lt;br /&gt;
start-hildon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== VirtualBox x86 - VDI image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-x86-generic-image-v0.6.vdi.zip VirtualBox VDI image] (500mb zipped, 1.2Gb after extraction, beware) [md5sum 8c142b2bc4670a6644e85ec3806096ee]&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
# Unzip zip file&lt;br /&gt;
# Open VirtualBox, create new machine (click *New*):&lt;br /&gt;
#* Name: Mer 0.6&lt;br /&gt;
#* OS type: Linux&lt;br /&gt;
#* Version: Ubuntu&lt;br /&gt;
#* RAM: 128 at least.&lt;br /&gt;
#* Disk: click &amp;quot;existing&amp;quot;, find the Mer 0.6.vdi file, select, select&lt;br /&gt;
#* Next&lt;br /&gt;
#* Finish.&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
* Start machine.&lt;br /&gt;
* Root password is &#039;rootme&#039;&lt;br /&gt;
&lt;br /&gt;
=== Nokia 770 - tar.gz image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-770-image-v0.6.tar.gz Nokia 770 (armel) tar.gz rootfs image]&lt;br /&gt;
&lt;br /&gt;
=== Nokia N8x0 - Installer files (simple) ===&lt;br /&gt;
* Install [http://packages.tspre.org/pool/user/b/bootmenu/bootmenu_1.4_armel.deb Bootmenu SVN for N8x0, needed to boot from MMC]. After installing that, open the main menu and tap Utilities -&amp;gt; Install Bootmenu to start the bootmenu install process. First, say yes to removing &amp;quot;unneeded extra (and factory testing) stuff&amp;quot;, say yes to including bootmenu.conf (important). Reboot when done flashing. This is a special boot menu where boot menu items are made in /etc/bootmenu.d/*.item and refresh_bootmenu.d will flash this to initfs. &#039;&#039;&#039;If you are cloning or booting other OS&#039;es, you&#039;ll need to make such .item files&#039;&#039;&#039;]&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-installer-v0.6.deb Nokia N8x0 (armel) tar.gz installer (use simple mode), Install second and then in Utilities -&amp;gt; Install Mer] (Make sure you have the extras-devel repository installed - http://repository.maemo.org/extras-devel/)&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-installer-v0.6.tar.gz Nokia N8x0 (armel) installer source code (not needed)]&lt;br /&gt;
&lt;br /&gt;
=== Nokia N8x0 - Flashable image (untested) ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-image-v0.6.jffs2 Nokia N8x0 (armel) jffs2 rootfs image]&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-kernel-v0.6.zImage Nokia N8x0 (armel) zImage kernel image]&lt;br /&gt;
&lt;br /&gt;
=== Nokia N8x0 - tar.gz image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-image-v0.6.tar.gz Nokia N8x0 (armel) tar.gz rootfs image]&lt;/div&gt;</summary>
		<author><name>131.252.183.38</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.6&amp;diff=25012</id>
		<title>Mer/Releases/0.6</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Releases/0.6&amp;diff=25012"/>
		<updated>2009-01-27T02:09:02Z</updated>

		<summary type="html">&lt;p&gt;131.252.183.38: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Known issues:&lt;br /&gt;
* 770 port has problems with sapwood and may not work from first startup. &lt;br /&gt;
** Grab a USB cable and use rescue mode to apt-get update &amp;amp;&amp;amp; apt-get upgrade&lt;br /&gt;
* RX-48 has not yet gotten its bootmenu.deb updated&lt;br /&gt;
* All images of the same target share same openssh server keys&lt;br /&gt;
* jffs2 + kernel mix for N8x0 is untested&lt;br /&gt;
* root password is not set for you or asked in the first boot wizard, in the tar.gz images. &#039;&#039;&#039;YOU NEED TO SET THIS BEFORE BOOT OR HAL WILL PROBABLY NOT WORK&#039;&#039;&#039;&lt;br /&gt;
* Bootmenu does not play well with clone-to-SD systems. You will have to make a bootmenu item yourself (ask on #maemo about this)&lt;br /&gt;
* NetworkManager is broken in .vdi image, dhclient eth0 in it&lt;br /&gt;
* Advanced mode is a bit funky once in a while and creates bad bootmenu items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want to try it out on N8x0, use the installer.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Disclaimer:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;There is -no- warranty&#039;&#039;&#039;. This may blow up your MMC, steal your wife or cause doomsday to come around. But if you find some bugs, please report them on [https://bugs.maemo.org/enter_bug.cgi?product=Mer bugs.maemo.org] and we&#039;ll try to see what we can do to fix the bug causing it. &lt;br /&gt;
* If anything goes wrong, grab a USB cable, and rescue mode is done through holding down Home key when booting Mer. &lt;br /&gt;
&lt;br /&gt;
=== Generic x86 - tar.gz image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-x86-generic-image-v0.6.tar.gz Generic X86 tar.gz rootfs image]. Usable both for chroot and actually installing on a machine.&lt;br /&gt;
&lt;br /&gt;
==== Installation (chroot) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir mer-0.6&lt;br /&gt;
cd mer-0.6 &amp;amp;&amp;amp; sudo tar xzf mer-x86-generic-image-v0.6.tar.gz&lt;br /&gt;
sudo mkdir -p tmp/.X11-unix home/$USER/.osso&lt;br /&gt;
sudo mv usr/bin/maemo-invoker usr/bin/maemo-invoker.real&lt;br /&gt;
echo -e &#039;#!/bin/sh\nPROG=&amp;quot;$1&amp;quot;\nshift\nexec &amp;quot;$PROG&amp;quot; &amp;quot;$@&amp;quot;&#039; | sudo tee usr/bin/maemo-invoker&lt;br /&gt;
sudo chmod 755 usr/bin/maemo-invoker&lt;br /&gt;
echo &#039;assume-connection 1&#039; | sudo tee home/$USER/.osso/hildon-application-manager&lt;br /&gt;
echo &#039;nameserver &amp;lt;mynameresolver&amp;gt;&#039; | sudo tee -a etc/resolv.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Start-up (from within &amp;lt;tt&amp;gt;mer-0.6&amp;lt;/tt&amp;gt; directory) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite 2&amp;gt;/dev/null 1&amp;gt;&amp;amp;2 &amp;amp;&lt;br /&gt;
sudo mount --bind /tmp/.X11-unix tmp/.X11-unix&lt;br /&gt;
sudo mount --bind /dev/pts dev/pts&lt;br /&gt;
sudo mount -t proc proc proc&lt;br /&gt;
sudo mount -t sysfs sysfs sys&lt;br /&gt;
sudo chroot .&lt;br /&gt;
export DISPLAY=:2.0&lt;br /&gt;
/etc/init.d/dbus start&lt;br /&gt;
start-hildon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== VirtualBox x86 - VDI image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-x86-generic-image-v0.6.vdi.zip VirtualBox VDI image] (500mb zipped, 1.2Gb after extraction, beware) [md5sum 8c142b2bc4670a6644e85ec3806096ee]&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
# Unzip zip file&lt;br /&gt;
# Open VirtualBox, create new machine (click *New*):&lt;br /&gt;
#* Name: Mer 0.6&lt;br /&gt;
#* OS type: Linux&lt;br /&gt;
#* Version: Ubuntu&lt;br /&gt;
#* RAM: 128 at least.&lt;br /&gt;
#* Disk: click &amp;quot;existing&amp;quot;, find the Mer 0.6.vdi file, select, select&lt;br /&gt;
#* Next&lt;br /&gt;
#* Finish.&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
* Start machine.&lt;br /&gt;
* Root password is &#039;rootme&#039;&lt;br /&gt;
&lt;br /&gt;
=== Nokia 770 - tar.gz image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-770-image-v0.6.tar.gz Nokia 770 (armel) tar.gz rootfs image]&lt;br /&gt;
&lt;br /&gt;
=== Nokia N8x0 - Installer files (simple) ===&lt;br /&gt;
* Install [http://packages.tspre.org/pool/user/b/bootmenu/bootmenu_1.4_armel.deb Bootmenu SVN for N8x0, needed to boot from MMC]. After installing that, open the main menu and tap Utilities -&amp;gt; Install Bootmenu to start the bootmenu install process. First, say yes to removing &amp;quot;unneeded extra (and factory testing) stuff&amp;quot;, say yes to including bootmenu.conf (important). Reboot when done flashing. This is a special boot menu where boot menu items are made in /etc/bootmenu.d/*.item and refresh_bootmenu.d will flash this to initfs. &#039;&#039;&#039;If you are cloning or booting other OS&#039;es, you&#039;ll need to make such .item files&#039;&#039;&#039;]&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-installer-v0.6.deb Nokia N8x0 (armel) tar.gz installer (use simple mode), Install second and then in Utilities -&amp;gt; Install Mer] (Make sure you have the extras-devel repository installed - http://repository.maemo.org/extras-devel/)&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-installer-v0.6.tar.gz Nokia N8x0 (armel) installer source code (not needed)]&lt;br /&gt;
&lt;br /&gt;
=== Nokia N8x0 - Flashable image (untested) ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-image-v0.6.jffs2 Nokia N8x0 (armel) jffs2 rootfs image]&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-kernel-v0.6.zImage Nokia N8x0 (armel) zImage kernel image]&lt;br /&gt;
&lt;br /&gt;
=== Nokia N8x0 - tar.gz image ===&lt;br /&gt;
* [http://stskeeps.subnetmask.net/mer/mer-armel-n8x0-image-v0.6.tar.gz Nokia N8x0 (armel) tar.gz rootfs image]&lt;/div&gt;</summary>
		<author><name>131.252.183.38</name></author>
	</entry>
</feed>