<?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=80.220.238.64</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=80.220.238.64"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/80.220.238.64"/>
	<updated>2026-04-21T21:56:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/Installation&amp;diff=23913</id>
		<title>Mer/Documentation/Installation</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/Installation&amp;diff=23913"/>
		<updated>2009-10-24T18:05:06Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Touch Book (Experimental) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article sums up the different ways to install Mer on different types of computers (VMWare, chroot, on device, etc.). Please feel free to add/edit. The original information is taken from [[Mer/Releases/0.9]].&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;&amp;lt;your version&amp;gt;&amp;quot; with the version you are going to install, e.g. &amp;quot;0.9&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Installation in VirtualBox  ==&lt;br /&gt;
&lt;br /&gt;
# Unzip zip file&lt;br /&gt;
# Open VirtualBox, create new machine (click New):&lt;br /&gt;
#* Name: Mer &#039;&#039;&amp;lt;your version&amp;gt;&#039;&#039;&lt;br /&gt;
#* OS type: Linux&lt;br /&gt;
#* Version: Ubuntu&lt;br /&gt;
#* RAM: 128MB (at least)&lt;br /&gt;
#* Disk: click &amp;quot;existing&amp;quot;, find the mer-x86-generic-image-v&#039;&#039;&amp;lt;your version&amp;gt;&#039;&#039;.vmdk file, select, select&lt;br /&gt;
#* Next&lt;br /&gt;
# Finish&lt;br /&gt;
# Start the newly created virtual machine&lt;br /&gt;
# Installing all the needed packages for installing VirtualBox additions:&lt;br /&gt;
#* I had to install the following packages by:&lt;br /&gt;
#* sudo apt-get install build-essential linux-headers-*kernel-version*-generic&lt;br /&gt;
#*(replace *kernel-version* with the currently installed kernel-version on the virtual machine)&lt;br /&gt;
#*(you can simply find out which kernel-version you have, by executing &amp;quot;uname -r&amp;quot; in Mer&#039;s XTerminal)&lt;br /&gt;
# Installing the additions:&lt;br /&gt;
#*First of all you have to mount the CD-Image with the additions emulated as a cdrom-device into the virtual machine running mer.&lt;br /&gt;
#* Mount the VboxAdditions.iso by: Devices -&amp;gt; mount CD-ROM image -&amp;gt; select VboxGuestAdditions.iso&lt;br /&gt;
#* Create a new folder with root rights by:&lt;br /&gt;
#*sudo mkdir /media/cdrom&lt;br /&gt;
#* and mount the virtual device&#039;s filesystem to the new mountpoint by:&lt;br /&gt;
#*sudo mount /dev/scd0 /media/cdrom&lt;br /&gt;
#* If no errors are appearing you can install the additions by:&lt;br /&gt;
#*sudo /media/cdrom/VBoxLinuxAdditions-x86.run&lt;br /&gt;
# Rebooting the virtual machine:&lt;br /&gt;
#* Now, when the installation of the additions has finished, you can reboot the vm simply by:&lt;br /&gt;
#*sudo init 6&lt;br /&gt;
# Finished&lt;br /&gt;
&lt;br /&gt;
== Installation (chroot) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir mer-&amp;lt;your version&amp;gt;&lt;br /&gt;
cd mer-&amp;lt;your version&amp;gt; &amp;amp;&amp;amp; sudo tar xzf mer-x86-generic-image-v&amp;lt;your version&amp;gt;.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;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;code&amp;gt;mer-&#039;&#039;&amp;lt;your version&amp;gt;&#039;&#039;&amp;lt;/code&amp;gt; directory) ===&lt;br /&gt;
&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;
== x86 Install ==&lt;br /&gt;
&lt;br /&gt;
See [[Mer/Documentation/Making_x86_Mer_Bootable|Making x86 Mer Bootable]]&lt;br /&gt;
&lt;br /&gt;
== N8x0 Install ==&lt;br /&gt;
&lt;br /&gt;
=== The Installer ===&lt;br /&gt;
&lt;br /&gt;
The developers of Mer implemented an installer, which leads through all the steps of installation. In order to use the installer you need to open:&lt;br /&gt;
[http://trac.tspre.org/merinstaller.install .install file] with your device, which will prompt you to install the file (about 2.5MB) and add the Extras, Extras-devel and tspre.org repositories if they were not added already.&lt;br /&gt;
&lt;br /&gt;
After the download and the installation go to Settings -&amp;gt; Application Manager -&amp;gt; Utilities -&amp;gt; Browse Installable Applications -&amp;gt; Other and system and you will find a program &amp;quot;Install Bootmenu&amp;quot; and &amp;quot;Merinstaller&amp;quot;. If you did not install those by pressing &amp;quot;OK&amp;quot; before, do it now.&lt;br /&gt;
&lt;br /&gt;
The Simple Install will create a bootmenu entry for you. However, for more advanced installations - eg if you already have multiple booting OSes - you might want to read about its [[Mer/Documentation/Bootmenu|configuration]] - you may need to make a .item if you have a clone-to-SD copy of Maemo or Deblet. You can also find out how to change the default boot menu item and other bootmenu tricks.&lt;br /&gt;
&lt;br /&gt;
Assuming you created all the .item files you wanted, go ahead, and start the bootmenu installer from Utilities -&amp;gt; Install Bootmenu. Its advised to close all other applications and network connections, but the installer will tell you all relevant information.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Are you sure to continue?&amp;quot; - yes&lt;br /&gt;
* &amp;quot;Create backup of current initfs&amp;quot; - yes/no&lt;br /&gt;
* &amp;quot;Remove unneeded extra (and factory testing) stuff?&amp;quot; - yes&lt;br /&gt;
* &amp;quot;install telnet server for network recovery?&amp;quot; - yes/no&lt;br /&gt;
* &amp;quot;install dropbear ssh server for advanced network recovery?&amp;quot; - yes/no&lt;br /&gt;
* &amp;quot;/etc/bootmenu.conf found, do you want to add it to initfs?&amp;quot; - yes&lt;br /&gt;
* &amp;quot;Ready for flashing this image?&amp;quot; - yes/no&lt;br /&gt;
&lt;br /&gt;
After a successfull flash, the device will reboot and you should see the bootmenu, where you can select the partition you want to boot. Choose the operating system where you just installed the installer for Mer and boot it.&lt;br /&gt;
&lt;br /&gt;
Now start the Merinstaller via Utilities -&amp;gt; Install Mer. Follow the instructions. When prompted for the URL= you can point it to any rootfs image you want. Check at [[Mer/Releases]] or ask at #mer.&lt;br /&gt;
&lt;br /&gt;
Once the installer puts the extracted rootfs to your device you can reboot and chose the partition where you put Mer. Please contribute by filing bugs on [https://bugs.maemo.org/ bugs.maemo.org]&lt;br /&gt;
&lt;br /&gt;
=== Flashable Image ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Very experimental, because it doesn&#039;t use the Maemo initfs; only install if you want to help test it.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Grab a kernel and rootfs image of Mer and flash them directly to the device by:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ./flasher-3.0-static -k mer-armel-n8x0-kernel-v&amp;lt;your version&amp;gt;.zImage -r mer-armel-n8x0-image-v&amp;lt;your version&amp;gt;.jffs2 -f -R&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want a MMC card swap partition.&lt;br /&gt;
&lt;br /&gt;
== 770 Install ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(these instructions need testing)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will need at least a 1gb MMC, and these instructions are based on OS2008HE kernel. 48mhz kernel is highly recommended&lt;br /&gt;
&lt;br /&gt;
Partition MMC to:&lt;br /&gt;
&lt;br /&gt;
*p1: Large ext3 partition first&lt;br /&gt;
*p2: 256 MB swap partition second&lt;br /&gt;
&lt;br /&gt;
Grab http://packages.tspre.org/pool/user/b/bootmenu/bootmenu_1.5-2_armel.deb and install it. &lt;br /&gt;
&lt;br /&gt;
* Open the main menu and tap Utilities -&amp;gt; Install Bootmenu to start the bootmenu install process.&lt;br /&gt;
** If nothing happens, install xterm&lt;br /&gt;
** If window appears and then goes away, gainroot is not installed&lt;br /&gt;
*** Alternative method with dropbear client / server installed, start xterm, run dbclient root@0, password &#039;rootme&#039;, run /usr/sbin/install_bootmenu&lt;br /&gt;
* First, say yes to removing &amp;quot;unneeded extra (and factory testing) stuff&amp;quot;&lt;br /&gt;
* say yes to including bootmenu.conf (important). Reboot when done flashing.&lt;br /&gt;
* 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;. See [[Mer/Documentation/Bootmenu]]&lt;br /&gt;
&lt;br /&gt;
Grab e2fsprogs and install it - grab gnutar as well&lt;br /&gt;
&lt;br /&gt;
*From x-terminal, root: insmod /mnt/initfs/lib/modules/current/mbcache.ko&lt;br /&gt;
*insmod /mnt/initfs/lib/modules/current/jbd.ko&lt;br /&gt;
*insmod /mnt/initfs/lib/modules/current/ext3.ko&lt;br /&gt;
*mkfs.ext3 /dev/mmcblk0p1&lt;br /&gt;
*mkswap /dev/mmcblk0p2 &lt;br /&gt;
*swapon /dev/mmcblk0p2&lt;br /&gt;
*mkdir -p /mnt/mer&lt;br /&gt;
*mkdir -p /etc/bootmenu.d&lt;br /&gt;
*mount -t ext3 /dev/mmcblk0p1 /mnt/mer&lt;br /&gt;
*cd /mnt/mer; wget &amp;lt;nowiki&amp;gt;http://stskeeps.subnetmask.net/mer/&amp;lt;your version&amp;gt;/mer-armel-770-image-v&amp;lt;your version&amp;gt;.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*tar pzxvf mer-armel-770-image-v&amp;lt;your version&amp;gt;.tar.gz&lt;br /&gt;
*rm mer-armel-770-image-v&amp;lt;your version&amp;gt;.tar.gz&lt;br /&gt;
*umount /mnt/mer&lt;br /&gt;
*Make /etc/bootmenu.d/mer.item with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ITEM_NAME=&amp;quot;Mer&amp;quot;&lt;br /&gt;
ITEM_ID=&amp;quot;mer&amp;quot;&lt;br /&gt;
ITEM_DEVICE=&amp;quot;mmcblk0p1&amp;quot;&lt;br /&gt;
ITEM_MODULES=&amp;quot;mbcache jbd ext3&amp;quot;&lt;br /&gt;
ITEM_FSTYPE=&amp;quot;ext3&amp;quot;&lt;br /&gt;
ITEM_FSOPTIONS=&amp;quot;noatime,ro&amp;quot;&lt;br /&gt;
ITEM_LINUXRC=&amp;quot;linuxrc&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*refresh_bootmenu.d (say yes to reflashing, no to backup of initfs. reboot)&lt;br /&gt;
*Hold down Menu key when prompted while booting and select Mer in the boot menu.&lt;br /&gt;
&lt;br /&gt;
== BeagleBoard port ==&lt;br /&gt;
&lt;br /&gt;
* Make sure you are running a RECENT uBoot, and you have USB input devices like keyboard or mouse, if you don&#039;t own a touchscreen..&lt;br /&gt;
* Make a SD card, partitioned with 50mb FAT as first partition, extract boot fs on this, and the rest Linux partition, format this as ext3, and extract rootfs on this.&lt;br /&gt;
* In uBoot, use the following commands (you may have to adjust video= parameter to match your display screen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: The format of the video bootargs parameter has changed for the new 2.6.28 kernel in 0.9. You&#039;ll likely have to update the bootargs line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
setenv bootcmd &#039;mmcinit; fatload mmc 0:1 0x80300000 uImage; bootm 0x80300000&#039;&lt;br /&gt;
setenv bootargs &#039;console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait omapfb.video_mode=1024x768MR16@60&#039;&lt;br /&gt;
saveenv&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The tablet should output kernel output on serial and on video, and on HDMI out it will eventually start X and show the First Boot Wizard. Good luck.&lt;br /&gt;
&lt;br /&gt;
== Pocket Loox 720 port (experimental) ==&lt;br /&gt;
&lt;br /&gt;
* Set up a SD card with a logical partition, and inside this logical partition, make a 50mb or so FAT partition (p5), and put the zImage file on this filesystem, name it zImage. After the logical partition, make a ext3 partition (p2), and untar rootfs on it.&lt;br /&gt;
* Grab [http://www.handhelds.org/moin/moin.cgi/HaRET HaRET] and put it on the FAT partition, HaRET.exe.&lt;br /&gt;
* Make a file, startup.txt, with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set kernel &amp;quot;zImage&amp;quot;&lt;br /&gt;
set mtype &amp;quot;617&amp;quot;&lt;br /&gt;
set RAMADDR &amp;quot;0xa8000000&amp;quot;&lt;br /&gt;
set cmdline &amp;quot;mem=128M rootdelay=1 root=b302 rw console=tty0&amp;quot;&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Unmount all filesystems, insert SD card into Pocket Loox, boot by running HaReT.exe. If HaRET stops with &amp;quot;Jumping to kernel...&amp;quot; then grab [http://dl.free.fr/dZ75nlNFA/loox_boot.tgz HaRET] from www.postnuklear.de/linuxloox.&lt;br /&gt;
* Experimental release, if you want to play with this - come hang out on #mer on irc.freenode.net and we&#039;ll try to guide you along. It is a 640x480 screen so our theme won&#039;t fit.&lt;br /&gt;
&lt;br /&gt;
* For using ssh between loox and desktop box :&lt;br /&gt;
- You need to grab an ssh enabled [http://www.daimi.au.dk/~cvm/loox.tar.gz rootfs].&lt;br /&gt;
&lt;br /&gt;
- extract it on your sd card (ext3 partition)&lt;br /&gt;
&lt;br /&gt;
- connect the Loox with the sync cable to your desktop box. And power on loox.&lt;br /&gt;
&lt;br /&gt;
- on your desktop box check for USB network interface (usualy usb0) with : ifconfig&lt;br /&gt;
&lt;br /&gt;
- configure the USB network interface : sudo ifconfig usb0 192.168.2.1&lt;br /&gt;
&lt;br /&gt;
- ssh to loox : ssh root@192.168.2.2&lt;br /&gt;
&lt;br /&gt;
- root password is &#039;rootme&#039;&lt;br /&gt;
&lt;br /&gt;
* If touchscreen is not calibrated MER v0.11:&lt;br /&gt;
- download [http://ports.ubuntu.com/pool/main/t/tslib/libts-bin_1.0-4ubuntu2_armel.deb tslib-bin] to your desktop box.&lt;br /&gt;
&lt;br /&gt;
- scp the deb file to loox : scp libts-bin_1.0-4ubuntu2_armel.deb root@192.168.2.2:/root&lt;br /&gt;
&lt;br /&gt;
- on loox : dpkg -i libts-bin*.deb&lt;br /&gt;
&lt;br /&gt;
- run ts_calibrate (all in one line) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TSLIB_CONFFILE=/etc/ts.conf TSLIB_TSDEVICE=/dev/input/event0 TSLIB_FBDEVICE=/dev/fb0 TSLIB_CONSOLEDEVICE=none TSLIB_CALIBFILE=/etc/pointercal ts_calibrate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
- you can test your touchscreen with ts_test&lt;br /&gt;
&lt;br /&gt;
* If touchscreen is not working under Xorg MER v0.11 :&lt;br /&gt;
remove xorg synaptics driver&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get remove xserver-xorg-input-synaptics&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Internet on Loox&lt;br /&gt;
- Configure MASQUERADE on you desktop&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
iptables -A FORWARD -s 192.168.2.0/24 -j ACCEPT&lt;br /&gt;
iptables -A FORWARD -d 192.168.2.0/24 -j ACCEPT&lt;br /&gt;
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.2.0/24 -j MASQUERADE&lt;br /&gt;
echo 1 &amp;gt;/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Touch Book (Experimental) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Until there&#039;s a Touch Book image, use SmartQ5 image.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, make sure your SD card&#039;s geometry is 63 / 255 . Otherwise the Touch Book won&#039;t recognice it. To set the correct geometry, put the SD in your host-computers card-reader and open up a terminal. Type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bash:$ sudo fdisk /dev/&amp;lt;yoursdcard&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Command (m for help): [x]&lt;br /&gt;
&lt;br /&gt;
Expert command (m for help): [s]&lt;br /&gt;
Number of sectors : [63]&lt;br /&gt;
&lt;br /&gt;
Expert command (m for help): [h]&lt;br /&gt;
Number of heads : [255]&lt;br /&gt;
&lt;br /&gt;
Expert command (m for help): [w]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Formatting the SD card:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The first partition needs to be formatted as FAT32 &#039;&#039;and have the boot flag&#039;&#039;. 30Mb size is fine.&lt;br /&gt;
* Format the second partition as ext3, at least 512Mb size.&lt;br /&gt;
* If you want, you can also create one more partition for swap.&lt;br /&gt;
&lt;br /&gt;
This is easy to do with linux host-computer.&lt;br /&gt;
GParted is easy to use graphical Partition Editor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download Mer image and this package:&lt;br /&gt;
[http://trac.tspre.org/meiz/touchbook-kernel.tar.gz]&lt;br /&gt;
It contains the original AIOS kernel and modules.&lt;br /&gt;
&lt;br /&gt;
Unpack both in the ext3 partition of the SD-card and copy the uImage (in /boot of the kernel package) to the first fat partition.&lt;br /&gt;
&lt;br /&gt;
To get the wlan working you have to copy /etc/Wireless over from the AIOS.&lt;br /&gt;
&lt;br /&gt;
== SmartQ ==&lt;br /&gt;
Dual booting doesn&#039;t seem to work at the moment.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need an SD card with a FAT32 as the first partition and more than 140MB free.&lt;br /&gt;
&lt;br /&gt;
Download the correct firmware image and rootfs image from the Released Images table.  Copy both of them to the root of the FAT32 partition on the SD card.&lt;br /&gt;
&lt;br /&gt;
Rename the firmware image to either &#039;SmartQ5&#039; or &#039;SmartQ7&#039; according to your device.&lt;br /&gt;
&lt;br /&gt;
You may also want to download some additional software to our SD card for after Mer is installed.&amp;lt;br&amp;gt;&lt;br /&gt;
To use Wifi, you&#039;ll need the Marvell Wifi Firmware blobs&lt;br /&gt;
* Browse [http://www.marvell.com/drivers/driverDisplay.do?driverId=203 here to agree the download license] and get a zip file&lt;br /&gt;
* Extract the downloaded zip file, then extract SD-8686-FEDORA26FC6-SYSKT-GPL-9.70.3.p24-26409.P45.tar within it. Extract the FwImage folder to your PC.&lt;br /&gt;
* Inside there are two files, helper_sd.bin and sd8686.bin. Rename helper_sd.bin to sd8686_helper.bin and copy to your SD card&lt;br /&gt;
&lt;br /&gt;
The commands to extract and copy it might look like this:&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 unzip SD-8686-LINUX26-SYSKT-9.70.3.p24-26409.P45-GPL.zip&lt;br /&gt;
 tar xf SD-8686-FEDORA26FC6-SYSKT-GPL-9.70.3.p24-26409.P45.tar&lt;br /&gt;
 cp FwImage/helper_sd.bin /path_to_SD_CARD/sd8686_helper.bin&lt;br /&gt;
 cp FwImage/sd8686.bin /path_to_SD_CARD/sd8686.bin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wifi WPA2 fix&lt;br /&gt;
* Download the [http://www.daimi.au.dk/~cvm/kernel-smartq5-modules_2.6.24.7-smartq5-050509_all.deb SmartQ5] or [http://download.opensuse.org/repositories/Maemo://Mer:/Devel:/HW:/SmartQ:/Devel/MerDevel_Ubuntu_9.04/all/kernel-smartq7-modules_2.6.24.7-smartq7-20090729_all.deb SmartQ7] WPA2-fixed driver to your SD card.&lt;br /&gt;
&lt;br /&gt;
Now unmount the SD card and eject it.&lt;br /&gt;
&lt;br /&gt;
Power off the SmartQ totally (wait for the LED to go out) and insert the SD card.&lt;br /&gt;
&lt;br /&gt;
===SmartQ5===&lt;br /&gt;
Press and hold the + button and insert the charger.&lt;br /&gt;
The device will begin to boot; the LED will be green/yellow.&lt;br /&gt;
A series of chinese characters will appear ending with &#039;...&#039; if all is going well.  Once you see them, you can release the + button.  Next there will be&lt;br /&gt;
a progress bar.  Once it completes, the device will automatically reboot.&lt;br /&gt;
&lt;br /&gt;
===SmartQ7===&lt;br /&gt;
Press and hold the &#039;menu&#039; key (bottom key on front) and insert the charger.&lt;br /&gt;
The device will begin to boot; the LED will be a different colour - green/yellow. You can release the menu key. Some chinese symbols appear and then a progress bar ticks (slowly) up to 100%.  Once it completes, the device will automatically reboot.&lt;br /&gt;
&lt;br /&gt;
===both===&lt;br /&gt;
After this a calibration screen will appear and shortly after you are in Mer.&lt;br /&gt;
&lt;br /&gt;
If you have connected it to a computer via USB, it will be accessible over USB networking on IP 192.168.2.15 ([http://wiki.maemo.org/USB_networking#Host_USB_Network_Configuration see instructions here]) with a SSH server, login root, password rootme &lt;br /&gt;
&lt;br /&gt;
It will not show a splash screen, but it will after darkness then make the screen white, and eventually, show the Mer background and first boot wizard.&lt;br /&gt;
&lt;br /&gt;
=== To mount your SD card ===&lt;br /&gt;
In Mer on SmartQ, open X-Terminal and type (tab-completion is your friend):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$  sudo mount -t vfat /dev/mmcblk1p1 /media&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When prompted for a password, enter the one you set when you first started.&lt;br /&gt;
Note that the above device name has one lower-case L character and then two number one characters (these can look quite similar in some fonts).&lt;br /&gt;
&lt;br /&gt;
=== To get wireless networking (including WPA2) to work===&lt;br /&gt;
&lt;br /&gt;
In order to get wireless networking to work, you are going to have to install the Marvell firmware you copied onto your SD card, and to get WPA2 working, you&#039;ll also need to install the .deb.  The first step is to mount your SD card (see the section just above this, if you haven&#039;t already mounted it).&lt;br /&gt;
&lt;br /&gt;
So, in Mer on SmartQ, open X-Terminal and type (tab-completion is your friend):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo cp /media/sd8686.bin /lib/firmware/&lt;br /&gt;
(if prompted, the password is the one you set when you first started)&lt;br /&gt;
$ sudo cp /media/sd8686_helper.bin /lib/firmware/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And then either, for the SmartQ5 [Note: The following step may not be necessary as the 0.16-5 firmware automatically installs the most current file from the SD card during bootup. The confirmation message is &amp;quot;wifi firmware installation successful&amp;quot;. Verified on Q5.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo dpkg -i /media/kernel-smartq5-modules_2.6.24.7-smartq5-*_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or for the SmartQ7 [Note: The following step may not be necessary as the 0.16-5 firmware automatically installs the most current file from the SD card during bootup. The confirmation message is &amp;quot;wifi firmware installation successful&amp;quot;. Verified on Q7.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo dpkg -i /media/kernel-smartq7-modules_2.6.24.7-smartq7-*_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now that you&#039;ve enabled networking, you should close the gaping security hole which is part of the default configuration by changing the root password from its default, which is &amp;quot;rootme&amp;quot;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo passwd&lt;br /&gt;
Password:   (enter your user password)&lt;br /&gt;
Enter new UNIX password:   (enter any hard to guess password you want)&lt;br /&gt;
Retype new UNIX password:   (same one again)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next you should reboot.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo /sbin/reboot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once it reboots, you should be able to see wireless networks on the menu and select them.&lt;br /&gt;
&lt;br /&gt;
=== Booting from SD card ===&lt;br /&gt;
(this was taken from [http://alone-in-the-light.zenvoid.org/2009/06/boot-smartq-5-from-sd-card.html zenvoid&#039;s blog])&lt;br /&gt;
&lt;br /&gt;
In order to boot from the SD card, it is simply a matter of creating a partition on the SD card large enough to hold the mer distribution, but leaving enough unpartitioned space at the end of the card for the bootloader to sit.&lt;br /&gt;
&lt;br /&gt;
* Download install-smartq-qi.sh, qi-smartq-20090612.bin from http://zenvoid.org/software/qi-smartq&lt;br /&gt;
&lt;br /&gt;
* Create at least one ext2/ext3 Partition your SD card (and optionally a swap partition), but always &#039;&#039;&#039;remember to reserve 1 MiB of free, unpartitioned space at the end of the SD card&#039;&#039;&#039;. To be precise, at least the last 2048 blocks (512 bytes each) must be reserved.&lt;br /&gt;
* Untar (tar --numeric-owner -zxvf) the rootfs for your device onto the partition you created on your SD card (make sure it isn&#039;t mounted with any no* options, e.g. nodev, noexec, ..)&lt;br /&gt;
* Rename or copy the kernel file (/boot/zImage&amp;lt;something&amp;gt;)  to /boot/linux-SMDK6410.bin&lt;br /&gt;
* Run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./install-smartq-qi.sh /dev/SD_CARD_DEVICE qi-smartq-20090612.bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To boot from the SD card, keep the &amp;quot;move&amp;quot;/fullscreen button (Q5) or right-hand-most button on the top which looks like a target symbol (Q7) pressed and then press the &amp;quot;power&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Q5 Boot stages:&lt;br /&gt;
* Red LED: First stage - bootloader is loading itself into memory.&lt;br /&gt;
* Yellow LED: Second stage - bootloader running, trying to locate and loading a kernel image.&lt;br /&gt;
* Green LED: Linux kernel loaded and running.&lt;br /&gt;
* Blinking yellow LED: A critical error while reading from the SD card.&lt;br /&gt;
* Blinking green LED: No kernel found.&lt;br /&gt;
&lt;br /&gt;
Q7 Boot:&lt;br /&gt;
&lt;br /&gt;
Keep in mind that the LEDs colours are reversed on the Q7, i.e. a green LED on the Q5 is a red one on the Q7 (the list above is for the Q5)&lt;br /&gt;
&lt;br /&gt;
There is no battery check at the moment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Alternate SD booting method using the OF bootloader ====&lt;br /&gt;
(as desribed on the Smartqmid forum: &lt;br /&gt;
http://www.smartqmid.com/phpBB3/viewtopic.php?f=2&amp;amp;t=150)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;works only with OF installed on the device&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
in short:&lt;br /&gt;
*the first partition must be fat32 and the other primary partitions must be ext3&lt;br /&gt;
*on the first (fat) partition must be a folder named boot, that contains a menu.lst file and the kernel image (zimage)&lt;br /&gt;
*the menu.lst should be formated like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
title sdcard # name of the entry&lt;br /&gt;
kernel /boot/zimage # kernel image location&lt;br /&gt;
param root=/dev/mmcblk1p2 rootwait # location of the root fs, this is&lt;br /&gt;
                                   # the second primary partition on SD &lt;br /&gt;
                                   # the internal memory is mmcblk0,&lt;br /&gt;
                                   # first internal partition = mmcblk0p1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With all this in place, the device shows a simple boot menu when turned on wit the SD card inside, you can select the entry with +,- buttons on the left and booting is triggered with middle button on the upper left.&lt;br /&gt;
&lt;br /&gt;
Theoretically you can multiboot up to 5 different systems (internal + on the fat partition + three ext3 partitions, &#039;&#039;&#039;not tested&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/Installation&amp;diff=23914</id>
		<title>Mer/Documentation/Installation</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/Installation&amp;diff=23914"/>
		<updated>2009-10-20T14:02:27Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Touch Book */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article sums up the different ways to install Mer on different types of computers (VMWare, chroot, on device, etc.). Please feel free to add/edit. The original information is taken from [[Mer/Releases/0.9]].&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;&amp;lt;your version&amp;gt;&amp;quot; with the version you are going to install, e.g. &amp;quot;0.9&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Installation in VirtualBox  ==&lt;br /&gt;
&lt;br /&gt;
# Unzip zip file&lt;br /&gt;
# Open VirtualBox, create new machine (click New):&lt;br /&gt;
#* Name: Mer &#039;&#039;&amp;lt;your version&amp;gt;&#039;&#039;&lt;br /&gt;
#* OS type: Linux&lt;br /&gt;
#* Version: Ubuntu&lt;br /&gt;
#* RAM: 128MB (at least)&lt;br /&gt;
#* Disk: click &amp;quot;existing&amp;quot;, find the mer-x86-generic-image-v&#039;&#039;&amp;lt;your version&amp;gt;&#039;&#039;.vmdk file, select, select&lt;br /&gt;
#* Next&lt;br /&gt;
# Finish&lt;br /&gt;
# Start the newly created virtual machine&lt;br /&gt;
# Installing all the needed packages for installing VirtualBox additions:&lt;br /&gt;
#* I had to install the following packages by:&lt;br /&gt;
#* sudo apt-get install build-essential linux-headers-*kernel-version*-generic&lt;br /&gt;
#*(replace *kernel-version* with the currently installed kernel-version on the virtual machine)&lt;br /&gt;
#*(you can simply find out which kernel-version you have, by executing &amp;quot;uname -r&amp;quot; in Mer&#039;s XTerminal)&lt;br /&gt;
# Installing the additions:&lt;br /&gt;
#*First of all you have to mount the CD-Image with the additions emulated as a cdrom-device into the virtual machine running mer.&lt;br /&gt;
#* Mount the VboxAdditions.iso by: Devices -&amp;gt; mount CD-ROM image -&amp;gt; select VboxGuestAdditions.iso&lt;br /&gt;
#* Create a new folder with root rights by:&lt;br /&gt;
#*sudo mkdir /media/cdrom&lt;br /&gt;
#* and mount the virtual device&#039;s filesystem to the new mountpoint by:&lt;br /&gt;
#*sudo mount /dev/scd0 /media/cdrom&lt;br /&gt;
#* If no errors are appearing you can install the additions by:&lt;br /&gt;
#*sudo /media/cdrom/VBoxLinuxAdditions-x86.run&lt;br /&gt;
# Rebooting the virtual machine:&lt;br /&gt;
#* Now, when the installation of the additions has finished, you can reboot the vm simply by:&lt;br /&gt;
#*sudo init 6&lt;br /&gt;
# Finished&lt;br /&gt;
&lt;br /&gt;
== Installation (chroot) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir mer-&amp;lt;your version&amp;gt;&lt;br /&gt;
cd mer-&amp;lt;your version&amp;gt; &amp;amp;&amp;amp; sudo tar xzf mer-x86-generic-image-v&amp;lt;your version&amp;gt;.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;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;code&amp;gt;mer-&#039;&#039;&amp;lt;your version&amp;gt;&#039;&#039;&amp;lt;/code&amp;gt; directory) ===&lt;br /&gt;
&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;
== x86 Install ==&lt;br /&gt;
&lt;br /&gt;
See [[Mer/Documentation/Making_x86_Mer_Bootable|Making x86 Mer Bootable]]&lt;br /&gt;
&lt;br /&gt;
== N8x0 Install ==&lt;br /&gt;
&lt;br /&gt;
=== The Installer ===&lt;br /&gt;
&lt;br /&gt;
The developers of Mer implemented an installer, which leads through all the steps of installation. In order to use the installer you need to open:&lt;br /&gt;
[http://trac.tspre.org/merinstaller.install .install file] with your device, which will prompt you to install the file (about 2.5MB) and add the Extras, Extras-devel and tspre.org repositories if they were not added already.&lt;br /&gt;
&lt;br /&gt;
After the download and the installation go to Settings -&amp;gt; Application Manager -&amp;gt; Utilities -&amp;gt; Browse Installable Applications -&amp;gt; Other and system and you will find a program &amp;quot;Install Bootmenu&amp;quot; and &amp;quot;Merinstaller&amp;quot;. If you did not install those by pressing &amp;quot;OK&amp;quot; before, do it now.&lt;br /&gt;
&lt;br /&gt;
The Simple Install will create a bootmenu entry for you. However, for more advanced installations - eg if you already have multiple booting OSes - you might want to read about its [[Mer/Documentation/Bootmenu|configuration]] - you may need to make a .item if you have a clone-to-SD copy of Maemo or Deblet. You can also find out how to change the default boot menu item and other bootmenu tricks.&lt;br /&gt;
&lt;br /&gt;
Assuming you created all the .item files you wanted, go ahead, and start the bootmenu installer from Utilities -&amp;gt; Install Bootmenu. Its advised to close all other applications and network connections, but the installer will tell you all relevant information.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Are you sure to continue?&amp;quot; - yes&lt;br /&gt;
* &amp;quot;Create backup of current initfs&amp;quot; - yes/no&lt;br /&gt;
* &amp;quot;Remove unneeded extra (and factory testing) stuff?&amp;quot; - yes&lt;br /&gt;
* &amp;quot;install telnet server for network recovery?&amp;quot; - yes/no&lt;br /&gt;
* &amp;quot;install dropbear ssh server for advanced network recovery?&amp;quot; - yes/no&lt;br /&gt;
* &amp;quot;/etc/bootmenu.conf found, do you want to add it to initfs?&amp;quot; - yes&lt;br /&gt;
* &amp;quot;Ready for flashing this image?&amp;quot; - yes/no&lt;br /&gt;
&lt;br /&gt;
After a successfull flash, the device will reboot and you should see the bootmenu, where you can select the partition you want to boot. Choose the operating system where you just installed the installer for Mer and boot it.&lt;br /&gt;
&lt;br /&gt;
Now start the Merinstaller via Utilities -&amp;gt; Install Mer. Follow the instructions. When prompted for the URL= you can point it to any rootfs image you want. Check at [[Mer/Releases]] or ask at #mer.&lt;br /&gt;
&lt;br /&gt;
Once the installer puts the extracted rootfs to your device you can reboot and chose the partition where you put Mer. Please contribute by filing bugs on [https://bugs.maemo.org/ bugs.maemo.org]&lt;br /&gt;
&lt;br /&gt;
=== Flashable Image ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Very experimental, because it doesn&#039;t use the Maemo initfs; only install if you want to help test it.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Grab a kernel and rootfs image of Mer and flash them directly to the device by:&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   ./flasher-3.0-static -k mer-armel-n8x0-kernel-v&amp;lt;your version&amp;gt;.zImage -r mer-armel-n8x0-image-v&amp;lt;your version&amp;gt;.jffs2 -f -R&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want a MMC card swap partition.&lt;br /&gt;
&lt;br /&gt;
== 770 Install ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(these instructions need testing)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will need at least a 1gb MMC, and these instructions are based on OS2008HE kernel. 48mhz kernel is highly recommended&lt;br /&gt;
&lt;br /&gt;
Partition MMC to:&lt;br /&gt;
&lt;br /&gt;
*p1: Large ext3 partition first&lt;br /&gt;
*p2: 256 MB swap partition second&lt;br /&gt;
&lt;br /&gt;
Grab http://packages.tspre.org/pool/user/b/bootmenu/bootmenu_1.5-2_armel.deb and install it. &lt;br /&gt;
&lt;br /&gt;
* Open the main menu and tap Utilities -&amp;gt; Install Bootmenu to start the bootmenu install process.&lt;br /&gt;
** If nothing happens, install xterm&lt;br /&gt;
** If window appears and then goes away, gainroot is not installed&lt;br /&gt;
*** Alternative method with dropbear client / server installed, start xterm, run dbclient root@0, password &#039;rootme&#039;, run /usr/sbin/install_bootmenu&lt;br /&gt;
* First, say yes to removing &amp;quot;unneeded extra (and factory testing) stuff&amp;quot;&lt;br /&gt;
* say yes to including bootmenu.conf (important). Reboot when done flashing.&lt;br /&gt;
* 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;. See [[Mer/Documentation/Bootmenu]]&lt;br /&gt;
&lt;br /&gt;
Grab e2fsprogs and install it - grab gnutar as well&lt;br /&gt;
&lt;br /&gt;
*From x-terminal, root: insmod /mnt/initfs/lib/modules/current/mbcache.ko&lt;br /&gt;
*insmod /mnt/initfs/lib/modules/current/jbd.ko&lt;br /&gt;
*insmod /mnt/initfs/lib/modules/current/ext3.ko&lt;br /&gt;
*mkfs.ext3 /dev/mmcblk0p1&lt;br /&gt;
*mkswap /dev/mmcblk0p2 &lt;br /&gt;
*swapon /dev/mmcblk0p2&lt;br /&gt;
*mkdir -p /mnt/mer&lt;br /&gt;
*mkdir -p /etc/bootmenu.d&lt;br /&gt;
*mount -t ext3 /dev/mmcblk0p1 /mnt/mer&lt;br /&gt;
*cd /mnt/mer; wget &amp;lt;nowiki&amp;gt;http://stskeeps.subnetmask.net/mer/&amp;lt;your version&amp;gt;/mer-armel-770-image-v&amp;lt;your version&amp;gt;.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*tar pzxvf mer-armel-770-image-v&amp;lt;your version&amp;gt;.tar.gz&lt;br /&gt;
*rm mer-armel-770-image-v&amp;lt;your version&amp;gt;.tar.gz&lt;br /&gt;
*umount /mnt/mer&lt;br /&gt;
*Make /etc/bootmenu.d/mer.item with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ITEM_NAME=&amp;quot;Mer&amp;quot;&lt;br /&gt;
ITEM_ID=&amp;quot;mer&amp;quot;&lt;br /&gt;
ITEM_DEVICE=&amp;quot;mmcblk0p1&amp;quot;&lt;br /&gt;
ITEM_MODULES=&amp;quot;mbcache jbd ext3&amp;quot;&lt;br /&gt;
ITEM_FSTYPE=&amp;quot;ext3&amp;quot;&lt;br /&gt;
ITEM_FSOPTIONS=&amp;quot;noatime,ro&amp;quot;&lt;br /&gt;
ITEM_LINUXRC=&amp;quot;linuxrc&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*refresh_bootmenu.d (say yes to reflashing, no to backup of initfs. reboot)&lt;br /&gt;
*Hold down Menu key when prompted while booting and select Mer in the boot menu.&lt;br /&gt;
&lt;br /&gt;
== BeagleBoard port ==&lt;br /&gt;
&lt;br /&gt;
* Make sure you are running a RECENT uBoot, and you have USB input devices like keyboard or mouse, if you don&#039;t own a touchscreen..&lt;br /&gt;
* Make a SD card, partitioned with 50mb FAT as first partition, extract boot fs on this, and the rest Linux partition, format this as ext3, and extract rootfs on this.&lt;br /&gt;
* In uBoot, use the following commands (you may have to adjust video= parameter to match your display screen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: The format of the video bootargs parameter has changed for the new 2.6.28 kernel in 0.9. You&#039;ll likely have to update the bootargs line.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
setenv bootcmd &#039;mmcinit; fatload mmc 0:1 0x80300000 uImage; bootm 0x80300000&#039;&lt;br /&gt;
setenv bootargs &#039;console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait omapfb.video_mode=1024x768MR16@60&#039;&lt;br /&gt;
saveenv&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The tablet should output kernel output on serial and on video, and on HDMI out it will eventually start X and show the First Boot Wizard. Good luck.&lt;br /&gt;
&lt;br /&gt;
== Pocket Loox 720 port (experimental) ==&lt;br /&gt;
&lt;br /&gt;
* Set up a SD card with a logical partition, and inside this logical partition, make a 50mb or so FAT partition (p5), and put the zImage file on this filesystem, name it zImage. After the logical partition, make a ext3 partition (p2), and untar rootfs on it.&lt;br /&gt;
* Grab [http://www.handhelds.org/moin/moin.cgi/HaRET HaRET] and put it on the FAT partition, HaRET.exe.&lt;br /&gt;
* Make a file, startup.txt, with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set kernel &amp;quot;zImage&amp;quot;&lt;br /&gt;
set mtype &amp;quot;617&amp;quot;&lt;br /&gt;
set RAMADDR &amp;quot;0xa8000000&amp;quot;&lt;br /&gt;
set cmdline &amp;quot;mem=128M rootdelay=1 root=b302 rw console=tty0&amp;quot;&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Unmount all filesystems, insert SD card into Pocket Loox, boot by running HaReT.exe. If HaRET stops with &amp;quot;Jumping to kernel...&amp;quot; then grab [http://dl.free.fr/dZ75nlNFA/loox_boot.tgz HaRET] from www.postnuklear.de/linuxloox.&lt;br /&gt;
* Experimental release, if you want to play with this - come hang out on #mer on irc.freenode.net and we&#039;ll try to guide you along. It is a 640x480 screen so our theme won&#039;t fit.&lt;br /&gt;
&lt;br /&gt;
* For using ssh between loox and desktop box :&lt;br /&gt;
- You need to grab an ssh enabled [http://www.daimi.au.dk/~cvm/loox.tar.gz rootfs].&lt;br /&gt;
&lt;br /&gt;
- extract it on your sd card (ext3 partition)&lt;br /&gt;
&lt;br /&gt;
- connect the Loox with the sync cable to your desktop box. And power on loox.&lt;br /&gt;
&lt;br /&gt;
- on your desktop box check for USB network interface (usualy usb0) with : ifconfig&lt;br /&gt;
&lt;br /&gt;
- configure the USB network interface : sudo ifconfig usb0 192.168.2.1&lt;br /&gt;
&lt;br /&gt;
- ssh to loox : ssh root@192.168.2.2&lt;br /&gt;
&lt;br /&gt;
- root password is &#039;rootme&#039;&lt;br /&gt;
&lt;br /&gt;
* If touchscreen is not calibrated MER v0.11:&lt;br /&gt;
- download [http://ports.ubuntu.com/pool/main/t/tslib/libts-bin_1.0-4ubuntu2_armel.deb tslib-bin] to your desktop box.&lt;br /&gt;
&lt;br /&gt;
- scp the deb file to loox : scp libts-bin_1.0-4ubuntu2_armel.deb root@192.168.2.2:/root&lt;br /&gt;
&lt;br /&gt;
- on loox : dpkg -i libts-bin*.deb&lt;br /&gt;
&lt;br /&gt;
- run ts_calibrate (all in one line) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TSLIB_CONFFILE=/etc/ts.conf TSLIB_TSDEVICE=/dev/input/event0 TSLIB_FBDEVICE=/dev/fb0 TSLIB_CONSOLEDEVICE=none TSLIB_CALIBFILE=/etc/pointercal ts_calibrate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
- you can test your touchscreen with ts_test&lt;br /&gt;
&lt;br /&gt;
* If touchscreen is not working under Xorg MER v0.11 :&lt;br /&gt;
remove xorg synaptics driver&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get remove xserver-xorg-input-synaptics&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Internet on Loox&lt;br /&gt;
- Configure MASQUERADE on you desktop&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
iptables -A FORWARD -s 192.168.2.0/24 -j ACCEPT&lt;br /&gt;
iptables -A FORWARD -d 192.168.2.0/24 -j ACCEPT&lt;br /&gt;
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.2.0/24 -j MASQUERADE&lt;br /&gt;
echo 1 &amp;gt;/proc/sys/net/ipv4/ip_forward&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Touch Book (Experimental) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Until there&#039;s a Touch Book image, use SmartQ5 image.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, make sure your SD card&#039;s geometry is 63 / 255 . Otherwise the Touch Book won&#039;t recognice it. To set the correct geometry, put the SD in your host-computers card-reader and open up a terminal. Type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bash:$ sudo fdisk /dev/&amp;lt;yoursdcard&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Command (m for help): [x]&lt;br /&gt;
&lt;br /&gt;
Expert command (m for help): [s]&lt;br /&gt;
Number of sectors : [63]&lt;br /&gt;
&lt;br /&gt;
Expert command (m for help): [h]&lt;br /&gt;
Number of heads : [255]&lt;br /&gt;
&lt;br /&gt;
Expert command (m for help): [w]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Formatting the SD card:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The first partition needs to be formatted as FAT32 &#039;&#039;and have the boot flag&#039;&#039;. 30Mb size is fine.&lt;br /&gt;
* Format the second partition as ext3, at least 512Mb size.&lt;br /&gt;
* If you want, you can also create one more partition for swap.&lt;br /&gt;
&lt;br /&gt;
This is easy to do with linux host-computer.&lt;br /&gt;
GParted is easy to use graphical Partition Editor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download Mer image and this package:&lt;br /&gt;
[http://trac.tspre.org/meiz/touchbook-kernel.tar.gz]&lt;br /&gt;
It contains the original AIOS kernel modules and kernel by Stskeeps.&lt;br /&gt;
&lt;br /&gt;
Unpack both in the ext3 partition of the SD-card and copy the uImage (in /boot of the kernel package) to the first fat partition.&lt;br /&gt;
&lt;br /&gt;
== SmartQ ==&lt;br /&gt;
Dual booting doesn&#039;t seem to work at the moment.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need an SD card with a FAT32 as the first partition and more than 140MB free.&lt;br /&gt;
&lt;br /&gt;
Download the correct firmware image and rootfs image from the Released Images table.  Copy both of them to the root of the FAT32 partition on the SD card.&lt;br /&gt;
&lt;br /&gt;
Rename the firmware image to either &#039;SmartQ5&#039; or &#039;SmartQ7&#039; according to your device.&lt;br /&gt;
&lt;br /&gt;
You may also want to download some additional software to our SD card for after Mer is installed.&amp;lt;br&amp;gt;&lt;br /&gt;
To use Wifi, you&#039;ll need the Marvell Wifi Firmware blobs&lt;br /&gt;
* Browse [http://www.marvell.com/drivers/driverDisplay.do?driverId=203 here to agree the download license] and get a zip file&lt;br /&gt;
* Extract the downloaded zip file, then extract SD-8686-FEDORA26FC6-SYSKT-GPL-9.70.3.p24-26409.P45.tar within it. Extract the FwImage folder to your PC.&lt;br /&gt;
* Inside there are two files, helper_sd.bin and sd8686.bin. Rename helper_sd.bin to sd8686_helper.bin and copy to your SD card&lt;br /&gt;
&lt;br /&gt;
The commands to extract and copy it might look like this:&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 unzip SD-8686-LINUX26-SYSKT-9.70.3.p24-26409.P45-GPL.zip&lt;br /&gt;
 tar xf SD-8686-FEDORA26FC6-SYSKT-GPL-9.70.3.p24-26409.P45.tar&lt;br /&gt;
 cp FwImage/helper_sd.bin /path_to_SD_CARD/sd8686_helper.bin&lt;br /&gt;
 cp FwImage/sd8686.bin /path_to_SD_CARD/sd8686.bin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wifi WPA2 fix&lt;br /&gt;
* Download the [http://www.daimi.au.dk/~cvm/kernel-smartq5-modules_2.6.24.7-smartq5-050509_all.deb SmartQ5] or [http://download.opensuse.org/repositories/Maemo://Mer:/Devel:/HW:/SmartQ:/Devel/MerDevel_Ubuntu_9.04/all/kernel-smartq7-modules_2.6.24.7-smartq7-20090729_all.deb SmartQ7] WPA2-fixed driver to your SD card.&lt;br /&gt;
&lt;br /&gt;
Now unmount the SD card and eject it.&lt;br /&gt;
&lt;br /&gt;
Power off the SmartQ totally (wait for the LED to go out) and insert the SD card.&lt;br /&gt;
&lt;br /&gt;
===SmartQ5===&lt;br /&gt;
Press and hold the + button and insert the charger.&lt;br /&gt;
The device will begin to boot; the LED will be green/yellow.&lt;br /&gt;
A series of chinese characters will appear ending with &#039;...&#039; if all is going well.  Once you see them, you can release the + button.  Next there will be&lt;br /&gt;
a progress bar.  Once it completes, the device will automatically reboot.&lt;br /&gt;
&lt;br /&gt;
===SmartQ7===&lt;br /&gt;
Press and hold the &#039;menu&#039; key (bottom key on front) and insert the charger.&lt;br /&gt;
The device will begin to boot; the LED will be a different colour - green/yellow. You can release the menu key. Some chinese symbols appear and then a progress bar ticks (slowly) up to 100%.  Once it completes, the device will automatically reboot.&lt;br /&gt;
&lt;br /&gt;
===both===&lt;br /&gt;
After this a calibration screen will appear and shortly after you are in Mer.&lt;br /&gt;
&lt;br /&gt;
If you have connected it to a computer via USB, it will be accessible over USB networking on IP 192.168.2.15 ([http://wiki.maemo.org/USB_networking#Host_USB_Network_Configuration see instructions here]) with a SSH server, login root, password rootme &lt;br /&gt;
&lt;br /&gt;
It will not show a splash screen, but it will after darkness then make the screen white, and eventually, show the Mer background and first boot wizard.&lt;br /&gt;
&lt;br /&gt;
=== To mount your SD card ===&lt;br /&gt;
In Mer on SmartQ, open X-Terminal and type (tab-completion is your friend):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$  sudo mount -t vfat /dev/mmcblk1p1 /media&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When prompted for a password, enter the one you set when you first started.&lt;br /&gt;
Note that the above device name has one lower-case L character and then two number one characters (these can look quite similar in some fonts).&lt;br /&gt;
&lt;br /&gt;
=== To get wireless networking (including WPA2) to work===&lt;br /&gt;
&lt;br /&gt;
In order to get wireless networking to work, you are going to have to install the Marvell firmware you copied onto your SD card, and to get WPA2 working, you&#039;ll also need to install the .deb.  The first step is to mount your SD card (see the section just above this, if you haven&#039;t already mounted it).&lt;br /&gt;
&lt;br /&gt;
So, in Mer on SmartQ, open X-Terminal and type (tab-completion is your friend):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo cp /media/sd8686.bin /lib/firmware/&lt;br /&gt;
(if prompted, the password is the one you set when you first started)&lt;br /&gt;
$ sudo cp /media/sd8686_helper.bin /lib/firmware/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And then either, for the SmartQ5 [Note: The following step may not be necessary as the 0.16-5 firmware automatically installs the most current file from the SD card during bootup. The confirmation message is &amp;quot;wifi firmware installation successful&amp;quot;. Verified on Q5.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo dpkg -i /media/kernel-smartq5-modules_2.6.24.7-smartq5-*_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or for the SmartQ7 [Note: The following step may not be necessary as the 0.16-5 firmware automatically installs the most current file from the SD card during bootup. The confirmation message is &amp;quot;wifi firmware installation successful&amp;quot;. Verified on Q7.]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo dpkg -i /media/kernel-smartq7-modules_2.6.24.7-smartq7-*_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now that you&#039;ve enabled networking, you should close the gaping security hole which is part of the default configuration by changing the root password from its default, which is &amp;quot;rootme&amp;quot;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo passwd&lt;br /&gt;
Password:   (enter your user password)&lt;br /&gt;
Enter new UNIX password:   (enter any hard to guess password you want)&lt;br /&gt;
Retype new UNIX password:   (same one again)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next you should reboot.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo /sbin/reboot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once it reboots, you should be able to see wireless networks on the menu and select them.&lt;br /&gt;
&lt;br /&gt;
=== Booting from SD card ===&lt;br /&gt;
(this was taken from [http://alone-in-the-light.zenvoid.org/2009/06/boot-smartq-5-from-sd-card.html zenvoid&#039;s blog])&lt;br /&gt;
&lt;br /&gt;
In order to boot from the SD card, it is simply a matter of creating a partition on the SD card large enough to hold the mer distribution, but leaving enough unpartitioned space at the end of the card for the bootloader to sit.&lt;br /&gt;
&lt;br /&gt;
* Download install-smartq-qi.sh, qi-smartq-20090612.bin from http://zenvoid.org/software/qi-smartq&lt;br /&gt;
&lt;br /&gt;
* Create at least one ext2/ext3 Partition your SD card (and optionally a swap partition), but always &#039;&#039;&#039;remember to reserve 1 MiB of free, unpartitioned space at the end of the SD card&#039;&#039;&#039;. To be precise, at least the last 2048 blocks (512 bytes each) must be reserved.&lt;br /&gt;
* Untar (tar --numeric-owner -zxvf) the rootfs for your device onto the partition you created on your SD card (make sure it isn&#039;t mounted with any no* options, e.g. nodev, noexec, ..)&lt;br /&gt;
* Rename or copy the kernel file (/boot/zImage&amp;lt;something&amp;gt;)  to /boot/linux-SMDK6410.bin&lt;br /&gt;
* Run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./install-smartq-qi.sh /dev/SD_CARD_DEVICE qi-smartq-20090612.bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To boot from the SD card, keep the &amp;quot;move&amp;quot;/fullscreen button (Q5) or right-hand-most button on the top which looks like a target symbol (Q7) pressed and then press the &amp;quot;power&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Q5 Boot stages:&lt;br /&gt;
* Red LED: First stage - bootloader is loading itself into memory.&lt;br /&gt;
* Yellow LED: Second stage - bootloader running, trying to locate and loading a kernel image.&lt;br /&gt;
* Green LED: Linux kernel loaded and running.&lt;br /&gt;
* Blinking yellow LED: A critical error while reading from the SD card.&lt;br /&gt;
* Blinking green LED: No kernel found.&lt;br /&gt;
&lt;br /&gt;
Q7 Boot:&lt;br /&gt;
&lt;br /&gt;
Keep in mind that the LEDs colours are reversed on the Q7, i.e. a green LED on the Q5 is a red one on the Q7 (the list above is for the Q5)&lt;br /&gt;
&lt;br /&gt;
There is no battery check at the moment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Alternate SD booting method using the OF bootloader ====&lt;br /&gt;
(as desribed on the Smartqmid forum: &lt;br /&gt;
http://www.smartqmid.com/phpBB3/viewtopic.php?f=2&amp;amp;t=150)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;works only with OF installed on the device&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
in short:&lt;br /&gt;
*the first partition must be fat32 and the other primary partitions must be ext3&lt;br /&gt;
*on the first (fat) partition must be a folder named boot, that contains a menu.lst file and the kernel image (zimage)&lt;br /&gt;
*the menu.lst should be formated like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
title sdcard # name of the entry&lt;br /&gt;
kernel /boot/zimage # kernel image location&lt;br /&gt;
param root=/dev/mmcblk1p2 rootwait # location of the root fs, this is&lt;br /&gt;
                                   # the second primary partition on SD &lt;br /&gt;
                                   # the internal memory is mmcblk0,&lt;br /&gt;
                                   # first internal partition = mmcblk0p1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With all this in place, the device shows a simple boot menu when turned on wit the SD card inside, you can select the entry with +,- buttons on the left and booting is triggered with middle button on the upper left.&lt;br /&gt;
&lt;br /&gt;
Theoretically you can multiboot up to 5 different systems (internal + on the fat partition + three ext3 partitions, &#039;&#039;&#039;not tested&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24927</id>
		<title>Mer/Releases/0.16testing</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24927"/>
		<updated>2009-08-22T10:12:12Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Bugs in 0.16testing3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By using these testing images, you&#039;re &#039;&#039;&#039;morally obligated to test them&#039;&#039;&#039; and to edit this page and report -every single bug you find-, no matter if they&#039;re theme flaws, quirks, bugs or crashes. You can optionally also use [https://bugs.maemo.org/enter_bug.cgi?product=Mer bugzilla] , use version 0.15.&lt;br /&gt;
&lt;br /&gt;
IF YOU SEE ANY MISSING TRANSLATIONS, PLEASE REPORT THEM IMMEDIATELY.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please send the bug report urls to mer-chatter (see [[Mer/Awareness]] ) as well and share your bugs, testing experiences.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Test master is Meizirkki, and can be found in #mer on irc.freenode.net usually and you can ask him if there&#039;s some specialized areas that need testing. Take [http://guest:guest@trac.tspre.org:9010 the &amp;quot;Completed&amp;quot; things first]. If you are testing, go to #mer anyway. Good place to be.&lt;br /&gt;
&lt;br /&gt;
These images will not be the only ones this week. In N8x0 installer, when it asks for URL=, write URL=http://the.image.intended. Instructions on [[Mer/Documentation/Installation]] still apply.&lt;br /&gt;
&lt;br /&gt;
These images may potentially turn your device into a insane machine bent on removing humanity from this earth and may potentially brick your device, so, NO WARRANTY.&lt;br /&gt;
&lt;br /&gt;
CURRENT VERSION: 0.16testing3&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-x86-generic-image-v0.16testing3.vmdk.zip Mer X86 VMDK]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-x86-generic-image-v0.16testing3.tar.gz Mer X86 rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-n8x0-standard-v0.16testing3.zImage Mer N8x0 kernel, not for JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-n8x0-image-v0.16testing3.tar.gz Mer N8x0, rootfs version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-n8x0-image-v0.16testing3.jffs2 Mer N8x0, JFFS version, use with JFFS kernel]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-n8x0-flashrootfs-v0.16testing3.zImage Mer N8x0 kernel, JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-770-image-v0.16testing3.tar.gz Mer 770, rootfs version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-smartq5-image-v0.16testing3.SmartQ5 Mer SmartQ5, firmware version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-smartq7-image-v0.16testing3.SmartQ7 Mer SmartQ7, firmware version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-smartq5-rootfs-v0.16testing3.tar.gz Mer SmartQ5, rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing3/mer-armel-smartq7-rootfs-v0.16testing3.tar.gz Mer SmartQ7, rootfs version]&lt;br /&gt;
&lt;br /&gt;
For use with QEMU &amp;amp; KVM, download the Mer X86 VMDK version, unzip, and convert to a &#039;&#039;qcow2&#039;&#039; image with the &#039;&#039;qemu-img convert&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5sums:&lt;br /&gt;
&lt;br /&gt;
eb38f44b8ea196a5d1fccd07bfebdbad  mer-armel-770-image-v0.16testing3.tar.gz&lt;br /&gt;
afa571d89aaf328be68c3e0b8d94b436  mer-armel-n8x0-flashrootfs-v0.16testing3.zImage&lt;br /&gt;
8e88e7126edde8618e90387adfd0ae89  mer-armel-n8x0-image-v0.16testing3.jffs2&lt;br /&gt;
dee1ef1dd3e46319a67027b76448ca5f  mer-armel-n8x0-image-v0.16testing3.jffs2.raw&lt;br /&gt;
cce4fcfbe7c6f6d431a26b5ecb559446  mer-armel-n8x0-image-v0.16testing3.tar.gz&lt;br /&gt;
8c5396913f7879c681e8f9080e4c2d0e  mer-armel-n8x0-standard-v0.16testing3.zImage&lt;br /&gt;
0b28407d64169b4fe069a00d460ae6f9  mer-armel-smartq5-image-v0.16testing3.SmartQ5&lt;br /&gt;
7efd887cddcd7214441ea3937db90860  mer-armel-smartq5-rootfs-v0.16testing3.tar.gz&lt;br /&gt;
0e7c96e5f3f9f6909d32b8b9868c5b7a  mer-armel-smartq7-image-v0.16testing3.SmartQ7&lt;br /&gt;
d23c87c4de1075b87ffd7b6d93051ec3  mer-armel-smartq7-rootfs-v0.16testing3.tar.gz&lt;br /&gt;
87a65dcceb1f702030df0b9edbf32094  mer-x86-generic-image-v0.16testing3.tar.gz&lt;br /&gt;
feab10e46dc2dc46830b50b48d8f57b4  mer-x86-generic-image-v0.16testing3.vmdk.zip&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.16testing3 == &lt;br /&gt;
&lt;br /&gt;
Insert bugs here.&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] Fn not working in first-boot-wizard - &#039;&#039;Stskeeps: expected testing4&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] onscreen keyboard always pops up during text entry even though hardware keyboard is being used&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] display rotation did very bad things. &#039;&#039;Stskeeps: Did you install Mer kernel with rotation support?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] python &amp;quot;import gtk&amp;quot; generated lots of Xlib: extension &amp;quot;Generic Event Extension&amp;quot; missing on display &amp;quot;:0.0&amp;quot;. &#039;&#039;Stskeeps: sadly fairly normal. Only a warning.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] xterm menus messed up. &#039;&#039;Stskeeps: We are waiting with new osso-xterm because the newer one was broken - it is actually not a matter of translations. Has to be past 0.16 :/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810 &amp;amp; SmartQ7] Unable to enter WPA password, dialog box is empty.  0.15 does not have this problem. &#039;&#039;Stskeeps: I suspect it&#039;s due to the movable dialogs problem. Someone revert the movable dialogs patch and see if it work?&#039;&#039; &#039;&#039; Meizirkki: no, the dialog is still empty after disabling movable dialogs and rebooting &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] hildon-application-manager crashes.  Output [[Mer/Releases/0.16testing/hildon-application-manager.launch-crash|here]].&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] After installation, on-screen keyboard is completely white and has no key symbols (Working for me on Q7 /Gnuet) (Works for me --[[User:kyelewis|kyelewis]])&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] USB Networking wont start automatically on boot- needed &#039;sudo ifconfig usb0 192.168.2.15 up&#039; to get it going- also, if &#039;up&#039; missed, ifconfig will segfault! --[[User:kyelewis|kyelewis]]. &#039;&#039;Stskeeps: /etc/network/interfaces show it as being set up. That&#039;s weird.&#039;&#039; (Extra info: Device is actually pingable for about 15 seconds, then at some point during bootup it loses the IP setting --[[User:kyelewis|kyelewis]]). &#039;&#039;Stskeeps: expected testing4&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.16testing2 ==&lt;br /&gt;
&lt;br /&gt;
Please test bugs in http://wiki.maemo.org/Mer/Releases/0.15 and see if they still persist. Otherwise add them below:&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] Fn not working in first-boot-wizard - &#039;&#039;Stskeeps: expected testing4&#039;&#039;&lt;br /&gt;
* [Nokia n800] Could not pass first-boot-wizard &amp;quot;Type your full name&amp;quot; (don´t have a usb keyboard to test with it/screen keyboard do not appear with stylus or with finger) &#039;&#039;Stskeeps: maemo-launcher wasn&#039;t being run, expected fix in testing3&#039;&#039; &amp;quot;marshel: fixed in testing3&amp;quot;&lt;br /&gt;
* [SmartQ7] As above, could not pass &amp;quot;Type your full name&amp;quot;. No soft keyboard and usb keyboard did not work. &#039;&#039;as above&#039;&#039;&lt;br /&gt;
** This can be worked around by using [[Mer/Documentation/USB_Networking|USB networking]] and installing [http://download.opensuse.org/repositories/Maemo://Mer://Devel/Ubuntu_9.04/armel/first-boot-wizard_0.8_armel.deb first-boot-wizard_0.8_armel.deb] then doing a reboot&lt;br /&gt;
* [SmartQ5 &amp;amp; Q7] Wifi-enabler not working, lacking unzip. The file 47smartq-firmware misplaced and in DOS-format. &#039;&#039;Stskeeps: expected fix in testing4&#039;&#039;&lt;br /&gt;
** Workaround: Copy contents of /etc/47smartq-firmware and make new file: /etc/first-boot.d/47smartq-firmware &lt;br /&gt;
** Don&#039;t forget to make read/executable (chmod a+rx /etc/first-boot.d/47smartq-firmware) &#039;&#039;Stskeeps: not needed&#039;&#039;&lt;br /&gt;
** Install [http://launchpadlibrarian.net/19674308/unzip_5.52-12ubuntu1_armel.deb unzip_5.52-12ubuntu1_armel.deb], reboot and presto - wizard runs. &#039;&#039;Stskeeps: Expected in testing4&#039;&#039;&lt;br /&gt;
* [SmartQ5 &amp;amp; Q7] Application manager doesn&#039;t work. Starts but nothing more. &#039;&#039;&lt;br /&gt;
** Try plugging in the bluetooth dongle... spooky... (the log shows : get btadapter: No such adapter)&lt;br /&gt;
&lt;br /&gt;
PS.: at 3pm@GMT the trac above cited is offline. &#039;&#039;Stskeeps: yeah, power cut in my city&#039;.&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24957</id>
		<title>Mer/Releases/0.16testing</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24957"/>
		<updated>2009-08-17T14:14:09Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Bugs in 0.16testing2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By using these testing images, you&#039;re &#039;&#039;&#039;morally obligated to test them&#039;&#039;&#039; and to edit this page and report -every single bug you find-, no matter if they&#039;re theme flaws, quirks, bugs or crashes. You can optionally also use [https://bugs.maemo.org/enter_bug.cgi?product=Mer bugzilla] , use version 0.15.&lt;br /&gt;
&lt;br /&gt;
IF YOU SEE ANY MISSING TRANSLATIONS, PLEASE REPORT THEM IMMEDIATELY.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please send the bug report urls to mer-chatter (see [[Mer/Awareness]] ) as well and share your bugs, testing experiences.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Test master is Meizirkki, and can be found in #mer on irc.freenode.net usually and you can ask him if there&#039;s some specialized areas that need testing. Take [http://guest:guest@trac.tspre.org:9010 the &amp;quot;Completed&amp;quot; things first]. If you are testing, go to #mer anyway. Good place to be.&lt;br /&gt;
&lt;br /&gt;
These images will not be the only ones this week. In N8x0 installer, when it asks for URL=, write URL=http://the.image.intended. Instructions on [[Mer/Documentation/Installation]] still apply.&lt;br /&gt;
&lt;br /&gt;
These images may potentially turn your device into a insane machine bent on removing humanity from this earth and may potentially brick your device, so, NO WARRANTY.&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-x86-generic-image-v0.16testing2.vmdk.zip Mer X86 VMDK]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-x86-generic-image-v0.16testing2.tar.gz Mer X86 rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-n8x0-standard-v0.16testing2.zImage Mer N8x0 kernel, not for JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-n8x0-image-v0.16testing2.tar.gz Mer N8x0, rootfs version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-n8x0-image-v0.16testing2.jffs2 Mer N8x0, JFFS version, use with JFFS kernel]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-n8x0-flashrootfs-v0.16testing2.zImage Mer N8x0 kernel, JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-770-image-v0.16testing2.tar.gz Mer 770, rootfs version] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOT BUILT YET:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-smartq5-image-v0.16testing2.SmartQ5 Mer SmartQ5, firmware version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-smartq7-image-v0.16testing2.SmartQ7 Mer SmartQ7, firmware version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing2/mer-armel-smartq5-rootfs-v0.16testing2.tar.gz Mer SmartQ5, rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-smartq7-rootfs-v0.16testing2.tar.gz Mer SmartQ7, rootfs version]&lt;br /&gt;
&lt;br /&gt;
For use with QEMU &amp;amp; KVM, download the Mer X86 VMDK version, unzip, and convert to a &#039;&#039;qcow2&#039;&#039; image with the &#039;&#039;qemu-img convert&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5sums:&lt;br /&gt;
&lt;br /&gt;
2449be016e035ff6524444c81a0d83a8  mer-armel-770-image-v0.16testing2.tar.gz&lt;br /&gt;
afa571d89aaf328be68c3e0b8d94b436  mer-armel-n8x0-flashrootfs-v0.16testing2.zImage&lt;br /&gt;
601831bfadb67464daa6b0866dcf312e  mer-armel-n8x0-image-v0.16testing2.jffs2&lt;br /&gt;
0b3dd8a5d9adc68f2b5b49e7a9f23f7f  mer-armel-n8x0-image-v0.16testing2.jffs2.raw&lt;br /&gt;
cc64f1488e64a0655f5660c70c805988  mer-armel-n8x0-image-v0.16testing2.tar.gz&lt;br /&gt;
8c5396913f7879c681e8f9080e4c2d0e  mer-armel-n8x0-standard-v0.16testing2.zImage&lt;br /&gt;
160a33d7ccc681a8cb47499fb202b736  mer-x86-generic-image-v0.16testing2.tar.gz&lt;br /&gt;
8f2a312a25f0068d8ea9cb8399dc29de  mer-x86-generic-image-v0.16testing2.vmdk.zip&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.16testing2 ==&lt;br /&gt;
&lt;br /&gt;
Please test bugs in http://wiki.maemo.org/Mer/Releases/0.15 and see if they still persist. Otherwise add them below:&lt;br /&gt;
&lt;br /&gt;
* No soft-keyboard when setting the time in first-time-bootup screen (tested on x86)&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] Fn not working in first-boot-wizard&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/N8x0_Skype&amp;diff=24023</id>
		<title>Mer/Documentation/N8x0 Skype</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/N8x0_Skype&amp;diff=24023"/>
		<updated>2009-08-03T12:05:47Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* How to install Skype on Nokia n8x0 running Mer. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to install Skype on Nokia n8x0 running Mer. ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;These instructions are tested to be working on Mer 0.15, n810. But note that you will fail to login due to Skype thinking there&#039;s no network available.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First you&#039;ll have to add needed repositories:&lt;br /&gt;
&lt;br /&gt;
In XTerminal:&lt;br /&gt;
&lt;br /&gt;
 sudo nano /etc/apt/sources.list.d/tableteer.list&lt;br /&gt;
&lt;br /&gt;
copy/paste in following:&lt;br /&gt;
&lt;br /&gt;
 deb http://catalogue.tableteer.nokia.com/updates/diablo-3/ /&lt;br /&gt;
 deb http://catalogue.tableteer.nokia.com/certified/ diablo user&lt;br /&gt;
&lt;br /&gt;
Press Ctrl+x to close the editor and click &amp;quot;y&amp;quot; when it asks if you want to save changes.&lt;br /&gt;
&lt;br /&gt;
Next, update repos:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Then Install the skype:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
You&#039;ll face a bunch of problems, so a little dpkg --forcing is needed.&lt;br /&gt;
&lt;br /&gt;
Run this: (one big command, don&#039;t split it)&lt;br /&gt;
&lt;br /&gt;
 sudo dpkg -i --force-overwrite /var/cache/apt/archives /libjinglebase0.3-0_0.3.12-3ubuntu1_armel.deb /var/cache/apt/archives/libjinglep2p0.3-0_0.3.12-3ubuntu1_armel.deb /var/cache/apt/archives/gstreamer0.10-plugins-farsight_0.12.10-2_armel.deb /var/cache/apt/archives/libfarsight0.1-3_0.1.28-2_armel.deb&lt;br /&gt;
&lt;br /&gt;
Finalize the install:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install -f&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
You can also remove the repository file to avoid future package conflicts:&lt;br /&gt;
&lt;br /&gt;
 sudo rm /etc/apt/sources.list.d/tableteer.list&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;That&#039;s it!&lt;br /&gt;
Skype should be installed now, if it doesn&#039;t show up in the application menu yet, you can start it from terminal or reboot (Menu item should appear after reboot)&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/N8x0_Skype&amp;diff=24024</id>
		<title>Mer/Documentation/N8x0 Skype</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/N8x0_Skype&amp;diff=24024"/>
		<updated>2009-08-03T11:59:56Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* How to install Skype on Nokia n8x0 running Mer. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to install Skype on Nokia n8x0 running Mer. ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This is tested to be working on Mer 0.15, n810&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First you&#039;ll have to add needed repositories:&lt;br /&gt;
&lt;br /&gt;
In XTerminal:&lt;br /&gt;
&lt;br /&gt;
 sudo nano /etc/apt/sources.list.d/tableteer.list&lt;br /&gt;
&lt;br /&gt;
copy/paste in following:&lt;br /&gt;
&lt;br /&gt;
 deb http://catalogue.tableteer.nokia.com/updates/diablo-3/ /&lt;br /&gt;
 deb http://catalogue.tableteer.nokia.com/certified/ diablo user&lt;br /&gt;
&lt;br /&gt;
Press Ctrl+x to close the editor and click &amp;quot;y&amp;quot; when it asks if you want to save changes.&lt;br /&gt;
&lt;br /&gt;
Next, update repos:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Then Install the skype:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
You&#039;ll face a bunch of problems, so a little dpkg --forcing is needed.&lt;br /&gt;
&lt;br /&gt;
Run this: (one big command, don&#039;t split it)&lt;br /&gt;
&lt;br /&gt;
 sudo dpkg -i --force-overwrite /var/cache/apt/archives /libjinglebase0.3-0_0.3.12-3ubuntu1_armel.deb /var/cache/apt/archives/libjinglep2p0.3-0_0.3.12-3ubuntu1_armel.deb /var/cache/apt/archives/gstreamer0.10-plugins-farsight_0.12.10-2_armel.deb /var/cache/apt/archives/libfarsight0.1-3_0.1.28-2_armel.deb&lt;br /&gt;
&lt;br /&gt;
Finalize the install:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install -f&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
You can also remove the repository file to avoid future package conflicts:&lt;br /&gt;
&lt;br /&gt;
 sudo rm /etc/apt/sources.list.d/tableteer.list&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;That&#039;s it!&lt;br /&gt;
Skype should be installed now, if it doesn&#039;t show up in the application menu yet, you can start it from terminal or reboot (Menu item should appear after reboot)&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation&amp;diff=23628</id>
		<title>Mer/Documentation</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation&amp;diff=23628"/>
		<updated>2009-08-03T11:58:24Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: added skype&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Mer/Documentation/SDK|Software Development Kit]]&lt;br /&gt;
* [[Mer/Documentation/Getting_your_package_included|Getting your package included in repository]]&lt;br /&gt;
* [[Mer/Documentation/Making_x86_Mer_Bootable|Making x86 Mer bootable]]&lt;br /&gt;
* [[Mer/Documentation/Imager|Imager]]&lt;br /&gt;
* [[Mer/Documentation/Straightjacket_Packages|Straightjacket_Packages]]&lt;br /&gt;
* [[Mer/Documentation/Maemo_Compatible|Compatible closed source packages from Maemo]]&lt;br /&gt;
* [[Mer/Documentation/BME_Protocol]]&lt;br /&gt;
* [[Mer/Documentation/Bootmenu|Configuring own Boottargets]]&lt;br /&gt;
* [[Mer/Documentation/Installation|Installing Mer]]&lt;br /&gt;
* [[Mer/Documentation/AppCompat|Software Compatibility]]&lt;br /&gt;
* [[Mer/Documentation/Common_Packages|Common Packages]]&lt;br /&gt;
* [[Mer/Documentation/Creating_new_themes|Creating new themes for Mer]] (Unfinished)&lt;br /&gt;
* [[Mer/Documentation/USB_Networking]]&lt;br /&gt;
* [[Mer/Documentation/Sound]]&lt;br /&gt;
* [[Mer/Documentation/ARM CPU]]&lt;br /&gt;
* [[Mer/Documentation/Mer Package Patch Handling]]&lt;br /&gt;
* [[Mer/Documentation/N810_GPS|N810 GPS Instructions]]&lt;br /&gt;
* [[Mer/Documentation/Fluxbox|N810 Fluxbox how-to]]&lt;br /&gt;
* [[Mer/Documentation/Vala_control_panel|Control Panel applets in Vala]]&lt;br /&gt;
* [[Mer/Documentation/N8x0_Skype|Skype for Nokia n8x0]]&lt;br /&gt;
[[Category:Mer|Documentation]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/N8x0_Skype&amp;diff=24025</id>
		<title>Mer/Documentation/N8x0 Skype</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/N8x0_Skype&amp;diff=24025"/>
		<updated>2009-08-03T11:56:15Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: Instructions to install skype&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to install Skype on Nokia n8x0running Mer. ==&lt;br /&gt;
&lt;br /&gt;
This is tested to be working on Mer 0.15, n810&lt;br /&gt;
&lt;br /&gt;
First you&#039;ll have to add needed repositories:&lt;br /&gt;
&lt;br /&gt;
In XTerminal:&lt;br /&gt;
&lt;br /&gt;
 sudo nano /etc/apt/sources.list.d/tableteer.list&lt;br /&gt;
&lt;br /&gt;
copy/paste in following:&lt;br /&gt;
&lt;br /&gt;
 deb http://catalogue.tableteer.nokia.com/updates/diablo-3/ /&lt;br /&gt;
 deb http://catalogue.tableteer.nokia.com/certified/ diablo user&lt;br /&gt;
&lt;br /&gt;
Press Ctrl+x to close the editor and click &amp;quot;y&amp;quot; when it asks if you want to save changes.&lt;br /&gt;
&lt;br /&gt;
Next, update repos:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Then Install the skype:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
You&#039;ll face a bunch of problems, so a little dpkg --forcing is needed.&lt;br /&gt;
&lt;br /&gt;
Run this: (one big command, don&#039;t split it)&lt;br /&gt;
&lt;br /&gt;
 sudo dpkg -i --force-overwrite /var/cache/apt/archives /libjinglebase0.3-0_0.3.12-3ubuntu1_armel.deb /var/cache/apt/archives/libjinglep2p0.3-0_0.3.12-3ubuntu1_armel.deb /var/cache/apt/archives/gstreamer0.10-plugins-farsight_0.12.10-2_armel.deb /var/cache/apt/archives/libfarsight0.1-3_0.1.28-2_armel.deb&lt;br /&gt;
&lt;br /&gt;
Finalize the install:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install -f&lt;br /&gt;
&lt;br /&gt;
You can also remove the repository file to avoid future package conflicts:&lt;br /&gt;
&lt;br /&gt;
 sudo rm /etc/apt/sources.list.d/tableteer.list&lt;br /&gt;
&lt;br /&gt;
That&#039;s it!&lt;br /&gt;
Skype should be installed now, if it doesn&#039;t show up in the application menu yet, you can start it from terminal or reboot (Menu item should appear after reboot)&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Status&amp;diff=25514</id>
		<title>Mer/Status</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Status&amp;diff=25514"/>
		<updated>2009-07-18T15:44:06Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Application Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hardware Support ==&lt;br /&gt;
&lt;br /&gt;
Please help us to fill in this page.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Key&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || Works&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt;  || Doesn&#039;t work&lt;br /&gt;
|-&lt;br /&gt;
| ?  || Unknown (Please help fill in these values)&lt;br /&gt;
|-&lt;br /&gt;
| - || Device doesn&#039;t have this&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Feature !! [[/770|770]] !! [[/N8x0|N800]] || [[/N8x0|N810]] || [[/SmartQ5|SmartQ5]] || [[/SmartQ7|SmartQ7]] || [[/FreeRunner|FreeRunner]] || [[/Loox|Loox]]&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;| Display&lt;br /&gt;
|-&lt;br /&gt;
|[[/X|X Display]]                       || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/3D|2D/3D Acceleration]]             || ? || ? || ? || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Brightness|Brightness]]             || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Ambient|Ambient light sensor]]      || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/Touch events|Touch events]]         || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|- &lt;br /&gt;
|[[/LEDs|LEDs]]                         || ? || ? || ? || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;| Buttons/Switches&lt;br /&gt;
|-&lt;br /&gt;
|[[/Headphone detect|Headphone detect]]  || ? || ? || ?  || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Headset switch events|Headset switch events (via dbus)]] || ? || ? || ?  || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Keyboard|Keyboard]]                  || - || - || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || - || - || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Flaps|Battery cover/SD door events]] || ? || ? || ?  || - || - || ? || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/HW Buttons|HW Buttons (zoom,fullscreen, etc)]] || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[Pointing Device (D-Pad, etc)]] || ? || ? || ? || ? || ? || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Power Button|Power Button]]          || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Camera eject|Camera eject]]          || - || ? || ?  || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|Ancillary Devices&lt;br /&gt;
|-&lt;br /&gt;
|[[/Sound|Sound]]                 || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Wifi|Wifi]]                   || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Bluetooth|Bluetooth]]         || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/USB|USB]]                     || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/GPS|GPS]]                     || - || - || ? || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/Camera|Camera]]               || - || ? || ? || - || - || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Battery|Battery]]             || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || 50% || 50% || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Power control|Power control]] || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/MMC reader|MMC reader]]       || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/FM Radio|FM Radio]]           || - || ? || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/TV-OUT|TV-OUT]]               || - || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ? || - || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Application Support ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Key Application !! Provided by&lt;br /&gt;
|-&lt;br /&gt;
|browser           ||  Tear&lt;br /&gt;
|-&lt;br /&gt;
|email client      || claws (or modest if anyone ports it)&lt;br /&gt;
|-&lt;br /&gt;
|book reader       || fbreader&lt;br /&gt;
|-&lt;br /&gt;
|media player      || gpodder or canola&lt;br /&gt;
|-&lt;br /&gt;
|text editor       || maemopad+ etc&lt;br /&gt;
|-&lt;br /&gt;
|photo viewer      || mirage&lt;br /&gt;
|-&lt;br /&gt;
|calendar          || gpe-calendar (for now)&lt;br /&gt;
|-&lt;br /&gt;
|address book      || gpe-contacts (for now)&lt;br /&gt;
|-&lt;br /&gt;
|file manager      || finefm but it needs improvement, possibly pcmanfm?&lt;br /&gt;
|-&lt;br /&gt;
|instant messenger || pidgin (or empathy)&lt;br /&gt;
|-&lt;br /&gt;
|feed reader       || rss-reader&lt;br /&gt;
|-&lt;br /&gt;
|alarm clock 	  || alarm-clock from alarm-clock.pl ?&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Status&amp;diff=25515</id>
		<title>Mer/Status</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Status&amp;diff=25515"/>
		<updated>2009-07-18T15:42:57Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Application Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hardware Support ==&lt;br /&gt;
&lt;br /&gt;
Please help us to fill in this page.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Key&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || Works&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt;  || Doesn&#039;t work&lt;br /&gt;
|-&lt;br /&gt;
| ?  || Unknown (Please help fill in these values)&lt;br /&gt;
|-&lt;br /&gt;
| - || Device doesn&#039;t have this&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Feature !! [[/770|770]] !! [[/N8x0|N800]] || [[/N8x0|N810]] || [[/SmartQ5|SmartQ5]] || [[/SmartQ7|SmartQ7]] || [[/FreeRunner|FreeRunner]] || [[/Loox|Loox]]&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;| Display&lt;br /&gt;
|-&lt;br /&gt;
|[[/X|X Display]]                       || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/3D|2D/3D Acceleration]]             || ? || ? || ? || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Brightness|Brightness]]             || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Ambient|Ambient light sensor]]      || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/Touch events|Touch events]]         || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|- &lt;br /&gt;
|[[/LEDs|LEDs]]                         || ? || ? || ? || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;| Buttons/Switches&lt;br /&gt;
|-&lt;br /&gt;
|[[/Headphone detect|Headphone detect]]  || ? || ? || ?  || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Headset switch events|Headset switch events (via dbus)]] || ? || ? || ?  || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Keyboard|Keyboard]]                  || - || - || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || - || - || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Flaps|Battery cover/SD door events]] || ? || ? || ?  || - || - || ? || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/HW Buttons|HW Buttons (zoom,fullscreen, etc)]] || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[Pointing Device (D-Pad, etc)]] || ? || ? || ? || ? || ? || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Power Button|Power Button]]          || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Camera eject|Camera eject]]          || - || ? || ?  || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|Ancillary Devices&lt;br /&gt;
|-&lt;br /&gt;
|[[/Sound|Sound]]                 || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Wifi|Wifi]]                   || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Bluetooth|Bluetooth]]         || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/USB|USB]]                     || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/GPS|GPS]]                     || - || - || ? || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/Camera|Camera]]               || - || ? || ? || - || - || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Battery|Battery]]             || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || 50% || 50% || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Power control|Power control]] || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/MMC reader|MMC reader]]       || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/FM Radio|FM Radio]]           || - || ? || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/TV-OUT|TV-OUT]]               || - || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ? || - || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Application Support ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Key Application !! Provided by&lt;br /&gt;
|-&lt;br /&gt;
|browser           ||  Tear&lt;br /&gt;
|-&lt;br /&gt;
|email client      || claws (or modest if anyone ports it)&lt;br /&gt;
|-&lt;br /&gt;
|book reader       || fbreader&lt;br /&gt;
|-&lt;br /&gt;
|media player      || gpodder or canola&lt;br /&gt;
|-&lt;br /&gt;
|text editor       || maemopad+ etc&lt;br /&gt;
|-&lt;br /&gt;
|photo viewer      || mirage&lt;br /&gt;
|-&lt;br /&gt;
|calendar          || gpe-calendar (for now)&lt;br /&gt;
|-&lt;br /&gt;
|address book      || gpe-contacts (for now)&lt;br /&gt;
|-&lt;br /&gt;
|file manager      || finefm but it needs improvement, possibly pcmanfm?&lt;br /&gt;
|-&lt;br /&gt;
|instant messenger || pidgin&lt;br /&gt;
|-&lt;br /&gt;
|feed reader       || rss-reader&lt;br /&gt;
|-&lt;br /&gt;
|alarm clock 	  || alarm-clock from alarm-clock.pl ?&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Status&amp;diff=25516</id>
		<title>Mer/Status</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Status&amp;diff=25516"/>
		<updated>2009-07-18T15:41:31Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Hardware Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hardware Support ==&lt;br /&gt;
&lt;br /&gt;
Please help us to fill in this page.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Key&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || Works&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt;  || Doesn&#039;t work&lt;br /&gt;
|-&lt;br /&gt;
| ?  || Unknown (Please help fill in these values)&lt;br /&gt;
|-&lt;br /&gt;
| - || Device doesn&#039;t have this&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Feature !! [[/770|770]] !! [[/N8x0|N800]] || [[/N8x0|N810]] || [[/SmartQ5|SmartQ5]] || [[/SmartQ7|SmartQ7]] || [[/FreeRunner|FreeRunner]] || [[/Loox|Loox]]&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;| Display&lt;br /&gt;
|-&lt;br /&gt;
|[[/X|X Display]]                       || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/3D|2D/3D Acceleration]]             || ? || ? || ? || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Brightness|Brightness]]             || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Ambient|Ambient light sensor]]      || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/Touch events|Touch events]]         || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|- &lt;br /&gt;
|[[/LEDs|LEDs]]                         || ? || ? || ? || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;| Buttons/Switches&lt;br /&gt;
|-&lt;br /&gt;
|[[/Headphone detect|Headphone detect]]  || ? || ? || ?  || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Headset switch events|Headset switch events (via dbus)]] || ? || ? || ?  || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Keyboard|Keyboard]]                  || - || - || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || - || - || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Flaps|Battery cover/SD door events]] || ? || ? || ?  || - || - || ? || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/HW Buttons|HW Buttons (zoom,fullscreen, etc)]] || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[Pointing Device (D-Pad, etc)]] || ? || ? || ? || ? || ? || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Power Button|Power Button]]          || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt;  || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Camera eject|Camera eject]]          || - || ? || ?  || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|Ancillary Devices&lt;br /&gt;
|-&lt;br /&gt;
|[[/Sound|Sound]]                 || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Wifi|Wifi]]                   || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Bluetooth|Bluetooth]]         || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/USB|USB]]                     || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/GPS|GPS]]                     || - || - || ? || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/Camera|Camera]]               || - || ? || ? || - || - || - || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Battery|Battery]]             || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || 50% || 50% || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/Power control|Power control]] || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ? || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/MMC reader|MMC reader]]       || ? || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:green; font-weight: bold;&amp;quot;&amp;gt;Y&amp;lt;/span&amp;gt; || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|[[/FM Radio|FM Radio]]           || - || ? || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|[[/TV-OUT|TV-OUT]]               || - || - || - || &amp;lt;span style=&amp;quot;color:red; font-weight: bold;&amp;quot;&amp;gt;N&amp;lt;/span&amp;gt; || ? || - || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Application Support ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Key Application !! Provided by&lt;br /&gt;
|-&lt;br /&gt;
|browser           ||  Tear (probably)&lt;br /&gt;
|-&lt;br /&gt;
|email client      || claws (or modest if anyone ports it)&lt;br /&gt;
|-&lt;br /&gt;
|book reader       || fbreader&lt;br /&gt;
|-&lt;br /&gt;
|media player      || gpodder or canola&lt;br /&gt;
|-&lt;br /&gt;
|text editor       || maemopad+ etc&lt;br /&gt;
|-&lt;br /&gt;
|photo viewer      || mirage&lt;br /&gt;
|-&lt;br /&gt;
|calendar          || gpe-calendar (for now)&lt;br /&gt;
|-&lt;br /&gt;
|address book      || gpe-contacts (for now)&lt;br /&gt;
|-&lt;br /&gt;
|file manager      || finefm but it needs improvement, possibly pcmanfm?&lt;br /&gt;
|-&lt;br /&gt;
|instant messenger || pidgin&lt;br /&gt;
|-&lt;br /&gt;
|feed reader       || rss-reader&lt;br /&gt;
|-&lt;br /&gt;
|alarm clock 	  || alarm-clock from alarm-clock.pl ?&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.15testing9&amp;diff=24800</id>
		<title>Mer/Releases/0.15testing9</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Releases/0.15testing9&amp;diff=24800"/>
		<updated>2009-07-17T09:14:39Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Bugs in testing9 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By using these testing images, you&#039;re &#039;&#039;&#039;morally obligated to test them&#039;&#039;&#039; and to edit this page and report -every single bug you find-, no matter if they&#039;re theme flaws, quirks, bugs or crashes. You can optionally also use [https://bugs.maemo.org/enter_bug.cgi?product=Mer bugzilla] , use version 0.15.&lt;br /&gt;
&lt;br /&gt;
IF YOU SEE ANY MISSING TRANSLATIONS, PLEASE REPORT THEM IMMEDIATELY.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please send the bug report urls to mer-chatter (see [[Mer/Awareness]] ) as well and share your bugs, testing experiences.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Test master is Meizirkki, and can be found in #mer on irc.freenode.net usually and you can ask him if there&#039;s some specialized areas that need testing. Take [http://guest:guest@trac.tspre.org:9010 the &amp;quot;Completed&amp;quot; things first]. If you are testing, go to #mer anyway. Good place to be.&lt;br /&gt;
&lt;br /&gt;
These images will not be the only ones this week. In N8x0 installer, when it asks for URL=, write URL=http://the.image.intended. Instructions on [[Mer/Documentation/Installation]] still apply.&lt;br /&gt;
&lt;br /&gt;
These images may potentially turn your device into a insane machine bent on removing humanity from this earth and may potentially brick your device, so, NO WARRANTY.&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-x86-generic-image-v0.15testing9.vmdk.zip Mer X86 VMDK]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-x86-generic-image-v0.15testing9.tar.gz Mer X86 rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-n8x0-standard-v0.15testing9.zImage Mer N8x0 kernel, not for JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-n8x0-image-v0.15testing9.tar.gz Mer N8x0, rootfs version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-n8x0-image-v0.15testing9.jffs2 Mer N8x0, JFFS version, use with JFFS kernel]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-n8x0-flashrootfs-v0.15testing9.zImage Mer N8x0 kernel, JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-smartq5-image-v0.15testing9.SmartQ5 Mer SmartQ5, firmware version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-smartq7-image-v0.15testing9.SmartQ7 Mer SmartQ7, firmware version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-smartq5-rootfs-v0.15testing9.tar.gz Mer SmartQ5, rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-smartq7-rootfs-v0.15testing9.tar.gz Mer SmartQ7, rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.15testing9/mer-armel-freerunner-rootfs-v0.15testing9.tar.gz Mer Freerunner, rootfs version, kernel in /boot]&lt;br /&gt;
&lt;br /&gt;
For use with QEMU &amp;amp; KVM, download the Mer X86 VMDK version, unzip, and convert to a &#039;&#039;qcow2&#039;&#039; image with the &#039;&#039;qemu-img convert&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5sums:&lt;br /&gt;
&lt;br /&gt;
a0db6ede7fba51e32ce514c50865be0f  mer-armel-n8x0-flashrootfs-v0.15testing9.zImage&lt;br /&gt;
53541811f4b8d04d9a21ab59828e0d58  mer-armel-freerunner-rootfs-v0.15testing9.tar.gz&lt;br /&gt;
a0db6ede7fba51e32ce514c50865be0f  mer-armel-n8x0-flashrootfs-v0.15testing9.zImage&lt;br /&gt;
2ae4d404623ed8bd2fd447e89cbbe54f  mer-armel-n8x0-image-v0.15testing9.jffs2&lt;br /&gt;
f0f5d515073684d71fc3eed8ecf51662  mer-armel-n8x0-image-v0.15testing9.jffs2.raw&lt;br /&gt;
48013ddf8c99dd906a91e70037253126  mer-armel-n8x0-image-v0.15testing9.tar.gz&lt;br /&gt;
ff2ae5a7328c9ae668ae2b2b466b7e07  mer-armel-n8x0-standard-v0.15testing9.zImage&lt;br /&gt;
2cf1941fe0272d2de409ae6ebdb14402  mer-armel-smartq5-rootfs-v0.15testing9.tar.gz&lt;br /&gt;
61d34cf1bb6a95044db2e89782c86456  mer-armel-smartq5.SmartQ5&lt;br /&gt;
c995fd936a213af15313d2d34248792c  mer-armel-smartq7-rootfs-v0.15testing9.tar.gz&lt;br /&gt;
ec9d30bb9cc0233f578d48dcbc0823c2  mer-armel-smartq7.SmartQ7&lt;br /&gt;
764e43e920b798c7dc43b586d587e601  mer-x86-generic-image-v0.15testing9.tar.gz&lt;br /&gt;
ec11a053063a2cc1b878a425e3742079  mer-x86-generic-image-v0.15testing9.vmdk.zip&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.15testing6 ==&lt;br /&gt;
&lt;br /&gt;
* (in progress of getting fixed) - Chinese translations are broken.&lt;br /&gt;
* N8x0: Xorg acts weird&lt;br /&gt;
* N8x0: hald-addon-bme has &amp;quot;batery.reporing.last_full&amp;quot;&lt;br /&gt;
* Missing translations for default locale (En_US) mainly in Application manager (ai_ti_main, ai_li_size_100kb, ai_li_size_max_99kb, aibddetailsclose, ai_ia_select_location, ai_fi_select_location_application, ai_fi_select_location_location, aibdselectlocationok, aibdselectlocationcancel, ai_ni_install_sucessful) , but also in Settings (&amp;quot;tncpa_ap_tn_sb&amp;quot;, &amp;quot;tncpa_ti_tnsb_title&amp;quot;, &amp;quot;tncpa_fi_tnsb_applications&amp;quot;, &amp;quot;tncpa_bv_tnsb_organise&amp;quot;, basically most if not *all* that beging with &amp;quot;tncpa_&amp;quot;, there is too many to retype here, almost nothing is translated there, apart from some names of applets)&lt;br /&gt;
* FineFileManager installed from Application Manager does not display any files nor directories and has missing icon in the bottom toolbar.&lt;br /&gt;
* Tear has missing &amp;quot;home&amp;quot; icon in bottom toolbar&lt;br /&gt;
* The &amp;quot;Are you sure you wish to reboot?&amp;quot; window is broken. It appears in the upper-left corner, without decoration, the left and top sides of the window are cut off. The strings for Yes and No buttons are missing (&amp;quot;wdgtbdyes&amp;quot; and &amp;quot;wdgtbdno&amp;quot;). By the way, this goes against many user interface guidelines. The buttons should say &amp;quot;Reboot&amp;quot; and &amp;quot;Cancel&amp;quot; instead of &amp;quot;Yes&amp;quot; and &amp;quot;No&amp;quot;.&lt;br /&gt;
* The same issue as above applies to confirming shutdown and offline mode. Obviously, the buttons should be &amp;quot;Shut down/Cancel&amp;quot; and &amp;quot;Go Offline/Cancel&amp;quot;, respectively.&lt;br /&gt;
* Cannot click on links while browsing with tear under Vmware image (vm bug or tear bug?)&lt;br /&gt;
* Mirage installed from Application Manager does not launch. Crashes on ImportError: No module named osso in /usr/share/mirage/mirage.py line 35 &amp;quot;import osso&amp;quot;&lt;br /&gt;
** Issue is due to python-osso not supporting python2.5 (stskeeps)&lt;br /&gt;
** Tested with launching using python2.6 instead of python2.5 (epage)&lt;br /&gt;
*** Mirage seems to not have any major compatibility issues between python versions&lt;br /&gt;
*** python-osso dependency then gets satisfied and the world is a happy place&lt;br /&gt;
* Missing icons in Terminal bottom toolbar [http://img219.imageshack.us/img219/6971/screenshot02.png Screenshot]&lt;br /&gt;
* Settings app entry should have an icon (not just the default one); [http://img44.imageshack.us/img44/7066/screenshot03r.png Screenshot]&lt;br /&gt;
* Inconsistency in icon size and style. Example: tear should have a bigger icon. Mer project should define a standard size for icons so that packagers know what icons they should pack in their app. [http://img44.imageshack.us/img44/6417/screenshot01y.png Screenshot]&lt;br /&gt;
* Installing (through app manager) an app shorcut to any other folder than &amp;quot;extras&amp;quot; has no effect. The app entry always end up in extras (I tried to install Tear in &amp;quot;Internet&amp;quot; -&amp;gt; ends up in &amp;quot;extras&amp;quot;. Same for several apps).&lt;br /&gt;
* HomeIP applet installed from Application Manager, cannot be selected to show on homescreen (selecting it has no effect).&lt;br /&gt;
** python-hildondesktop broken?&lt;br /&gt;
* hildon-desktop-env needs dependancy on hildon-application-manager-l10n-public-enus1 hildon-common-strings-l10n-public-enus1 hildon-control-panel-l10n-public-enus1 hildon-fm-l10n-public-enus1 hildon-input-method-l10n-public-enus1 hildon-libs-l10n-public-enus1 ke-recv-l10n-public-enus1 maemo-af-desktop-l10n-public-enus1 osso-games-l10n-public-enus1 osso-system-lock-l10n-public-enus1 osso-uri-l10n-public-enus1&lt;br /&gt;
&lt;br /&gt;
== Added strings to en_US ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In hildon-application-manager:&lt;br /&gt;
&lt;br /&gt;
# This is the name of the top bar in HAM&lt;br /&gt;
msgid &amp;quot;ai_ti_main&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Home&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_size_max_99kb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%d kB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_size_100kb_10mb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%.1f MB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_size_10mb_1gb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%d MB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_size_larger_than_1gb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%.1f GB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_de_size_max_999kb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%d kB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_de_size_1mb_10mb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%.2f MB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_de_size_10mb_1gb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%.1f MB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_li_de_size_larger_than_1gb&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%.2f GB&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_bd_details_close&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Close&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_ia_select_location&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Select location for application&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_fi_select_location_application&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Application:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_fi_select_location_location&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Location&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_bd_select_location_ok&amp;quot;&lt;br /&gt;
msgstr &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_bd_select_location_change_folder&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Change folder&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_ni_install_successful&amp;quot;&lt;br /&gt;
msgstr &amp;quot;%s installed&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;tncpa_li_plugin_update_notifier&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Software Updates&amp;quot;&lt;br /&gt;
&lt;br /&gt;
### From 20090711:&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ai_ti_select_location&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Select location&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In hildon-libs:&lt;br /&gt;
&lt;br /&gt;
In hildon-input-method:&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;inpu_nc_common_menu_tools&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Tools&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;inpu_nc_common_menu_edit_cut&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Cut&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;inpu_nc_common_menu_edit_copy&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Copy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;inpu_nc_common_menu_edit_paste&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Paste&amp;quot;&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;inpu_nc_common_menu_tools_help&amp;quot;&lt;br /&gt;
msgstr &amp;quot;Help&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In hildon-fm: From 20090711&lt;br /&gt;
&lt;br /&gt;
msgid &amp;quot;ckdg_bd_change_folder_ok&amp;quot;&lt;br /&gt;
msgstr &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs in testing7 ==&lt;br /&gt;
&lt;br /&gt;
Mark if previous bugs were fixed in this version as well.&lt;br /&gt;
&lt;br /&gt;
* The default terminal cannot be scrolled in any way. No scrollbar, does not react to touch. &lt;br /&gt;
* The strings still have &amp;quot;Nokia&amp;quot; and &amp;quot;Maemo&amp;quot; in them. They should be replaced with &amp;quot;Mer&amp;quot;.&lt;br /&gt;
* At least for N8x0, it would be reasonable to double the backlight timeouts (60 for fade, 120 to disable). The device is just too slow for some actions to complete (especially in the terminal) within 30 seconds, making the default setup irritating.&lt;br /&gt;
* In the panel for changing brightness and volume, the volume icon is repeated in a grid. There should be only one icon there, not four. &lt;br /&gt;
* When a reboot or shutdown procedure is taking place, all the applets that change their state show up briefly on the screen, making the process look unpolished and ugly. There&#039;s also a blinking cursor showing through if you leave the terminal open while shutting down or rebooting. Basically, if there is anything on the screen during a reboot or shutdown that changes its state, it shows up.  &lt;br /&gt;
* &amp;quot;Authorizations&amp;quot; menu element should be hidden. It&#039;s of no use to normal users.&lt;br /&gt;
* &amp;quot;Drag Lock&amp;quot; should be renamed to &amp;quot;Lock applets&amp;quot; or a similar, less confusing name.&lt;br /&gt;
* Erratic dialog window behaviour. Open up the terminal and hit the Menu key a few times to open the menu and close it repeatedly. It&#039;ll open left-aligned or centered, depending on your luck.&lt;br /&gt;
* Error dialog windows (banners on the bottom of the screen with a &amp;quot;stop sign&amp;quot; icon) cannot be dismissed in any other way than hitting the hardware &amp;quot;Back&amp;quot; button.  &lt;br /&gt;
* Disable grab in gksu for n800/non-kbd users - it asks for password in locale settings.&lt;br /&gt;
* Chinese strings now working&lt;br /&gt;
* [Nokia n8x0]NetworkManager not working. NM-applet says &amp;quot;Device not ready&amp;quot;.&lt;br /&gt;
* [Nokia n810]Fn-key not working. (Install x11-xkb-utils to fix)&lt;br /&gt;
** Added to imager (stskeeps)&lt;br /&gt;
* [Nokia n8x0]Powerlaunch dialog is not popping up when pressing power button.&lt;br /&gt;
(Note: if this is the &amp;quot;Device mode&amp;quot; dialog window then it works fine for me with an N810. Short press = Device mode appears. Long press = soft poweroff - TomaszD)&lt;br /&gt;
* [Nokia n8x0] Going to soft poweroff by pressing and holding the power button for about two seconds results in: backlight turns off, comes back for a second, then goes away and soft poweroff is completed. Same thing happens when coming back from soft poweroff, the screen softly &amp;quot;blinks&amp;quot; at the user. Blinking does not occur when going into soft poweroff when the option is chosen from the Device mode dialog, however it does happen every time when the device comes back from this mode.&lt;br /&gt;
* [Nokia n8x0] If going to soft poweroff is done by pushing and holding a button for two seconds, then it stands to reason that the same action should turn the device back into normal mode. This is not the case - only a short push of the button brings it back to life.&lt;br /&gt;
* Maemopad: Missing translations = maemopad_save_changes_made, maemopadyes, maemopadno. Open files menu is screwed up. Dialog to confirm saving is displayed on top left of screen instead of center.&lt;br /&gt;
** Maemopad has no en_US translation. https://stage.maemo.org/svn/maemo/projects/tools/trunk/maemo_testing/maemopad/po/en_GB.po is a possible basis. (Stskeeps)&lt;br /&gt;
* Missing text: Settings -&amp;gt; About -&amp;gt; License button&lt;br /&gt;
* Desktop Menu Issues&lt;br /&gt;
** Calibrate Screen menu item non-functional&lt;br /&gt;
** Help menu item non-functional&lt;br /&gt;
* NetworkManager Applet 0.7.0.97&lt;br /&gt;
** Clicking &amp;quot;NetworkManager Website&amp;quot; errors with &amp;quot;Failed to show url Failed to execute child process &amp;quot;xdg-open&amp;quot; (No such file or directory)&amp;quot;&lt;br /&gt;
** Clicking OK Button on above error message is non-functional&lt;br /&gt;
* statusbarapplets misses hook to CPA&lt;br /&gt;
* statusbarapplets tries to read $HOME.osso/hildon-desktop/statusbar.conf, not $HOME/.osso/hildon-desktop/statusbar.conf&lt;br /&gt;
* statusbarapplets title needs to be better and less upper cased.&lt;br /&gt;
* blueman does not install correctly - errors&lt;br /&gt;
* qtablet does not install correctly - errors&lt;br /&gt;
* Display issues&lt;br /&gt;
** Editing DSL Connection -&amp;gt; PPP Settings tab -&amp;gt; &amp;quot;Available to all users&amp;quot; has the letters &amp;quot;Av&amp;quot; garbled.&lt;br /&gt;
** Display issue: Editing DSL Connection -&amp;gt; PPP Settings tab -&amp;gt; Options below Available to all users&amp;quot; is not displayed on the screen.&lt;br /&gt;
** Display issue: Editing DSL Connection -&amp;gt; IPv4 Settings -&amp;gt; Button for &amp;quot;Editing IPv4 routes&amp;quot; is not fully displayed on the screen.&lt;br /&gt;
* Installed Applications not launching from the Main Menu&lt;br /&gt;
** File Manager (Fine File Manager alternative does launch)&lt;br /&gt;
** Help Application&lt;br /&gt;
** Address Book&lt;br /&gt;
** RSS News Reader&lt;br /&gt;
** PDF Viewer&lt;br /&gt;
** Global Search&lt;br /&gt;
*** Not sure how to diagnose for error messages... ideas?  (mtc)&lt;br /&gt;
&lt;br /&gt;
=== Bugs in testing7 - Localization Issues ===&lt;br /&gt;
* en_GB&lt;br /&gt;
** Virtual Keyboard Menu: &amp;quot;inpu_nc_common_menu_tools&amp;quot;&lt;br /&gt;
** Settings Menu: &amp;quot;tncpa_ap_tn_sb&amp;quot;&lt;br /&gt;
** Settings Menu, Title bar for above menu item: &amp;quot;tncpa_ti_tnsb_title&amp;quot;&lt;br /&gt;
** Settings Menu, Tab title: &amp;quot;tncpa_ti_tnsb_statusbar&amp;quot;&lt;br /&gt;
** Settings Menu, Marquee tab, First item: &amp;quot;tncpa_fi_tnsb_applications&amp;quot;&lt;br /&gt;
** Settings Menu, Marquee tab, First item, Button: &amp;quot; ... &amp;quot;&lt;br /&gt;
** Settings Menu, Marquee tab, First item, Button selected, Title bar: &amp;quot;tncpa_ti_of_title&amp;quot;&lt;br /&gt;
** Settings Menu, Marquee tab, First item, Button selected, All buttons...&lt;br /&gt;
** Application Manager, Title Bar: &amp;quot;ai_ti_main&amp;quot;&lt;br /&gt;
** Application Manager, Installed Applications, Size Column: &amp;quot;ai_li_size_100kb_10&amp;quot; and &amp;quot;ai_li_size_max_99kb&amp;quot;&lt;br /&gt;
** Application Manager, Available Applications, Size Column: &amp;quot;ai_li_size_100kb_10&amp;quot; and &amp;quot;ai_li_size_max_99kb&amp;quot;&lt;br /&gt;
** Application Manager, Available Applications, Install Error (or Update Error), Close Button: &amp;quot;ainibdclose&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Bugs in testing9 ==&lt;br /&gt;
*&lt;br /&gt;
* apt-get complains with the error &amp;quot;ValueError: /usr/bin/python does not match the python default version. It must be reset to point to python2.6&amp;quot; when trying to install screen (and possibly other packages). This can be fixed by making /usr/bin/python point to python2.6 rather than /etc/alternatives/python, which ultimately points to python-launcher.&lt;br /&gt;
* Without the fix above, packages like python-gst0.10, python-pygame, python-numeric are broken. Probably most of python stuff is broken. To quickly fix python in testing9: sudo rm /usr/bin/python &amp;amp;&amp;amp; sudo ln -s python2.6 /usr/bin/python&lt;br /&gt;
* The panel is limited to 4 icons. When there are more than 4 icons on the panel (nm-applet, blueman, advanced-power, advanced backlight, loadapplet), then the last one dissappears. You can click to the right of the last icon to bring up the menu with the rest of the icons, but there should be an icon in and of itself to indicate that some of the panel icons are hidden away.&lt;br /&gt;
* [n8x0] Fn key now works!&lt;br /&gt;
** The Fn key doesn&#039;t work while in the username/password/hostname wizard.&lt;br /&gt;
** The Fn key and dpad will stop working if layout is changed (setxkbmap)&lt;br /&gt;
* [n8x0] Power button (still?) doesn&#039;t work. Detected, but does not bring up the  menu&lt;br /&gt;
&lt;br /&gt;
* Application Manager - missing string - &amp;quot;ai_ti_select_location&amp;quot; (window title of selecting where in the menu to put the application icon).&lt;br /&gt;
** Added&lt;br /&gt;
* Application Manager - missing string - &amp;quot;ckdg_bd_change_folder_ok&amp;quot; (button confirming the change of the folder where to put the application icon).&lt;br /&gt;
** Added&lt;br /&gt;
* Blueman bluetooth manager works, but you have to click and hold to keep the main menu open, a tap simply opens it up and closes it immidiately.&lt;br /&gt;
&lt;br /&gt;
* [n8x0] Tapping input fields with stylus doesn&#039;t bring up the keyboard. It work when tapping with a finger though. One fix is to bring up the control panel by entering &amp;quot;controlpanel&amp;quot; in a terminal. Then choose &amp;quot;Text Input Settings&amp;quot;. From there you pick &amp;quot;On-Screen&amp;quot;. If you here set &amp;quot;Launch finger keyboard&amp;quot; to never, you can use the stylus in most applications to bring up the keyboard.&lt;br /&gt;
SmartQ7 - User account generation at first boot doesn&#039;t show onscreen keyboard for &amp;quot;Confirm Password&amp;quot; dialogue box, continued blank OK&lt;br /&gt;
:white_gecko - I can&#039;t confirm this, on my freerunner the onscreenkeyboard appears for the password confirm dialog.&lt;br /&gt;
&lt;br /&gt;
* [n8x0] Missing icons from advanced power buttons http://imgur.com/JB7xt&lt;br /&gt;
&lt;br /&gt;
Q7 - Changing input settings/onscreen/launchfingerboaurd=with finger and stylus causes keyboard loss in xterm&lt;br /&gt;
* [Q7] Authorizations app layout flows text offscreen on details pane&lt;br /&gt;
* WPA networks are still greyed out.&lt;br /&gt;
* Xterm missing scrollbars&lt;br /&gt;
* Onscreenkeyboard has no cursor keys&lt;br /&gt;
* Hardware power button not mapped&lt;br /&gt;
* Application manager - Installed app dialogue box has no &amp;quot;OK&amp;quot; button&lt;br /&gt;
* Application Manager - Installed apps default to Extras Menu regardless of settings&lt;br /&gt;
* Maemopad - Open File dialogue blank, no text no icons&lt;br /&gt;
* Disconnecting external power freezes X (sometimes)&lt;br /&gt;
* ts_calibrate fails with &amp;quot;ts_open: No such file or directory&amp;quot;&lt;br /&gt;
* [n8x0] bootreason: charger will cause instability! (booting the device by plugging in charger)&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] Application Manager freezes after installing an application or removing an application - success window notification stays on screen and application list does not reload.  Have to halt application to continue.&lt;br /&gt;
* [SmartQ7] Menu System Problem - Several applications included in the image show up in the Extras menu and should be in other first tier menus instead (example:  Network Connections should be in Communications, Tear should be in Internet)&lt;br /&gt;
* [SmartQ7] Installing an application results in the new application always being placed in the Extras menu.&lt;br /&gt;
* [SmartQ7] SD Card does not mount automatically - needed to add code to /etc/fstab (/dev/mmcblk1p1 /media/sd vfat defaults 0 0) to get it working - please consider adding to image&lt;br /&gt;
* [SmartQ7] Arrow keys on the face of the device (up/down) aren&#039;t turning pages in FBReader.  Created vim.mod in user home directory with added lines of keycode 73 = Page_Up and keycode 74 = Page_Down.  Then created 62xmodap file in /etc/start-hildon.d/ with code - #!/bin/sh on first line and xmodmap vim.mod on second line.  This allows keys to work after boot.  Hopefully this or another more elegant solution can be added to the image.&lt;br /&gt;
* [SmartQ7]  Applications trying to access the file system have issues unless the SD card is mounted correctly.&lt;br /&gt;
* [SmartQ7] No method of power off seems to exist&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/About&amp;diff=23360</id>
		<title>Mer/About</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/About&amp;diff=23360"/>
		<updated>2009-07-16T11:19:51Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;imagemap&amp;gt;Image:Mer-logo.png|left|160px&lt;br /&gt;
rect 0 0 160 136 [[Mer]]&lt;br /&gt;
desc none&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Background ==&lt;br /&gt;
Mer is a new operating system for small, mobile touch-screen devices.&lt;br /&gt;
&lt;br /&gt;
It is Linux based and layers the best open-source elements of Nokia&#039;s Maemo platform over a modern Ubuntu base.&lt;br /&gt;
&lt;br /&gt;
The goals of Mer include:&lt;br /&gt;
* Integrate the best solutions for a wide variety of small form-factor devices&lt;br /&gt;
* Encourage wider access to device capabilities through the Vendor Social Contract&lt;br /&gt;
* Demonstrably provide an easy route to market for vendors&lt;br /&gt;
* Dramatically reduce costs to vendors of supporting EOL hardware&lt;br /&gt;
* Focus, harness and support community contributions to the platform&lt;br /&gt;
* Encourage and ease migration of existing applications&lt;br /&gt;
* Support experimentation, innovation and development&lt;br /&gt;
&lt;br /&gt;
== Mission ==&lt;br /&gt;
Mer platform development will be done in the open, with public SCM repository, bugtrackers, and Wiki-based blueprint discussion.&lt;br /&gt;
&lt;br /&gt;
We should stop seeing the tablets as strictly under-powered embedded systems, and see them for what they really are: powerful, power-efficient, economical handheld computers.&lt;br /&gt;
&lt;br /&gt;
==Frequently Asked Questions==&lt;br /&gt;
* What is Mer?&lt;br /&gt;
You did read the bit above? Oh, OK... from a user&#039;s point of view Mer aims to be a replacement for Maemo/Diablo.... but better! Note that we don&#039;t think it&#039;s there yet :)&lt;br /&gt;
&lt;br /&gt;
* What can I do with it?&lt;br /&gt;
Ideally you could install and run any app that runs on Ubuntu or Maemo extras.&lt;br /&gt;
Of course some apps just need too much resource, or need a mouse or are closed; but most apps will run.&lt;br /&gt;
&lt;br /&gt;
You can&#039;t do that in Maemo/Diablo.&lt;br /&gt;
&lt;br /&gt;
* Does it run inside Diablo?&lt;br /&gt;
No. Mer runs instead of Diablo - but don&#039;t panic, you can dual boot from one to the other; so if Mer isn&#039;t good enough just yet you can switch back to Diablo. Eventually we hope you won&#039;t need Diablo at all :)&lt;br /&gt;
&lt;br /&gt;
* Can I install it on an internal/external SD card? (how big?)&lt;br /&gt;
Yes! It needs about 1Gb of space. The simplest thing is to use an empty 2Gb card.&lt;br /&gt;
&lt;br /&gt;
* How do I install it?&lt;br /&gt;
Go to the [[Mer/Documentation/Installation|installation page]]&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
Mer is new and [[Mer/Releases|constantly developing]] so the [[Mer/Status|status]] of support for hardware and applications is steadily improving.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Mer has evolved from discussion around [[Maemo_Reconstructed|reconstructing Maemo]] and a desire to make a proof of concept system of these thoughts. The M-R PoC developed into Mer after it was realised that it was - indeed - a viable environment for both developers and end-users.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
Mer 0.14 Screenshots [[Mer/Releases/0.14#Screenshots|here]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/About&amp;diff=23361</id>
		<title>Mer/About</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/About&amp;diff=23361"/>
		<updated>2009-07-16T11:17:45Z</updated>

		<summary type="html">&lt;p&gt;80.220.238.64: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;imagemap&amp;gt;Image:Mer-logo.png|left|160px&lt;br /&gt;
rect 0 0 160 136 [[Mer]]&lt;br /&gt;
desc none&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Background ==&lt;br /&gt;
Mer is a new operating system for small, mobile touch-screen devices.&lt;br /&gt;
&lt;br /&gt;
It is Linux based and layers the best open-source elements of Nokia&#039;s Maemo platform over a modern Ubuntu base.&lt;br /&gt;
&lt;br /&gt;
The goals of Mer include:&lt;br /&gt;
* Integrate the best solutions for a wide variety of small form-factor devices&lt;br /&gt;
* Encourage wider access to device capabilities through the Vendor Social Contract&lt;br /&gt;
* Demonstrably provide an easy route to market for vendors&lt;br /&gt;
* Dramatically reduce costs to vendors of supporting EOL hardware&lt;br /&gt;
* Focus, harness and support community contributions to the platform&lt;br /&gt;
* Encourage and ease migration of existing applications&lt;br /&gt;
* Support experimentation, innovation and development&lt;br /&gt;
&lt;br /&gt;
== Mission ==&lt;br /&gt;
Mer platform development will be done in the open, with public SCM repository, bugtrackers, and Wiki-based blueprint discussion.&lt;br /&gt;
&lt;br /&gt;
We should stop seeing the tablets as strictly under-powered embedded systems, and see them for what they really are: powerful, power-efficient, economical handheld computers.&lt;br /&gt;
&lt;br /&gt;
==Frequently Asked Questions==&lt;br /&gt;
* What is Mer?&lt;br /&gt;
You did read the bit above? Oh, OK... from a user&#039;s point of view Mer aims to be a replacement for Maemo/Diablo.... but better! Note that we don&#039;t think it&#039;s there yet :)&lt;br /&gt;
&lt;br /&gt;
* What can I do with it?&lt;br /&gt;
Ideally you could install and run any app that runs on Ubuntu or Maemo extras.&lt;br /&gt;
Of course some apps just need too much resource, or need a mouse or are closed; but most apps will run.&lt;br /&gt;
&lt;br /&gt;
You can&#039;t do that in Maemo/Diablo.&lt;br /&gt;
&lt;br /&gt;
* Does it run inside Diablo?&lt;br /&gt;
No. Mer runs instead of Diablo - but don&#039;t panic, you can dual boot from one to the other; so if Mer isn&#039;t good enough just yet you can switch back to Diablo. Eventually we hope you won&#039;t need Diablo at all :)&lt;br /&gt;
&lt;br /&gt;
* Can I install it on an internal/external SD card? (how big?)&lt;br /&gt;
Yes! It needs about 1Gb of space. The simplest thing is to use an empty 2Gb card.&lt;br /&gt;
&lt;br /&gt;
* How do I install it?&lt;br /&gt;
Go to the [[Mer/Documentation/Installation|installation page]]&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
Mer is new and [[Mer/Releases|constantly developing]] so the [[Mer/Status|status]] of support for hardware and applications is steadily improving.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Mer has evolved from discussion around [[Maemo_Reconstructed|reconstructing Maemo]] and a desire to make a proof of concept system of these thoughts. The M-R PoC developed into Mer after it was realised that it was - indeed - a viable environment for both developers and end-users.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
You can see the current release screenshots [[Mer/Releases/0.14#Screenshots|here]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Mer-screenshot-meiz-home.png&lt;br /&gt;
Image:Mer-screenshot-meiz-wifi.png&lt;br /&gt;
Image:Mer-screenshot-jaffa-ham.png&lt;br /&gt;
Image:Mer-screenshot-meiz-xchat.png&lt;br /&gt;
Image:Mer-screenshot-meiz-midori.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:Mer|About]]&lt;/div&gt;</summary>
		<author><name>80.220.238.64</name></author>
	</entry>
</feed>