<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>OpenPandora - Hunting Timmy, the Bug.</title>
    <lastBuildDate>Tue, 01 Apr 2014 23:26:28 +0000</lastBuildDate>
    <description>OpenPandora - Hunting Timmy, the Bug.Additional Applications: Recently edited tasks</description>
    <link>http://bugs.openpandora.org/</link>
        <item>
      <title>FS#333: 30 sec 95% cpu spike by openbox upon &quot;xmodmap ~/.pndXmodmap&quot;</title>
      <author>Raanan Elefant</author>
      <pubDate>Tue, 01 Apr 2014 23:26:28 +0000</pubDate>
      <description><![CDATA[Command is essencial when switching between kb layouts<br />
<br />
I&amp;#39;m using https://github.com/openpandora/meta-openpandora-vendor/blob/master/recipes-openpandora/openpandora-system/openpandora-skel/pndXmodmap<br />
<br />
strace (openbox process): https://gist.github.com/anonymous/9925061<br />
<br />
xmodmap latest version (1:1.0.4-r0.5) reinstalled<br />
]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=333</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=333</guid>
    </item>
        <item>
      <title>FS#319: 1</title>
      <author>Michael Mrozek</author>
      <pubDate>Mon, 20 May 2013 18:05:22 +0000</pubDate>
      <description><![CDATA[3<br />
]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=319</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=319</guid>
    </item>
        <item>
      <title>FS#271: BugTracker: File attachment does not work</title>
      <author>Stefan Nowak</author>
      <pubDate>Thu, 26 Jan 2012 14:52:01 +0000</pubDate>
      <description><![CDATA[If you want to file a new bug:<br />
http://bugs.openpandora.org/index.php?do=newtask<br />
<br />
The button &quot;Attach a file (max. 2 MiB)&quot; cannot be clicked.<br />
<br />
I watched its HTML code.<br />
It should trigger a function called uploadfilebox().<br />
But many of the embedded javascript files are not loaded, as the server reports them as missing (404).<br />
I.e.: http://bugs.openpandora.org/javascript/functions.js<br />
<br />
Please make sure that the FireFly installation is complete, serving all files necessary.]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=271</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=271</guid>
    </item>
        <item>
      <title>FS#318: strace can not handle conditional SWI&#039;s</title>
      <author>dennis marschalko</author>
      <pubDate>Sun, 05 May 2013 10:40:31 +0000</pubDate>
      <description><![CDATA[I found a bug when I tried to debug my code with strace.<br />
<br />
It happens when strace has to handle conditional SWI&#039;s.<br />
<br />
Example: (ASM code) save as &quot;condswi.s&quot;<br />
-----<br />
.data<br />
.text<br />
_globl _start<br />
_start:<br />
 mov r0,#0   @ return code<br />
 mov r7,#1   @ sys_exit<br />
  swine 0<br />
  swieq 0<br />
.end<br />
-----<br />
<br />
The code assembles/links fine using &#039;as&#039; and &#039;ld&#039;.<br />
&gt; as condswi.s<br />
&gt; ld a.out -o condswi<br />
<br />
When I want to strace the executable file I got the following error.<br />
&gt; strace ./condswi<br />
&#039;syscall: unknown syscall trap 0x1f000000&#039;<br />
As a result strace quits.<br />
<br />
Thanks,<br />
Dennis]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=318</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=318</guid>
    </item>
        <item>
      <title>FS#295: Making the pnd file executable</title>
      <author>Sébastien Huss</author>
      <pubDate>Thu, 19 Jul 2012 03:28:31 +0000</pubDate>
      <description><![CDATA[Hi there,<br />
<br />
it would be neat if an rc script containing this could be added to the os (and run on startup) :<br />
<br />
if [ ! -e /proc/sys/fs/binfmt_misc/register ];then<br />
  modprobe binfmt_misc<br />
  mount -t binfmt_misc none /proc/sys/fs/binfmt_misc<br />
fi<br />
echo &quot;:squashPND:M::hsqs::/usr/bin/pnd_run:&quot;&gt;/proc/sys/fs/binfmt_misc/register<br />
<br />
That render all the SquashFS executable directy by clicking them on the icon. Sadly there is no way to pass the arguments to the apps (as pnd_run dont support that).<br />
A similar line could be added to support iso pnd.]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=295</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=295</guid>
    </item>
        <item>
      <title>FS#256: Closed lid apps (i.e. audio recording/playback) should utilize remaining buttons (L, R, powerslider)</title>
      <author>Stefan Nowak</author>
      <pubDate>Sun, 21 Aug 2011 14:25:25 +0000</pubDate>
      <description><![CDATA[When the lid is closed the only remaining buttons on the Pandora are the L + R shoulder buttons and the power slider.<br />
Applications operating in this mode should utilize that few available buttons!<br />
<br />
Example for button utilization in a audio playback software:<br />
L + R at once:	Toggle Play/Pause<br />
L hold:		fast backward<br />
R hold:		fast forward<br />
L click:	jump to previous song<br />
R click:	jump to next song<br />
L double click:	jump to previous album/artist<br />
R double click:	jump to next album/artist]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=256</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=256</guid>
    </item>
        <item>
      <title>FS#166: Ken&#039;s labyrinth somtimes crashes</title>
      <author>Gott</author>
      <pubDate>Sun, 29 Aug 2010 12:07:44 +0000</pubDate>
      <description><![CDATA[Ken&#039;s labyrinth somtimes crashes]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=166</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=166</guid>
    </item>
        <item>
      <title>FS#199: pandora radio causes camera crash on DroidX</title>
      <author>eric</author>
      <pubDate>Wed, 17 Nov 2010 17:44:55 +0000</pubDate>
      <description><![CDATA[this is the environment: Verizon DroidX, Android version 2.2, kernel version 2.6.32.9<br />
<br />
these are the steps to reproduce the problem:<br />
<br />
shut down phone and reboot normally<br />
shoot a video with camcorder, verify it is working properly<br />
start pandora player, wait for music to start playing<br />
pause pandora player and hit home button (do not quit pandora)<br />
open camcorder and attempt to record a video<br />
camcorder app crashes to desktop<br />
after this any attempt to use camcorder or camera crashes to desktop<br />
the problem continues even if a task killer is used to kill pandora, camera app, etc<br />
only solution is to reboot phone<br />
]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=199</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=199</guid>
    </item>
        <item>
      <title>FS#218: nc (netcat) can&#039;t create tcp connections</title>
      <author>Alex</author>
      <pubDate>Sat, 12 Mar 2011 10:59:33 +0000</pubDate>
      <description><![CDATA[Zaxxon Hotfix 5.<br />
<br />
Example (dropbear is running):<br />
<br />
------------------------<br />
~# nc -vvvv localhost 22<br />
Notice: Real hostname for localhost [127.0.0.1] is localhost.localdomain<br />
Total received bytes: 0<br />
Total sent bytes: 0<br />
<br />
~# telnet localhost 22<br />
SSH-2.0-dropbear_0.51<br />
------------------------<br />
<br />
All required libraries seem present, strace output is inconclusive.<br />
]]></description>
      <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=218</link>
      <guid>http://bugs.openpandora.org/index.php?do=details&amp;task_id=218</guid>
    </item>
      </channel>
</rss>
