<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel">
    <title>gmane.linux.laptop.olpc.devel</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36382"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36381"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36380"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36379"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36378"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36377"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36376"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36375"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36374"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36373"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36370"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36362"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36382">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36382</link>
    <description>&lt;pre&gt;
This build has Browse 192.3 which is based on firefox.
&lt;/pre&gt;</description>
    <dc:creator>Tom Parker</dc:creator>
    <dc:date>2013-05-22T09:59:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36381">
    <title>Re: Exist any Activity cache that ones must be aware whilecode/deployment/test cycle an Activity?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36381</link>
    <description>&lt;pre&gt;Thanks Gonzalo and Mikus. Like Gonzalo said, the process of my last
activity don't die even my activity "window" was closed, that caused
my problems. Until I debugged my activity, I kill the process
manually.

Thanks again
Frank

On Mon, May 20, 2013 at 3:18 PM, Mikus Grinbergs &amp;lt;mikus&amp;lt; at &amp;gt;mikusj.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Frank Cancio</dc:creator>
    <dc:date>2013-05-21T18:36:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36380">
    <title>Re: Exist any Activity cache that ones must be aware whilecode/deployment/test cycle an Activity?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36380</link>
    <description>&lt;pre&gt;
I myself always delete any created .pyo or .pyc files, as well.
[Python creates these from .py files, to speed up execution.]

mikus
&lt;/pre&gt;</description>
    <dc:creator>Mikus Grinbergs</dc:creator>
    <dc:date>2013-05-20T18:18:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36379">
    <title>Re: Exist any Activity cache that ones must be aware whilecode/deployment/test cycle an Activity?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36379</link>
    <description>&lt;pre&gt;

You can copy your new .py files in the directory.
If the .pyo are older will be updated by python.


You don't need do that if you didn't changed the structure of the saved
file.



Check if the python process of your last activity has really finished.
You can see doing "ps ax | grep python" in the terminal.
If your activity is doing something wrong,
may is not finishing, and the next run can be confused.


No.

Gonzalo



_______________________________________________
Devel mailing list
Devel&amp;lt; at &amp;gt;lists.laptop.org
http://lists.laptop.org/listinfo/devel
&lt;/pre&gt;</description>
    <dc:creator>Gonzalo Odiard</dc:creator>
    <dc:date>2013-05-20T14:20:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36378">
    <title>Exist any Activity cache that ones must be aware whilecode/deployment/test cycle an Activity?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36378</link>
    <description>&lt;pre&gt;Hi all,

I developing an Activity for XO-1, sugar 0.94.1 and my procedure to
test on a laptop is simple:

1- Remove the old .py and .pyo files from the
/home/olpc/Activities/MyActivityName

2- Copy the new .py files for /home/olpc/Activities/MyActivityName

3- Remove  from the Journal the entry created by the previous activity
execution.(BTW, how can I do this by command line?)

4- Execute the activity to see the changes I introduced in the new .py copied.

The changes that I'm doing between tests cycle aren't simple, and some
time I have the feeling that the activity I run is not running with my
last changes.

So, my questions is, exist any cache system or I must do anything else
to make sure that the new .py files  get execute and not the code
inside the files I delete?

Thanks in advance
Frank
&lt;/pre&gt;</description>
    <dc:creator>Frank Cancio</dc:creator>
    <dc:date>2013-05-20T14:01:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36377">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36377</link>
    <description>&lt;pre&gt;What version is that? (you can see the number in the list view in the home)


Can you explain a little more what the problem is?

Gonzalo
_______________________________________________
Devel mailing list
Devel&amp;lt; at &amp;gt;lists.laptop.org
http://lists.laptop.org/listinfo/devel
&lt;/pre&gt;</description>
    <dc:creator>Gonzalo Odiard</dc:creator>
    <dc:date>2013-05-20T11:20:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36376">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36376</link>
    <description>&lt;pre&gt;
This is apparently the build that One Education want to use in New 
Zealand this year.
&lt;/pre&gt;</description>
    <dc:creator>Tom Parker</dc:creator>
    <dc:date>2013-05-20T10:28:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36375">
    <title>Announcing Q7B31 Q4D30 for XO-4 XO-1.75</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36375</link>
    <description>&lt;pre&gt;http://wiki.laptop.org/go/OLPC_Firmware_q7b31 for XO-4
http://wiki.laptop.org/go/OLPC_Firmware_q4d30 for XO-1.75

* fix for booting a school server with an NTFS filesystem on USB
  drive, #12678, thanks to Braddock Gaskill at Internet In A Box for
  the reproducer,

* an XO-4 device tree fix for Linux audio driver, to improve
  performance of Pygame activities such as Physics and Maze, #12677,

* an XO-1.75 fix to retain the file name part of the /chosen bootpath
  property, #12672.

Boot tested on XO-1.75 (13.1.0-36) and XO-4 (13.1.0-36 and 13.2.0-6).

&lt;/pre&gt;</description>
    <dc:creator>James Cameron</dc:creator>
    <dc:date>2013-05-20T05:31:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36374">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36374</link>
    <description>&lt;pre&gt;
Wow.  Okay.  Ten months ago.


Yes, it would probably predate that.


I suggest not using that build with firmware after Q4D24, because our
fix in Q4D29 probably has a kernel dependency.

&lt;/pre&gt;</description>
    <dc:creator>James Cameron</dc:creator>
    <dc:date>2013-05-19T22:37:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36373">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36373</link>
    <description>&lt;pre&gt;
Sound doesn't work with Q4D29. This image has kernel 
3.0.19_xo1.75-20120714.1244.olpc.91e4ce2


It doesn't have a /boot/bootfw2.zip


It has olpc-firmware-q4d15-1.unsigned.noarch
_______________________________________________
Devel mailing list
Devel&amp;lt; at &amp;gt;lists.laptop.org
http://lists.laptop.org/listinfo/devel
&lt;/pre&gt;</description>
    <dc:creator>Tom Parker</dc:creator>
    <dc:date>2013-05-18T21:25:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36372">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36372</link>
    <description>&lt;pre&gt;
Thanks.  This problem was fixed in Q4D29.  Please try with Q4D29?
http://wiki.laptop.org/go/OLPC_Firmware_q4d29


#12637 didn't recommend that, but it did say that the last known
working version was Q4D24.

If au889 contains anything after Q4D24 then it will automatically
reflash next time it has a power cord attached.  I don't know enough
about au889.

The file should be bootfw2.zip in the /boot directory, and it contains
two files, the data.img file will have an md5sum matching one of
these:

1f61697d66aef3f29bbc0dd69a2dd4c7  q4d24.rom
0effc8d732e847b1245da3cb0da1ec5e  q4d25.rom
09baa37cb297cacff565f1a4a0a298b2  q4d26.rom
0d518ab0f9dd63cd64035202674f5be7  q4d27.rom
da7189125f1e37f56d6e36f0dbc05aa7  q4d28.rom
7e443310a1d8c92b1a683fc8113fd900  q4d29.rom

The file is provided by an RPM package, so you may find the version
also confirmed by:

sudo rpm -q olpc-firmware

The download directory for au889 might also have a packages file that
lists an olpc-firmware package version.

&lt;/pre&gt;</description>
    <dc:creator>James Cameron</dc:creator>
    <dc:date>2013-05-18T10:00:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36371">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36371</link>
    <description>&lt;pre&gt;
Our XO-1.75s had Q4D27 and Q4D28.


How do you tell? I did searched the running laptop's filesystem for a 
.rom file with the goal of installing that version but didn't find one, 
so used Q4D24 as recommended on #12637
_______________________________________________
Devel mailing list
Devel&amp;lt; at &amp;gt;lists.laptop.org
http://lists.laptop.org/listinfo/devel
&lt;/pre&gt;</description>
    <dc:creator>Tom Parker</dc:creator>
    <dc:date>2013-05-18T05:08:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36370">
    <title>Re: Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36370</link>
    <description>&lt;pre&gt;
What firmware version was installed?

What firmware version is in au889?





On Sat, May 18, 2013 at 04:06:45PM +1200, Tabitha Roder wrote:





&lt;/pre&gt;</description>
    <dc:creator>James Cameron</dc:creator>
    <dc:date>2013-05-18T04:17:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36369">
    <title>Auckland Testing Summary 18 May 2013</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36369</link>
    <description>&lt;pre&gt;Auckland Testing Summary 18 May 2013
Who: John, Oliver, Tabitha, Tom

Testing One Education OS 1.2 (build au889) on XO-1.75 and XO-system 1a 
for XO-4 (build 32) on XO-4.

One Education OS 1.2 (build au889) on XO-1.75:
Sound doesn’t work due to OLPC #12637 downgrading the firmware to Q4D24 
fixes it.

Browse is really old and slow! Many websites work badly!

Measure works

Maze works with 2 way collaboration on adhoc wifi

Paint works, can easily change fonts when writing
basic test works - labyrinth, implode, maze, memorize, moon, ruler, 
tamtam mini, numbers, speak, record, clock, stopwatch

XO-system 1a for XO-4 (build 32):
no get books??
Somehow the top hit in aslo for get books waas get internet archive 
books (version 6) but install fails with error:
sugar3.bundle.bundle.MalformedBundleException: Activity bundle 
/home/olpc/.sugar/default/data/d84ff538-7200-47b1-92fd-2e4962f73e50_dQxXr5.xo 
does not specify a bundle id
Regular get books installs and works well

read works

color chooser in write is l&lt;/pre&gt;</description>
    <dc:creator>Tom Parker</dc:creator>
    <dc:date>2013-05-18T03:52:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36367">
    <title>Re: How make a full screen Flash activity opened usinghulahop.webview.WebView close from Flash?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36367</link>
    <description>&lt;pre&gt;Hi again,

hulahop has doc? Where I can find it?

Thanks
Frank

On Thu, May 16, 2013 at 4:11 PM, Frank Cancio &amp;lt;frank&amp;lt; at &amp;gt;gsc.uy&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Frank Cancio</dc:creator>
    <dc:date>2013-05-17T13:12:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36366">
    <title>Re: Latest build for evaluation</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36366</link>
    <description>&lt;pre&gt;Thanks Jerry.


On 16 May 2013 23:40, Jerry Vonau &amp;lt;jerry&amp;lt; at &amp;gt;laptop.org.au&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Deepak Muddha</dc:creator>
    <dc:date>2013-05-17T02:19:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36365">
    <title>Re: squashfs module for ARM kernels</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36365</link>
    <description>&lt;pre&gt;#12682.  ;-)

On Thu, May 16, 2013 at 03:09:39PM -0400, Paul Fox wrote:

&lt;/pre&gt;</description>
    <dc:creator>James Cameron</dc:creator>
    <dc:date>2013-05-16T23:49:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36364">
    <title>Re: How make a full screen Flash activity opened usinghulahop.webview.WebView close from Flash?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36364</link>
    <description>&lt;pre&gt;Thanks Walter, but Tomeu EatBoom activity use Gnash directly, and I
need run a Flash 10 application, so I need create a WebView instance.
The application run perfectly, but I just can't figure out how close
it from Flash or from JavaScript.

Thanks again.
Frank

On Thu, May 16, 2013 at 3:02 PM, Walter Bender &amp;lt;walter.bender&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Frank Cancio</dc:creator>
    <dc:date>2013-05-16T19:11:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36363">
    <title>Re: squashfs module for ARM kernels</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36363</link>
    <description>&lt;pre&gt;now that we've got several patches on the list for this, perhaps
someone could open a ticket requesting the feature, with the right
patches attached.  i'm sure it will make the someone's job easier. 
target the ticket for 13.2.0.  (and don't wait too long.  that train's
about to leave the station!  :-)

paul

yioryos wrote:
 &amp;gt; &amp;gt; This is a good idea.  We already have CONFIG_SQUASHFS=m
 &amp;gt; &amp;gt; on the XO-1
 &amp;gt; &amp;gt; and XO-1.5 kernels.  It won't be loaded unless needed
 &amp;gt; &amp;gt; by user-space,
 &amp;gt; &amp;gt; so it is low risk to add.
 &amp;gt; &amp;gt; 
 &amp;gt; &amp;gt; Attached is a patch for XO-4.  I wasn't able to figure
 &amp;gt; &amp;gt; out a patch for
 &amp;gt; &amp;gt; XO-1.75, because "make oldconfig" asked me far too many
 &amp;gt; &amp;gt; questions.
 &amp;gt; &amp;gt; 
 &amp;gt; 
 &amp;gt; If squashfs module building is activated, you may want to consider xz support too. Is becoming rapidly prevalent and does not increase module size much.
 &amp;gt; Attached are patches for xo-1.75 (3.0-wip kernel, 3bef06d573cebfdb4ff0d9832f3fc1aea93d22fa) and xo-4 (3.5 kernel, 265e8dda6a55825aca3bb39f6c531522e1d357fc) defoconfigs. The&lt;/pre&gt;</description>
    <dc:creator>Paul Fox</dc:creator>
    <dc:date>2013-05-16T19:09:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36362">
    <title>Re: squashfs module for ARM kernels</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36362</link>
    <description>&lt;pre&gt;
If squashfs module building is activated, you may want to consider xz support too. Is becoming rapidly prevalent and does not increase module size much.
Attached are patches for xo-1.75 (3.0-wip kernel, 3bef06d573cebfdb4ff0d9832f3fc1aea93d22fa) and xo-4 (3.5 kernel, 265e8dda6a55825aca3bb39f6c531522e1d357fc) defoconfigs. They build sane kernels but I could only test XO-1.75 (no XO-4) _______________________________________________
Devel mailing list
Devel&amp;lt; at &amp;gt;lists.laptop.org
http://lists.laptop.org/listinfo/devel
&lt;/pre&gt;</description>
    <dc:creator>Yioryos Asprobounitis</dc:creator>
    <dc:date>2013-05-16T19:06:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36361">
    <title>Re: How make a full screen Flash activity opened usinghulahop.webview.WebView close from Flash?</title>
    <link>http://permalink.gmane.org/gmane.linux.laptop.olpc.devel/36361</link>
    <description>&lt;pre&gt;Maybe check on how Tomeu did his EatBloom activity:

http://shell.sugarlabs.org/~tomeu/EatBoom-1.xo

-walter


On Thu, May 16, 2013 at 11:40 AM, Frank Cancio &amp;lt;frank&amp;lt; at &amp;gt;gsc.uy&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Walter Bender</dc:creator>
    <dc:date>2013-05-16T18:02:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.laptop.olpc.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.laptop.olpc.devel</link>
  </textinput>
</rdf:RDF>
