<?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=88.81.225.162</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=88.81.225.162"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/88.81.225.162"/>
	<updated>2026-04-22T05:57:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.6&amp;diff=25005</id>
		<title>Mer/Releases/0.6</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Releases/0.6&amp;diff=25005"/>
		<updated>2011-12-06T09:20:09Z</updated>

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

		<summary type="html">&lt;p&gt;88.81.225.162: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Mer}}&lt;br /&gt;
&lt;br /&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.16.&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.16testing6&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-x86-generic-image-v0.16testing6.vmdk.zip Mer X86 VMDK] - an image used by the VM packages on a normal desktop [http://trustedessays.net/compareandcontrastessays.html compare and contrast essay]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-x86-generic-image-v0.16testing6.tar.gz Mer X86 rootfs version] - a raw rootfs tarball for PCs (use only if you know what that is)&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-n8x0-standard-v0.16testing6.zImage Mer N8x0 kernel, not for JFFS version] - normal image for dual-boot Mer with Mer on SD (most N8x0 users)&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-n8x0-image-v0.16testing6.tar.gz Mer N8x0, rootfs version] - a raw rootfs tarball (use only if you know what that is)&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-n8x0-image-v0.16testing6.jffs2 Mer N8x0, JFFS version, use with JFFS kernel] - special image for flashing Mer to internal flash (very brave N8x0 users who know how to do this without asking)&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-n8x0-flashrootfs-v0.16testing6.zImage Mer N8x0 kernel, JFFS version] - kernel for above flash rootfs (you knew the kernel needed flashing separately right?)&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-770-image-v0.16testing6.tar.gz Mer 770, rootfs version] - the rootfs tarball needed for the 770&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-smartq5-image-v0.16testing6.SmartQ5 Mer SmartQ5, firmware version] - normal SmartQ5 flashable image&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-smartq7-image-v0.16testing6.SmartQ7 Mer SmartQ7, firmware version] - normal SmartQ7 flashable image &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-smartq5-rootfs-v0.16testing6.tar.gz Mer SmartQ5, rootfs version] - dual-boot SmartQ5 rootfs (use if you are following dual-boot instructions)&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing6/mer-armel-smartq7-rootfs-v0.16testing6.tar.gz Mer SmartQ7, rootfs version] - dual-boot SmartQ7 rootfs (use if you are following dual-boot instructions)&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;
53dd532e05199f4f7cd17b6c7b8c058b  mer-armel-770-image-v0.16testing6.tar.gz&lt;br /&gt;
afa571d89aaf328be68c3e0b8d94b436  mer-armel-n8x0-flashrootfs-v0.16testing6.zImage&lt;br /&gt;
c1bb5d2af27d2ed7b70dfd6b5be270dc  mer-armel-n8x0-image-v0.16testing6.jffs2&lt;br /&gt;
10e49c574bc02a1c069199c15c650fe2  mer-armel-n8x0-image-v0.16testing6.jffs2.raw&lt;br /&gt;
b04686b943d94916508d1c668303212b  mer-armel-n8x0-image-v0.16testing6.tar.gz&lt;br /&gt;
8c5396913f7879c681e8f9080e4c2d0e  mer-armel-n8x0-standard-v0.16testing6.zImage&lt;br /&gt;
fa74cea57be963fb1ad682424bc7e04f  mer-armel-smartq5-image-v0.16testing6.SmartQ5&lt;br /&gt;
0e5aaa19f19303e5296704ba702c6291  mer-armel-smartq5-rootfs-v0.16testing6.tar.gz&lt;br /&gt;
6e9ef3524d5bd8b36bafa06b83887a5e  mer-armel-smartq7-image-v0.16testing6.SmartQ7&lt;br /&gt;
9b6c10f54bdf8cc386a5024a7f0b6ce2  mer-armel-smartq7-rootfs-v0.16testing6.tar.gz&lt;br /&gt;
b1910786e2e1fdd03c25e15635e0a366  mer-x86-generic-image-v0.16testing6.tar.gz&lt;br /&gt;
c615e0dcc6a7b73067ce67410fff97f0  mer-x86-generic-image-v0.16testing6.vmdk.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.16testing6 ==&lt;br /&gt;
&lt;br /&gt;
* [SmartQ5] Bluetooth does not work - hciconfig simply returns&lt;br /&gt;
&lt;br /&gt;
* [SmartQ5] has the flicker too and man is it annoying.&lt;br /&gt;
** workaround: rename /etc/init.d/ondemand&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] after a while the screen (and/or backlight?) begins to flicker , image quality is decreased, touchscreen respond is slower (occured after starting nm-applet, opening mer menu, waiting a while after bootup)&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] Keyboard doesn&#039;t have BackSpace, Return, Tab and some other symbols on buttons, but buttons works fine.&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] During setup, sometimes virtual keyboard doesn&#039;t starts.&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] During setup, virtual keyboard or scrollbars freeze and lock system &lt;br /&gt;
&lt;br /&gt;
* [Nokia 770] Worked fine on first boot, after reboot/power cycle the device hangs with Mer desktop wallpaper and nothing else on screen (battery removal required). DCC: this happened to me on the third boot, fourth is OK, Maybe linked to booting with or without power cable (without works fine)&lt;br /&gt;
&lt;br /&gt;
* [N800] Options in settings do nothing.&lt;br /&gt;
&lt;br /&gt;
* [N800] When editing network connections (menu-&amp;gt; network settings -&amp;gt;edit connections), the network manager essentially stalled, and the window labeled Network Connections could not be closed.&lt;br /&gt;
&lt;br /&gt;
* [N800] No file manager (bug?)&lt;br /&gt;
&lt;br /&gt;
* [N800] Keyboard in landscape mode is missing labels for the following keys: Menu (bottom-left), DEL (top-right), enter (2nd from top on right), and minimize (bottom-right). Shift and Lock keys only show Shi and Loc respectively.&lt;br /&gt;
&lt;br /&gt;
* [N800] The default weather gadget&#039;s sun (is it really sunny in Helsinki) is transparent and only visible when the applet is dragged.&lt;br /&gt;
&lt;br /&gt;
* [N800] Pressing shift on the keyboard is very unresponsive compared to pressing other keys.&lt;br /&gt;
&lt;br /&gt;
* [N800] Brightness is weak on 1st time boot, at the end of it, the screen lit up, but after login, dim again (it seens to flick a little too). Bright control icon on home screen does nothing. (is there a workaround?) update: this was caused by turning on the device with power cable attach´d. Otherwise works ok!&lt;br /&gt;
&lt;br /&gt;
* [N800] Yet no &amp;quot;Locale&amp;quot; for Brazil.&lt;br /&gt;
&lt;br /&gt;
* [N800] Rotating the screen via brightness/volume home icon just change the place where i should press the menu buttons, but do not rotate the screen itself. It causes to some menu buttons, like bright/volume, be outside the touchscreen limit, making impossible to change back without a hard reset.&lt;br /&gt;
&lt;br /&gt;
:* [N800] (DUPLICATE) When switching to portrait mode using the sound/brightness gadget, the only change on the display is part of the previous open window. Tapping the non-existent region on the far-left (now &amp;quot;top&amp;quot;) of the screen demonstrates the app menu can be opened, and the farthest &amp;quot;right&amp;quot; button (actually top) is the network manager. If rotate 180 degress (from default settings), screen doesn&#039;t change at all, while all menu items are available where they &amp;quot;should&amp;quot; be. Pull down menus from these items appear normal orientation, but input is still flipped.&lt;br /&gt;
&lt;br /&gt;
* [N800] Turning on the device with power cable, after the boot, removing it causes the system to auto shutdown.&lt;br /&gt;
&lt;br /&gt;
* [N800] gconf-editor and x-chat could not be installed: missing maemo-select-menu-location even in red pill mode&lt;br /&gt;
&lt;br /&gt;
* [N800] maemopad could not be installed: missing libhildonhelp0 &amp;gt;= 2.0.5-1 even in red pill mode&lt;br /&gt;
&lt;br /&gt;
* [N800] pidgin do not created a link on launcher &amp;quot;extras&amp;quot; menu, only a line&lt;br /&gt;
&lt;br /&gt;
* [N800] No sound (or at least no system sounds and no programs I found to test sound with)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
fixeds in this release:&lt;br /&gt;
* [N800] Wi-fi Network WPA error FIXED in this release!&lt;br /&gt;
* [N800] Power Off button, displays WORKING normal options such as reset, turn off, lock device, etc..&lt;br /&gt;
* [N800] Tear works well (except generic button icons in option manager; no javascript).&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.16testing5 ==&lt;br /&gt;
* [Nokia n800] X Terminal CTRL button not works!&lt;br /&gt;
* [Nokia n800] changing themes crashes/freezes system. needs battery removal.&lt;br /&gt;
* [Nokia n800] tear: without icon in right corner button. &lt;br /&gt;
* [Nokia n810] cannot access settings for EAP-PEAP with MSCHAPv2 because they take up more space than is available on the screen and does not have the functionality to scroll down. --fixed in testing6&lt;br /&gt;
&lt;br /&gt;
* No settings application in menu-&amp;gt;Settings item.&lt;br /&gt;
&lt;br /&gt;
* [Nokia 770] desktop fails to appear (machine stuck at high cpu load). Only the sea picture is displayed, after the mer logo has disappeared. Maybe related to the fact that Mer did not mention to have found my swap partition. 0.15 used to find it. - &#039;&#039;saju: fixed swap code in gitorious&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] [Nokia n800] Unable to enter WPA password, dialog box is empty. 0.15 does not have this problem (marshel - i can edit wpa-key from netw.-manager and add the pass manually.) --fixed in testing6&lt;br /&gt;
&lt;br /&gt;
* [Nokia n800] Unable to create a new wireless connection from the desktop buttom, dialog is empty.&lt;br /&gt;
&lt;br /&gt;
* [Nokia n800] can&#039;t install maemopad and Xchat due to missing libhildonhelp0 &lt;br /&gt;
&lt;br /&gt;
* [Nokia n800] ai_meserach and ai_me_refresh label on app manager buttons don´t hava a translation showing in english.&lt;br /&gt;
&lt;br /&gt;
* [Nokia n800] Unable to create a new wireless connection from the Network Connections for all users. Aplly button always shadowed (not root?).&lt;br /&gt;
&lt;br /&gt;
* [Nokia n800] Unable to see minimize, enter and backspace button on small touch keyboard (lateral buttons).&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] No obvious way to exit App Manager. In fact, exiting applications in general can be hard to figure out; the top row icons don&#039;t convey much meaning --[[User:kyelewis|kyelewis]]&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] SD card is not auto-mounted, nor is a mechanism provided to mount it. --[[User:kyelewis|kyelewis]]&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] Widget support dies after first reboot- widgets cannot be moved, and text placement for the provided widget is incorrect. Also occured in 0.16testing3 --[[User:kyelewis|kyelewis]]&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] Unable to enter WPA password, dialog box is empty. (Carried from 0.16testing3) --[[User:kyelewis|kyelewis]]&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] Editing Wireless Security Settings in network-manager freezes mer when clicking &#039;Apply&#039; --[[User:kyelewis|kyelewis]] (Update: only occurs if Wireless is enabled while you try to make change)&lt;br /&gt;
&lt;br /&gt;
* [SmartQ7] Bluetooth Manager is incredibly slow, takes &amp;gt;5 minutes to load, using all CPU time.&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] conflict between libphonon4 and libqt4-phonon packages which is preventing installation of kdepim:&lt;br /&gt;
  dpkg: error processing /var/cache/apt/archives/libphonon4_4%3a4.3.1-0ubuntu3_armel.deb (--unpack):&lt;br /&gt;
 trying to overwrite `/usr/lib/libphonon.so.4&#039;, which is also in package libqt4-phonon&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] dpad left and dpad down do not have auto key repeat.  dpad up and dpad right as well as other keys do.&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] GtkTreeView row dragging not working.  This worked in 0.15.&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] can&#039;t install maemopad due to missing libhildonhelp0&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] screen calibration menu item does nothing&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] app manager crashes:&lt;br /&gt;
** on first start after pressing &amp;quot;Check for updates&amp;quot; button&lt;br /&gt;
** after installing finefm from available applications menu&lt;br /&gt;
** everytime it tries to list available applications after that - this seems to be a timing-related problem.  If I try to access the Available applications button immediately on startup, it crashes.  If I wait 30 seconds, it works.&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 built-in 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;.  No, just clicked rotation icon in brightness app shortly after first-boot-wizard finished.&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;
* [N800] Power button do no work&lt;br /&gt;
* [N800] Installing gpesummary crashes the desktop, same after reboot (unusable), message is like &amp;quot;cant open /home/&amp;lt;user&amp;gt;/.gpedo&amp;quot; --[[User:Eichi|Eichi]]&lt;br /&gt;
* [770] starting bluetooth manager kills MER / MRP&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>88.81.225.162</name></author>
	</entry>
</feed>