<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GPS tracking in Background - Edge Hack (Not Devel, Stable, RC)]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">As you know to track your activity there is the application Activity Tracker : <a href="https://open-store.io/app/activitytracker.cwayne18" rel="nofollow ugc">https://open-store.io/app/activitytracker.cwayne18</a><br />
Unfortunately due to the Utouch security policy, GPS signal is not accessible when the screen is off or app is in background, that why the original developer force the screen to stay on, reducing significantly the battery life with no benefit.<br />
Issue is tracked there : <a href="https://github.com/ubports/ubuntu-touch/issues/1067" rel="nofollow ugc">https://github.com/ubports/ubuntu-touch/issues/1067</a></p>
<p dir="auto"><strong>Prior using the script please read :</strong> <a href="https://github.com/ernesst/Utrack/blob/master/README.md" rel="nofollow ugc">https://github.com/ernesst/Utrack/blob/master/README.md</a></p>
<p dir="auto">Enjoy.</p>
]]></description><link>https://forums.ubports.com/topic/2894/gps-tracking-in-background-edge-hack-not-devel-stable-rc</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 21:21:03 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/2894.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Jul 2019 16:42:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sun, 04 Jul 2021 19:03:21 GMT]]></title><description><![CDATA[<p dir="auto">Guys, I tested the last version from the OpenStore. Once I launch the script it indicates is searching for satellites but does not get the position so generates an empty gpx. If I run test_gps, it gives a "segmentation fault" message. However, GPS works (very) fine in other applications (GPS tracker or uNav). I' m on Volla RC. Any idea why the script is not working? I assume something related to halium or so but not really sure.</p>
]]></description><link>https://forums.ubports.com/post/52781</link><guid isPermaLink="true">https://forums.ubports.com/post/52781</guid><dc:creator><![CDATA[Marcos]]></dc:creator><pubDate>Sun, 04 Jul 2021 19:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sun, 06 Sep 2020 07:55:35 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for testing, I got back my Nexus 5. I should be able to look at it soon.</p>
<p dir="auto">The aim of this wrapper was to enable simple GPS background tracking, but not pretending to have a full feature app. I'm not going to add functionality on a "hack" even working. It would be better to enable on Utouch the GPS background then we could start thinking on improving apps (like Activity Tracker).<br />
We need visibility there : <a href="https://github.com/ubports/ubuntu-touch/issues/1067" rel="nofollow ugc">https://github.com/ubports/ubuntu-touch/issues/1067</a></p>
]]></description><link>https://forums.ubports.com/post/39713</link><guid isPermaLink="true">https://forums.ubports.com/post/39713</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Sun, 06 Sep 2020 07:55:35 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Mon, 31 Aug 2020 16:48:00 GMT]]></title><description><![CDATA[<p dir="auto">For me the fix seems to work. I am travelling by bike since more than a week and a combination of OSM Scout Server, Pure Maps and Utrack does a very good job guiding and tracking me. The error did not occur again.</p>
<p dir="auto">However, I realized that two fuctionalities would improve Utrack a lot:</p>
<ul>
<li>Automatic saving of the track every few minutes in order not to loose the hard work of a day once the battery dies <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=e9f7455a4ac" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></li>
<li>A possibility for pausing/resuming the tracking</li>
</ul>
<p dir="auto">Do you think this would be possible without deteriorating the battery performance?</p>
]]></description><link>https://forums.ubports.com/post/39366</link><guid isPermaLink="true">https://forums.ubports.com/post/39366</guid><dc:creator><![CDATA[hsce1]]></dc:creator><pubDate>Mon, 31 Aug 2020 16:48:00 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Wed, 22 Jul 2020 16:47:03 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the pull request,<br />
I'll not be able to test it prior end of august <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=e9f7455a4ac" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /> (My goods and spare phone are in transit).</p>
<p dir="auto">Let see the feedback of others.</p>
]]></description><link>https://forums.ubports.com/post/37172</link><guid isPermaLink="true">https://forums.ubports.com/post/37172</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Wed, 22 Jul 2020 16:47:03 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Wed, 22 Jul 2020 15:51:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/ernest" aria-label="Profile: ernest">@<bdi>ernest</bdi></a>,</p>
<p dir="auto">I just had a look at the <code>Utrack.py</code> and made the following change (line 183), which made the code run on my phone:</p>
<pre><code class="language-diff">if re.search("^longtide", line): #longtide bug in test_gps
    try:
        long = line.split()
-       if re.match(".\d+.\d+", long[1]):
+       if re.match("(?:\d+(?:\.\d*)?|\.\d+)", long[1]):
            longitude = long[1]
        else:
            subprocess.Popen(["truncate", "-s", "0", temp_file], shell=False)
</code></pre>
<p dir="auto">You are trying to match a floating point number here, right? Following this <a href="https://stackoverflow.com/questions/12643009/regular-expression-for-floating-point-numbers" rel="nofollow ugc">post</a> it is apparently better to use <code>"(?:\d+(?:\.\d*)?|\.\d+)"</code>. I've made a pull request.</p>
<p dir="auto">I hope this does not break other things. On the my phone it works..</p>
<p dir="auto">Here is the click if someone wants to test:<br />
<a href="https://drive.google.com/file/d/1AADkOrVwV-YvTo00XtHnC997e3gRNIi0/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1AADkOrVwV-YvTo00XtHnC997e3gRNIi0/view?usp=sharing</a></p>
<p dir="auto">Best,<br />
Hendrik</p>
]]></description><link>https://forums.ubports.com/post/37154</link><guid isPermaLink="true">https://forums.ubports.com/post/37154</guid><dc:creator><![CDATA[hsce1]]></dc:creator><pubDate>Wed, 22 Jul 2020 15:51:32 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Tue, 30 Jun 2020 07:13:04 GMT]]></title><description><![CDATA[<p dir="auto">Another test showed again the problem with the locked screen. In my test Activity Tracker did not continue recording, once the GPS reception was lost shortly in a building, also GPS reception should have been good again after the interruption. Only after unlocking the screen it continued track recording.</p>
]]></description><link>https://forums.ubports.com/post/35935</link><guid isPermaLink="true">https://forums.ubports.com/post/35935</guid><dc:creator><![CDATA[herr-b]]></dc:creator><pubDate>Tue, 30 Jun 2020 07:13:04 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sat, 27 Jun 2020 08:26:36 GMT]]></title><description><![CDATA[<p dir="auto">I can't confirm this. I allowed Activity Tracker to run in the background in UT Tweak Tool and started track recording in Activity Tracker. Then I started Pure Maps to navigate and switched apps from time to time. Most of the time I had Pure Maps in the foreground. At the end I had a complete track in Activity Tracker.</p>
<p dir="auto">So this means, that Activity Tracker has GPS reception and works in the background (if allowed in UT Tweak Tool) in my case.</p>
]]></description><link>https://forums.ubports.com/post/35767</link><guid isPermaLink="true">https://forums.ubports.com/post/35767</guid><dc:creator><![CDATA[herr-b]]></dc:creator><pubDate>Sat, 27 Jun 2020 08:26:36 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Thu, 25 Jun 2020 00:08:24 GMT]]></title><description><![CDATA[<p dir="auto">Yes app not in foreground doesn't get GPS signal, see my request there : <a href="https://github.com/ubports/ubuntu-touch/issues/1067" rel="nofollow ugc">https://github.com/ubports/ubuntu-touch/issues/1067</a></p>
]]></description><link>https://forums.ubports.com/post/35637</link><guid isPermaLink="true">https://forums.ubports.com/post/35637</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Thu, 25 Jun 2020 00:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Wed, 24 Jun 2020 20:08:28 GMT]]></title><description><![CDATA[<p dir="auto">GPS reception is not the problem, the app Activity Tracker is working and recording. I switched now the Activity Tracker to run in the background and it seems to keep running in the background. So I can navigate with Pure Maps in the foreground and record the track in the background. But as soon as the screen gets locked all the apps are stopped? Not sure, I will keep testing ... but if I play music in the Web Browser and the screen locks, also the music stops.<br />
It looks that in the case the UT phone should be my only phone I will have to reactivate good old Garmin Foretrex 401 for track recording.</p>
]]></description><link>https://forums.ubports.com/post/35629</link><guid isPermaLink="true">https://forums.ubports.com/post/35629</guid><dc:creator><![CDATA[herr-b]]></dc:creator><pubDate>Wed, 24 Jun 2020 20:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Wed, 24 Jun 2020 15:33:52 GMT]]></title><description><![CDATA[<p dir="auto">Try to let the phone outside for 5-10 min.<br />
If test_GPS doesn't work for you, then my app will not work.</p>
]]></description><link>https://forums.ubports.com/post/35616</link><guid isPermaLink="true">https://forums.ubports.com/post/35616</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Wed, 24 Jun 2020 15:33:52 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Wed, 24 Jun 2020 13:06:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ernest" aria-label="Profile: ernest">@<bdi>ernest</bdi></a> Yes I already allowed the terminal to run in the background.<br />
test_gps shows 'init gps interface' and the program shows 'Waiting for satellites' but both get no position, while Pure Maps has GPS reception and shows the position on the map. Foreground or background doesnt matter. It looks like the terminal does not get access to the GPS?<br />
I switched from stable to RC without any change. I use it on a BQ Aquaris E4.5 Ubuntu Edition.</p>
]]></description><link>https://forums.ubports.com/post/35611</link><guid isPermaLink="true">https://forums.ubports.com/post/35611</guid><dc:creator><![CDATA[herr-b]]></dc:creator><pubDate>Wed, 24 Jun 2020 13:06:25 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Tue, 23 Jun 2020 20:38:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/herr-b" aria-label="Profile: herr-b">@<bdi>herr-b</bdi></a> You have to allow the terminal to run in background.<br />
This app use test_gps which bypass Lomiri thus the icon color.</p>
<p dir="auto">You can ran manuall in the terminal test_gps</p>
<p dir="auto">However this app will likely not work for pinephone and Halium9.</p>
]]></description><link>https://forums.ubports.com/post/35581</link><guid isPermaLink="true">https://forums.ubports.com/post/35581</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Tue, 23 Jun 2020 20:38:02 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Tue, 23 Jun 2020 15:36:08 GMT]]></title><description><![CDATA[<p dir="auto">How did you get GPS tracking work? I got the program running in the terminal, but it seems to have no access to the GPS. The symbol in the indicator bar remains black.</p>
<p dir="auto">In the description there are requirements mentioned (which I can not fullfill):</p>
<blockquote>
<p dir="auto">Depending of the Ubuntu Touch version and AppArmor security, you might need to run this app into an iperspace. See <a href="https://open-store.io/app/iperspace.emanuelesorce" rel="nofollow ugc">https://open-store.io/app/iperspace.emanuelesorce</a> Currently RC and Stable requires this tool.</p>
</blockquote>
<p dir="auto">What do I have to do with this link/Information? I get a page: The app you are looking for has been removed or does not exist ...</p>
]]></description><link>https://forums.ubports.com/post/35559</link><guid isPermaLink="true">https://forums.ubports.com/post/35559</guid><dc:creator><![CDATA[herr-b]]></dc:creator><pubDate>Tue, 23 Jun 2020 15:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Mon, 22 Jun 2020 09:33:21 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot for your work!!!</p>
]]></description><link>https://forums.ubports.com/post/35494</link><guid isPermaLink="true">https://forums.ubports.com/post/35494</guid><dc:creator><![CDATA[hsce1]]></dc:creator><pubDate>Mon, 22 Jun 2020 09:33:21 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sun, 21 Jun 2020 18:17:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hsce1" aria-label="Profile: hsce1">@<bdi>hsce1</bdi></a> yep i've this thing once every 20 usage...I'll troubleshoot this summer.</p>
]]></description><link>https://forums.ubports.com/post/35462</link><guid isPermaLink="true">https://forums.ubports.com/post/35462</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Sun, 21 Jun 2020 18:17:05 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sun, 21 Jun 2020 16:29:26 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/ernest" aria-label="Profile: ernest">@<bdi>ernest</bdi></a>!</p>
<p dir="auto">Thank you for the quick response. Unfortunately I've another error now:</p>
<pre><code>Traceback (most recent call last):
  File "./Utrack.py", line 350, in &lt;module&gt;
    read_gps(p)
  File "./Utrack.py", line 177, in read_gps
    event = event.decode("utf-8")
AttributeError: 'TailEvent' object has no attribute 'decode'
</code></pre>
]]></description><link>https://forums.ubports.com/post/35453</link><guid isPermaLink="true">https://forums.ubports.com/post/35453</guid><dc:creator><![CDATA[hsce1]]></dc:creator><pubDate>Sun, 21 Jun 2020 16:29:26 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sat, 20 Jun 2020 18:26:48 GMT]]></title><description><![CDATA[<p dir="auto">Yes likely, it has register a list and now it tried to compare it with a int.</p>
<p dir="auto">I've another version in WIP, that should fix that ...but has other bug. I'll try to find the click.</p>
<p dir="auto">Edit : Try this one : <a href="https://drive.google.com/file/d/1I-_nGDVoFy5hdqiR_ApuA4hKCk8qmqSo/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1I-_nGDVoFy5hdqiR_ApuA4hKCk8qmqSo/view?usp=sharing</a></p>
]]></description><link>https://forums.ubports.com/post/35398</link><guid isPermaLink="true">https://forums.ubports.com/post/35398</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Sat, 20 Jun 2020 18:26:48 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Sat, 20 Jun 2020 18:03:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,<br />
Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/ernest" aria-label="Profile: ernest">@<bdi>ernest</bdi></a> for your work. Background GPS tracking is one of the features that I am missing most on Ubuntu Touch!</p>
<p dir="auto">I tried to make it work on my XperiaX and my Nexus 4 but unfortunately without success. After a short while the following error is returned:</p>
<pre><code>Waiting for satellites

Traceback (most recent call last):
  File "./Utrack.py", line 317, in &lt;module&gt;
    read_gps(p)
  File "./Utrack.py", line 219, in read_gps
    if 70 &gt; ACCURACY &gt; 0 and len(longitude) &gt; 0 and len(latitude) &gt; 0:
TypeError: unorderable types: int() &gt; list()
</code></pre>
<p dir="auto"><code>Utrack_log.txt</code> is empty but in the <code>Utrack_tmp.txt</code> I can see that the satellite data seemes to be logged correctly. The location is correct. I X'd out the exact position:</p>
<pre><code>*** location callback
flags:  55
latitude:       50.XXXXX
longtide:       4.XXXXXX
accuracy:       23.000000
utc:    -758278816
</code></pre>
<p dir="auto">The error appears strange to me since none of the inputs is a list. Do you have a clue what to do?</p>
]]></description><link>https://forums.ubports.com/post/35397</link><guid isPermaLink="true">https://forums.ubports.com/post/35397</guid><dc:creator><![CDATA[hsce1]]></dc:creator><pubDate>Sat, 20 Jun 2020 18:03:44 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Wed, 01 Jan 2020 19:21:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aimar" aria-label="Profile: aimar">@<bdi>aimar</bdi></a><br />
i noticed that the script is neither working with OP3 device. I had to modify it to make it works.<br />
Are you on telegram, if so please contact me   @ern_st</p>
]]></description><link>https://forums.ubports.com/post/26810</link><guid isPermaLink="true">https://forums.ubports.com/post/26810</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Wed, 01 Jan 2020 19:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Tue, 31 Dec 2019 19:14:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I think this app is very useful.<br />
However, I can’t make it work.<br />
I use an Aquaris E4.5 with ubuntu 16.04 (OTA11).<br />
I used the previous script and now the recent updated script with no luck.<br />
I have no issues with the installation, but when I launch the script, it gets stuck with “Waiting for satellites ...”.<br />
When I close the app (Ctrl+C), it creates an empty gpx file.<br />
The rest of apps (ActivityTracker, OSMScout) fetch the data and show my position, so I am sure that GPS is working properly.<br />
What could be the cause?<br />
Thank you for your suggestions.<br />
aimar</p>
]]></description><link>https://forums.ubports.com/post/26765</link><guid isPermaLink="true">https://forums.ubports.com/post/26765</guid><dc:creator><![CDATA[aimar]]></dc:creator><pubDate>Tue, 31 Dec 2019 19:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Tue, 05 Nov 2019 04:40:04 GMT]]></title><description><![CDATA[<p dir="auto">Latest version has been uploaded to openstore.</p>
<p dir="auto">Please read prior use : <a href="https://github.com/ernesst/Utrack/blob/master/README.md" rel="nofollow ugc">https://github.com/ernesst/Utrack/blob/master/README.md</a></p>
]]></description><link>https://forums.ubports.com/post/24334</link><guid isPermaLink="true">https://forums.ubports.com/post/24334</guid><dc:creator><![CDATA[ernest]]></dc:creator><pubDate>Tue, 05 Nov 2019 04:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Thu, 31 Oct 2019 23:03:06 GMT]]></title><description><![CDATA[<p dir="auto">Excellent ! Thank you very much <a class="plugin-mentions-user plugin-mentions-a" href="/user/doniks" aria-label="Profile: doniks">@<bdi>doniks</bdi></a><br />
Best regards<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/24143</link><guid isPermaLink="true">https://forums.ubports.com/post/24143</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Thu, 31 Oct 2019 23:03:06 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Thu, 31 Oct 2019 09:35:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulsar33" aria-label="Profile: Pulsar33">@<bdi>Pulsar33</bdi></a> <a href="https://github.com/libhybris/libhybris/blob/master/hybris/tests/test_gps.c" rel="nofollow ugc">https://github.com/libhybris/libhybris/blob/master/hybris/tests/test_gps.c</a></p>
]]></description><link>https://forums.ubports.com/post/24105</link><guid isPermaLink="true">https://forums.ubports.com/post/24105</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Thu, 31 Oct 2019 09:35:58 GMT</pubDate></item><item><title><![CDATA[Reply to GPS tracking in Background - Edge Hack (Not Devel, Stable, RC) on Thu, 31 Oct 2019 08:49:07 GMT]]></title><description><![CDATA[<p dir="auto">Thank you all for this subject !<br />
Is there a description (or source code) of the test_gps command somewhere, please ?<br />
BR<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/24104</link><guid isPermaLink="true">https://forums.ubports.com/post/24104</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Thu, 31 Oct 2019 08:49:07 GMT</pubDate></item></channel></rss>