<?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=63.231.80.19</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=63.231.80.19"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/63.231.80.19"/>
	<updated>2026-04-22T07:05:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Build/Processes&amp;diff=23581</id>
		<title>Mer/Build/Processes</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Build/Processes&amp;diff=23581"/>
		<updated>2009-09-13T20:01:53Z</updated>

		<summary type="html">&lt;p&gt;63.231.80.19: fixed broken link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OBS Project structure and promotion ==&lt;br /&gt;
&lt;br /&gt;
The Mer projects on OBS look like this:&lt;br /&gt;
 Maemo:Mer:Stable&lt;br /&gt;
 Maemo:Mer:Stable:HW:Beagle&lt;br /&gt;
 Maemo:Mer:Stable:HW:N8x0&lt;br /&gt;
&lt;br /&gt;
This means all devices will have the main &#039;Stable&#039; repository and an appropriate HW repository.&lt;br /&gt;
&lt;br /&gt;
The development area is expanded slightly:&lt;br /&gt;
 Maemo:Mer:Devel:Apps&lt;br /&gt;
 Maemo:Mer:Devel:Base&lt;br /&gt;
 Maemo:Mer:Devel:MaemoCommon&lt;br /&gt;
 Maemo:Mer:Devel:MaemoCommon:L10n&lt;br /&gt;
 Maemo:Mer:Devel:UI&lt;br /&gt;
 Maemo:Mer:Devel:HW:Beagle:Devel&lt;br /&gt;
 Maemo:Mer:Devel:HW:N8x0:Devel&lt;br /&gt;
&lt;br /&gt;
Details of packages in each area is given in the[[Mer/Packages|Packages]] pages.&lt;br /&gt;
&lt;br /&gt;
Packages in each of these Devel subproject areas can be hacked on and then, when they&#039;re kinda working they are consolidated into the :Devel area (which is used as a build target for the :Devel:* subprojects)&lt;br /&gt;
 Maemo:Mer:Devel&lt;br /&gt;
 Maemo:Mer:Devel:HW:N8x0&lt;br /&gt;
 Maemo:Mer:Devel:HW:Beagle&lt;br /&gt;
&lt;br /&gt;
Packages are placed in :Testing with the intention of including&lt;br /&gt;
them in the next release subject to QA and bug fixes&lt;br /&gt;
&lt;br /&gt;
  Maemo:Mer:Testing&lt;br /&gt;
  Maemo:Mer:Testing:HW:Beagle&lt;br /&gt;
  Maemo:Mer:Testing:HW:N8x0&lt;br /&gt;
&lt;br /&gt;
Once :Testing is ready a release of all packages to a numbered version is made:&lt;br /&gt;
  Maemo:Mer:0.13&lt;br /&gt;
  Maemo:Mer:0.13:HW:Beagle&lt;br /&gt;
  Maemo:Mer:0.13:HW:N8x0&lt;br /&gt;
&lt;br /&gt;
Note that the :HW promotion process is slightly different:&lt;br /&gt;
 Maemo:Mer:Devel:HW:N8x0:Devel -&amp;gt; Maemo:Mer:Devel:HW:N8x0 -&amp;gt; Maemo:Mer:Testing:HW:N8x0 -&amp;gt; Maemo:Mer:Stable:HW:N8x0&lt;br /&gt;
&lt;br /&gt;
=== Promotion Tasks ===&lt;br /&gt;
&lt;br /&gt;
To promote a package:&lt;br /&gt;
  osc copypac &amp;lt;SOURCEPRJ&amp;gt; &amp;lt;SOURCEPAC&amp;gt; &amp;lt;DESTPRJ&amp;gt;&lt;br /&gt;
eg:&lt;br /&gt;
  osc copypac -k Maemo:Mer:Devel glib2.02 Maemo:Mer:Testing&lt;br /&gt;
The &amp;lt;code&amp;gt;-k&amp;lt;/code&amp;gt; ensures that the maintainer info is preserved.&lt;br /&gt;
&lt;br /&gt;
Ensure that:&lt;br /&gt;
  osc meta prjconf &amp;lt;SOURCE&amp;gt;&lt;br /&gt;
is copied to the &amp;lt;TARGET&amp;gt; conf. This may contain things like package selection preferences.&lt;br /&gt;
Currently the prjconf is:&lt;br /&gt;
 Prefer: hildon-fm-l10n-mr0&lt;br /&gt;
 Ignore: hildon-fm-l10n-mr&lt;br /&gt;
 Prefer: notify-osd&lt;br /&gt;
 Ignore: initramfs:initramfs-tools,udev,blueman&lt;br /&gt;
 Ignore: libmbca0:bluez-gnome&lt;br /&gt;
 Ignore: libgtk2.0-common:libgtk2.0-0&lt;br /&gt;
 Ignore: libgtk2.0-bin:libgtk2.0-0&lt;br /&gt;
 # Added following for claws-mail. &amp;quot;have choice for libdb-dev needed by libetpan-dev: libdb4.2-dev libdb-dev&amp;quot;&lt;br /&gt;
 Prefer: libdb-dev&lt;br /&gt;
&lt;br /&gt;
== To Promote :Devel To :Testing ==&lt;br /&gt;
&lt;br /&gt;
First pipe over the project metadata:&lt;br /&gt;
  osc meta prjconf Maemo:Mer:Devel  | osc meta prjconf Maemo:Mer:Testing -F - &lt;br /&gt;
&lt;br /&gt;
Then run:&lt;br /&gt;
  for i in $(osc ls Maemo:Mer:Devel); do echo $i; osc copypac Maemo:Mer:Devel $i Maemo:Mer:Testing ; done&lt;br /&gt;
  for HW in HW:N8x0 HW:SmartQ HW:Freerunner HW:Beagle; do&lt;br /&gt;
    for i in $(osc ls Maemo:Mer:Devel:$HW); do echo $i; osc copypac -k Maemo:Mer:Devel:$HW $i Maemo:Mer:Testing:$HW ; done&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
== To Promote :Testing to :Stable ==&lt;br /&gt;
&lt;br /&gt;
The process here is to create a versioned repo; eg :0.14&lt;br /&gt;
&lt;br /&gt;
  export STABLE=0.14&lt;br /&gt;
  export OLD=0.13&lt;br /&gt;
&lt;br /&gt;
Create the projects (copied from $OLD):&lt;br /&gt;
  osc meta prj Maemo:Mer:$OLD | sed &amp;quot;s/$OLD/$STABLE/&amp;quot; |osc meta prj Maemo:Mer:$STABLE -F -&lt;br /&gt;
  for HW in HW:N8x0 HW:SmartQ HW:Freerunner HW:Beagle; do&lt;br /&gt;
    osc meta prj Maemo:Mer:$OLD:$HW | sed &amp;quot;s/$OLD/$STABLE/&amp;quot; |osc meta prj Maemo:Mer:$STABLE:$HW -F -&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Pipe over the project metadata:&lt;br /&gt;
  osc meta prjconf Maemo:Mer:Testing  | osc meta prjconf Maemo:Mer:$STABLE -F - &lt;br /&gt;
&lt;br /&gt;
Then run:&lt;br /&gt;
  for i in $(osc ls Maemo:Mer:Testing); do echo $i; osc copypac Maemo:Mer:Testing $i Maemo:Mer:$STABLE ; done&lt;br /&gt;
  for HW in HW:N8x0 HW:SmartQ HW:Freerunner HW:Beagle; do&lt;br /&gt;
    for i in $(osc ls Maemo:Mer:Testing:$HW); do echo $i; osc copypac -k Maemo:Mer:Testing:$HW $i Maemo:Mer:$STABLE:$HW ; done&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Then, once it&#039;s built and stable, use _aggregate to link each package to :Stable&lt;br /&gt;
&lt;br /&gt;
First clean out :Stable&lt;br /&gt;
  for i in $(osc ls Maemo:Mer:Stable); do echo $i; osc rdelete Maemo:Mer:Stable $i ; done&lt;br /&gt;
  for HW in HW:N8x0 HW:SmartQ HW:Freerunner HW:Beagle; do&lt;br /&gt;
    for i in $(osc ls Maemo:Mer:Stable:$HW); do echo $i; osc rdelete Maemo:Mer:Stable:$HW $i; done&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
*** ALSO wipebinaries next time ***&lt;br /&gt;
&lt;br /&gt;
NOTE The following uses -m in osc which is not accepted upstream yet. It will not work unless you have lbt&#039;s osc patches.&lt;br /&gt;
&lt;br /&gt;
  for i in $(osc ls Maemo:Mer:$STABLE); do echo $i; osc aggregatepac Maemo:Mer:$STABLE $i Maemo:Mer:Stable; done&lt;br /&gt;
  for HW in HW:N8x0 HW:SmartQ HW:Freerunner HW:Beagle; do&lt;br /&gt;
    for i in $(osc ls Maemo:Mer:$STABLE:$HW); do echo $i&lt;br /&gt;
      osc aggregatepac -m MerStable_Debian_5.0=Mer${STABLE}_Debian_5.0,MerStable_Ubuntu_9.04=Mer${STABLE}_Ubuntu_9.04 Maemo:Mer:${STABLE}:$HW $i Maemo:Mer:Stable:$HW&lt;br /&gt;
    done&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that :Stable project must be setup to publish and to build&lt;br /&gt;
&lt;br /&gt;
== Linking to :Extras ==&lt;br /&gt;
In order to allow people to develop applications/packages for :Extras they need to setup their home area on OBS as in [[Mer/Build/Application_Building|Building Applications]]. Once the package is built it can be linked to Maemo:Mer:Extras:Devel&lt;br /&gt;
  osc linkpac -f -c home:tomaszd84 leafpad Maemo:Mer:Extras:Devel&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-c&amp;lt;/code&amp;gt; ensures that the version is pinned so when user tomaszd84 changes his package, it doesn&#039;t change in :Extras:Devel unless it is relinked.&lt;br /&gt;
&amp;lt;code&amp;gt;-f&amp;lt;/code&amp;gt; forces an existing link to be updated.&lt;br /&gt;
&lt;br /&gt;
== Linking ==&lt;br /&gt;
&lt;br /&gt;
To link to a source create a _link file containing:&lt;br /&gt;
  &amp;lt;link project=&amp;quot;linked project name&amp;quot; package=&amp;quot;linked package name&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
optionally:&lt;br /&gt;
  &amp;lt;patches&amp;gt;&lt;br /&gt;
    &amp;lt;apply name=&amp;quot;name of the first patch&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/patches&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sadly these patches apply to the files in the source; so this means you need to apply the diff to the maemo-ised diff file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>63.231.80.19</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24900</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=24900"/>
		<updated>2009-09-09T16:03:53Z</updated>

		<summary type="html">&lt;p&gt;63.231.80.19: /* Bugs in 0.16testing5 */&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.16testing5&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-x86-generic-image-v0.16testing5.vmdk.zip Mer X86 VMDK]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-x86-generic-image-v0.16testing5.tar.gz Mer X86 rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-n8x0-standard-v0.16testing5.zImage Mer N8x0 kernel, not for JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-n8x0-image-v0.16testing5.tar.gz Mer N8x0, rootfs version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-n8x0-image-v0.16testing5.jffs2 Mer N8x0, JFFS version, use with JFFS kernel]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-n8x0-flashrootfs-v0.16testing5.zImage Mer N8x0 kernel, JFFS version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-770-image-v0.16testing5.tar.gz Mer 770, rootfs version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-smartq5-image-v0.16testing5.SmartQ5 Mer SmartQ5, firmware version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-smartq7-image-v0.16testing5.SmartQ7 Mer SmartQ7, firmware version] &lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-smartq5-rootfs-v0.16testing5.tar.gz Mer SmartQ5, rootfs version]&lt;br /&gt;
&lt;br /&gt;
[http://stskeeps.subnetmask.net/mer/0.16testing5/mer-armel-smartq7-rootfs-v0.16testing5.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;
6afbde479a11a3f74cef8ff26971b145  mer-armel-770-image-v0.16testing5.tar.gz&lt;br /&gt;
afa571d89aaf328be68c3e0b8d94b436  mer-armel-n8x0-flashrootfs-v0.16testing5.zImage&lt;br /&gt;
b4eca8db4a16b96de31952868a377752  mer-armel-n8x0-image-v0.16testing5.jffs2&lt;br /&gt;
86727a207ffa72654eaaeaa648913110  mer-armel-n8x0-image-v0.16testing5.jffs2.raw&lt;br /&gt;
43b119e35c10b32c2882dcdf30b355db  mer-armel-n8x0-image-v0.16testing5.tar.gz&lt;br /&gt;
8c5396913f7879c681e8f9080e4c2d0e  mer-armel-n8x0-standard-v0.16testing5.zImage&lt;br /&gt;
216f47376a914e48a42353f0e43e589c  mer-armel-smartq5-image-v0.16testing5.SmartQ5&lt;br /&gt;
77b79ea8755305592b6b83670d343185  mer-armel-smartq5-rootfs-v0.16testing5.tar.gz&lt;br /&gt;
5a39416e8f8599328388a34d9267d154  mer-armel-smartq7-image-v0.16testing5.SmartQ7&lt;br /&gt;
d79844e9e7651423c80f44750bbd5859  mer-armel-smartq7-rootfs-v0.16testing5.tar.gz&lt;br /&gt;
ac1246aca723bec3971f895b88d2ec3e  mer-x86-generic-image-v0.16testing5.tar.gz&lt;br /&gt;
710d386dfacfea8c55a18f82d683c674  mer-x86-generic-image-v0.16testing5.vmdk.zip&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs in 0.16testing5 ==&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.&lt;br /&gt;
&lt;br /&gt;
* [Nokia n810] Unable to enter WPA password, dialog box is empty. 0.15 does not have this problem&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>63.231.80.19</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24941</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=24941"/>
		<updated>2009-08-19T15:51:41Z</updated>

		<summary type="html">&lt;p&gt;63.231.80.19: /* 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.15testing9/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] Unable to enter WPA password, dialog box is empty.  0.15 does not have this problem&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;&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;
&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>63.231.80.19</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Releases/0.16testing&amp;diff=24942</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=24942"/>
		<updated>2009-08-19T14:52:12Z</updated>

		<summary type="html">&lt;p&gt;63.231.80.19: /* 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.15testing9/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] Unable to enter WPA password, dialog box is empty and connect button greyed out&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;&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;
&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>63.231.80.19</name></author>
	</entry>
</feed>