<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Python S60 Flickr Upload</title>
	<atom:link href="http://www.thisismobility.com/blog/2006/11/19/python-s60-flickr-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2006/11/19/python-s60-flickr-upload/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<pubDate>Wed, 17 Mar 2010 23:12:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Open browser from PyS60 &#171; typing: Zandi</title>
		<link>http://www.thisismobility.com/blog/2006/11/19/python-s60-flickr-upload/comment-page-1/#comment-587242</link>
		<dc:creator>Open browser from PyS60 &#171; typing: Zandi</dc:creator>
		<pubDate>Sun, 04 Oct 2009 19:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=232#comment-587242</guid>
		<description>[...] are the links I have used for writing this post: Thisismobility, Nokia forum1, Nokia [...]</description>
		<content:encoded><![CDATA[<p>[...] are the links I have used for writing this post: Thisismobility, Nokia forum1, Nokia [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuisManson</title>
		<link>http://www.thisismobility.com/blog/2006/11/19/python-s60-flickr-upload/comment-page-1/#comment-515513</link>
		<dc:creator>LuisManson</dc:creator>
		<pubDate>Thu, 02 Apr 2009 02:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=232#comment-515513</guid>
		<description>about the paramter to open the browser:

http://wiki.forum.nokia.com/index.php/TSS000340_-_Launching_the_Web_browser_on_S60_3rd_Edition_to_open_a_specified_URL

Here is some additional information about the parameters that are passed as command line arguments when launching the OSS Browser:

1. Start/Continue the browser and nothing is specified (the default case)
=&gt; Parameter = 

2. Start/Continue the browser specifying a Bookmark
=&gt; Parameter = “1”+”“+””

3. Start/Continue the browser specifying a Saved deck
=&gt; Parameter = “2”+” “+””

4. Start/Continue the browser specifying a URL
=&gt; Parameter = “4”+” “+””

5. Start/Continue the browser specifying a URL and an Access Point
=&gt; Parameter = “4”+”“+””+”“+””

6. Start/Continue the browser with the start page. (Used when starting the browser with a long press of “0” in the Idle state of the phone.
=&gt; Parameter = “5”

7. Start/Continue the browser specifying a Bookmark folder
=&gt; Parameter = “6”+” “+””</description>
		<content:encoded><![CDATA[<p>about the paramter to open the browser:</p>
<p><a href="http://wiki.forum.nokia.com/index.php/TSS000340_-_Launching_the_Web_browser_on_S60_3rd_Edition_to_open_a_specified_URL" rel="nofollow">http://wiki.forum.nokia.com/index.php/TSS000340_-_Launching_the_Web_browser_on_S60_3rd_Edition_to_open_a_specified_URL</a></p>
<p>Here is some additional information about the parameters that are passed as command line arguments when launching the OSS Browser:</p>
<p>1. Start/Continue the browser and nothing is specified (the default case)<br />
=&gt; Parameter = </p>
<p>2. Start/Continue the browser specifying a Bookmark<br />
=&gt; Parameter = “1”+”“+””</p>
<p>3. Start/Continue the browser specifying a Saved deck<br />
=&gt; Parameter = “2”+” “+””</p>
<p>4. Start/Continue the browser specifying a URL<br />
=&gt; Parameter = “4”+” “+””</p>
<p>5. Start/Continue the browser specifying a URL and an Access Point<br />
=&gt; Parameter = “4”+”“+””+”“+””</p>
<p>6. Start/Continue the browser with the start page. (Used when starting the browser with a long press of “0” in the Idle state of the phone.<br />
=&gt; Parameter = “5”</p>
<p>7. Start/Continue the browser specifying a Bookmark folder<br />
=&gt; Parameter = “6”+” “+””</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miker</title>
		<link>http://www.thisismobility.com/blog/2006/11/19/python-s60-flickr-upload/comment-page-1/#comment-41872</link>
		<dc:creator>miker</dc:creator>
		<pubDate>Fri, 24 Nov 2006 17:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=232#comment-41872</guid>
		<description>Yes, it's actually an approval of a ticket that needs to be done in the browser.  Which didn't work with any of the mobile browsers I tried with before.  However now the Nokia Open Source browser handles it and I can make it through a (definitely very cumbersome) authentication cycle.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s actually an approval of a ticket that needs to be done in the browser.  Which didn&#8217;t work with any of the mobile browsers I tried with before.  However now the Nokia Open Source browser handles it and I can make it through a (definitely very cumbersome) authentication cycle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thom</title>
		<link>http://www.thisismobility.com/blog/2006/11/19/python-s60-flickr-upload/comment-page-1/#comment-41869</link>
		<dc:creator>Thom</dc:creator>
		<pubDate>Fri, 24 Nov 2006 17:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=232#comment-41869</guid>
		<description>It seems that the direct upload using username/password is not possible since some time...And yes, the current approach is definitively lame for mobile application..That's the current issue wit mobup ( sourceforge.net/projects/mobup/ ) an open source flickr uploader in Java..
   But I am not sure I completely understand your example. Did you mean that you were able to give back the authentification token to your application? In which way?</description>
		<content:encoded><![CDATA[<p>It seems that the direct upload using username/password is not possible since some time&#8230;And yes, the current approach is definitively lame for mobile application..That&#8217;s the current issue wit mobup ( sourceforge.net/projects/mobup/ ) an open source flickr uploader in Java..<br />
   But I am not sure I completely understand your example. Did you mean that you were able to give back the authentification token to your application? In which way?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
