<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
 <title>Beta Labs blog posts</title>
 <link>http://betalabs.nokia.com/blog/comments/rss</link>
 <description>Latest Beta Labs blog posts</description>
 <copyright>2009 Nokia. All rights reserved.</copyright>
 <language>en</language>
 <category>Blog</category>
 <ttl>60</ttl>
 <pubDate>Sat, 04 Jul 2009 20:51:07 +0000</pubDate>
 <lastBuildDate>Sat, 04 Jul 2009 20:51:07 +0000</lastBuildDate>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by oliwal</title>
 <description><![CDATA[<p>I installed it on my nokia 5800 with all the maps from europe. Suddenly some parts of maps are just deleted without any reason... i am tired of you nokia...</p>
]]></description>
 <content:encoded><![CDATA[<p>I installed it on my nokia 5800 with all the maps from europe. Suddenly some parts of maps are just deleted without any reason... i am tired of you nokia...</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15566</link>
 <category>comment</category>
 <pubDate>Sat, 04 Jul 2009 18:10:01 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15566</guid>
</item>
<item>
 <title>Comment to &#039;Introducing Nokia Java Runtime 2.0 for S60&#039; by gowthamgowtham</title>
 <description><![CDATA[<p>I have a N73, will this ever be made to work on these older devices?</p>
]]></description>
 <content:encoded><![CDATA[<p>I have a N73, will this ever be made to work on these older devices?</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/06/30/introducing-nokia-java-runtime-20-for-s60#comment-15563</link>
 <category>comment</category>
 <pubDate>Sat, 04 Jul 2009 16:57:33 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/06/30/introducing-nokia-java-runtime-20-for-s60#comment-15563</guid>
</item>
<item>
 <title>Comment to &#039;Finally, Ovi Contacts support for Touch&#039; by charliebrown</title>
 <description><![CDATA[<p>Hi, I've just found out that, with Ovi Contacts installed, I cannot access SIM Cards contacts anymore ("Not enough memory or memory archive not available").</p>
<p>Nokia N97, FW 11.</p>
]]></description>
 <content:encoded><![CDATA[<p>Hi, I've just found out that, with Ovi Contacts installed, I cannot access SIM Cards contacts anymore ("Not enough memory or memory archive not available").</p>
<p>Nokia N97, FW 11.</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/finally-ovi-contacts-support-for-touch#comment-15556</link>
 <category>comment</category>
 <pubDate>Sat, 04 Jul 2009 14:20:17 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/finally-ovi-contacts-support-for-touch#comment-15556</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by fwon2638</title>
 <description><![CDATA[<p>Veneman, </p>
<p>Unfortunately, doing a hard reset is the only way for us (having the component built in issue) to install maps 3 at the moment (yes the process can be painful). If you can wait,   a later firmware update may come with map 3.0.</p>
]]></description>
 <content:encoded><![CDATA[<p>Veneman, </p>
<p>Unfortunately, doing a hard reset is the only way for us (having the component built in issue) to install maps 3 at the moment (yes the process can be painful). If you can wait,   a later firmware update may come with map 3.0.</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15552</link>
 <category>comment</category>
 <pubDate>Sat, 04 Jul 2009 10:43:05 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15552</guid>
</item>
<item>
 <title>Comment to &#039;Introducing Nokia Java Runtime 2.0 for S60&#039; by malbry</title>
 <description><![CDATA[<p>Hi,</p>
<p>I tried the new Java runtime with some of my own Java apps.  First of all, it would be good to understand what is happening behind the scenes when all Java applications are being 'converted' immediately after the JRT has been installed.  All my apps store data locally in Java recordstores - are these being converted to a new format?</p>
<p>Anyway, I did not see any noticeable increase in speed using the new runtime.  I did hit two problems.  Firstly, one of my apps uses the switch 'Nokia-MIDlet-Background-Event: pause' in the jad file to detect when the app comes to foreground.  This behaviour wasn't replicated with the new runtime.  Secondly, another of my apps uses a large (&gt;3 meg) recordstore.  Normally this takes about 4 secs to open on my 5800.  With the new runtime, it fails to open - no error message but just waits indefinitely.</p>
<p>Lastly, I was hoping that you might have fixed the really annoying bug in javax.microedition.lcdui.TextBox where the cursor position always defaults to the last character, instead of respecting the value of getCaretPosition().  Unfortunately, the bug is still there :-(</p>
<p>If you want more details of these errors then please contact me at <a href="mailto:malcolm@freepoc.org">malcolm@freepoc.org</a></p>
<p>Best regards,<br />
Malcolm</p>
]]></description>
 <content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the new Java runtime with some of my own Java apps.  First of all, it would be good to understand what is happening behind the scenes when all Java applications are being 'converted' immediately after the JRT has been installed.  All my apps store data locally in Java recordstores - are these being converted to a new format?</p>
<p>Anyway, I did not see any noticeable increase in speed using the new runtime.  I did hit two problems.  Firstly, one of my apps uses the switch 'Nokia-MIDlet-Background-Event: pause' in the jad file to detect when the app comes to foreground.  This behaviour wasn't replicated with the new runtime.  Secondly, another of my apps uses a large (&gt;3 meg) recordstore.  Normally this takes about 4 secs to open on my 5800.  With the new runtime, it fails to open - no error message but just waits indefinitely.</p>
<p>Lastly, I was hoping that you might have fixed the really annoying bug in javax.microedition.lcdui.TextBox where the cursor position always defaults to the last character, instead of respecting the value of getCaretPosition().  Unfortunately, the bug is still there :-(</p>
<p>If you want more details of these errors then please contact me at <a href="mailto:malcolm@freepoc.org">malcolm@freepoc.org</a></p>
<p>Best regards,<br />
Malcolm</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/06/30/introducing-nokia-java-runtime-20-for-s60#comment-15548</link>
 <category>comment</category>
 <pubDate>Sat, 04 Jul 2009 07:46:01 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/06/30/introducing-nokia-java-runtime-20-for-s60#comment-15548</guid>
</item>
<item>
 <title>Comment to &#039;Beta Labs contributor of the month, June 2009: Grizu70&#039; by navio1973</title>
 <description><![CDATA[<p>Contratulations to grisu70.</p>
<p>I would like to know how to be contributor of month with a forum activity so poor? Or there is an error in his counter?</p>
<p>Reviews written: 0<br />
Commented: 0<br />
Bugreports written: 3<br />
Commented: 0<br />
Suggestions written: 3<br />
Commented: 1<br />
Discussions written: 2<br />
Commented: 0</p>
<p>Navio1973</p>
]]></description>
 <content:encoded><![CDATA[<p>Contratulations to grisu70.</p>
<p>I would like to know how to be contributor of month with a forum activity so poor? Or there is an error in his counter?</p>
<p>Reviews written: 0<br />
Commented: 0<br />
Bugreports written: 3<br />
Commented: 0<br />
Suggestions written: 3<br />
Commented: 1<br />
Discussions written: 2<br />
Commented: 0</p>
<p>Navio1973</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70#comment-15534</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 22:16:49 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70#comment-15534</guid>
</item>
<item>
 <title>Comment to &#039;Introducing Nokia Java Runtime 2.0 for S60&#039; by original_red</title>
 <description><![CDATA[<p>The one thing I want to know, as a developer, is...</p>
<p>Does it support JSR-256 yet???</p>
<p>I'm a developer looking to use Java to make a game that uses the rotation sensors, touchscreen and opengl (or whatever 3d api is available for the platform) - so far all the runtimes (apart from c++) have fallen short in one area (PyS60 doesn't have touch on the glCanvas yet, Java: no sensor support. Symbian C++: too difficult to learn, too expensive to make performance apps, reliant on Windows).</p>
<p>Please can you add JSR-256 as Java seems to be the best option to develop the game in.</p>
]]></description>
 <content:encoded><![CDATA[<p>The one thing I want to know, as a developer, is...</p>
<p>Does it support JSR-256 yet???</p>
<p>I'm a developer looking to use Java to make a game that uses the rotation sensors, touchscreen and opengl (or whatever 3d api is available for the platform) - so far all the runtimes (apart from c++) have fallen short in one area (PyS60 doesn't have touch on the glCanvas yet, Java: no sensor support. Symbian C++: too difficult to learn, too expensive to make performance apps, reliant on Windows).</p>
<p>Please can you add JSR-256 as Java seems to be the best option to develop the game in.</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/06/30/introducing-nokia-java-runtime-20-for-s60#comment-15522</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 15:54:07 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/06/30/introducing-nokia-java-runtime-20-for-s60#comment-15522</guid>
</item>
<item>
 <title>Comment to &#039;Beta Labs contributor of the month, June 2009: Grizu70&#039; by saylinen</title>
 <description><![CDATA[<p>Thanks grisu70, keep on writing good comments and reporting errors!<br />
--<br />
Samuli</p>
]]></description>
 <content:encoded><![CDATA[<p>Thanks grisu70, keep on writing good comments and reporting errors!<br />
--<br />
Samuli</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70#comment-15521</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 15:51:02 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70#comment-15521</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Contacts updated for S60 3.0 and 3.1 - many issues reported by you improved&#039; by janihavukainen</title>
 <description><![CDATA[<p>hi,<br />
How friends location link should select? I do not get or bug. Also contact name does not update if profile has changed. -Jani</p>
]]></description>
 <content:encoded><![CDATA[<p>hi,<br />
How friends location link should select? I do not get or bug. Also contact name does not update if profile has changed. -Jani</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/05/05/ovi-contacts-updated-for-s60-30-and-31-many-issues-reported-by-you-improved#comment-15518</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 15:36:50 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/05/05/ovi-contacts-updated-for-s60-30-and-31-many-issues-reported-by-you-improved#comment-15518</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by supermili</title>
 <description><![CDATA[<p>Hello Nokia Maps Team!</p>
<p>First: Thank you for Ovi Maps 3.0 - it is better and faster  than 2.0! ;-)</p>
<p>I´ve found a Showstopper Bug! This shoudn´t be in the final Version!</p>
<p>EDIT: OK - i have found it - You have to enter the correct Country in all of your Contacts - then it is working as it should! - Dumb me and dumb Bug!</p>
<p>This is my Problem:</p>
<p>I´ve installed OVI Maps 3.0 on my 5800 - deleted and updated Maps of Europe - Licence - everything is ok!</p>
<p>But when i startup Maps 3.0:</p>
<p>- klick on the Loupe (search)<br />
- address<br />
- select contact by name - the correct address info appears in the corresponding fields<br />
- country is missing<br />
- i selected "Austria/Österreich" from the dropdown field<br />
- the street, number, city is automatically deleted!</p>
<p>How to select a contact adress, when the info is deleted, when you select the country?</p>
<p>Have a nice holiday!<br />
;-(<br />
supermili</p>
<p>P.S: Sorry for my cross-posting!</p>
]]></description>
 <content:encoded><![CDATA[<p>Hello Nokia Maps Team!</p>
<p>First: Thank you for Ovi Maps 3.0 - it is better and faster  than 2.0! ;-)</p>
<p>I´ve found a Showstopper Bug! This shoudn´t be in the final Version!</p>
<p>EDIT: OK - i have found it - You have to enter the correct Country in all of your Contacts - then it is working as it should! - Dumb me and dumb Bug!</p>
<p>This is my Problem:</p>
<p>I´ve installed OVI Maps 3.0 on my 5800 - deleted and updated Maps of Europe - Licence - everything is ok!</p>
<p>But when i startup Maps 3.0:</p>
<p>- klick on the Loupe (search)<br />
- address<br />
- select contact by name - the correct address info appears in the corresponding fields<br />
- country is missing<br />
- i selected "Austria/Österreich" from the dropdown field<br />
- the street, number, city is automatically deleted!</p>
<p>How to select a contact adress, when the info is deleted, when you select the country?</p>
<p>Have a nice holiday!<br />
;-(<br />
supermili</p>
<p>P.S: Sorry for my cross-posting!</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15498</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 12:47:15 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15498</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by Congleton</title>
 <description><![CDATA[<p>Installed on my XP system fine.</p>
<p>I connect my 5800 in PC Suite mode and start Nokia Maps Updated.</p>
<p>It finds my cable connected 5800 and then crashes out with the following "Nokia Maps Updater Application has encountered a problem and needs to close"</p>
<p>That is as far as it gets every time. I have removed it, rebooted the system  and reinstalled Nokia Maps Updated.but I cannot get it to work.<br />
It seems like a few people are seeing this issue now.</p>
<p>Advice?</p>
]]></description>
 <content:encoded><![CDATA[<p>Installed on my XP system fine.</p>
<p>I connect my 5800 in PC Suite mode and start Nokia Maps Updated.</p>
<p>It finds my cable connected 5800 and then crashes out with the following "Nokia Maps Updater Application has encountered a problem and needs to close"</p>
<p>That is as far as it gets every time. I have removed it, rebooted the system  and reinstalled Nokia Maps Updated.but I cannot get it to work.<br />
It seems like a few people are seeing this issue now.</p>
<p>Advice?</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15509</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 12:23:16 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15509</guid>
</item>
<item>
 <title>Comment to &#039;Beta Labs contributor of the month, June 2009: Grizu70&#039; by snowy</title>
 <description><![CDATA[<p>congrats</p>
]]></description>
 <content:encoded><![CDATA[<p>congrats</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70#comment-15502</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 10:35:58 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70#comment-15502</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by sonic74</title>
 <description><![CDATA[<p>Where can I get the Nokia Maps 3.0 SIS for the E51?</p>
]]></description>
 <content:encoded><![CDATA[<p>Where can I get the Nokia Maps 3.0 SIS for the E51?</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15496</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 08:35:58 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15496</guid>
</item>
<item>
 <title>Beta Labs contributor of the month, June 2009: Grizu70</title>
 <description><![CDATA[<p><em>Written by: <a href="http://betalabs.nokia.com/users/tommivilkamo">Tommi Vilkamo</a>, manager of Nokia Beta Labs</em></p>
]]></description>
 <content:encoded><![CDATA[<p><em>Written by: <a href="http://betalabs.nokia.com/users/tommivilkamo">Tommi Vilkamo</a>, manager of Nokia Beta Labs</em></p><p>Here we are again, my friends. June is over and it's time to nominate the <strong>Nokia Beta Labs Contributor of the Month</strong>. Since Nokia Ovi Suite 2.0 beta launch was the most significant release from us, I asked the Ovi Suite team to choose the winner. And now, I'm proud to present you&nbsp;<a href="http://betalabs.nokia.com/users/grisu70"><strong><span style="display: none;" id="1246612391706E"> </span>grisu70</strong></a><strong>!!<br /></strong><br />As your prize, you'll get a Nokia football, a Nokia sports bottle, and a fancy Nokia Ovi Suite t-shirt:<br /><br /><img height="333" width="500" src="/files/ovisuite_tshirts.jpg" alt="" /><br /><br />Congratulations!!</p><p><span style="font-size: smaller;"><em>P.s. whereas many of our past winners have been writing hundreds of feedback posts day in day out, grizu70 </em></span><span style="font-size: smaller;"><em>has written only a few to-the-point feedback posts for Nokia Ovi Suite 2.0. With this prize, we wanted to recognize the importance of newcomers and occasional contributors, because it is crucial that Beta Labs stays open and welcoming for all, instead of turning into an old-boy network between the ultra-active contributors </em></span><span style="font-size: smaller;"><em>only</em></span><span style="font-size: smaller;"><em>.</em></span></p>]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70</link>
 <category>blog</category>
 <pubDate>Fri, 03 Jul 2009 08:14:07 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/03/beta-labs-contributor-of-the-month-june-2009-grizu70</guid>
</item>
<item>
 <title>Comment to &#039;Finally, Ovi Contacts support for Touch&#039; by Mickyfin</title>
 <description><![CDATA[<p>Here are my issues. Same as gerrymoth.</p>
<p><a href="http://www.youtube.com/watch?v=gFFYnsnvPDo" title="http://www.youtube.com/watch?v=gFFYnsnvPDo">http://www.youtube.com/watch?v=gFFYnsnvPDo</a></p>
]]></description>
 <content:encoded><![CDATA[<p>Here are my issues. Same as gerrymoth.</p>
<p><a href="http://www.youtube.com/watch?v=gFFYnsnvPDo" title="http://www.youtube.com/watch?v=gFFYnsnvPDo">http://www.youtube.com/watch?v=gFFYnsnvPDo</a></p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/finally-ovi-contacts-support-for-touch#comment-15494</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 08:06:09 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/finally-ovi-contacts-support-for-touch#comment-15494</guid>
</item>
<item>
 <title>Nokia Ovi Suite 2.0 beta: thanks for your feedback so far + two wishes</title>
 <description><![CDATA[<p><em>Written by:&nbsp;</em><a href="http://betalabs.nokia.com/users/saylinen"><em>Samuli Ylinen</em></a><em>, Nokia Ovi Suite team</em>Hi all!</p>
]]></description>
 <content:encoded><![CDATA[<p><em>Written by:&nbsp;</em><a href="http://betalabs.nokia.com/users/saylinen"><em>Samuli Ylinen</em></a><em>, Nokia Ovi Suite team</em></p><p>Hi all!</p><p>We're very happy here in Nokia Ovi Suite team to see how eagerly you've been downloading and installing the first <a href="http://betalabs.nokia.com/betas/view/nokia-ovi-suite-20">Nokia Ovi Suite 2.0 Beta release</a>, which we released on Tuesday last week. Keep downloading the product and keep using it, we are very interested in continuing to receive your feedback about the product. Thanks also to everybody who participated to the first impressions survey for Nokia Ovi Suite 2.0 Beta - lots of good comments there!</p> <p>Last week's release was the first Nokia Ovi Suite 2.0 Beta release. We're happy to see that you are interested about the product and willing to try it, even in Beta quality. Work in the development team continues full steam for the next Beta releases: we are improving the quality of the product, fixing reported issues, improving the performance, and fixing sync issues. Lots of work going on as we're trying to deliver the updated Beta release for you.</p><p>I have two small wishes for you:</p><ul><li>Nokia Ovi Suite 2.0 Beta will automatically inform you when the next Beta release is available. So keep using the product, so you'll be the first ones to know!</li><li>Sign in to Nokia Ovi Suite with the Nokia Account, if you haven't done that yet. Share some photos in Ovi Share with Nokia Ovi Suite, and <a href="http://betalabs.nokia.com/forum/topic/3453">tell us how well it works for you</a>.</li></ul><p>BR, Samuli from Nokia Ovi Suite team</p>]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/03/nokia-ovi-suite-20-beta-thanks-for-your-feedback-so-far-two-wishes</link>
 <category>blog</category>
 <pubDate>Fri, 03 Jul 2009 08:05:55 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/03/nokia-ovi-suite-20-beta-thanks-for-your-feedback-so-far-two-wishes</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by veneman</title>
 <description><![CDATA[<p>Thanks fwon2638! While a hard reset might be a good solution to install a beta, it's a very nasty workaround for a final.</p>
]]></description>
 <content:encoded><![CDATA[<p>Thanks fwon2638! While a hard reset might be a good solution to install a beta, it's a very nasty workaround for a final.</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15491</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 07:38:29 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15491</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by willem2000</title>
 <description><![CDATA[<p>If i try using Maps Update 1.0.7 it always says: Cannot get enough information about the phone [1]. I have an N95 1 (RM159) with newest SW. Whats that? The latest beta works fine.</p>
]]></description>
 <content:encoded><![CDATA[<p>If i try using Maps Update 1.0.7 it always says: Cannot get enough information about the phone [1]. I have an N95 1 (RM159) with newest SW. Whats that? The latest beta works fine.</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15490</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 07:31:11 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15490</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by Mickyfin</title>
 <description><![CDATA[<p>Where did my reply go from yesterday.?  Nokia Maps Updater updated to v1.07, but crashes when searching for connected device.  There are several reports of this happening now, all from Windows Vista to Win7</p>
]]></description>
 <content:encoded><![CDATA[<p>Where did my reply go from yesterday.?  Nokia Maps Updater updated to v1.07, but crashes when searching for connected device.  There are several reports of this happening now, all from Windows Vista to Win7</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15486</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 06:48:59 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15486</guid>
</item>
<item>
 <title>Comment to &#039;Ovi Maps for Mobile graduates!&#039; by mspierings</title>
 <description><![CDATA[<p>Congratulations with this graduate!<br />
The application works fine and the webpages are nice and informative.</p>
<p>IMaps Updater updated succesfully my 6220c but ended with an error messages, although OVI Maps woworks for the most part. I cannnot check or add licenses with the Shop &amp; Licenses option.</p>
<p>Error<br />
Cannot update licenses Missing phone info: IMSI or IMEI cannot be obained (20</p>
<p>Best regards,<br />
Martain Spierings</p>
]]></description>
 <content:encoded><![CDATA[<p>Congratulations with this graduate!<br />
The application works fine and the webpages are nice and informative.</p>
<p>IMaps Updater updated succesfully my 6220c but ended with an error messages, although OVI Maps woworks for the most part. I cannnot check or add licenses with the Shop &amp; Licenses option.</p>
<p>Error<br />
Cannot update licenses Missing phone info: IMSI or IMEI cannot be obained (20</p>
<p>Best regards,<br />
Martain Spierings</p>
]]></content:encoded>
 <link>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15483</link>
 <category>comment</category>
 <pubDate>Fri, 03 Jul 2009 06:11:55 +0000</pubDate>
 <guid>http://betalabs.nokia.com/blog/2009/07/02/ovi-maps-for-mobile-graduates#comment-15483</guid>
</item>
</channel>
</rss>
