<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Nokia Developer Community - Discussions</title>
		<link>http://www.developer.nokia.com/Community/Discussion/</link>
		<description>Developer Discussion Boards for Nokia Mobile Phones</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 14:19:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.developer.nokia.com/Community/Discussion/images/misc/rss.png</url>
			<title>Nokia Developer Community - Discussions</title>
			<link>http://www.developer.nokia.com/Community/Discussion/</link>
		</image>
		<item>
			<title>Apps for N8?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240492-Apps-for-N8&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 14:18:54 GMT</pubDate>
			<description><![CDATA[I want to develop apps for Nokia but find it confusing about all the options. 
 
I've been creating some apps with Xpress Web App Builder, but when I go to http://store.ovi.com/ I don't find them. Why is that? 
 
I understand that Xpress Web App Builder creates apps for Asha phones. What do I have...]]></description>
			<content:encoded><![CDATA[<div>I want to develop apps for Nokia but find it confusing about all the options.<br />
<br />
I've been creating some apps with Xpress Web App Builder, but when I go to <a href="http://store.ovi.com/" target="_blank">http://store.ovi.com/</a> I don't find them. Why is that?<br />
<br />
I understand that Xpress Web App Builder creates apps for Asha phones. What do I have to do to make apps for phones with Symbian Anna, Belle and the like?<br />
<br />
thanks!</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?201-Publishing-to-Nokia-Store">Publishing to Nokia Store</category>
			<dc:creator>imagenparaweb</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240492-Apps-for-N8</guid>
		</item>
		<item>
			<title>Symbian Belle SDK</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240491-Symbian-Belle-SDK&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 11:12:18 GMT</pubDate>
			<description>How do I upgrade the Symbian Belle SDK?</description>
			<content:encoded><![CDATA[<div>How do I upgrade the Symbian Belle SDK?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>kittrider</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240491-Symbian-Belle-SDK</guid>
		</item>
		<item>
			<title>How to display Popup Menu in N8(Nokia Belle) using j2me</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240490-How-to-display-Popup-Menu-in-N8(Nokia-Belle)-using-j2me&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 10:51:55 GMT</pubDate>
			<description>I am developing application for Nokia N8(Nokia Belle) using J2me , which displays a list of items. When user do long press on any item I want to display a sub menu. Can any one please suggest how can i implement this using J2me.</description>
			<content:encoded><![CDATA[<div>I am developing application for Nokia N8(Nokia Belle) using J2me , which displays a list of items. When user do long press on any item I want to display a sub menu. Can any one please suggest how can i implement this using J2me.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>chandu_1233</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240490-How-to-display-Popup-Menu-in-N8(Nokia-Belle)-using-j2me</guid>
		</item>
		<item>
			<title>heip please,reason for corrupt RMS file</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240489-heip-please-reason-for-corrupt-RMS-file&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 09:13:14 GMT</pubDate>
			<description>now again i stucked in error of corrupt rms file .I am using S40 for java.i used closed rms recordstore properly till now i am facing the corrupt rms file exception in program.i am showing my code to you 
 
 
---Quote--- 
 import java.io.ByteArrayOutputStream; 
import java.io.DataOutputStream;...</description>
			<content:encoded><![CDATA[<div>now again i stucked in error of corrupt rms file .I am using S40 for java.i used closed rms recordstore properly till now i am facing the corrupt rms file exception in program.i am showing my code to you<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			 import java.io.ByteArrayOutputStream;<br />
import java.io.DataOutputStream;<br />
import java.io.IOException;<br />
import java.io.InputStream;<br />
import java.io.InputStreamReader;<br />
import java.io.Reader;<br />
import java.util.Enumeration;<br />
import java.util.Vector;<br />
<br />
import javax.microedition.io.Connector;<br />
import javax.microedition.io.HttpConnection;<br />
import javax.microedition.midlet.MIDlet;<br />
import javax.microedition.midlet.MIDletStateChangeException;<br />
import javax.microedition.rms.RecordStore;<br />
import javax.microedition.rms.RecordStoreException;<br />
import javax.microedition.rms.RecordStoreFullException;<br />
import javax.microedition.rms.RecordStoreNotFoundException;<br />
import javax.microedition.rms.RecordStoreNotOpenException;<br />
<br />
import org.kxml.Xml;<br />
import org.kxml.parser.ParseEvent;<br />
import org.kxml.parser.XmlParser;<br />
<br />
<br />
public class RmsData extends MIDlet {<br />
	<br />
	 XmlParser parser = null;<br />
	  ParseEvent event = null; <br />
	  String golden_date = &quot;&quot;;<br />
	  String golden_text = &quot;&quot;;<br />
	  Vector v=new Vector();<br />
	  Vector v1=new Vector();<br />
	  Vector v2=new Vector();<br />
	  Vector getvVector=new Vector();<br />
	  Vector finalVector=new Vector();<br />
<br />
	public RmsData() {<br />
		// TODO Auto-generated constructor stub<br />
	}<br />
<br />
	protected void destroyApp(boolean arg0) throws MIDletStateChangeException {<br />
		// TODO Auto-generated method stub<br />
<br />
	}<br />
<br />
	protected void pauseApp() {<br />
		// TODO Auto-generated method stub<br />
<br />
	}<br />
<br />
	protected void startApp() throws MIDletStateChangeException<br />
	{<br />
		try<br />
		{<br />
			<br />
			 rmsopen();<br />
			 System.out.println(&quot;helllllllllloooooooooooooo&quot;);<br />
		} <br />
		catch (Exception e) <br />
		{<br />
			System.out.println(&quot;error occured   &quot;+e.toString());<br />
		} <br />
	<br />
	}<br />
	<br />
	public void rmsopen() <br />
	{<br />
		<br />
		<br />
			RecordStore r = null;<br />
			RecordStore r1=null;<br />
			String str = null;<br />
			<br />
			try <br />
			{<br />
				r = RecordStore.openRecordStore(&quot;SunRays_1&quot;,false);<br />
<br />
				System.out.println(&quot;name od datatbse????????????????????&quot;+r.getName());<br />
				<br />
				int recordID=r.getNextRecordID();<br />
				 str=&quot;thought&quot;+recordID;<br />
				System.out.println(&quot;str????????????????????&quot;+str);<br />
			<br />
				if(r.getNextRecordID()==1)<br />
				{<br />
					System.out.println(&quot;ifffffffffffffffffff????????????????????&quot;);<br />
					byte[] rec = str.getBytes();<br />
				  <br />
					r.addRecord(rec, 0, rec.length);<br />
	<br />
				}<br />
			}<br />
			catch (Exception e)<br />
			{<br />
				<br />
				System.out.println(&quot;Main record store open error&quot;+e.toString());<br />
				<br />
			}<br />
			finally<br />
			{<br />
				<br />
				<br />
				try {<br />
					r.closeRecordStore();<br />
				} catch (RecordStoreNotOpenException e) {<br />
					// TODO Auto-generated catch block<br />
					e.printStackTrace();<br />
				} catch (RecordStoreException e) {<br />
					// TODO Auto-generated catch block<br />
					e.printStackTrace();<br />
				}<br />
				System.out.println(&quot;first rms is closed:::::&quot;);<br />
				<br />
			}<br />
			try<br />
			{<br />
				<br />
				System.out.println(&quot;aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbb&quot;);<br />
				r1=RecordStore.openRecordStore(&quot;volno_3&quot;,true);<br />
				<br />
				System.out.println(&quot;starting size???????????????????&quot;+r1.getSizeAvailable());<br />
				System.out.println(&quot;iddddddddddddddde???????????????????&quot;+r1.getNextRecordID());<br />
		<br />
				getvVector=parsingdata();<br />
				<br />
				System.out.println(&quot;wwwwwwwwwwwwwwwwwwww&quot;);<br />
				System.out.println(&quot;main vector size&quot;+getvVector.size());<br />
				Vector newv1=(Vector)getvVector.elementAt(0);<br />
				Vector newV2=(Vector)getvVector.elementAt(1);<br />
				System.out.println(&quot;v1 size is &quot;+newv1.size());<br />
				System.out.println(&quot;v2 size is &quot;+newV2.size());<br />
			<br />
				byte[] bytedata;<br />
				byte[] date;<br />
				Enumeration e1=newv1.elements();<br />
				Enumeration e2=newV2.elements();<br />
				ByteArrayOutputStream strmBytes = new ByteArrayOutputStream();<br />
<br />
			       // Write Java data types into the above byte array<br />
		   <br />
			       DataOutputStream out = new DataOutputStream(strmBytes);<br />
			       try<br />
			       {<br />
			    	  for (int i = 0; i &lt; newv1.size(); i++)<br />
			    	   {<br />
			    <br />
			    		   out.writeUTF(e1.nextElement().toString());<br />
			    		   bytedata=strmBytes.toByteArray();<br />
			    		   out.flush();<br />
			    		   r1.addRecord(bytedata, 0,bytedata.length);<br />
			    		   strmBytes.reset();<br />
			    		   out.writeUTF(e2.nextElement().toString());<br />
			    		   date=strmBytes.toByteArray();<br />
			    		   out.flush();<br />
				       <br />
			    		   //System.out.println(&quot;ooooooooo&quot;);<br />
			    		   r1.addRecord(date, 0,date.length);<br />
			    		   strmBytes.reset();<br />
			    	   }<br />
			<br />
				       <br />
				       strmBytes.close();<br />
				       out.close();<br />
			       }<br />
			    	 <br />
			       catch (Exception e) <br />
			       {<br />
						System.out.println(&quot;write record error:::&quot;+e.toString());<br />
					}<br />
		    	   System.out.println(&quot;Total Number of records are&gt;&gt;&gt;&gt;&quot;+ r1.getNumRecords());<br />
		    	   System.out.println(&quot;Total Number of size are&gt;&gt;&gt;&gt;&quot;+ r1.getSize());<br />
		    	   System.out.println(&quot;available size is&quot;+ r1.getSizeAvailable());<br />
			 <br />
			}<br />
		    <br />
			      <br />
			catch (Exception e)<br />
			 {<br />
				System.out.println(&quot;Exception&quot;+e);	  <br />
			  }<br />
			finally<br />
			{<br />
						<br />
				try <br />
				{<br />
					r1.closeRecordStore();<br />
				}<br />
				catch (Exception e)<br />
				{<br />
					System.out.println(&quot;second id closed::&quot;);<br />
				} <br />
				<br />
				System.out.println(str+&quot;  database is closed::&quot;);<br />
						<br />
			}<br />
			<br />
	<br />
	}<br />
	///////////////////<br />
	 public Vector parsingdata()<br />
	  {<br />
		 <br />
		 <br />
		 <br />
		 String url=&quot;http://tandonindia.com/check.php?user=2000&quot;; <br />
		  try{<br />
			  <br />
			  <br />
			  HttpConnection hc = (HttpConnection)Connector.open(url);<br />
				InputStream is = hc.openInputStream();<br />
				Reader reader = new InputStreamReader(is);<br />
				<br />
				<br />
				XmlParser parser = new XmlParser(reader);<br />
				<br />
				  boolean xmlParsingDone = false;<br />
			        //boolean error = false;<br />
			        String title = &quot;&quot;;<br />
			        String desc = &quot;&quot;;<br />
			       //String errorstr = &quot;&quot;;<br />
			     <br />
			       <br />
			        while (!xmlParsingDone)<br />
			        {<br />
			        	<br />
			        	<br />
			            ParseEvent event = parser.read();<br />
			            ParseEvent pe;<br />
			            switch (event.getType())<br />
			            {               <br />
			                	case Xml.START_TAG:<br />
			                    // Pick up Title for display<br />
			                    String tagName = event.getName();                    <br />
			                    //System.out.println(&quot;hello&quot;);<br />
			                    if (&quot;date&quot;.equals(tagName))<br />
			                    {<br />
			                    	pe=parser.read();<br />
			                       golden_date=pe.getText();<br />
			                        v1.addElement(golden_date);<br />
			                        <br />
			                    }<br />
			                        <br />
			                        	<br />
			                    <br />
			                    //889  System.out.println(&quot;hiiiiiiiii&quot;);<br />
			                    <br />
			                    <br />
			                    if (&quot;goldenQuote&quot;.equals(tagName))<br />
			                    {<br />
			                    	pe=parser.read();<br />
			                    	if(pe.getText()!=null)<br />
			                    	{<br />
			                      <br />
			                        golden_text = pe.getText();<br />
			                    	}<br />
			                    	else<br />
			                    	{<br />
			                    		 golden_text=&quot;null&quot;;<br />
			                    	}<br />
			                   <br />
			                      v2.addElement(golden_text);<br />
			                    <br />
			                    //  System.out.println(&quot;hiiiiiiiii:::date:&quot;+v2.size());<br />
			                      <br />
			                    }<br />
			                   <br />
			              break;<br />
			              case Xml.END_TAG:<br />
			              break;<br />
			              case Xml.END_DOCUMENT:                    <br />
			              xmlParsingDone = true;<br />
			              break;<br />
			              case Xml.TEXT:                    <br />
			              break;<br />
			              case Xml.WHITESPACE:                    <br />
			              break;<br />
			              default:<br />
			             <br />
			            }<br />
			            <br />
			        }<br />
			        <br />
			      //  System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+v1.size()); <br />
			        finalVector.addElement(v1);<br />
			        finalVector.addElement(v2);<br />
			        <br />
			        <br />
			        System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+v1.size());  <br />
			        System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+v2.size()); <br />
			       // System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+ finalVector.size()); <br />
		  			}<br />
		   			catch (IOException ioe){<br />
		   			System.out.println(&quot;XML Parsing Error: &quot; + ioe);<br />
		   			ioe.printStackTrace();<br />
		   			}finally<br />
		   			{<br />
		   				parser = null;<br />
		   			}<br />
		  		System.out.println(&quot;last date is::&quot;+v1.lastElement().toString());<br />
		 <br />
		  		return finalVector; <br />
		  <br />
		  <br />
	  }<br />
	  ////////////////	<br />
<br />
}
			
		<hr />
	</div>
</div></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>vikrantthegroove</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240489-heip-please-reason-for-corrupt-RMS-file</guid>
		</item>
		<item>
			<title><![CDATA[Add "thank" button.]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240488-Add-quot-thank-quot-button&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 08:49:30 GMT</pubDate>
			<description><![CDATA[Hi. 
Could be interested to add a "thanks"  button or something like that in Forum? like you can fin in QtCenter? 
 
It's use to thanks someone which give a good response and : 
* when people read a thread the good response is highlighted  
* people which give good response are highlighted 
 
On...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
Could be interested to add a &quot;thanks&quot;  button or something like that in Forum? like you can fin in QtCenter?<br />
<br />
It's use to thanks someone which give a good response and :<br />
* when people read a thread the good response is highlighted <br />
* people which give good response are highlighted<br />
<br />
On Developpez.com we have a similar system where people can vote if a response is good or bad.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?166-Feedback-Nokia-Developer-Services">Feedback - Nokia Developer Services</category>
			<dc:creator>yan_</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240488-Add-quot-thank-quot-button</guid>
		</item>
		<item>
			<title>How to add HTML back button?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240487-How-to-add-HTML-back-button&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 08:48:42 GMT</pubDate>
			<description><![CDATA[I have an app, where I have my own header and a back button as an image. I'm building the app with Nokia Web Tools and I'm using HTML language in the app.  
 
I tried this line: 
<FORM><INPUT Type="button" VALUE="Back" onClick="history.go(-1);return true;"></FORM> 
 
but it only works on browser...]]></description>
			<content:encoded><![CDATA[<div>I have an app, where I have my own header and a back button as an image. I'm building the app with Nokia Web Tools and I'm using HTML language in the app. <br />
<br />
I tried this line:<br />
&lt;FORM&gt;&lt;INPUT Type=&quot;button&quot; VALUE=&quot;Back&quot; onClick=&quot;history.go(-1);return true;&quot;&gt;&lt;/FORM&gt;<br />
<br />
but it only works on browser and not when deploying the web app to the Nokia 311 device.<br />
<br />
Is there a solution to this?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>Paholainen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240487-How-to-add-HTML-back-button</guid>
		</item>
		<item>
			<title><![CDATA[[ASK] How to get mailto and datepicker in web apps?]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240485-ASK-How-to-get-mailto-and-datepicker-in-web-apps&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 07:22:46 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I am trying to develop an application using web apps in Nokia Asha.  
Is there any way to send email through javascript or html? 
I have tried <a href="mailto:someone@domain.com"> but always failed. 
It said that the mailto functionality is not supported on the device (Nokia Asha 311). 
...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I am trying to develop an application using web apps in Nokia Asha. <br />
Is there any way to send email through javascript or html?<br />
I have tried &lt;a href=&quot;mailto:someone@domain.com&quot;&gt; but always failed.<br />
It said that the mailto functionality is not supported on the device (Nokia Asha 311).<br />
<br />
Besides that, can WebApps show datepicker? Maybe using &lt;input type='date'&gt; or mwl API.<br />
if it cannot, could you tell me how to show datepicker without using jquery plugin? <br />
because the jquery plugin makes the app runs slowly.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>benita.clarissa</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240485-ASK-How-to-get-mailto-and-datepicker-in-web-apps</guid>
		</item>
		<item>
			<title>The resource editor generated Netbeans project not working</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240484-The-resource-editor-generated-Netbeans-project-not-working&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 07:16:58 GMT</pubDate>
			<description><![CDATA[I am playing with the new Asha SDK's Resource Editor, but there is one problem, the generated Netbeans projects (3 of them) are not working. The issues are listed below: 
#1. All the classes are not generated in the compiled jar in the two generated MIDLet projects. It seems that the code does not...]]></description>
			<content:encoded><![CDATA[<div>I am playing with the new Asha SDK's Resource Editor, but there is one problem, the generated Netbeans projects (3 of them) are not working. The issues are listed below:<br />
#1. All the classes are not generated in the compiled jar in the two generated MIDLet projects. It seems that the code does not compile<br />
#2. Due to issue #1, the MIDP project won't run on the Asha 501 emulator <br />
#3. The desktop version does run, but no form are shown, just a blank screen<br />
<br />
What is going on?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240484-The-resource-editor-generated-Netbeans-project-not-working</guid>
		</item>
		<item>
			<title>Asha FT App  Size exceed 2mb</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240483-Asha-FT-App-Size-exceed-2mb&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 06:50:04 GMT</pubDate>
			<description>My app size exceeds 2mb 
Is there any way to publish this Asha FT app on ovi store?</description>
			<content:encoded><![CDATA[<div>My app size exceeds 2mb<br />
Is there any way to publish this Asha FT app on ovi store?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Shayan Rais</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240483-Asha-FT-App-Size-exceed-2mb</guid>
		</item>
		<item>
			<title>how to give visible button pressed feedback?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240480-how-to-give-visible-button-pressed-feedback&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:40:15 GMT</pubDate>
			<description>Hello friends of web apps, 
 
I would like my web apps to feel more interactive for the user. 
When the user presses a button, or selects an item in a list, I would like to highlight it. 
I mean when the user presses the element, not when it is released and the action is triggered. 
 
I see on the...</description>
			<content:encoded><![CDATA[<div>Hello friends of web apps,<br />
<br />
I would like my web apps to feel more interactive for the user.<br />
When the user presses a button, or selects an item in a list, I would like to highlight it.<br />
I mean when the user presses the element, not when it is released and the action is triggered.<br />
<br />
I see on the Asha 311, when I press a element like a button, a rectangle with light blue colors will be shown.<br />
That is better than nothing, but I like to have something more visible.<br />
<br />
In normal webpages, I would use the a:active or a:hover pseudo classes and define contrast colors in the css.<br />
This seems not to work, and the WDE complains that these pseudo-classes are not allowed. I also do not find them in the reference.<br />
Are there other ways to create webapps that feel more interactive?<br />
<br />
Regards<br />
<br />
Karsten Meier</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>internetlabor</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240480-how-to-give-visible-button-pressed-feedback</guid>
		</item>
		<item>
			<title>PhoneGap App camera not Working.</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240479-PhoneGap-App-camera-not-Working&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:28:39 GMT</pubDate>
			<description><![CDATA[I am developing an app using PhoneGap, but the Camera is not responding using the PhoneGap Camera API. I am testing it on a Lumia 520. The app doesn't opens the camera]]></description>
			<content:encoded><![CDATA[<div>I am developing an app using PhoneGap, but the Camera is not responding using the PhoneGap Camera API. I am testing it on a Lumia 520. The app doesn't opens the camera</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>samdonly1</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240479-PhoneGap-App-camera-not-Working</guid>
		</item>
		<item>
			<title>Jquery Ajax response in Nokia 501</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240478-Jquery-Ajax-response-in-Nokia-501&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:27:01 GMT</pubDate>
			<description>How is the Jquery Ajax response in Nokia 501? I always had issues in having a good Ajax response in Nokia Asha 311 and other Devices. Can anybody let me know how is the response of the Nokia 501 regarding the Ajax functionality of Jquery. 
 
- 
Thanks in Advance</description>
			<content:encoded><![CDATA[<div>How is the Jquery Ajax response in Nokia 501? I always had issues in having a good Ajax response in Nokia Asha 311 and other Devices. Can anybody let me know how is the response of the Nokia 501 regarding the Ajax functionality of Jquery.<br />
<br />
-<br />
Thanks in Advance</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>samdonly1</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240478-Jquery-Ajax-response-in-Nokia-501</guid>
		</item>
		<item>
			<title>Setting Icon in Activity Screen</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240477-Setting-Icon-in-Activity-Screen&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 12:11:11 GMT</pubDate>
			<description>When I include Nokia Asha 501 in my supported device, it shows the following error: 
 
SUMMARY: Application icon in Activity screen is not Square.  
STEPS TO REPRODUCE:  
1. Download and install the content.  
2. Launch the application.  
3. Check the application icon in Activity screen.  
ACTUAL...</description>
			<content:encoded><![CDATA[<div>When I include Nokia Asha 501 in my supported device, it shows the following error:<br />
<br />
SUMMARY: Application icon in Activity screen is not Square. <br />
STEPS TO REPRODUCE: <br />
1. Download and install the content. <br />
2. Launch the application. <br />
3. Check the application icon in Activity screen. <br />
ACTUAL RESULTS: Application icon in Activity screen is not Square. <br />
EXPECTED RESULT: Square application icon in Activity screen <br />
AFFECTED DEVICES: 501, 501 Dual SIM. <br />
<br />
It is indeed if I install the App in the Emulator, it shows non square icon, it shows the icon I used in the directory (icon.png) which is half square half circle (not sure but people called it squircle) like many other icons in the App list.<br />
<br />
When I tried to open Calculator App and swipe it to the Activity Screen, it shows a square Icon while in the App List it has squircle icon. So, there is two type of icon we could add based on where it is displayed, right?<br />
<br />
How to do it? Thanks<br />
<br />
Best Regards,<br />
Ahmad</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>e4studio</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240477-Setting-Icon-in-Activity-Screen</guid>
		</item>
		<item>
			<title>How to retrieve images from the resource file?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240476-How-to-retrieve-images-from-the-resource-file&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 10:23:46 GMT</pubDate>
			<description><![CDATA[How to retrieve images from the resource file of the current theme?  
 
This is pretty trivial for experienced J2ME developer, but I couldn't google myself an answer. Could some one point me to the right direction?]]></description>
			<content:encoded><![CDATA[<div>How to retrieve images from the resource file of the current theme? <br />
<br />
This is pretty trivial for experienced J2ME developer, but I couldn't google myself an answer. Could some one point me to the right direction?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240476-How-to-retrieve-images-from-the-resource-file</guid>
		</item>
		<item>
			<title>Can We Access Sms Outbox using APIBridge in j2me?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240475-Can-We-Access-Sms-Outbox-using-APIBridge-in-j2me&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 09:25:51 GMT</pubDate>
			<description>hi, 
 
Can we Access the SMS Outbox from j2me Application using the APIBridge jar. 
 
 
Thanks</description>
			<content:encoded><![CDATA[<div>hi,<br />
<br />
Can we Access the SMS Outbox from j2me Application using the APIBridge jar.<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?56-Mobile-Java-Networking-amp-Messaging-amp-Security"><![CDATA[Mobile Java Networking & Messaging & Security]]></category>
			<dc:creator>nsaidulu</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240475-Can-We-Access-Sms-Outbox-using-APIBridge-in-j2me</guid>
		</item>
		<item>
			<title>How to do layout in LCDUI?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240474-How-to-do-layout-in-LCDUI&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 08:44:07 GMT</pubDate>
			<description>I want to know how to do layout in LCDUI? 
Specifically I want to have a search bar on the top and fixed, and then a list of search engines at the bottom and scrollable, nothing more. How could I achieve this in LCDUI?</description>
			<content:encoded><![CDATA[<div>I want to know how to do layout in LCDUI?<br />
Specifically I want to have a search bar on the top and fixed, and then a list of search engines at the bottom and scrollable, nothing more. How could I achieve this in LCDUI?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240474-How-to-do-layout-in-LCDUI</guid>
		</item>
		<item>
			<title>Backup/Restore for N8 belle refresh (.1511) wanted</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240473-Backup-Restore-for-N8-belle-refresh-(-1511)-wanted&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 07:36:53 GMT</pubDate>
			<description>Hi, 
 
as a hotline-frustrated customer in Germany,  I hope to find some help around here. 
 
Nokia Suite (V3.8...) does not support a working image-feature for my N8 -  I had to discover     :mad: .   
 
I have in mind something simple as a image-tool known from windows  :) . Or even an how-to  in...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
as a hotline-frustrated customer in Germany,  I hope to find some help around here.<br />
<br />
Nokia Suite (V3.8...) does not support a working image-feature for my N8 -  I had to discover     :mad: .  <br />
<br />
I have in mind something simple as a image-tool known from windows  :) . Or even an how-to  in commandline-manner USB-connecting my N8 to my PC. <br />
<br />
Just to image C: and E: sometimes as a fullbackup  on my PC (or SD-Card if that could be easier) and restore it if needed. :p :p :p<br />
<br />
Hope someone can help me.<br />
<br />
Thank you.<br />
<br />
(@Admin:  if you find a better place for this thread - please .... ) <br />
<br />
<br />
regards<br />
<br />
nokitopitop</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?40-Symbian-C">Symbian C++</category>
			<dc:creator>Nokitopitop</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240473-Backup-Restore-for-N8-belle-refresh-(-1511)-wanted</guid>
		</item>
		<item>
			<title>Accessing files in Asha emulator</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240472-Accessing-files-in-Asha-emulator&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 06:51:19 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm developing an app, which will need a file access, and I would like to develop with the Asha emulator. I discovered that the emulator's file system can be found from \Nokia\Devices\Nokia_SDK_2_0_Java\bin\storage and under that there's bunch of folder 2002, 2004 etc. If  I add my files to...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm developing an app, which will need a file access, and I would like to develop with the Asha emulator. I discovered that the emulator's file system can be found from \Nokia\Devices\Nokia_SDK_2_0_Java\bin\storage and under that there's bunch of folder 2002, 2004 etc. If  I add my files to the newest folder those will appear on the emulator.<br />
<br />
The problem is that the Asha emulator keeps on creating new folders all the time, so I have to add the files every time when the emulator starts. Right now I have something like 10 folders under that directory, and if I shutdown the emulator, and start it again, then I'll have another folder for the file system again. <br />
<br />
This is very frustrating, and it's eating my disc space as well. Do you have any fix how to get the emulator to stick into only one storage folder, instead of creating a new one on every startup.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>summeli</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240472-Accessing-files-in-Asha-emulator</guid>
		</item>
		<item>
			<title>Emdeding Jquery Mobile on Nokia Asha web app tools</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240465-Emdeding-Jquery-Mobile-on-Nokia-Asha-web-app-tools&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 22:35:43 GMT</pubDate>
			<description>Hi, 
For the ASHA developer competition, is it allowed to Jquery Mobile Library inside the Nokia Asha web app tools 3.0.</description>
			<content:encoded><![CDATA[<div>Hi,<br />
For the ASHA developer competition, is it allowed to Jquery Mobile Library inside the Nokia Asha web app tools 3.0.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>ngugi</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240465-Emdeding-Jquery-Mobile-on-Nokia-Asha-web-app-tools</guid>
		</item>
		<item>
			<title>HTML5 + KML ?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240464-HTML5-KML&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 16:34:02 GMT</pubDate>
			<description><![CDATA[HI 
 
I would like to display our POI base in KML format on HERE Maps HTML5 for mobile. Is it possible and what is the code that I should add to this one above? Thanks 
 
 
Code: 
--------- 
<!doctype html> 
<html> 
<head>]]></description>
			<content:encoded><![CDATA[<div>HI<br />
<br />
I would like to display our POI base in KML format on HERE Maps HTML5 for mobile. Is it possible and what is the code that I should add to this one above? Thanks<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;!doctype html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0,<br />
maximum-scale=1.0, user-scalable=no&quot;&gt;<br />
&lt;link rel=&quot;stylesheet&quot;<br />
href=&quot;http://api.maps.nokia.com/mobile/1.0.2/lib/mh5.css&quot;&gt;<br />
&lt;link rel=&quot;stylesheet&quot;<br />
href=&quot;http://api.maps.nokia.com/mobile/1.0.2/lib/colors.css&quot;&gt;<br />
&lt;/head&gt;<br />
&lt;body class=&quot;mh5_hwacc_body&quot;&gt;<br />
&lt;script src=&quot;http://api.maps.nokia.com/mobile/1.0.2/lib/mh5.js&quot;&gt;<br />
&lt;/script&gt;<br />
&lt;div id=&quot;app_location&quot;<br />
style=&quot;width: 320px; height: 480px; position: relative;&quot;&gt;<br />
&lt;/div&gt;<br />
&lt;script&gt;<br />
nokia.mh5.assetsPath =<br />
&quot;http://api.maps.nokia.com/mobile/1.0.2/lib/&quot;;<br />
nokia.mh5.app.embed ({<br />
domNode: &quot;#app_location&quot;,<br />
&quot;appId&quot;: &quot; myid &quot;,<br />
&quot;appCode&quot;: &quot; mycode &quot;,<br />
});<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;nks</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?294-MH5-Nokia-Maps-Framework-for-mobile-HTML5">MH5: Nokia Maps Framework for mobile HTML5</category>
			<dc:creator>studentproject</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240464-HTML5-KML</guid>
		</item>
		<item>
			<title>ClusterProvider redrawing unchanged points</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240462-ClusterProvider-redrawing-unchanged-points&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 15:36:09 GMT</pubDate>
			<description>Hi 
 
I am currently using the ClusterProvider and noticed the markers are being redrawn while zooming/panning even though nothing has changed (ie marker is still a cluster/single point and coordinates are the same). 
 
I understand it needs to compute again but why redrawing (marker is hidden and...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I am currently using the ClusterProvider and noticed the markers are being redrawn while zooming/panning even though nothing has changed (ie marker is still a cluster/single point and coordinates are the same).<br />
<br />
I understand it needs to compute again but why redrawing (marker is hidden and then shown again) if nothing has changed ? <br />
<br />
Is there a way to change this behaviour via the api ?<br />
<br />
You can observe this behaviour on the demo page <a href="http://developer.here.com/javascript_api_explorer" target="_blank">here</a> under the Marker / Create a marker cluster example.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?283-Maps-API-for-Javascript">Maps API for Javascript</category>
			<dc:creator>JeanT</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240462-ClusterProvider-redrawing-unchanged-points</guid>
		</item>
		<item>
			<title>Rotating Pictures on a Map.Help;</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240461-Rotating-Pictures-on-a-Map-Help&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 14:50:09 GMT</pubDate>
			<description>My class is making a WP8 app with many (Nokia) mapping components, I am programming a map with pictures defined on overlays on the map. I have, in my program (C# WP8), a map with the ability to change the heading with a slider. on the map there are several images, when the map is rotated the images...</description>
			<content:encoded><![CDATA[<div>My class is making a WP8 app with many (Nokia) mapping components, I am programming a map with pictures defined on overlays on the map. I have, in my program (C# WP8), a map with the ability to change the heading with a slider. on the map there are several images, when the map is rotated the images move location because they are defined by the top left corner rather than the center. If anyone knows how to center the image so that it stays in the same place or another way to avoid this dilemma please slap the solution my way.<br />
<br />
<img src="http://i.imgur.com/z5cJYE5.png" border="0" alt="" /><br />
<br />
<img src="http://i.imgur.com/vQ5C1wo.png" border="0" alt="" /><br />
<br />
       Thank you for your time and consideration,<br />
              Luke Penfold</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?320-Maps-API-for-Windows-Phone">Maps API for Windows Phone</category>
			<dc:creator>PorkChopPenfold</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240461-Rotating-Pictures-on-a-Map-Help</guid>
		</item>
		<item>
			<title>I have installed Nokia IDE for Java ME  and created, tried some sample projects.</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240460-I-have-installed-Nokia-IDE-for-Java-ME-and-created-tried-some-sample-projects&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 13:17:59 GMT</pubDate>
			<description>I have installed Nokia IDE for Java ME  and created, tried some sample projects. But How to import already existing wroking J2ME Apps like YouTubeMIDlet    etc. 
 
 
I have downloaded the above project from      
 
...</description>
			<content:encoded><![CDATA[<div>I have installed Nokia IDE for Java ME  and created, tried some sample projects. But How to import already existing wroking J2ME Apps like YouTubeMIDlet    etc.<br />
<br />
<br />
I have downloaded the above project from     <br />
<br />
<br />
<a href="http://www.developer.nokia.com/Community/Wiki/How_to_create_a_YouTube_player_with_Java_ME" target="_blank">http://www.developer.nokia.com/Commu...r_with_Java_ME</a><br />
<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>GTO_India</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240460-I-have-installed-Nokia-IDE-for-Java-ME-and-created-tried-some-sample-projects</guid>
		</item>
		<item>
			<title>Show alert as dialog with icon from the theme file in lcdui?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240459-Show-alert-as-dialog-with-icon-from-the-theme-file-in-lcdui&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 12:39:46 GMT</pubDate>
			<description><![CDATA[How can I show alert as a dialog and use icon from the theme resource? Maybe this should be separate question, but what I'd like is something like this 
Image: http://i40.tinypic.com/21e0poz.png  
This image is taken right from the documentation of Alert, but unfortunately the doc doesn't say how...]]></description>
			<content:encoded><![CDATA[<div>How can I show alert as a dialog and use icon from the theme resource? Maybe this should be separate question, but what I'd like is something like this<br />
<img src="http://i40.tinypic.com/21e0poz.png" border="0" alt="" /><br />
This image is taken right from the documentation of Alert, but unfortunately the doc doesn't say how to achieve this. I am quite unsatisfied with the doc though, too many things are left unsaid.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240459-Show-alert-as-dialog-with-icon-from-the-theme-file-in-lcdui</guid>
		</item>
		<item>
			<title>How to check for null values in Xml parsing?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240458-How-to-check-for-null-values-in-Xml-parsing&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 10:45:43 GMT</pubDate>
			<description>I am working for nokia s40 apps and the web service url link i m calling contain null attributes. 
How to include null values as my program is not running whenever it encounters null values in xml file while parsing 
like what changes i should do when fetching golden quote so that my program runs...</description>
			<content:encoded><![CDATA[<div>I am working for nokia s40 apps and the web service url link i m calling contain null attributes.<br />
How to include null values as my program is not running whenever it encounters null values in xml file while parsing<br />
like what changes i should do when fetching golden quote so that my program runs fine?<br />
<br />
<br />
<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> public Vector parsingdata()<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpConnection hc = (HttpConnection)Connector.open(url);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; InputStream is = hc.openInputStream();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Reader reader = new InputStreamReader(is);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; XmlParser parser = new XmlParser(reader);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; boolean xmlParsingDone = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //boolean error = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; String title = &quot;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; String desc = &quot;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  //String errorstr = &quot;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (!xmlParsingDone)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ParseEvent event = parser.read();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ParseEvent pe;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch (event.getType())<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case Xml.START_TAG:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Pick up Title for display<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; String tagName = event.getName();&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (&quot;goldenQuote&quot;.equals(tagName))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pe = parser.read();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; golden_text = pe.getText();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v1.addElement(golden_text);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //System.out.println(&quot;hiiiiiiiii:::::hello:&quot;+v1.size());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (&quot;date&quot;.equals(tagName))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pe = parser.read();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; golden_date = pe.getText();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v2.addElement(golden_date);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; System.out.println(&quot;hiiiiiiiii:::date:&quot;+v2.size());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case Xml.END_TAG:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case Xml.END_DOCUMENT:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xmlParsingDone = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case Xml.TEXT:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case Xml.WHITESPACE:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; default:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+v1.size()); <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; finalVector.addElement(v1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; finalVector.addElement(v2);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+v1.size());&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+v2.size()); <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  // System.out.println(&quot;v111111111111111111111111111&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&quot;+ finalVector.size()); <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  catch (IOException ioe){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  System.out.println(&quot;XML Parsing Error: &quot; + ioe);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ioe.printStackTrace();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }finally<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  parser = null;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return finalVector; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240458-How-to-check-for-null-values-in-Xml-parsing</guid>
		</item>
		<item>
			<title>How to create event handler for button in Java ME</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240457-How-to-create-event-handler-for-button-in-Java-ME&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 22:41:43 GMT</pubDate>
			<description><![CDATA[I'm trying to create an form which contains various buttons and each button creates a particular url on clicking it. I have already created the buttons using the GUI designer but I'm unable to find an onclick event handler. I'm using Netbeans 7.3. Any help would be appreciated.]]></description>
			<content:encoded><![CDATA[<div>I'm trying to create an form which contains various buttons and each button creates a particular url on clicking it. I have already created the buttons using the GUI designer but I'm unable to find an onclick event handler. I'm using Netbeans 7.3. Any help would be appreciated.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>abhishekpal</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240457-How-to-create-event-handler-for-button-in-Java-ME</guid>
		</item>
		<item>
			<title>Cannot deploy Phoneapp1 to my lumia 920</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240456-Cannot-deploy-Phoneapp1-to-my-lumia-920&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 19:42:10 GMT</pubDate>
			<description>Hi, using vs express 2012 for wp8, when i try to Deploy Phoneapp1 
I get .... 
Error	1	The system cannot find the file specified. (Exception from HRESULT: 0x80070002) 
 Please rebuild the solution and try again. 
 
I rebuild and there are no error messages but when deploy, I get 0x80070002) 
 
My...</description>
			<content:encoded><![CDATA[<div>Hi, using vs express 2012 for wp8, when i try to Deploy Phoneapp1<br />
I get ....<br />
Error	1	The system cannot find the file specified. (Exception from HRESULT: 0x80070002)<br />
 Please rebuild the solution and try again.<br />
<br />
I rebuild and there are no error messages but when deploy, I get 0x80070002)<br />
<br />
My dell i3 64b windows 8 pro computer is usb attached to my lumia 920 which is unlocked and I have just purchased developers licence.<br />
<br />
Thank-you<br />
Wayne</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>wlab</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240456-Cannot-deploy-Phoneapp1-to-my-lumia-920</guid>
		</item>
		<item>
			<title>Ads Widget Properties</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240455-Ads-Widget-Properties&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 16:34:19 GMT</pubDate>
			<description><![CDATA[Hello! Im using http://xpresswebapps.nokia.com/ to create apps. 
 
The problem is that I want to insert my NAX app ID on the Ads widget properties, and it says that '$?;|~_%' are not allowed, but the ID contains '_' symbol. 
I get that ID when adding a new app in my NAX control panel.. I have to...]]></description>
			<content:encoded><![CDATA[<div>Hello! Im using <a href="http://xpresswebapps.nokia.com/" target="_blank">http://xpresswebapps.nokia.com/</a> to create apps.<br />
<br />
The problem is that I want to insert my NAX app ID on the Ads widget properties, and it says that '$?;|~_%' are not allowed, but the ID contains '_' symbol.<br />
I get that ID when adding a new app in my NAX control panel.. I have to say it does not happen a few days ago.<br />
<br />
Does anyone have the same problem?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>imagenparaweb</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240455-Ads-Widget-Properties</guid>
		</item>
		<item>
			<title>Database Date and Time Conversion</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240454-Database-Date-and-Time-Conversion&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 13:54:47 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
We have a database file from a Nokia N8 which has a date column with the following data:- 
 
63518562987097375 
 
The field is INT64. Does anyone know how to convert this into a human 'readable' date and time? The date and time and time should display '15/10/2012 14:16:13' 
 
What format...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
We have a database file from a Nokia N8 which has a date column with the following data:-<br />
<br />
63518562987097375<br />
<br />
The field is INT64. Does anyone know how to convert this into a human 'readable' date and time? The date and time and time should display '15/10/2012 14:16:13'<br />
<br />
What format is the origanal data stored in? Is it the number of nanoseconds from a start date?<br />
<br />
I am trying to convert this in microsoft excel. Here are some more examples:- <br />
<br />
63529263215689000 = 16/02/2013 09:34:33<br />
63529226555177000 = 15/02/2013 23:23:31<br />
63511711520467625 = 27/07/2012 19:36:29<br />
<br />
Thank you</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>Forensic10</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240454-Database-Date-and-Time-Conversion</guid>
		</item>
		<item>
			<title>How do  i show icon at home screen if my applicaion run in background?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240452-How-do-i-show-icon-at-home-screen-if-my-applicaion-run-in-background&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 09:17:55 GMT</pubDate>
			<description>Hi Dude, 
How do  i show icon at home screen if my applicaion run in background? 
 
pls help as soon as. 
 
Regards, 
:confused:</description>
			<content:encoded><![CDATA[<div>Hi Dude,<br />
How do  i show icon at home screen if my applicaion run in background?<br />
<br />
pls help as soon as.<br />
<br />
Regards,<br />
:confused:</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?40-Symbian-C">Symbian C++</category>
			<dc:creator>soni_neeraj</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240452-How-do-i-show-icon-at-home-screen-if-my-applicaion-run-in-background</guid>
		</item>
		<item>
			<title>Play sound to uplink on Symbian^3 target E6</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240453-Play-sound-to-uplink-on-Symbian-3-target-E6&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 09:17:50 GMT</pubDate>
			<description>Hi Guys, 
 
   I have been trying to get a local audio up onto the uplink when there is a active call. I have failed so far. I have used mmda audio player utilty and audio recorder utility with device mode set. None of the schemes helped in getting the sound on to the uplink. Now I am wondering if...</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
<br />
   I have been trying to get a local audio up onto the uplink when there is a active call. I have failed so far. I have used mmda audio player utilty and audio recorder utility with device mode set. None of the schemes helped in getting the sound on to the uplink. Now I am wondering if this really possible on Symbian^3 /E6. Could you guys please comment if I am trying that is entirely not possible?<br />
<br />
E6 has belle and rm-609.<br />
<br />
Regards,<br />
-Daya</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?40-Symbian-C">Symbian C++</category>
			<dc:creator>dayaSherlock</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240453-Play-sound-to-uplink-on-Symbian-3-target-E6</guid>
		</item>
		<item>
			<title>Problem with Proguard on Netbeans</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240451-Problem-with-Proguard-on-Netbeans&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 07:49:00 GMT</pubDate>
			<description><![CDATA[With Netbeans 7.3 and 7.2, the Proguard plugin seems not working. Whenever I open the project properties dialog and navigate to Obfuscating section, I see below screenshot: 
Image: http://i39.tinypic.com/2i73ivo.png  
If I click the "Install ProGuard Obfuscator Library", a UI shows up to let me...]]></description>
			<content:encoded><![CDATA[<div>With Netbeans 7.3 and 7.2, the Proguard plugin seems not working. Whenever I open the project properties dialog and navigate to Obfuscating section, I see below screenshot:<br />
<img src="http://i39.tinypic.com/2i73ivo.png" border="0" alt="" /><br />
If I click the &quot;Install ProGuard Obfuscator Library&quot;, a UI shows up to let me choose obfuscation level, but after I click OK to save the dialog, nothing actually happen. What is going on here?<br />
<br />
And when building, an warning like below shows up:<br />
<b><i>Obfuscator type (PROGUARD) is not found in obfuscator classpath, using NONE.<br />
Please use Plugins Manager to install the missing obfuscator library.</i></b></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240451-Problem-with-Proguard-on-Netbeans</guid>
		</item>
		<item>
			<title>How to handle infinite page navigation loops?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240450-How-to-handle-infinite-page-navigation-loops&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 05:42:11 GMT</pubDate>
			<description><![CDATA[Hello, I'll give Twitter as an example for an "infinite page navigation loop": 
 
In twitter there is a page where we can read a tweet (page A), in that tweet there might be a "mention" and when we click on it we go to the mentioned user's profile page (page B). From the profile page we can see the...]]></description>
			<content:encoded><![CDATA[<div>Hello, I'll give Twitter as an example for an &quot;infinite page navigation loop&quot;:<br />
<br />
In twitter there is a page where we can read a tweet (page A), in that tweet there might be a &quot;mention&quot; and when we click on it we go to the mentioned user's profile page (page B). From the profile page we can see the user's tweets so we can navigate to tweet reading page again. This can go on forever and we might end up with a very deep page stack:<br />
<br />
Page A =&gt; Page B =&gt; Page A =&gt; Page B =&gt; Page A ...<br />
<br />
My question is: is this hurtful for our app? Might this consume all the phone memory and crash the program after a while? If yes how should we avoid or handle this problem?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>ZuLuuuuuu</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240450-How-to-handle-infinite-page-navigation-loops</guid>
		</item>
		<item>
			<title>Uniqueness of midlet suite</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240447-Uniqueness-of-midlet-suite&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 15:46:32 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm preparing to publish an application with two different versions (Normal and Lite). Basically the only difference between them is the name of the application and content of data files included in the package - the two versions can even use the exact same midlet class. 
 
I couldn't find...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm preparing to publish an application with two different versions (Normal and Lite). Basically the only difference between them is the name of the application and content of data files included in the package - the two versions can even use the exact same midlet class.<br />
<br />
I couldn't find any info about how phones uniquely identify midlet suites, eg. check whether a JAD/JAR being installed to the device is a new midlet suite or update to an existing one, so I tried on two devices (unsigned apps, installed via Nokia Suite, same MIDlet-Vendor in all tests):<br />
<br />
Asha 310: <br />
Installing same midlet suite with different JAD/JAR filename creates a new application on the device, no matter what the MIDlet-Name is. Reinstalling with same filename updates/reinstalls the existing suite.<br />
<br />
Nokia 808 Pureview: <br />
Midlet suites seem to be identified by MIDlet-Name specified in Manifest. Filename of the installed JAD/JAR is not taken into account. <br />
<br />
Can this result be generalized to other Nokia devices too, meaning two JARs will be seen as different midlet suites on all devices if the MIDlet-Name AND JAD/JAR filenames are different (and same if both of those match)? Or can something else (midlet class name/package or signature?) affect the detection as well?<br />
<br />
Also, for Nokia Publish / Nokia Store on S40, does this mean that as a publisher, when uploading a new version of an existing app, I have to always upload JAR file with the same filename as the previous version, to avoid duplicates being created on S40 devices if user updates/redownloads? For Symbian apps, I've been including version number in SIS file names, just to make it easy to check that I actually uploaded the correct version.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>TongMuan</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240447-Uniqueness-of-midlet-suite</guid>
		</item>
		<item>
			<title>How to create Multiple Buttons with Hyperlinks in a Single Page</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240446-How-to-create-Multiple-Buttons-with-Hyperlinks-in-a-Single-Page&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 13:12:39 GMT</pubDate>
			<description><![CDATA[I want to know the method which enables us to create multiple buttons each with a hyperlink option or if possible multiple StringItems with Hyperlinks. I am able to make a single StringItem but can't make more than one. Any snippet/tutorial would be helpful. Thank you.]]></description>
			<content:encoded><![CDATA[<div>I want to know the method which enables us to create multiple buttons each with a hyperlink option or if possible multiple StringItems with Hyperlinks. I am able to make a single StringItem but can't make more than one. Any snippet/tutorial would be helpful. Thank you.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>abhishekpal</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240446-How-to-create-Multiple-Buttons-with-Hyperlinks-in-a-Single-Page</guid>
		</item>
		<item>
			<title>Map Control Pitch Issue</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240445-Map-Control-Pitch-Issue&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 11:36:22 GMT</pubDate>
			<description><![CDATA[I'm using the Map control in windows phone and I'm setting the Pitch property. 
I noticed that there is a "dead area" at the top of the map control where you see some "sky" like gradient instead of rendering more map content. 
You can see an example here:...]]></description>
			<content:encoded><![CDATA[<div>I'm using the Map control in windows phone and I'm setting the Pitch property.<br />
I noticed that there is a &quot;dead area&quot; at the top of the map control where you see some &quot;sky&quot; like gradient instead of rendering more map content.<br />
You can see an example here: <a href="http://www.developer.nokia.com/Resources/Library/Lumia/#!guide-to-the-maps.html" target="_blank">http://www.developer.nokia.com/Resou...-the-maps.html</a><br />
Look for the pitch example and see the dead area.<br />
<br />
It sounds to me like an issue because this is a valuable area where you can draw more map instead of this sky rendering.<br />
<br />
Has anyone was able to workaround this issue? Maybe enlarging the map control size and clipping it somehow?<br />
<br />
BTW, this same &quot;issue&quot; is happening in the HERE Drive+ application in my Lumia 920.<br />
<br />
Thanks,<br />
Raanan</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?320-Maps-API-for-Windows-Phone">Maps API for Windows Phone</category>
			<dc:creator>raananan</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240445-Map-Control-Pitch-Issue</guid>
		</item>
		<item>
			<title>The Nokia Java 2 emulator does not load</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240444-The-Nokia-Java-2-emulator-does-not-load&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 11:31:36 GMT</pubDate>
			<description>Hi 
   I Installed  java (build 1.7.0_17-b02) 
Netbeans NetBeans IDE 7.1.2 (Build 201204101705) 
Nokia Java SDK 2.0 
 
yet when I run the program the Phone emulator window does not show up/load 
please help</description>
			<content:encoded><![CDATA[<div>Hi<br />
   I Installed  java (build 1.7.0_17-b02)<br />
Netbeans NetBeans IDE 7.1.2 (Build 201204101705)<br />
Nokia Java SDK 2.0<br />
<br />
yet when I run the program the Phone emulator window does not show up/load<br />
please help</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>alz19</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240444-The-Nokia-Java-2-emulator-does-not-load</guid>
		</item>
		<item>
			<title>Video Player</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240443-Video-Player&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 11:13:24 GMT</pubDate>
			<description><![CDATA[Hi, 
    I need to play video in my app..I am getting video from Json.. If i use this code its downloading and playing  
 
  <a href="#" onclick="mwl.loadURL('http://s830.vuclip.com/12/62/126256534e0b94d508b83d79e5aa8176/ba71763/MobilePhone_1262_w_1.3gp');">Play video</a><br/> 
 
     but i want to...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
    I need to play video in my app..I am getting video from Json.. If i use this code its downloading and playing <br />
<br />
  &lt;a href=&quot;#&quot; onclick=&quot;mwl.loadURL('http://s830.vuclip.com/12/62/126256534e0b94d508b83d79e5aa8176/ba71763/MobilePhone_1262_w_1.3gp');&quot;&gt;Play video&lt;/a&gt;&lt;br/&gt;<br />
<br />
     but i want to play video i should allow to download....<br />
<br />
If i use this code <br />
<br />
   &lt;a href=&quot;rtsp://s1300.vuclip.com:554/3340f7c2f3ea6dee0ab28dc9e9da95b5_459169231_1881660744_BOVd3X_1_ba71763.3gp&quot;&gt;Play video stream&lt;/a&gt;&lt;br/&gt;<br />
<br />
Its showing Streaming not supported<br />
<br />
anyone please help....<br />
<br />
I want to play video without downloading ...It should play in all S40 series<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>manikandan12</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240443-Video-Player</guid>
		</item>
		<item>
			<title>Back Button In Nokia Asha</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240442-Back-Button-In-Nokia-Asha&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 11:07:49 GMT</pubDate>
			<description>Hi, 
  I want Implement back button in my application...anyone please help me..I need one function to go back to previous screen 
 
Thanks</description>
			<content:encoded><![CDATA[<div>Hi,<br />
  I want Implement back button in my application...anyone please help me..I need one function to go back to previous screen<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>manikandan12</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240442-Back-Button-In-Nokia-Asha</guid>
		</item>
		<item>
			<title>Flowella File Extensions</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240441-Flowella-File-Extensions&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 10:11:15 GMT</pubDate>
			<description>Hi all, 
 
When attempting to load a Flowella project via a double click of the project file within Windows the software loads but displays the default menu option asking to create or load a file. Is this a known bug in the software? 
 
Any help would be gratefully received. 
 
Matt</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
When attempting to load a Flowella project via a double click of the project file within Windows the software loads but displays the default menu option asking to create or load a file. Is this a known bug in the software?<br />
<br />
Any help would be gratefully received.<br />
<br />
Matt</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?193-Mobile-Design-and-User-Experience">Mobile Design and User Experience</category>
			<dc:creator>BCSCornwall</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240441-Flowella-File-Extensions</guid>
		</item>
		<item>
			<title><![CDATA[how to display contact's saved photo as listbox icon]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240440-how-to-display-contact-s-saved-photo-as-listbox-icon&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 10:01:58 GMT</pubDate>
			<description><![CDATA[The link  (https://www.developer.nokia.com/Community/Wiki/Fetch_Image_from_contacts)provides how to fetch contact's saved photo. I want to use saved photo as a listbox icon. Which steps I need to follow for that purpose? In which image format contact's photo is retrieved?]]></description>
			<content:encoded><![CDATA[<div>The <a href="https://www.developer.nokia.com/Community/Wiki/Fetch_Image_from_contacts" target="_blank">link </a>provides how to fetch contact's saved photo. I want to use saved photo as a listbox icon. Which steps I need to follow for that purpose? In which image format contact's photo is retrieved?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?40-Symbian-C">Symbian C++</category>
			<dc:creator>slinx</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240440-how-to-display-contact-s-saved-photo-as-listbox-icon</guid>
		</item>
		<item>
			<title>Customized MarkerCluster</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240439-Customized-MarkerCluster&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 09:40:22 GMT</pubDate>
			<description>Hi, 
 
I am new to Nokia maps api. I am trying to use markerCluster functionality for my mapping solution. I need to use custom marker icons both for cluster markers and individual markers. I need to be able to show labels and circles around the markers when individual markers come to display and...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am new to Nokia maps api. I am trying to use markerCluster functionality for my mapping solution. I need to use custom marker icons both for cluster markers and individual markers. I need to be able to show labels and circles around the markers when individual markers come to display and hide them when they get into a cluster. I have an array of markers as opposed to datapoints, an array of labels, and an array of circles objects to be passed to cluster object. I have done this using google maps api and now I need to do it using Nokia maps api. I thought I'd better use the alternative to google maps clustering javascript file (markerclusterer.js) rather than the clusterprovider just to have the option to customize icons. I managed to show custom icons and labels to individual markers but not cluster markers. Also the Zoomchange event wasn't working so I called the attach function at the end, but this now has caused an error to appear that reads: localhost is not responding, script is too long!<br />
<br />
Can anyone put me into right direction please. <br />
Should I be using markerclusterer.js or clusterprovider? All I require is to customize my icons both cluster and individuals as well as show/hide some other objects (labels/circles) on individual markers.<br />
<br />
Any help is much appreciated</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?283-Maps-API-for-Javascript">Maps API for Javascript</category>
			<dc:creator>LeilaMGoharian</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240439-Customized-MarkerCluster</guid>
		</item>
		<item>
			<title>How to change the position of the clock</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240438-How-to-change-the-position-of-the-clock&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 08:30:35 GMT</pubDate>
			<description><![CDATA[I HAVE A DOUBT.I COULN'T CHANGE THE POSITION OF THE CLOCK IN CARBIDE.UI VERSION SIX. 
 
 
 
                              I NEED HELP CAUSE I AM JUST LEARNING HOW TO CREATE THEMES  :confused: :D]]></description>
			<content:encoded><![CDATA[<div>I HAVE A DOUBT.I COULN'T CHANGE THE POSITION OF THE CLOCK IN CARBIDE.UI VERSION SIX.<br />
<br />
<br />
<br />
                              I NEED HELP CAUSE I AM JUST LEARNING HOW TO CREATE THEMES  :confused: :D</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?130-Themes-Carbide-ui">Themes/Carbide.ui</category>
			<dc:creator>vigneshlampard</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240438-How-to-change-the-position-of-the-clock</guid>
		</item>
		<item>
			<title>Do we need to call diffrent recordsore with diffrent objects?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240437-Do-we-need-to-call-diffrent-recordsore-with-diffrent-objects&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 06:06:35 GMT</pubDate>
			<description>I am making nokia s40 app on sdk 2.0 java 
 
If we have two recordstore , we have to make two separate objects for that?  
When i call closerecordstore() then i want a particular recordstore to get close 
 
and if i am using large number of recordstore then i have to create that much number of...</description>
			<content:encoded><![CDATA[<div>I am making nokia s40 app on sdk 2.0 java<br />
<br />
If we have two recordstore , we have to make two separate objects for that? <br />
When i call closerecordstore() then i want a particular recordstore to get close<br />
<br />
and if i am using large number of recordstore then i have to create that much number of objects?<br />
<br />
plz advice</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240437-Do-we-need-to-call-diffrent-recordsore-with-diffrent-objects</guid>
		</item>
		<item>
			<title>Database sync</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240436-Database-sync&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 05:05:07 GMT</pubDate>
			<description>Which model is appropriate in terms of database synchronization based on the following scenarios: 
 
1. Initial application install, the users get the latest database from a centralized database 
2. Administrative staff can enter data into centralized database where this information can be use via...</description>
			<content:encoded><![CDATA[<div>Which model is appropriate in terms of database synchronization based on the following scenarios:<br />
<br />
1. Initial application install, the users get the latest database from a centralized database<br />
2. Administrative staff can enter data into centralized database where this information can be use via web for administrative purpose or as web pages<br />
3. Users update information directly to the centralized database<br />
4. Each time the user starts the application, it checks for the latest database <br />
<br />
My purpose is to allow users to continue using the app without internet connection.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>tsluu</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240436-Database-sync</guid>
		</item>
		<item>
			<title>Nokia SDK stops at 98%</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240434-Nokia-SDK-stops-at-98&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 13:44:50 GMT</pubDate>
			<description>My SDK stops at 98% while loading ..i am using Windows 8-64 bit .The SDK is of 32 bit so is this problem due to this reason ?Since the SDK is working fine on my 32 bit windows 8 desktop but not on my laptop ...please help urgent</description>
			<content:encoded><![CDATA[<div>My SDK stops at 98% while loading ..i am using Windows 8-64 bit .The SDK is of 32 bit so is this problem due to this reason ?Since the SDK is working fine on my 32 bit windows 8 desktop but not on my laptop ...please help urgent</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>Cyber Shaft</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240434-Nokia-SDK-stops-at-98</guid>
		</item>
		<item>
			<title>Problems with Security</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240433-Problems-with-Security&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 12:59:57 GMT</pubDate>
			<description><![CDATA[Problems with Security 
Hello 
I'm doing to develop an application that requires a very powerful secret to receive and send data from the server and handle via Secure NFC 
I use amazon EC2 servers , SSL certificates and Login dialog ...]]></description>
			<content:encoded><![CDATA[<div>Problems with Security<br />
Hello<br />
I'm doing to develop an application that requires a very powerful secret to receive and send data from the server and handle via Secure NFC<br />
I use amazon EC2 servers , SSL certificates and <a href="http://www.developer.nokia.com/Community/Wiki/Login_dialog_for_Windows_Phone_apps" target="_blank">Login dialog </a><br />
But I look for more of the secret is there any suggestions or tips on protection<br />
I'm in this application does not use local logon Models of my own . I use <a href="http://facebooksdk.net/docs/phone/" target="_blank">Facebook Login</a><br />
And the transfer and receipt of data from the server encrypted SSL certificate<br />
And server mainly supposed to be protected by the contractual terms<br />
And the Login dialog to request the introduction of digital code consists of 4 digits when every time you open the application<br />
Any suggestions to get the maximum secrecy on Windows Phone</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>bintk</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240433-Problems-with-Security</guid>
		</item>
		<item>
			<title>VideoBrush.SetSource(PhotoCaptureDevice) in ViewModel? (MVVM)</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240431-VideoBrush-SetSource(PhotoCaptureDevice)-in-ViewModel-(MVVM)&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 08:24:14 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to bin a bind a VideoBrush in my ViewModel to a Canvas Backround. I want to fill the VideoBrush with a PhotoCaptureDevice. 
 
When I'm doing that in the CodeBehind it's working fine :) What am I not seeing here? :( 
 
Can anyone help me? :)]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm trying to bin a bind a VideoBrush in my ViewModel to a Canvas Backround. I want to fill the VideoBrush with a PhotoCaptureDevice.<br />
<br />
When I'm doing that in the CodeBehind it's working fine :) What am I not seeing here? :(<br />
<br />
Can anyone help me? :)<br />
<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">// Setting the VideoBrush Source to the PhotoCaptureDevice<br />
<br />
PhotoCaptureDevice CaptureDevice = await PhotoCaptureDevice.OpenAsync(CameraSensorLocation.Back, _captureResolution);<br />
<br />
PreviewVideoBrush = new VideoBrush();<br />
PreviewVideoBrush.SetSource(CaptureDevice); // Here is the first Problem. It accepts only MediaElement and CaptureSource that way<br />
<br />
<br />
// Property with Change Notification<br />
<br />
private VideoBrush _previewVideoBrush;<br />
public VideoBrush PreviewVideoBrush<br />
{<br />
&nbsp; &nbsp; get { return _previewVideoBrush; }<br />
&nbsp; &nbsp; set<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (Equals(value, _previewVideoBrush)) return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; _previewVideoBrush = value;<br />
&nbsp; &nbsp; &nbsp; &nbsp; OnPropertyChanged();<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div><br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;!-- XAML --&gt;<br />
<br />
Grid x:Name=&quot;LayoutRoot&quot; Background=&quot;Transparent&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Grid x:Name=&quot;ContentPanel&quot; Grid.Row=&quot;1&quot; Margin=&quot;12,0,12,0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Canvas Background=&quot;{Binding PreviewVideoBrush}&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Grid&gt;<br />
&nbsp; &nbsp; &lt;/Grid&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>fabianhenzler</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240431-VideoBrush-SetSource(PhotoCaptureDevice)-in-ViewModel-(MVVM)</guid>
		</item>
		<item>
			<title>How to deploy to device using gnu/linux host using USB ? or without BT support ?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240430-How-to-deploy-to-device-using-gnu-linux-host-using-USB-or-without-BT-support&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 14:46:34 GMT</pubDate>
			<description>How to deploy to device using gnu/linux host without BT support ? usb ? 
 
Hi 
 
I created a sample gwt app and I want to test it on actual device (asha 301)  
 
is bluetooth mandatory to deploy it ? 
 
http://www.developer.nokia.com/Community/Wiki/Nokia_Asha_Web_Apps_-_Run_your_app_on_device#</description>
			<content:encoded><![CDATA[<div>How to deploy to device using gnu/linux host without BT support ? usb ?<br />
<br />
Hi<br />
<br />
I created a sample gwt app and I want to test it on actual device (asha 301) <br />
<br />
is bluetooth mandatory to deploy it ?<br />
<br />
<a href="http://www.developer.nokia.com/Community/Wiki/Nokia_Asha_Web_Apps_-_Run_your_app_on_device#" target="_blank">http://www.developer.nokia.com/Commu...app_on_device#</a><br />
<br />
<br />
Note I am using GNU/Linux debian ..<br />
<br />
Regards</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>www.rzr.online.fr</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240430-How-to-deploy-to-device-using-gnu-linux-host-using-USB-or-without-BT-support</guid>
		</item>
		<item>
			<title>UI freeze after calling platformRequest to open URL</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240429-UI-freeze-after-calling-platformRequest-to-open-URL&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 14:08:21 GMT</pubDate>
			<description><![CDATA[In my LWUIT app I am calling platformRequest to open a URL after user click a button, but the issue is that after opening URL and back to my app by pressing the back button in Asha 501 emulator, the UI of my app freezes. What's the matter?]]></description>
			<content:encoded><![CDATA[<div>In my LWUIT app I am calling platformRequest to open a URL after user click a button, but the issue is that after opening URL and back to my app by pressing the back button in Asha 501 emulator, the UI of my app freezes. What's the matter?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240429-UI-freeze-after-calling-platformRequest-to-open-URL</guid>
		</item>
		<item>
			<title>LWUIT FT - Header Bar Color</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240428-LWUIT-FT-Header-Bar-Color&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 07:39:04 GMT</pubDate>
			<description>I want to change the Header Bar Colour .. 
I am using LWUIT and developing ASHA full touch app .. please can someone share the code that how can I change the colour of Header Bar.</description>
			<content:encoded><![CDATA[<div>I want to change the Header Bar Colour ..<br />
I am using LWUIT and developing ASHA full touch app .. please can someone share the code that how can I change the colour of Header Bar.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Shayan Rais</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240428-LWUIT-FT-Header-Bar-Color</guid>
		</item>
		<item>
			<title>Error while running rms program. Null pointer Exception. Plz help</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240427-Error-while-running-rms-program-Null-pointer-Exception-Plz-help&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 06:22:37 GMT</pubDate>
			<description>I am using SDK 2.0 Nokia java making app for s40 series. Working on rms at moment and following is my problem 
 
I am calling web service and my data is stored in vectors.  
My program structure is as follows: 
 
parsing from webservice(url link) 
writing them on rms 
reading them 
 
Every time i...</description>
			<content:encoded><![CDATA[<div>I am using SDK 2.0 Nokia java making app for s40 series. Working on rms at moment and following is my problem<br />
<br />
I am calling web service and my data is stored in vectors. <br />
My program structure is as follows:<br />
<br />
parsing from webservice(url link)<br />
writing them on rms<br />
reading them<br />
<br />
Every time i run my program data must be added to recordstore. It is running fine for 2-3 times then it is showing Null pointer exception. <br />
Also i need to put a check that as soon as my recordtore is about to get full , create a new recordstore and start writing in that.<br />
<br />
How to do so?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240427-Error-while-running-rms-program-Null-pointer-Exception-Plz-help</guid>
		</item>
		<item>
			<title>How to open phonebook  s40</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240426-How-to-open-phonebook-s40&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 05:06:45 GMT</pubDate>
			<description>I want to open phonebook by code (not get contact by PIM API) in s40 devices. How can I do it? 
Thanks in advance</description>
			<content:encoded><![CDATA[<div>I want to open phonebook by code (not get contact by PIM API) in s40 devices. How can I do it?<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240426-How-to-open-phonebook-s40</guid>
		</item>
		<item>
			<title>problems with Numers and culture when  Convert.ToDouble()</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240425-problems-with-Numers-and-culture-when-Convert-ToDouble()&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 21:33:16 GMT</pubDate>
			<description><![CDATA[Im developing an app that will calculate something, im using a texbox to get the data, on my texbox the user only can insert digits and "." for decimals 
 
When i use double a = Convert.ToDouble(textBox2.Text); i have a lot of trouble, if the user insert 1.5 and the culture of the phone is "en-US"...]]></description>
			<content:encoded><![CDATA[<div>Im developing an app that will calculate something, im using a texbox to get the data, on my texbox the user only can insert digits and &quot;.&quot; for decimals<br />
<br />
When i use double a = Convert.ToDouble(textBox2.Text); i have a lot of trouble, if the user insert 1.5 and the culture of the phone is &quot;en-US&quot; the result is ok 1.5<br />
but if the culture of the phone is &quot;es-Es&quot;  the result is 15, and thats ok for Spain, but this is a problem because on Mexico the culture of the phone is &quot;es-ES&quot;  but our numerical sistem is like <br />
US, we use &quot;.&quot; for decimals.<br />
<br />
How can i ignore the culture of the phone? and use &quot;en-US&quot;  for my Conver.ToDouble()?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>aaike64</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240425-problems-with-Numers-and-culture-when-Convert-ToDouble()</guid>
		</item>
		<item>
			<title>Windows Phone Development - Getting Started</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240424-Windows-Phone-Development-Getting-Started&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 20:27:47 GMT</pubDate>
			<description><![CDATA[I've some free time this weekend, and was going to look into developing a Windows Phone app. I assumed there was just one standard SDK to develop with, but it appears not to be the case. Anyway, initially I tried to download the Windows Phone 8 SDK, but it wouldn't let me install it as I only have...]]></description>
			<content:encoded><![CDATA[<div>I've some free time this weekend, and was going to look into developing a Windows Phone app. I assumed there was just one standard SDK to develop with, but it appears not to be the case. Anyway, initially I tried to download the Windows Phone 8 SDK, but it wouldn't let me install it as I only have Windows 7 on my machine. Looking through Google, there doesn't seem to be an easy way around this restriction. Since I cannot download WP8 SDK, I see there is a 7.8 SDK, a 7.11 SDK and a 7.1 SDK and I am not sure which I should download. Basically, I'd like to try and write one app that will work for all of 7.5/7.8/8.0. Is this currently possible? If it is, will I be able to test my app through RDA on Windows Phone 8 devices and have the same user experience? Any thoughts or experience on cross SDK development would be appreciated.<br />
<br />
Also, has anyone got any other guides, recommendations, websites or suggestions for an experienced developer (albeit a developer who has never touched .net) looking to get started on Windows Phone? I am particularly interested on material about how design patterns can be utilized and any other best practices when developing apps.<br />
<br />
Bear in mind, I am running a modern machine under Windows 7 and only have a WP 7.8 HTC Mozart (it was free!) to test my applications against. Please excuse any of my newbie-ness :D<br />
<br />
Kind regards,<br />
grift.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>grift</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240424-Windows-Phone-Development-Getting-Started</guid>
		</item>
		<item>
			<title><![CDATA[Nokia Asha applications [Price Point Policy] [Unlimited Updates] [Suggestions]]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240423-Nokia-Asha-applications-Price-Point-Policy-Unlimited-Updates-Suggestions&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 20:19:19 GMT</pubDate>
			<description><![CDATA[As we all know - or most of us - that paid applications on Nokia Store are being sold under a '*Price Point Policy*' drawn / set by Nokia.  
 
Where the application publisher can select one of the available Price Points - Let us say the lowest Price Point which is #1 - to be the price of the...]]></description>
			<content:encoded><![CDATA[<div>As we all know - or most of us - that paid applications on Nokia Store are being sold under a '<b>Price Point Policy</b>' drawn / set by Nokia. <br />
<br />
Where the application publisher can select one of the available Price Points - <i>Let us say the lowest Price Point which is #1</i> - to be the price of the application.<br />
<br />
<br />
According to Nokia Store 'Price Point Policy' when the application is set to the price point #1 :-<br />
<br />
1- It is being sold for 1 Euro in countries as [ Finland - Germany - etc. ]<br />
<br />
2- In the meanwhile it is being sold for 0.5 Euro in countries as [ Egypt ] <br />
<br />
3- And For 0.07 - 0.21 Euro in most Asian / African countries.<br />
<br />
<br />
<b>* Note: These are the prices before the deduction [ Nokia takes 30% + Local taxes (if any) ].</b><br />
<br />
<br />
And if we combined this 'Price Point Policy' with two facts:-<br />
<br />
1- The low price of Nokia Asha mobiles (100$ give or take)<br />
<br />
2- Indian market - as example - is one of the most important &amp; supportive markets the applications developers counting on.<br />
<br />
3- Unlimited updates for the purchased application from Nokia Store.<br />
<br />
<br />
<b>The result would be</b> that any professional developer will not be confident to develop / sell applications for Nokia Asha phones, especially if the developer lives off the sales coming from Nokia store.<br />
<br />
<br />
So either the developer will raise the price point to sell his / her application in a fair price in the Eastern &amp; African markets &amp; loose the European &amp; Western markets (Who gonna pay 100$ for Asha mobile &amp; pay 3 Euros for an application!!).<br />
<br />
<br />
Or to keep the price point at 1 Euro and in return the developer will not make reasonable money from the Eastern &amp; African markets.<br />
<br />
<br />
<br />
<b><b>Thoughts:<br />
-----------</b></b><br />
<br />
- There might be solutions that come in ones mind, as making copies of the same application and setting a different price point for each copy &amp; selling it in specific markets based on the 'Price Point Policy'.<br />
<br />
<br />
But, as we all know that when a developer / publisher publishes a new application, (s)he needs the biggest support &amp; publicity &amp; 'Reviews' for the new application; And this will not happen if (s)he used the previously mentioned solution.<br />
<br />
<br />
- Different solution is to publish one copy of the application on Nokia Store until the application makes a good reputation, after that the publisher creates other copies of the application &amp; restrict each one to specific markets with different Price Point that guarantee a respectful revenue.<br />
<br />
<br />
At this point the developer / publisher will be considered - From customers point of view - a vampire who is eager to suck their blood (Money). <br />
<br />
Most Customers will loose their interest / confidence in this developer / publisher applications, which will damage the developer / publisher on the long term.<br />
<br />
<br />
<br />
<b>Conclusion / Suggestions:<br />
-----------------------------</b><br />
<br />
1- To limit the 'Unlimited updates' of purchased application to a year since the day the customer bought the application.<br />
<br />
This way the developers will be able to continue developing applications for Nokia Asha; In the meanwhile the customers will be satisfied with a full year of updates.<br />
<br />
<br />
2- If Nokia is not welling to change the price point, then why not adding a feature for the publishers where:<br />
<br />
- The Publisher will publish different copies of the same application.<br />
<br />
- Yet, all copies will have the same link on Nokia Store (Same review page).<br />
<br />
- But, Each copy will have it's own distribution countries &amp; price point selected by the publisher.<br />
<br />
<br />
* I believe this simple solutions will give Asha developers more confidence &amp; the well to keep working on creating new applications, as they sell their applications for an accepted price - for both customers &amp; developers - while they get the same support / publicity from Asha community world wide.<br />
<br />
<br />
<br />
<br />
It would be appreciated if other developers / publishers share their opinions &amp; suggestions; In the end we all (Customers - Developers - Nokia) in the same boat.<br />
<br />
<br />
My best regards, and thank you for reading<br />
<br />
Ashraf Alshahawy</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>ashraf fawzy</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240423-Nokia-Asha-applications-Price-Point-Policy-Unlimited-Updates-Suggestions</guid>
		</item>
		<item>
			<title>mh5 and jquery mobile: problem creating a second map on a second page.</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240422-mh5-and-jquery-mobile-problem-creating-a-second-map-on-a-second-page&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 19:51:24 GMT</pubDate>
			<description><![CDATA[Hi again, 
I'm having a second problem: 
 
I'm using jQuery mobile, I have two pages, both of which contain an mh5 Map Widget. 
 
First, I enter page A. 
On the 'pagecreate' event, I create a map object and display it: 
 
Code: 
---------]]></description>
			<content:encoded><![CDATA[<div>Hi again,<br />
I'm having a second problem:<br />
<br />
I'm using jQuery mobile, I have two pages, both of which contain an mh5 Map Widget.<br />
<br />
First, I enter page A.<br />
On the 'pagecreate' event, I create a map object and display it:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; var settings = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; settingsButton: null,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; infoBubble: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; content: [&quot;title&quot;, &quot;description&quot;],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; right: &quot;/mobile/css/images/okbtn.png&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rightDelimiter: true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; listeners: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; click: function(e) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rightclick: function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log('rightclick');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; };<br />
&nbsp; &nbsp; &nbsp; &nbsp; var map = new nokia.mh5.components.Map(settings);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; $('#mapContainerA').empty().append(map.root);</code><hr />
</div>then I create some POI:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">var poi = map.createPoi(options.poiImage, {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; longitude: loc.longitude,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; latitude: loc.latitude,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; content: [&quot;title&quot;, &quot;description&quot;],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name: place.street + &quot; &quot; + place.houseNo,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: place.postcode + &quot; &quot; + place.place<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });</code><hr />
</div>This works like a charm. Clicking on a POI opens the infoBubble, and clicking on the infoBubble triggers the events.<br />
<br />
<br />
However, if I change to page B, I run into problems.<br />
The code for this page is exactly the same except the ID for the map object - it's 'mapContainerB' instead of 'mapContainerA'.<br />
<br />
Unfortunately, on this page, clicking on the Map does not open infoBubbles. And after opening the infoBubbles with <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">map.showInfoBubble(poi);</code><hr />
</div>neither the click event nor the rightclick event do trigger.<br />
<br />
Same scenario other way round:<br />
Refresh the page, start with page B: page B works like a charm. Go to page A: click events broken. I can move around the map without problems, but infoBubbles have the same problems as described above.<br />
<br />
<br />
<br />
As you might know, jQuery mobile does not reload the web page upon changing. It keeps the old page in the DOM and loads a new page additionally.<br />
This might lead to all funny kinds of global variable collisions or object ID collisions.<br />
For my own pages, I've made sure, this doesn't happen, but of course I can't do that for mh5.<br />
<br />
Is there any function to completely eradicate all mh5-associated divs, canvas elements, javascript global variables, whatever else you might think of, to prevent that?<br />
<br />
Or is the solution even much more easier and I just don't see it?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?294-MH5-Nokia-Maps-Framework-for-mobile-HTML5">MH5: Nokia Maps Framework for mobile HTML5</category>
			<dc:creator>lweber</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240422-mh5-and-jquery-mobile-problem-creating-a-second-map-on-a-second-page</guid>
		</item>
		<item>
			<title>Simple AJAX Request fails on real Series 40 Phone - Nokia Asha 311</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240420-Simple-AJAX-Request-fails-on-real-Series-40-Phone-Nokia-Asha-311&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 16:57:42 GMT</pubDate>
			<description><![CDATA[I'm having some issues doing a simple AJAX Request in a Nokia Asha 311 (actual phone).  
 
The following is my Javascript code: 
 
 
Code: 
--------- 
$.ajax({ 
	type: "GET", 
	url: "http://myurl",]]></description>
			<content:encoded><![CDATA[<div>I'm having some issues doing a simple AJAX Request in a Nokia Asha 311 (actual phone). <br />
<br />
The following is my Javascript code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$.ajax({<br />
&nbsp; &nbsp; &nbsp; &nbsp; type: &quot;GET&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; url: &quot;http://myurl&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; headers: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Cache-Control&quot;:&quot;no-cache&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Pragma&quot;:&quot;no-cache&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; success: function(response) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $(&quot;#mydiv&quot;).text(&quot;Yes!&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; error: function(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $(&quot;#mydiv&quot;).text(&quot;No!&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
});</code><hr />
</div>When I use this in the Nokia Emulator on my PC, I see &quot;Yes!&quot;. However, on the real device I see &quot;No!&quot;.<br />
<br />
How come it's working on an emulator and not on the phone?! What can I do to remedy this anomaly?!<br />
<br />
Thanks.<br />
<br />
P.S. From the phone settings I see that the browser is Version 2.3.0.0.49.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>ohill</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240420-Simple-AJAX-Request-fails-on-real-Series-40-Phone-Nokia-Asha-311</guid>
		</item>
		<item>
			<title>Where Asha phones are being sold</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240418-Where-Asha-phones-are-being-sold&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 16:07:36 GMT</pubDate>
			<description>I want to know where Asha phones (S40 - Asha) are being sold, Are they being sold globally or in specific markets (Which ones)? 
 
Is their an official chart with the number of sales in each country? (For example I want to know how much Asha phones have been sold in England / Finland / India /...</description>
			<content:encoded><![CDATA[<div>I want to know where Asha phones (S40 - Asha) are being sold, Are they being sold globally or in specific markets (Which ones)?<br />
<br />
Is their an official chart with the number of sales in each country? (For example I want to know how much Asha phones have been sold in England / Finland / India / Italy / Russia / etc.)<br />
<br />
The reasons I'm asking for these information that:<br />
<br />
1- I want to calculate approximately the estimated revenue I can get from developing applications for Asha phones. <br />
<br />
2- I want to set the right price for my applications. <br />
<br />
And to do that I need to know the markets I'm targeting, and where my applications will be sold.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>ashraf fawzy</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240418-Where-Asha-phones-are-being-sold</guid>
		</item>
		<item>
			<title>Roaming Storage</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240419-Roaming-Storage&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 16:06:48 GMT</pubDate>
			<description>Hi, 
 
in Windows Phone 8 there is the ability to save data in the Roaming Storage. 
Can I use Roaming Storage to sync settings between a Windows Phone App and a Windows 8 App, or is there another way? 
Thanks for your answer.</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
in Windows Phone 8 there is the ability to save data in the Roaming Storage.<br />
Can I use Roaming Storage to sync settings between a Windows Phone App and a Windows 8 App, or is there another way?<br />
Thanks for your answer.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>tichachm</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240419-Roaming-Storage</guid>
		</item>
		<item>
			<title>Designing for Asha/S40 Touch and Non-Touch</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240417-Designing-for-Asha-S40-Touch-and-Non-Touch&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 16:00:31 GMT</pubDate>
			<description><![CDATA[Dear Community, 
 
I am a graphic designer with intermediate development knowledge and I have a question about designing an application for Nokia Asha.  I'm trying to design an app that works on both touch only and no-touch devices without creating too much additional work for the developers. 
 
In...]]></description>
			<content:encoded><![CDATA[<div>Dear Community,<br />
<br />
I am a graphic designer with intermediate development knowledge and I have a question about designing an application for Nokia Asha.  I'm trying to design an app that works on both touch only and no-touch devices without creating too much additional work for the developers.<br />
<br />
In terms of UI navigation, is there a simple way to support both non-touch and touch enabled devices? For now I have two separate UIs (See PDF attachment). One making use of the hardware softkeys and one with the pull up menu as used by LWUIT for Asha. Does the Asha LWUIT layout/UI work on non-touch device, if so, how? I have never designed for Nokia S40/Asha before so any help is greatly appreciated.<br />
<br />
Kind Regards,<br />
Matteo Cuellar<br />
<br />
<a href="http://www.vegapohl.com/vega/asha_preview.pdf" target="_blank">Asha Design PDF</a></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>matteovega</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240417-Designing-for-Asha-S40-Touch-and-Non-Touch</guid>
		</item>
		<item>
			<title>setting map.box zooms all the way out</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240416-setting-map-box-zooms-all-the-way-out&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 15:27:39 GMT</pubDate>
			<description><![CDATA[Hi, 
I have a problem using nokia.mh5.components.Map. 
 
I have a map object, it is already attached to my DOM and I'm trying the following call: 
 
 
Code: 
--------- 
map.box = [{latitude: 52.48418475521959, longitude: 13.247291576673867}, {latitude: 51.568805705543554, longitude:...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I have a problem using nokia.mh5.components.Map.<br />
<br />
I have a map object, it is already attached to my DOM and I'm trying the following call:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">map.box = [{latitude: 52.48418475521959, longitude: 13.247291576673867}, {latitude: 51.568805705543554, longitude: 13.737773218142548}];</code><hr />
</div>This centers the box correctly, but also it zooms out to zoom level 3 (which is not of much use).<br />
<br />
Calling now <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">map.covers([{latitude: 52.48418475521959, longitude: 13.247291576673867}, {latitude: 51.568805705543554, longitude: 13.737773218142548}])</code><hr />
</div>returns true - which is obviously correct, but after I call<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">map.zoom = 5;</code><hr />
</div>which zooms in a bit but still shows the whole of europe, the same call to map.covers already returns false - even though both of these coordinates are in eastern germany, so the call should obviously return true!<br />
<br />
<br />
Can anybody tell me if this is a bug or if I'm just calling the wrong methods to zoom into a box?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?294-MH5-Nokia-Maps-Framework-for-mobile-HTML5">MH5: Nokia Maps Framework for mobile HTML5</category>
			<dc:creator>lweber</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240416-setting-map-box-zooms-all-the-way-out</guid>
		</item>
		<item>
			<title>Cannot install j2me Midlet into remote device phone</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240415-Cannot-install-j2me-Midlet-into-remote-device-phone&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 14:51:23 GMT</pubDate>
			<description>Dear All, 
 
In January this year, I still can install my j2me midlet into a remote device phone. Now I cannot . The remote device gives a message : Installation failed. Error while installing to phone. How can I solve the problem? 
 
Nikorn L.</description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
In January this year, I still can install my j2me midlet into a remote device phone. Now I cannot . The remote device gives a message : Installation failed. Error while installing to phone. How can I solve the problem?<br />
<br />
Nikorn L.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>nikornluang</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240415-Cannot-install-j2me-Midlet-into-remote-device-phone</guid>
		</item>
		<item>
			<title>GTP(GPRS tunneling protocol) message Another node is going down message handling.</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240414-GTP(GPRS-tunneling-protocol)-message-Another-node-is-going-down-message-handling&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 14:23:56 GMT</pubDate>
			<description>Hi All, 
 
 
 
in the gtp protocol implementation as per the ftp specification we have the following messages: 
 
Charging related Cause values introduced for the present document: 
 
In requests:</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
<br />
<br />
in the gtp protocol implementation as per the ftp specification we have the following messages:<br />
<br />
Charging related Cause values introduced for the present document:<br />
<br />
In requests:<br />
<br />
63 This node is about to go down<br />
<br />
62 Another node is about to go down<br />
<br />
61 The receive buffers are becoming full<br />
<br />
60 The transmit buffers are becoming full<br />
59 System failure<br />
<br />
<br />
The use case for Another node is going down is that is :<br />
<br />
If CGF(Which comprises of GTP node and communicates with GSN for cdrs) detects a link failure towards the Billing system then it generates a message with message &quot;Another node is about to go down &quot; it also suggests an alternative node for redirection if redirection request is enabled.<br />
<br />
<br />
<br />
Now my question is :How does the CGF/GTP node detects the link failure towards Billing system as billing system is mostly different from CGF node...<br />
<br />
Can any one suggest the standard way to do this.<br />
Or where can i find its sample implementation...the specification document does not say any way to achieve this....<br />
PLZ help.............................asap.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>kunalkumar</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240414-GTP(GPRS-tunneling-protocol)-message-Another-node-is-going-down-message-handling</guid>
		</item>
		<item>
			<title>How to edit nokia specific attribute  in Application Descriptor using Netbeans?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240413-How-to-edit-nokia-specific-attribute-in-Application-Descriptor-using-Netbeans&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 11:56:59 GMT</pubDate>
			<description>I want to set the Nokia-MIDlet-App-Orientation, it seems that it is not doable. Also even if I set the Nokia-MIDlet-App-Orientation in Nokia Eclipse tools, Netbeans seems to ignore it. How so and why so?</description>
			<content:encoded><![CDATA[<div>I want to set the Nokia-MIDlet-App-Orientation, it seems that it is not doable. Also even if I set the Nokia-MIDlet-App-Orientation in Nokia Eclipse tools, Netbeans seems to ignore it. How so and why so?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240413-How-to-edit-nokia-specific-attribute-in-Application-Descriptor-using-Netbeans</guid>
		</item>
		<item>
			<title>Отключается ли GPS после определенного периода времени? Lumia 800</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240412-Отключается-ли-GPS-после-определенного-периода-времени-Lumia-800&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 11:47:09 GMT</pubDate>
			<description>Здравствуйте! Я разработчик на windows phone. Мое приложение использует gps для определения текущего положения. Я хотел бы узнать отключается ли gps после определенного периода времени неактивности или нет, так как в приложении после нескольких минут стало показывать что gps отключен. И к сожалению...</description>
			<content:encoded><![CDATA[<div>Здравствуйте! Я разработчик на windows phone. Мое приложение использует gps для определения текущего положения. Я хотел бы узнать отключается ли gps после определенного периода времени неактивности или нет, так как в приложении после нескольких минут стало показывать что gps отключен. И к сожалению эта проблема возникает только на Nokia Lumia 800.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?169-Russian-Developer-Forum-Форум-Российских-разработчиков">Russian Developer Forum - Форум Российских разработчиков</category>
			<dc:creator>Litarius</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240412-Отключается-ли-GPS-после-определенного-периода-времени-Lumia-800</guid>
		</item>
		<item>
			<title>How to deal with object that is wider than screen?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240411-How-to-deal-with-object-that-is-wider-than-screen&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 10:35:43 GMT</pubDate>
			<description>Say, I have a narrow bar object with width = 700 and height = 20. (Which is wider than the screen) 
 
I want to be able to horizontal drag this bar so it display the rest of it.  
I already register it to frameAnimator but when I call drag function. Its new X would be less than 0 which will cause...</description>
			<content:encoded><![CDATA[<div>Say, I have a narrow bar object with width = 700 and height = 20. (Which is wider than the screen)<br />
<br />
I want to be able to horizontal drag this bar so it display the rest of it. <br />
I already register it to frameAnimator but when I call drag function. Its new X would be less than 0 which will cause an exception. (Imagine when you drag a bar to the left, its X would be decreased)  <br />
<br />
Please guide me or you can point me to places where I can read more about this. <br />
<br />
I don't know if this is the right place to ask but I dont see a forum for gesture API. <br />
<br />
Thank you :)</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>pongsakorn</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240411-How-to-deal-with-object-that-is-wider-than-screen</guid>
		</item>
		<item>
			<title>Customize Dialog</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240410-Customize-Dialog&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 06:50:52 GMT</pubDate>
			<description><![CDATA[Hi All Developers, 
I have the problem in LWUIT.. 
Can you help me to remove title dialog , So I want show the dialog without title dialog :) 
 
You can see in the problem in this picture : 
Image: http://www.friend-ro.info/Temp/Pic.png  
 
I'm also get trouble in wrapping text.. Anyone have idea...]]></description>
			<content:encoded><![CDATA[<div>Hi All Developers,<br />
I have the problem in LWUIT..<br />
Can you help me to remove title dialog , So I want show the dialog without title dialog :)<br />
<br />
You can see in the problem in this picture :<br />
<img src="http://www.friend-ro.info/Temp/Pic.png" border="0" alt="" /><br />
<br />
I'm also get trouble in wrapping text.. Anyone have idea to wrap my text in the dialog ?<br />
<br />
Thanks for Helping<br />
<br />
<br />
Best Regards, Budi</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>renzatsu1</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240410-Customize-Dialog</guid>
		</item>
		<item>
			<title>Porting my apps to Asha 501</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240407-Porting-my-apps-to-Asha-501&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 21:35:51 GMT</pubDate>
			<description><![CDATA[Yesterday I downloaded the new Asha SDK in order to take a look how my apps would look like on the new Asha 501. (it's still not in RDA, is it?) The results are not so promising.  
 
First app runs, but the UI feels very cramped on the 320x240 display. 
 
Second needs to run in landscape mode, and...]]></description>
			<content:encoded><![CDATA[<div>Yesterday I downloaded the new Asha SDK in order to take a look how my apps would look like on the new Asha 501. (it's still not in RDA, is it?) The results are not so promising. <br />
<br />
First app runs, but the UI feels very cramped on the 320x240 display.<br />
<br />
Second needs to run in landscape mode, and the Asha simulator seems to ignore the Nokia-MIDlet-App-Orientation in the .jad file. Worse! Even if I manually switch the orientation to landscape (the simulator insists on always starting in portrait mode) it does not seem to call a sizeChanged() in my Canvas classes so in short - no way to even take a look at how this app would look.<br />
<br />
Third even worse. It's a 3G app using M3G . The app starts, splashscreen shows, first few frames of the 2D background show, but as soon as the first 3G frame begins rendering, the whole Asha simulator crashes. Have you even run a M3G app in this simulator?<br />
<br />
Besides, sound does not seem to work in the simulator.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>Utumno</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240407-Porting-my-apps-to-Asha-501</guid>
		</item>
		<item>
			<title>Which LWUIT plugin for Asha SDK 1.0</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240406-Which-LWUIT-plugin-for-Asha-SDK-1-0&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 20:14:40 GMT</pubDate>
			<description>Hi, 
 
I wonder which jar I should use for Asha 1.0 (Nokia 501)? 
 
In folder Nokia\Devices\Nokia_Asha_SDK_1_0\plugins\lwuit\lib\asha1.0\ I have a few: 
- S40-asha2013.jar 
- S40-full-touch.jar 
- S40-touch-and-type.jar 
- S40-with-themes.jar</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I wonder which jar I should use for Asha 1.0 (Nokia 501)?<br />
<br />
In folder Nokia\Devices\Nokia_Asha_SDK_1_0\plugins\lwuit\lib\asha1.0\ I have a few:<br />
- S40-asha2013.jar<br />
- S40-full-touch.jar<br />
- S40-touch-and-type.jar<br />
- S40-with-themes.jar<br />
<br />
I use the first one and have NullPointerException trying to instance TextField.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; txtFrom = new TextField(5);<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtFrom.setConstraint(TextField.DECIMAL);<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtFrom.setText(&quot;1&quot;);<br />
...<br />
[DISPLAY] Warning: setPureTouch is disabled!<br />
no localization file: locale/locale.res. Load localization manually.<br />
java.lang.NullPointerException<br />
&nbsp; &nbsp; &nbsp; &nbsp; at com.nokia.mid.ui.TextEditorLFImpl.lSetParent(), bci=88<br />
&nbsp; &nbsp; &nbsp; &nbsp; at com.nokia.mid.ui.TextEditorImpl.setParent(), bci=32<br />
&nbsp;- com.nokia.lwuit.TextEditorProviderImpl.setParent(TextEditorProviderImpl.java:212)<br />
&nbsp;- com.sun.lwuit.impl.s40.S40Implementation.requestNewNativeTextEditor(S40Implementation.java:62)<br />
&nbsp;- com.sun.lwuit.TextArea.initTextEditor(TextArea.java:808)<br />
&nbsp;- com.sun.lwuit.TextArea.initComponentImpl(TextArea.java:799)<br />
&nbsp;- com.sun.lwuit.TextField.initComponentImpl(TextField.java:1465)<br />
&nbsp;- com.sun.lwuit.Container.initComponentImpl(Container.java:603)<br />
&nbsp;- com.sun.lwuit.Container.initComponentImpl(Container.java:603)<br />
&nbsp;- com.sun.lwuit.Container.initComponentImpl(Container.java:603)<br />
&nbsp;- com.sun.lwuit.Form.initComponentImpl(Form.java:1255)<br />
&nbsp;- com.sun.lwuit.Display.setCurrent(Display.java:1154)<br />
&nbsp;- com.sun.lwuit.Form.show(Form.java:1248)<br />
&nbsp;- com.sun.lwuit.Form.show(Form.java:1226)</code><hr />
</div>What is wrong with this TextField? <br />
<br />
Regards,<br />
Bogus</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>bogus40</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240406-Which-LWUIT-plugin-for-Asha-SDK-1-0</guid>
		</item>
		<item>
			<title>Trying to obtain app_id for Here maps API, Unauthorized</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240405-Trying-to-obtain-app_id-for-Here-maps-API-Unauthorized&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 19:54:47 GMT</pubDate>
			<description><![CDATA[I'm trying to obtain app_id for maps usage from here: 
https://developer.here.com/myapps 
 
I'm logged in and but I get: 
"Unable to get apps because of org.springframework.web.client.HttpClientErrorException: 401 Unauthorized" 
 
Same error is shown after I try to create new app, enter the app...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to obtain app_id for maps usage from here:<br />
<a href="https://developer.here.com/myapps" target="_blank">https://developer.here.com/myapps</a><br />
<br />
I'm logged in and but I get:<br />
&quot;Unable to get apps because of org.springframework.web.client.HttpClientErrorException: 401 Unauthorized&quot;<br />
<br />
Same error is shown after I try to create new app, enter the app info and select the plan</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?285-Map-Image-API-for-HTTP">Map Image API for HTTP</category>
			<dc:creator>Gride79</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240405-Trying-to-obtain-app_id-for-Here-maps-API-Unauthorized</guid>
		</item>
		<item>
			<title>include strings onto the message editor</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240404-include-strings-onto-the-message-editor&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 17:16:39 GMT</pubDate>
			<description>I have a StringItem and I want to get its stringtext and include that stringtext onto the message editor in s40. How to do it?  
Thanks</description>
			<content:encoded><![CDATA[<div>I have a StringItem and I want to get its stringtext and include that stringtext onto the message editor in s40. How to do it? <br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240404-include-strings-onto-the-message-editor</guid>
		</item>
		<item>
			<title>Fixed header while other parts scrolls</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240403-Fixed-header-while-other-parts-scrolls&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 15:40:44 GMT</pubDate>
			<description>How to make certain part of the form fixed while other parts scroll? To be specific, I have a search box and a list, I want the list to be scrollable while the search box remains visible. BTW, I am using LWUIT.</description>
			<content:encoded><![CDATA[<div>How to make certain part of the form fixed while other parts scroll? To be specific, I have a search box and a list, I want the list to be scrollable while the search box remains visible. BTW, I am using LWUIT.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240403-Fixed-header-while-other-parts-scrolls</guid>
		</item>
		<item>
			<title>How to install .jar on Asha with Nokia Suite</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240401-How-to-install-jar-on-Asha-with-Nokia-Suite&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 10:29:04 GMT</pubDate>
			<description>My J2ME project in Nokia IDE for Java ME v1 has exported .jad and .jar files to the deployed folder in the project. 
My Nokia Suite 3.8.30 is open and connected via USB to my Nokia 311. 
I want to install the app to my phone. How do I do it?</description>
			<content:encoded><![CDATA[<div>My J2ME project in Nokia IDE for Java ME v1 has exported .jad and .jar files to the deployed folder in the project.<br />
My Nokia Suite 3.8.30 is open and connected via USB to my Nokia 311.<br />
I want to install the app to my phone. How do I do it?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>martti_j</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240401-How-to-install-jar-on-Asha-with-Nokia-Suite</guid>
		</item>
		<item>
			<title><![CDATA[Threads on windows phone [lumia 610]]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240399-Threads-on-windows-phone-lumia-610&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 10:00:42 GMT</pubDate>
			<description><![CDATA[Hello everyone , 
I've recently got the lumia 610. It is pretty good regarding to its price. however , I've a problem. I need to check for an old sms I've received from someone with whom i talk very much using sms. Is there any trick that allows me to search in the thread or to go back rapidly to...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone ,<br />
I've recently got the lumia 610. It is pretty good regarding to its price. however , I've a problem. I need to check for an old sms I've received from someone with whom i talk very much using sms. Is there any trick that allows me to search in the thread or to go back rapidly to the first messages? <br />
Thank you :)</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>elaachebbi</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240399-Threads-on-windows-phone-lumia-610</guid>
		</item>
		<item>
			<title>QOTW: App displayed with Localized language support on WP Marketplace</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240398-QOTW-App-displayed-with-Localized-language-support-on-WP-Marketplace&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 09:59:22 GMT</pubDate>
			<description><![CDATA[Hey ALL, 
 
I have a fun question for you to think and ponder of (i'll post the answer in a couple of days if no one answers) 
 
What is the only way to have your app displayed as supporting X,Y,Z, etc languages in the marketplace (i.e. what you have to do with the WP project) ?]]></description>
			<content:encoded><![CDATA[<div>Hey ALL,<br />
<br />
I have a fun question for you to think and ponder of (i'll post the answer in a couple of days if no one answers)<br />
<br />
What is the only way to have your app displayed as supporting X,Y,Z, etc languages in the marketplace (i.e. what you have to do with the WP project) ?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>shai.i</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240398-QOTW-App-displayed-with-Localized-language-support-on-WP-Marketplace</guid>
		</item>
		<item>
			<title>How to implement floggy database?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240394-How-to-implement-floggy-database&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 08:53:48 GMT</pubDate>
			<description>I have tried floggy and getting following error: *Runtime java/lang/Runtime Exception on No PersistenceManager implementation was found. Please check the weaver execution.* 
 
My code is as follows:  
import javax.microedition.lcdui.Command; 
 
import javax.microedition.lcdui.CommandListener;...</description>
			<content:encoded><![CDATA[<div>I have tried floggy and getting following error: <b>Runtime java/lang/Runtime Exception on No PersistenceManager implementation was found. Please check the weaver execution.</b><br />
<br />
My code is as follows: <br />
import javax.microedition.lcdui.Command;<br />
<br />
import javax.microedition.lcdui.CommandListener;<br />
import javax.microedition.lcdui.Display;<br />
import javax.microedition.lcdui.Displayable;<br />
import javax.microedition.lcdui.Form;<br />
import javax.microedition.lcdui.TextField;<br />
import javax.microedition.midlet.MIDlet;<br />
import javax.microedition.midlet.MIDletStateChangeException;<br />
import net.sourceforge.floggy.persistence.*;<br />
<br />
public class ExampleFloggy extends MIDlet implements CommandListener {<br />
 <br />
    private TextField tfield;<br />
 <br />
    private Display display;<br />
    private Form form;<br />
    private TextField tfieldN;<br />
 <br />
    private Command savecmd;<br />
    private Command loadcmd;<br />
    private Command exitcmd;<br />
 <br />
 <br />
    public ExampleFloggy() {<br />
        tfield = new TextField(&quot;name:&quot;, &quot;&quot;, 15, TextField.ANY);<br />
        tfieldN = new TextField(&quot;age:&quot;, &quot;0&quot;, 15, TextField.NUMERIC);<br />
 <br />
        savecmd = new Command(&quot;save&quot;, &quot;save file&quot;, Command.SCREEN, 0);<br />
        loadcmd = new Command(&quot;load&quot;, &quot;load file&quot;, Command.ITEM, 0);<br />
        exitcmd = new Command(&quot;exit&quot;,&quot;exit&quot;,Command.EXIT,0);<br />
 <br />
        form = new Form(&quot;Floggy example.&quot;);<br />
        form.append(tfield);<br />
        form.append(tfieldN);<br />
        form.addCommand(savecmd);<br />
        form.addCommand(loadcmd);<br />
        form.addCommand(exitcmd);<br />
        form.setCommandListener(this);<br />
    }<br />
 <br />
    protected void destroyApp(boolean arg0) throws MIDletStateChangeException {<br />
        notifyDestroyed();<br />
    }<br />
 <br />
    protected void pauseApp() {<br />
    }<br />
 <br />
    protected void startApp() throws MIDletStateChangeException {<br />
        display = Display.getDisplay(this);<br />
        display.setCurrent(form);<br />
    }<br />
 <br />
    public void commandAction(Command cmd, Displayable arg1) {<br />
        if (cmd == savecmd) {<br />
            Myclass dateOut = new Myclass(tfield.getString(), Integer.parseInt(tfieldN.getString()));<br />
            int id;<br />
            try {<br />
                id = PersistableManager.getInstance().save(dateOut);<br />
                Myclass dateIn =  new Myclass();<br />
                PersistableManager.getInstance().load(dateIn, id);<br />
                form.append(dateIn.toString());<br />
            } catch (FloggyException e) {<br />
                e.printStackTrace();<br />
            }<br />
 <br />
        } else if (cmd==exitcmd){<br />
            try {<br />
                destroyApp(true);<br />
            } catch (MIDletStateChangeException e) {<br />
                e.printStackTrace();<br />
            }<br />
        } else if (cmd==loadcmd) {<br />
            try {<br />
                ObjectSet set = PersistableManager.getInstance().find(Myclass.class, null, null);<br />
                Myclass dateIn = new Myclass();<br />
                //set.get(0, dateIn);<br />
                tfield.setString(dateIn.getName());<br />
                tfieldN.setString(Integer.toString(dateIn.getAge()));<br />
            } catch (FloggyException e) {<br />
                e.printStackTrace();<br />
            }<br />
        }<br />
    }<br />
 <br />
}<br />
<br />
import net.sourceforge.floggy.persistence.Persistable;<br />
public class Myclass implements Persistable {<br />
 <br />
    private String name;<br />
    private int age;<br />
    private transient int num;<br />
 <br />
    public Myclass() {<br />
    }<br />
 <br />
    public Myclass(String name, int age) {<br />
        this.name = name;<br />
        this.age = age;<br />
    }<br />
 <br />
    public String toString() {<br />
        return &quot;&quot;;<br />
    }<br />
 <br />
    public String getName() {<br />
        return this.name;<br />
    }<br />
 <br />
    public int getAge() {<br />
        return this.age;<br />
    }<br />
 <br />
}<br />
<br />
I built jar file floggy-persistence-framwork.jar too . Both the classes are in default package<br />
I searched on this and get the following link <b> <a href="http://floggy.sourceforge.net/configuration/eclipse.html" target="_blank">http://floggy.sourceforge.net/config...n/eclipse.html</a></b> . Still problem is not solved<br />
<br />
what could be the reason plz help</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240394-How-to-implement-floggy-database</guid>
		</item>
		<item>
			<title>How do I make my textField search always show</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240392-How-do-I-make-my-textField-search-always-show&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 08:31:33 GMT</pubDate>
			<description>Hi everyone, 
 
I have a textField search and a list of ItemString append to a Form  (textField search on the top) 
When I type something to textField search, it will filter from the list and show the result for me in the same Form with the textField search 
I want to textField search always show...</description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
<br />
I have a textField search and a list of ItemString append to a Form  (textField search on the top)<br />
When I type something to textField search, it will filter from the list and show the result for me in the same Form with the textField search<br />
I want to textField search always show for user when user sliding down.<br />
I don't know how to do it?<br />
<br />
Thanks so much</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240392-How-do-I-make-my-textField-search-always-show</guid>
		</item>
		<item>
			<title>LWUIT TextField  issue (Asha FullTouch )</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240391-LWUIT-TextField-issue-(Asha-FullTouch-)&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 08:15:41 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I use LWUIT plugin  from Nokia\Devices\Nokia_Asha_SDK_1_0\plugins\lwuit\lib\sdk2.0\S40-full-touch.jar in my project. 
All works OK despite touch on TextField. It doesn't open VirtualKeyboard after my touch. I have to tap TextField many times to open VK. 
It works very random. It should open...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I use LWUIT plugin  from Nokia\Devices\Nokia_Asha_SDK_1_0\plugins\lwuit\lib\sdk2.0\S40-full-touch.jar in my project.<br />
All works OK despite touch on TextField. It doesn't open VirtualKeyboard after my touch. I have to tap TextField many times to open VK.<br />
It works very random. It should open VK after first tap on TextField.<br />
<br />
And one think more. After back from VK I see blinking cursor in my TextField.<br />
<br />
My code snippet:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; txtFrom = new TextField(5);<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtFrom.setConstraint(TextField.DECIMAL); // shows VB with numbers only<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtFrom.setText(&quot;1&quot;); // initial value<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctnWest.addComponent(txtFrom);<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtFrom.addActionListener(new ActionListener() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void actionPerformed(ActionEvent evt) {<br />
&nbsp; ...<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; evt.consume();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtFrom.addDataChangeListener(new DataChangedListener() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void dataChanged(int type, int index) {<br />
...<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });</code><hr />
</div><br />
<br />
Have someone met some issue? I launch this app on Nokia Asha 311 and Nokia Asha 310.<br />
<br />
Thanks for help.<br />
<br />
Regards,<br />
Bogus</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>bogus40</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240391-LWUIT-TextField-issue-(Asha-FullTouch-)</guid>
		</item>
		<item>
			<title>Invalid Application alert issue with signed jar in Nokia 3110.</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240390-Invalid-Application-alert-issue-with-signed-jar-in-Nokia-3110&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 06:38:18 GMT</pubDate>
			<description><![CDATA[im developing an app for java mobiles. after signing the jar and jad im able to invoke the app in all nokia devices except nokia 3110. its showing "Invalid application" alert. im using compilance level 1.4. please give me a solution to overcome this and make the app to work in all devices.]]></description>
			<content:encoded><![CDATA[<div>im developing an app for java mobiles. after signing the jar and jad im able to invoke the app in all nokia devices except nokia 3110. its showing &quot;Invalid application&quot; alert. im using compilance level 1.4. please give me a solution to overcome this and make the app to work in all devices.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>shabananb</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240390-Invalid-Application-alert-issue-with-signed-jar-in-Nokia-3110</guid>
		</item>
		<item>
			<title>Bandwidth check</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240389-Bandwidth-check&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 06:23:39 GMT</pubDate>
			<description>Hi all, 
 
I have certain requirement in my project, where i want to check network bandwidth(internet speed) on my windows phone 8 device before taking some action. 
So please suggest me the ways to retrieve network bandwidth in windows phone. 
 
Thanks.</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I have certain requirement in my project, where i want to check network bandwidth(internet speed) on my windows phone 8 device before taking some action.<br />
So please suggest me the ways to retrieve network bandwidth in windows phone.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>mandardac</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240389-Bandwidth-check</guid>
		</item>
		<item>
			<title>SpriteFont XNA áéíóúñ Error</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240387-SpriteFont-XNA-áéíóúñ-Error&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 02:48:19 GMT</pubDate>
			<description><![CDATA[Hi, im using a spritefont on my app, and the text that i'm going to show it's on spanish so it may have the characters áéíóúñ.  
When i try to draw the spritefont i got this error: 
 
"The character 'í' (0x00ed) is not available in this SpriteFont. If applicable, adjust the font's start and end...]]></description>
			<content:encoded><![CDATA[<div>Hi, im using a spritefont on my app, and the text that i'm going to show it's on spanish so it may have the characters áéíóúñ. <br />
When i try to draw the spritefont i got this error:<br />
<br />
&quot;The character 'í' (0x00ed) is not available in this SpriteFont. If applicable, adjust the font's start and end CharacterRegions to include this character.<br />
Parameter name: character&quot;<br />
<br />
I tried changing the range on the sprite font like this:<br />
  &lt;CharacterRegions&gt;<br />
      &lt;CharacterRegion&gt;<br />
        &lt;Start&gt; &lt;/Start&gt;<br />
        &lt;End&gt;&amp;#165;&lt;/End&gt;<br />
      &lt;/CharacterRegion&gt;      <br />
    &lt;/CharacterRegions&gt;<br />
<br />
But i'm still having the same error.<br />
<br />
Thanks for your time.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>aaike64</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240387-SpriteFont-XNA-áéíóúñ-Error</guid>
		</item>
		<item>
			<title>App dictionary  and contact of asha s40 full touch</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240385-App-dictionary-and-contact-of-asha-s40-full-touch&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 18:31:56 GMT</pubDate>
			<description>I see in some asha s40 full touch devices have a dictionary app and contact app 
I want to develope the similar app 
Could you give me the source code of these app, I want to learn a lot in them. 
Thanks a lot</description>
			<content:encoded><![CDATA[<div>I see in some asha s40 full touch devices have a dictionary app and contact app<br />
I want to develope the similar app<br />
Could you give me the source code of these app, I want to learn a lot in them.<br />
Thanks a lot</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240385-App-dictionary-and-contact-of-asha-s40-full-touch</guid>
		</item>
		<item>
			<title>More than one brush in a background property</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240384-More-than-one-brush-in-a-background-property&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 17:15:02 GMT</pubDate>
			<description><![CDATA[Hello guys, 
 
I'm facing a little probleme, I want to put two brush layer in a background property 
let's say it's for a Panorama control :  
 
 
Code: 
--------- 
<phone:Panorama> 
<phone:Panorama.Background>]]></description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
<br />
I'm facing a little probleme, I want to put two brush layer in a background property<br />
let's say it's for a Panorama control : <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;phone:Panorama&gt;<br />
<div style="margin-left:40px">&lt;phone:Panorama.Background&gt;<br />
<div style="margin-left:40px"><font color="#0000FF">&lt;ImageBrush ImageSource=&quot;MyImage.jpg&quot; /&gt;<br />
&lt;SolidColorBrush Color=&quot;#55000000&quot; /&gt;</font></div>&lt;/phone:Panorama.Background&gt;</div>&lt;/phone:Panorama&gt;</code><hr />
</div>Why? I want to put a black transparent layer to darken the image behind.<br />
I can put the dark layer in front of the Panorama Control and set the &quot;IsHitTestVisible&quot; to false but it will darken the whole app.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>Loukt</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240384-More-than-one-brush-in-a-background-property</guid>
		</item>
		<item>
			<title>Database for asha s40 full touch</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240383-Database-for-asha-s40-full-touch&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 16:27:44 GMT</pubDate>
			<description><![CDATA[My app need to connect to database, but I don't know type of DB and how to use it (get data, insert, update, delete) 
Anybody help me? 
Thanks in advance!]]></description>
			<content:encoded><![CDATA[<div>My app need to connect to database, but I don't know type of DB and how to use it (get data, insert, update, delete)<br />
Anybody help me?<br />
Thanks in advance!</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240383-Database-for-asha-s40-full-touch</guid>
		</item>
		<item>
			<title>How to open VirtualKeyboard</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240381-How-to-open-VirtualKeyboard&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 14:53:07 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm making a game on top of the canvas, and occasionally it would be nice to open the virtual keyboard (numeric mode), for user input. I don't have any editable fields, just the canvas. Is opening the virtual keyboard, and listening those events somehow possible on asha fulltouch?]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm making a game on top of the canvas, and occasionally it would be nice to open the virtual keyboard (numeric mode), for user input. I don't have any editable fields, just the canvas. Is opening the virtual keyboard, and listening those events somehow possible on asha fulltouch?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>summeli</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240381-How-to-open-VirtualKeyboard</guid>
		</item>
		<item>
			<title>Reconocimiento de voz con J2ME</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240382-Reconocimiento-de-voz-con-J2ME&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 14:52:59 GMT</pubDate>
			<description><![CDATA[Hola a tod@s 
 
Estoy comenzando a realizar una app para un Nokia N81 en J2ME y aunque es simple necesito que cuando diga algo en concreto por ejemplo "STOP" 
 
La aplicación debe de lanzar un evento para parar un contador. 
 
Pero no se con que librería trabajar para el tema del reconocimiento de...]]></description>
			<content:encoded><![CDATA[<div>Hola a tod@s<br />
<br />
Estoy comenzando a realizar una app para un Nokia N81 en J2ME y aunque es simple necesito que cuando diga algo en concreto por ejemplo &quot;STOP&quot;<br />
<br />
La aplicación debe de lanzar un evento para parar un contador.<br />
<br />
Pero no se con que librería trabajar para el tema del reconocimiento de voz.<br />
<br />
Por favor si fueran tan amables de orientarme. Gracias.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?151-Foro-en-Español-(Spanish-Forum)">Foro en Español (Spanish Forum)</category>
			<dc:creator>andresmartin</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240382-Reconocimiento-de-voz-con-J2ME</guid>
		</item>
		<item>
			<title>Focus to textField by code</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240380-Focus-to-textField-by-code&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 13:52:23 GMT</pubDate>
			<description>Hi anyone,  
How can I focus the pointer to textField in asha s40 by code??</description>
			<content:encoded><![CDATA[<div>Hi anyone, <br />
How can I focus the pointer to textField in asha s40 by code??</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240380-Focus-to-textField-by-code</guid>
		</item>
		<item>
			<title>Using graphic to drawString in more line</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240378-Using-graphic-to-drawString-in-more-line&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 13:24:15 GMT</pubDate>
			<description>Hi, I am developing my app 
I want to using graphic to draw a String auto down the line when end of screen or display in exactly line i need ( such text wrap on in list) 
I have a class such: 
class TouchItem extends CustomItem 
{ 
     .... 
     .... 
  
    public TouchItem( String label, int...</description>
			<content:encoded><![CDATA[<div>Hi, I am developing my app<br />
I want to using graphic to draw a String auto down the line when end of screen or display in exactly line i need ( such text wrap on in list)<br />
I have a class such:<br />
class TouchItem extends CustomItem<br />
{<br />
     ....<br />
     ....<br />
 <br />
    public TouchItem( String label, int itemsHeight, Main midlet) <br />
    {<br />
       ...<br />
...<br />
    }<br />
<br />
public void paint(Graphics g, int width, int height) {<br />
        <br />
        <br />
    	g.setColor(midlet.getForegroundColor());<br />
    	//g.drawRect(0, 0, width-2, height-2);<br />
    	g.drawString(label,(g.getFont().getSize()), <br />
                            (height - g.getFont().getHeight())/2, g.LEFT|g.TOP); //draw here <br />
        <br />
        <br />
    } <br />
who anybody help me?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240378-Using-graphic-to-drawString-in-more-line</guid>
		</item>
		<item>
			<title>Extension plugin (partner API) certificate expired</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240376-Extension-plugin-(partner-API)-certificate-expired&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 12:49:54 GMT</pubDate>
			<description>I have one application that utilize the Call Audio Control API from the SDK API Plugin for S60 3rd FP2 (see http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in). 
 
This means that a SISX file containing the API is included in the SISX file for the application - and the API is installed...</description>
			<content:encoded><![CDATA[<div>I have one application that utilize the Call Audio Control API from the SDK API Plugin for S60 3rd FP2 (see <a href="http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in" target="_blank">http://www.developer.nokia.com/Commu...DK_API_Plug-in</a>).<br />
<br />
This means that a SISX file containing the API is included in the SISX file for the application - and the API is installed as the application is installed.<br />
<br />
The SISX file with the API is signed by Nokia - and the problem is that the certificate has now expired (expired April 18 this year).<br />
This means that the application no longer can be installed (without adjusting the time on the device).<br />
<br />
Below is the output from SignSIS tool for the Call Audio Control SISX:<br />
<br />
<font color="#200060">&gt;&gt;&gt;signsis -o callAudioControl_32_0x10207bd2.SISX<br />
<br />
Primary:<br />
Issued by Nokia Online CA.<br />
Issued to Nokia.<br />
Valid from 18/04/2008 to 18/04/2013.<br />
Issued by Nokia Content Signing CA.<br />
Issued to Nokia.<br />
Valid from 22/10/2007 to 20/10/2012.</font><br />
<br />
Question is how this can be fixed.<br />
Do Nokia need to provide a version that is signed with a newer certificate (if so - when can this happen)? Is this still supported?<br />
Or can this be fixed in some other way - can i sign it myself in some way?<br />
<br />
Any ideas anyone?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?166-Feedback-Nokia-Developer-Services">Feedback - Nokia Developer Services</category>
			<dc:creator>rolm</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240376-Extension-plugin-(partner-API)-certificate-expired</guid>
		</item>
		<item>
			<title>Bitmap icon and transparent backround color</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240374-Bitmap-icon-and-transparent-backround-color&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 09:32:53 GMT</pubDate>
			<description>I have custom bitmap icons which have different backround colors.  
I can show icons (with backround color) on map as normal Markers but how do i can get backround color transparent?</description>
			<content:encoded><![CDATA[<div>I have custom bitmap icons which have different backround colors. <br />
I can show icons (with backround color) on map as normal Markers but how do i can get backround color transparent?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?283-Maps-API-for-Javascript">Maps API for Javascript</category>
			<dc:creator>mr. dude</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240374-Bitmap-icon-and-transparent-backround-color</guid>
		</item>
		<item>
			<title>World wide data collection</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240372-World-wide-data-collection&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 09:05:33 GMT</pubDate>
			<description><![CDATA[Hi, I'm planning to developing a free app where it requires people around the world to contribute. I'm thinking I'm only living in a small part of the world and I can only contribute to areas around me. In order for people to download and use this app, I must at least have some data/information...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm planning to developing a free app where it requires people around the world to contribute. I'm thinking I'm only living in a small part of the world and I can only contribute to areas around me. In order for people to download and use this app, I must at least have some data/information initially to get them started otherwise it is pointless to even download it. How do I go about doing it? Any ideas would be welcome. Of course, I can appeal to my friends.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>tsluu</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240372-World-wide-data-collection</guid>
		</item>
		<item>
			<title>No launcher icon for AppTrk / on installation gives Component already built-in error!</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240371-No-launcher-icon-for-AppTrk-on-installation-gives-Component-already-built-in-error!&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 08:21:48 GMT</pubDate>
			<description>Hi, 
 
I am facing issues related to debugging on Nokia 603, a belle FP2 device. 
 
I am working on Nokia Qt sdk 1.1.2 for symbian^1 devices setup on windows 7 OS. 
 
I know AppTrk/CODA needs to be running before starting the debugging. I could not find any launcher icon for AppTrk, so I thought...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am facing issues related to debugging on Nokia 603, a belle FP2 device.<br />
<br />
I am working on Nokia Qt sdk 1.1.2 for symbian^1 devices setup on windows 7 OS.<br />
<br />
I know AppTrk/CODA needs to be running before starting the debugging. I could not find any launcher icon for AppTrk, so I thought its not installed.<br />
And therefore I tried to install it from location <b>C:\QtSDK\Symbian\sis\Symbian^1\TRK\s60_5_0_app_trk_3_2_7.sisx</b>. But when tried to install, I got<br />
an installation error saying <b>Unable to install. Component is built-in!</b> If its built-in then I should be able to launch it from somewhere right but<br />
there is no launcher icon. I also tried to find it using <b>Search option</b> in the phone menu but could not find anything. <br />
<br />
So it seems I cannot install it and I cannot remove it because it does not show up the Installed apps list as well. I do not want to use CODA and moreover in Qt Sdk for symbian, CODA installation file .sisx <br />
is not present in the sdk. Only TRK sis files are present for 3rd ed fp1, fp2 and 5th edition devices.<br />
<br />
Can somebody point out what could be the issue in here or this is a known issue on this device? Any solution to this?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?40-Symbian-C">Symbian C++</category>
			<dc:creator>raj8nokiaforum</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240371-No-launcher-icon-for-AppTrk-on-installation-gives-Component-already-built-in-error!</guid>
		</item>
		<item>
			<title>Import point of interest from nokia to my wp8 app</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240368-Import-point-of-interest-from-nokia-to-my-wp8-app&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 07:32:27 GMT</pubDate>
			<description>dear nokia, 
 
 
how to import nokia poi to isolated storage in windows phone 8 app 
 
 
TQVM</description>
			<content:encoded><![CDATA[<div>dear nokia,<br />
<br />
<br />
how to import nokia poi to isolated storage in windows phone 8 app<br />
<br />
<br />
TQVM</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?320-Maps-API-for-Windows-Phone">Maps API for Windows Phone</category>
			<dc:creator>sonnydeveloper</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240368-Import-point-of-interest-from-nokia-to-my-wp8-app</guid>
		</item>
		<item>
			<title>Reading XML file using LWUIT</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240367-Reading-XML-file-using-LWUIT&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 06:53:25 GMT</pubDate>
			<description>Hi, 
 
I want to read an XML file in one of the my LWUIT project. Can anyone share a simple working example of reading XML file using LWUIT?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I want to read an XML file in one of the my LWUIT project. Can anyone share a simple working example of reading XML file using LWUIT?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>girishpadia</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240367-Reading-XML-file-using-LWUIT</guid>
		</item>
		<item>
			<title>Can i use sqlite by calling servlet from midlet?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240366-Can-i-use-sqlite-by-calling-servlet-from-midlet&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 05:20:07 GMT</pubDate>
			<description>I am using Nokia IDE 2.0 for java and i want to call servlet from midlet.  My IDE has no tools for making a servlet . Do i have to make servlet on a notepad, giving its directory structure , run it in apache tomcat and then giving the url link in midlet? 
or there is any other way? 
I am thinking...</description>
			<content:encoded><![CDATA[<div>I am using Nokia IDE 2.0 for java and i want to call servlet from midlet.  My IDE has no tools for making a servlet . Do i have to make servlet on a notepad, giving its directory structure , run it in apache tomcat and then giving the url link in midlet?<br />
or there is any other way?<br />
I am thinking to use sqlite in my servlet this way. Is that possible ?<br />
Plz help</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240366-Can-i-use-sqlite-by-calling-servlet-from-midlet</guid>
		</item>
		<item>
			<title>Handling UI relative to Software Input Panel</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240362-Handling-UI-relative-to-Software-Input-Panel&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 15:32:13 GMT</pubDate>
			<description><![CDATA[Hi,  
 During working on my app for Windows Phone, I am encountering a problem. I may not be able to fully describe it. But here's a try. 
 
In the ContentPanel Grid, I have two Textboxes, one of them being single line where as the other is Multi-line(In a ScrollViewer) . A screenshot is as below :...]]></description>
			<content:encoded><![CDATA[<div>Hi, <br />
 During working on my app for Windows Phone, I am encountering a problem. I may not be able to fully describe it. But here's a try.<br />
<br />
In the ContentPanel Grid, I have two Textboxes, one of them being single line where as the other is Multi-line(In a ScrollViewer) . A screenshot is as below :<br />
<br />
(I have highlighted one textbox that alters the UI)<br />
<br />
<a href="http://sdrv.ms/YH5gZJ" target="_blank">http://sdrv.ms/YH5gZJ</a><br />
<br />
<br />
Problem occurs when the highlighted textbox gets focus, it changes the UI and topmost part is cut as shown below :<br />
<br />
<a href="http://sdrv.ms/11BzNMm" target="_blank">http://sdrv.ms/11BzNMm</a><br />
<br />
I am looking for a solution, where I could check when the User set focus on the higlighted texbox and n change the UI so that the portion top to that texbox remains fixed . Messagin hub is good example as shown below where UI changes andd top bar(Conversation Title remains fixed)<br />
<br />
<a href="http://sdrv.ms/18ImQAy" target="_blank">http://sdrv.ms/18ImQAy</a>  changes to  <a href="http://sdrv.ms/18In0rw" target="_blank">http://sdrv.ms/18In0rw</a>  when Keyboard appears.<br />
<br />
<br />
Hope to get a solution soon.<br />
<br />
<br />
<br />
Regards,<br />
Navneet Singh Babra.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>nsbabra</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240362-Handling-UI-relative-to-Software-Input-Panel</guid>
		</item>
		<item>
			<title>Pirated apps every in forum</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240361-Pirated-apps-every-in-forum&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 15:18:27 GMT</pubDate>
			<description>Just a week ago my app update passed qa and is published in nokia store but few days later i found my latest updated app everywhere in forum.Somehow some guy manage to extract the sis file from nokia store even when i already applied OMA DRM 1.0 .So who is to blame,nokia or the pirate.Why there are...</description>
			<content:encoded><![CDATA[<div>Just a week ago my app update passed qa and is published in nokia store but few days later i found my latest updated app everywhere in forum.Somehow some guy manage to extract the sis file from nokia store even when i already applied OMA DRM 1.0 .So who is to blame,nokia or the pirate.Why there are no mechanism in nokia store to prevent piracy.What is the point to tick OMA DRM 1.0 when someone can just pirate it in a just  a matter of days.This is REALLY REALLY make me fuming.:mad::mad::mad:</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?201-Publishing-to-Nokia-Store">Publishing to Nokia Store</category>
			<dc:creator>babylongreece</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240361-Pirated-apps-every-in-forum</guid>
		</item>
		<item>
			<title>I want to know How to Getting started with playing videos on s40 devices .</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240360-I-want-to-know-How-to-Getting-started-with-playing-videos-on-s40-devices&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 14:37:14 GMT</pubDate>
			<description><![CDATA[I have tried the "video  " sample app    . but  it is not playing      a video stream   with  rtsp  ending with .3gp also. 
 
 
How to play a  rtsp stream and which formats  can be played on Asha  devices. 
 
 
I need a detailed code on playing rtsp streams or any . 
 
 
Thanks]]></description>
			<content:encoded><![CDATA[<div>I have tried the &quot;video  &quot; sample app    . but  it is not playing      a video stream   with  rtsp  ending with .3gp also.<br />
<br />
<br />
How to play a  rtsp stream and which formats  can be played on Asha  devices.<br />
<br />
<br />
I need a detailed code on playing rtsp streams or any .<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>GTO_India</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240360-I-want-to-know-How-to-Getting-started-with-playing-videos-on-s40-devices</guid>
		</item>
		<item>
			<title>Java ME for S60 5th Edition: NetBeans integration problems</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240359-Java-ME-for-S60-5th-Edition-NetBeans-integration-problems&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 12:52:18 GMT</pubDate>
			<description><![CDATA[I've installed and added the Nokia S60 5th Edition SDK to NetBeans IDE 7.3 the usual way (Tools->Java Platforms->Add Platform). However, for some reason the newly added SDK is highlighted in red. 
 
Does anyone know why this might be? 
 
Image: http://i39.tinypic.com/m7gv9.png]]></description>
			<content:encoded><![CDATA[<div>I've installed and added the Nokia S60 5th Edition SDK to NetBeans IDE 7.3 the usual way (<i>Tools-&gt;Java Platforms-&gt;Add Platform</i>). However, for some reason the newly added SDK is highlighted in red.<br />
<br />
Does anyone know why this might be?<br />
<br />
<img src="http://i39.tinypic.com/m7gv9.png" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>Infms</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240359-Java-ME-for-S60-5th-Edition-NetBeans-integration-problems</guid>
		</item>
		<item>
			<title>Push Registry Problem</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240357-Push-Registry-Problem&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 12:03:27 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I want to call a Midlet from canvas of other midlet. How can I do that. 
 
Please help me by shearing a sample code. 
 
Thanks & Regards, 
Anirban]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I want to call a Midlet from canvas of other midlet. How can I do that.<br />
<br />
Please help me by shearing a sample code.<br />
<br />
Thanks &amp; Regards,<br />
Anirban</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>anirbanroy87</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240357-Push-Registry-Problem</guid>
		</item>
		<item>
			<title>Debug on device S40</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240377-Debug-on-device-S40&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 10:23:55 GMT</pubDate>
			<description>I am working on S40 series.I am not able to debug my aap on real device so please help me how we can bebug my aap on real device asha nokia 310 instead of emulator.</description>
			<content:encoded><![CDATA[<div>I am working on S40 series.I am not able to debug my aap on real device so please help me how we can bebug my aap on real device asha nokia 310 instead of emulator.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>vikrantthegroove</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240377-Debug-on-device-S40</guid>
		</item>
		<item>
			<title>Does nokia 6212 support llcp connection for NFC</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240351-Does-nokia-6212-support-llcp-connection-for-NFC&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 09:18:12 GMT</pubDate>
			<description>hi,  
   can anyone please tell me whether nokia 6212 supports LLCP connection.</description>
			<content:encoded><![CDATA[<div>hi, <br />
   can anyone please tell me whether nokia 6212 supports LLCP connection.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>kmaring</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240351-Does-nokia-6212-support-llcp-connection-for-NFC</guid>
		</item>
		<item>
			<title>LWUIT list lazy loading.</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240349-LWUIT-list-lazy-loading&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 08:09:50 GMT</pubDate>
			<description>Hello Developers. 
 
I am developing j2me app in which am loading lwuit list with common default image. 
Once list is displayed with default image. i need to download the element specific image from the server. 
And as images get download one by one i need my list to be refresh with new image. 
 
i...</description>
			<content:encoded><![CDATA[<div>Hello Developers.<br />
<br />
I am developing j2me app in which am loading lwuit list with common default image.<br />
Once list is displayed with default image. i need to download the element specific image from the server.<br />
And as images get download one by one i need my list to be refresh with new image.<br />
<br />
i have tried following functions.<br />
<br />
1) List.setSelectedItem(obj)  // object having container with new image.<br />
2) GenericListCellRenderer.getListCellRendererComponent(list1, (Object)createTempContainert(), 0, true);<br />
<br />
Both of the above didn't worked.<br />
<br />
Can anyone knows how to update particular element from the list.<br />
<br />
All i need to replace the common image with the newly downloaded imaged from server.<br />
<br />
Please share your ideas with code snippet if possible.<br />
<br />
Thanks.<br />
Vishal</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>vishal.bharati</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240349-LWUIT-list-lazy-loading</guid>
		</item>
		<item>
			<title>How to get our border back in TextArea and TextField?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240348-How-to-get-our-border-back-in-TextArea-and-TextField&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 07:45:44 GMT</pubDate>
			<description>It seems that in the new Asha Platform, the *TextArea *and *TextField* in LWUIT are all borderless and only have a line under it. Personally I think this is a brainless design, whoever come up with this design should be fired. The question is how to get the border back in the *TextField *and...</description>
			<content:encoded><![CDATA[<div>It seems that in the new Asha Platform, the <b>TextArea </b>and <b>TextField</b> in LWUIT are all borderless and only have a line under it. Personally I think this is a brainless design, whoever come up with this design should be fired. The question is how to get the border back in the <b>TextField </b>and <b>TextArea</b>?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240348-How-to-get-our-border-back-in-TextArea-and-TextField</guid>
		</item>
		<item>
			<title>Qt translation issue</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240347-Qt-translation-issue&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 07:15:24 GMT</pubDate>
			<description>Hello, 
 
In my Qt app there are lots of strings that needs to be translated. I have generated ts files for diff languages and my app works fine for globalization. 
 
My issue: 
Strings are scattered in my code.. so I want to dump all the strings in a single file(may be .h file), then use that in...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
In my Qt app there are lots of strings that needs to be translated. I have generated ts files for diff languages and my app works fine for globalization.<br />
<br />
My issue:<br />
Strings are scattered in my code.. so I want to dump all the strings in a single file(may be .h file), then use that in my cpp.<br />
<br />
-thanks.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?233-Qt">Qt</category>
			<dc:creator>madhavnarain</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240347-Qt-translation-issue</guid>
		</item>
		<item>
			<title>How to navigate a page in Symbian web apps</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240345-How-to-navigate-a-page-in-Symbian-web-apps&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 05:12:19 GMT</pubDate>
			<description><![CDATA[Please any one help me out i want to redirect a page when i click login button,i was used widget.openurl("xxx") method. If i use direct website link means working fine otherwise if i will use small html file inside the .wgz folder it will not work.]]></description>
			<content:encoded><![CDATA[<div>Please any one help me out i want to redirect a page when i click login button,i was used widget.openurl(&quot;xxx&quot;) method. If i use direct website link means working fine otherwise if i will use small html file inside the .wgz folder it will not work.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?160-Symbian-Web-Runtime">Symbian Web Runtime</category>
			<dc:creator>lakshmipriya</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240345-How-to-navigate-a-page-in-Symbian-web-apps</guid>
		</item>
		<item>
			<title>How do I write unicode text on textField</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240344-How-do-I-write-unicode-text-on-textField&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 04:58:23 GMT</pubDate>
			<description><![CDATA[Hi, I am a new developer 
When I develope my app I have a problem and I can't solve it. 
In the mainForm of my app, I have a textField (search) in order to search from a list. I want to search unicode text (Vietnamese, chinese, ect...) which write into the textField , but I can't write unicode text...]]></description>
			<content:encoded><![CDATA[<div>Hi, I am a new developer<br />
When I develope my app I have a problem and I can't solve it.<br />
In the mainForm of my app, I have a textField (search) in order to search from a list. I want to search unicode text (Vietnamese, chinese, ect...) which write into the textField , but I can't write unicode text into the textField<br />
Please help me and guide me how do I search in unicode text?<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>tieubinh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240344-How-do-I-write-unicode-text-on-textField</guid>
		</item>
		<item>
			<title>How to remove this warning setPureTouch is disabled?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240342-How-to-remove-this-warning-setPureTouch-is-disabled&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 01:34:56 GMT</pubDate>
			<description>Whenever I test my LWUIT app, I always get this warning 
setPureTouch is disabled 
 
How to fix this?</description>
			<content:encoded><![CDATA[<div>Whenever I test my LWUIT app, I always get this warning<br />
setPureTouch is disabled<br />
<br />
How to fix this?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240342-How-to-remove-this-warning-setPureTouch-is-disabled</guid>
		</item>
		<item>
			<title>Nokia Asha Emulator Error</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240341-Nokia-Asha-Emulator-Error&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 20:07:24 GMT</pubDate>
			<description>When I run the new Nokia Asha Emulator, I get the following error. 
 
Java SE Development (JDK) version 7 update 21 or later detected. Install JDK 7 Update 17 or earlier. 
 
I have reverted back to version 7 update 11, but still get this error. Can anyone suggest a fix? Strange that the Nokia SDK...</description>
			<content:encoded><![CDATA[<div>When I run the new Nokia Asha Emulator, I get the following error.<br />
<br />
<i>Java SE Development (JDK) version 7 update 21 or later detected. Install JDK 7 Update 17 or earlier.</i><br />
<br />
I have reverted back to version 7 update 11, but still get this error. Can anyone suggest a fix? Strange that the Nokia SDK 2.0 emulator worked fine with the latest version of Java, but the newer Asha SDK doesn't work :confused:</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>grift</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240341-Nokia-Asha-Emulator-Error</guid>
		</item>
		<item>
			<title><![CDATA[Nokia Asha 501 "drag-and-drop" GUI creator]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240339-Nokia-Asha-501-quot-drag-and-drop-quot-GUI-creator&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 17:44:30 GMT</pubDate>
			<description><![CDATA[Seeing as the device uses a totally new OS (which looks great!), is there a "drag-and-drop" GUI creator available, similar to Android? Or is NetBean's visual MIDlet creator still the only option? Thanks]]></description>
			<content:encoded><![CDATA[<div>Seeing as the device uses a totally new OS (which looks great!), is there a &quot;drag-and-drop&quot; GUI creator available, similar to Android? Or is NetBean's visual MIDlet creator still the only option? Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>Infms</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240339-Nokia-Asha-501-quot-drag-and-drop-quot-GUI-creator</guid>
		</item>
		<item>
			<title>Some HTTPConnection requests not working on Asha SDK 1.0</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240338-Some-HTTPConnection-requests-not-working-on-Asha-SDK-1-0&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 15:07:47 GMT</pubDate>
			<description>Hi all, 
 
We are making a product for both Asha QWERTY (SDK 1.1) and  Fulltouch (SDK 2.0) devices. With the release of the Beta SDK for Asha 1.0 devices (Namely, Asha 501), I decided to test our common code (shared between QWERTY and FT) in the new SDK. 
 
All unit tests pass, except from some...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
We are making a product for both Asha QWERTY (SDK 1.1) and  Fulltouch (SDK 2.0) devices. With the release of the Beta SDK for Asha 1.0 devices (Namely, Asha 501), I decided to test our common code (shared between QWERTY and FT) in the new SDK.<br />
<br />
All unit tests pass, except from some specific HTTPConnection requests. The error is the following:<br />
<br />
<b>java.io.IOException: Unknown error -1 during socket::read </b><br />
<br />
Those same errors don't occur at all on 1.1 and 2.0 emulators. It's also worth noting that it does not happen on every HTTPConnection request, only on some specific services we are fetching from (Nokia Places API is one of them).<br />
<br />
Does anybody have a clue on this?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?56-Mobile-Java-Networking-amp-Messaging-amp-Security"><![CDATA[Mobile Java Networking & Messaging & Security]]></category>
			<dc:creator>cavalcanti.luiz</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240338-Some-HTTPConnection-requests-not-working-on-Asha-SDK-1-0</guid>
		</item>
		<item>
			<title>Null Pointer getImplementation in Image class</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240337-Null-Pointer-getImplementation-in-Image-class&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 12:38:34 GMT</pubDate>
			<description><![CDATA[Hello guys, 
 
I download lwuit source code and i put it on my project. I trace the Display.getInstance().getImplementation() in Image class, with System.out.println("lwuit implementation: "+Display.getInstance().getImplementation()); in method Image createImage(String path) and Image...]]></description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
<br />
I download lwuit source code and i put it on my project. I trace the Display.getInstance().getImplementation() in Image class, with System.out.println(&quot;lwuit implementation: &quot;+Display.getInstance().getImplementation()); in method Image createImage(String path) and Image createImage(byte[], int, int). All of that produce error: NullPointerException on getImplementation(). there is no setImplementation in LWUITImplementation class. I want to fixed this bug with make setImplementation in LWUITImplementation. But, where do i call the setImplementaion in Image class...?. Or any other idea to fixed the bug...?<br />
<br />
<br />
Best Regards,<br />
Iqbal</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>muhamad.iqbal</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240337-Null-Pointer-getImplementation-in-Image-class</guid>
		</item>
		<item>
			<title>Why it says not compatible for Asha Platform?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240336-Why-it-says-not-compatible-for-Asha-Platform&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 12:37:47 GMT</pubDate>
			<description><![CDATA[I used the newest SDK 3.0 and developed an app for the new Asha 501. It's even selected in the deployment settings. But why when I uploaded the app and then it said not compatible? :(]]></description>
			<content:encoded><![CDATA[<div>I used the newest SDK 3.0 and developed an app for the new Asha 501. It's even selected in the deployment settings. But why when I uploaded the app and then it said not compatible? :(</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>nemoryoliver</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240336-Why-it-says-not-compatible-for-Asha-Platform</guid>
		</item>
		<item>
			<title><![CDATA[The difference between "Connectivity" and "Network Access"]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240335-The-difference-between-quot-Connectivity-quot-and-quot-Network-Access-quot&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 12:00:23 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
 
I'm new to midlet programming, I was just looking at the API access rights on Series 40 6th FP1 phones here (http://www.developer.nokia.com/Community/Wiki/API_access_rights_on_phones,_Series_40_6th_FP1). 
 
According to the chart for these devices in the "Untrusted 3rd party...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I'm new to midlet programming, I was just looking at the API access rights on Series 40 6th FP1 phones <a href="http://www.developer.nokia.com/Community/Wiki/API_access_rights_on_phones,_Series_40_6th_FP1" target="_blank">here</a>.<br />
<br />
According to the chart for these devices in the &quot;Untrusted 3rd party domain&quot; &quot;Connectivity&quot; can be set to &quot;Always Allowed&quot; but &quot;Network Access&quot; can not.<br />
<br />
My question is what is categorised as &quot;Connectivity&quot; and what as &quot;Network Access&quot;?<br />
<br />
Specifically I want to create a midlet that will connect to a web server and retrieve some JSON format data created from a PHP script, will I be able to set the permissions for doing that to &quot;Always Allowed&quot;?<br />
<br />
Also, will the permissions chart I've linked to be applicable to the Asha 501 too?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Weave</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240335-The-difference-between-quot-Connectivity-quot-and-quot-Network-Access-quot</guid>
		</item>
		<item>
			<title>Поступают жалобы на работу приложения на Lumia 920</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240334-Поступают-жалобы-на-работу-приложения-на-Lumia-920&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 11:42:45 GMT</pubDate>
			<description>Привет. Закончил недавно разработку приложения для Windows Phone. Приложение регулярно тестировал на следующих устройствах: Nokia Lumia 610, Samsung Omnia W, Nokia Lumia 820 и HTC 8X на разных языках. Все выявленные проблемы исправил и довольный отправил приложение на сертификацию в Windows Phone...</description>
			<content:encoded><![CDATA[<div>Привет. Закончил недавно разработку приложения для Windows Phone. Приложение регулярно тестировал на следующих устройствах: Nokia Lumia 610, Samsung Omnia W, Nokia Lumia 820 и HTC 8X на разных языках. Все выявленные проблемы исправил и довольный отправил приложение на сертификацию в Windows Phone Store. Сертификацию оно прошло, но сейчас у приложения рейтинг 1 звезда и оно завалено комментариями <b>Lumia 920 не работает</b>. Прошивки жалующихся: RM-821_eu_russia_216 и RM-846_eu_russia_201.<br />
<br />
Собственно хотелось бы узнать почему приложение может не работать на Lumia 920, в то время как на других устройствах проблем нет и услышать рекомендации по устранению проблем.<br />
<br />
Ссылка на проблемное приложение:<br />
<a href="http://www.windowsphone.com/ru-ru/store/app/solution/e6ba1c4c-104e-48fe-a5c1-f551432a087e" target="_blank">Solution</a></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?169-Russian-Developer-Forum-Форум-Российских-разработчиков">Russian Developer Forum - Форум Российских разработчиков</category>
			<dc:creator>cherepets</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240334-Поступают-жалобы-на-работу-приложения-на-Lumia-920</guid>
		</item>
		<item>
			<title>SkyDrive Login not working on my submitted beta app but works in emulator</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240331-SkyDrive-Login-not-working-on-my-submitted-beta-app-but-works-in-emulator&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 09:28:30 GMT</pubDate>
			<description><![CDATA[I use latest Live SDK 5.3 to connect SkyDrive via SignInButton, it works fine in emulator and my phone. But after I submitted my app as a beta, I install from market to my phone but SkyDrive can't sign in. Black screen comes with progress bar and can't redirect me to login page. I also tried it...]]></description>
			<content:encoded><![CDATA[<div>I use latest Live SDK 5.3 to connect SkyDrive via SignInButton, it works fine in emulator and my phone. But after I submitted my app as a beta, I install from market to my phone but SkyDrive can't sign in. Black screen comes with progress bar and can't redirect me to login page. I also tried it with different phone, problem continues. <br />
<br />
I don't understand there is some kind of restriction or bug. Here what I done  to SkyDrive;<br />
<br />
I added &quot;ID_CAP_WEBBROWSERCOMPONENT&quot; to manifest.<br />
SignIn button<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> &lt;Controls:SignInButton Grid.Column=&quot;0&quot; Content=&quot;SignInButton&quot; SessionChanged=&quot;skydrive_SessionChanged&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Scopes=&quot;wl.offline_access wl.skydrive_update&quot; ClientId=&quot;my client id&quot; /&gt;</code><hr />
</div>In my opion these are enough to login SkyDrive, or am I wrong? Have any ideas bout that?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>Engin Kırmacı</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240331-SkyDrive-Login-not-working-on-my-submitted-beta-app-but-works-in-emulator</guid>
		</item>
		<item>
			<title>how to implement menu pop up on list item long press in J2ME?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240330-how-to-implement-menu-pop-up-on-list-item-long-press-in-J2ME&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 07:11:45 GMT</pubDate>
			<description>down vote favorite 
	 
 
I am developing an J2ME application where i have a list. Now i want to display a pop up screen with three menus(delete, details and cancel) when i will make a long press or click on any of the list item / row. I have seen similar type of features in some nokia touch...</description>
			<content:encoded><![CDATA[<div>down vote favorite<br />
	<br />
<br />
I am developing an J2ME application where i have a list. Now i want to display a pop up screen with three menus(delete, details and cancel) when i will make a long press or click on any of the list item / row. I have seen similar type of features in some nokia touch phones(Check the whatsapp application).<br />
<br />
I have tried with below code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> m_lAccountsList.setCommandListener(this);<br />
&nbsp; &nbsp; m_lAccountsList.setSelectCommand(selection);<br />
<br />
&nbsp;  public void commandAction(Command c, Displayable d) {<br />
&nbsp; &nbsp; if(c == selection)<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; // I need to implement the pop up menu<br />
&nbsp; &nbsp; }</code><hr />
</div><br />
Is this pop menu is possible for j2me? .How i can implement this?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>chandu_1233</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240330-how-to-implement-menu-pop-up-on-list-item-long-press-in-J2ME</guid>
		</item>
		<item>
			<title>Get address from infoBubbles</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240329-Get-address-from-infoBubbles&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 04:58:14 GMT</pubDate>
			<description>Hello 
 
I am using the following code, and when click on an address from resultList, an infobubble pops-up from the marker with the address details, such as street name, city etc. 
 
I just wondering if I can get these address details form the infobubble, or how to get these values from...</description>
			<content:encoded><![CDATA[<div>Hello<br />
<br />
I am using the following code, and when click on an address from resultList, an infobubble pops-up from the marker with the address details, such as street name, city etc.<br />
<br />
I just wondering if I can get these address details form the infobubble, or how to get these values from mapResultList by using nokia.places.search.manager.reverseGeoCode?<br />
<br />
Many Thanks!<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
&nbsp; &nbsp; &nbsp; &nbsp; var infoBubbles = new nokia.maps.map.component.InfoBubbles();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; var map = new nokia.maps.map.Display(document.getElementById(&quot;mapContainer&quot;),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &quot;components&quot;: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  infoBubbles,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  new nokia.maps.map.component.ZoomBar(),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  new nokia.maps.map.component.Behavior(),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  new nokia.maps.map.component.TypeSelector(),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  new nokia.maps.map.component.ContextMenu()],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &quot;zoomLevel&quot;: 9,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &quot;center&quot;: [-27.471011, 153.023449]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  });<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; var mapPlaceWidget = new nokia.places.widgets.Place({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map: map<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; var mapResultList = new nokia.places.widgets.ResultList({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; targetNode: &quot;mapResultlist&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map: map,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onRenderPage: function () {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mapResultList.displayOnMap();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; events: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rel: &quot;nokia-place-name&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name: &quot;click&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; handler: function (place2) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mapPlaceWidget.setPlace({ href: place2.href });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; &nbsp; &nbsp; })<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; var mapSb = new nokia.places.widgets.SearchBox({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; targetNode: &quot;mapSearchbox&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map: map,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onResults: function (data) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mapResultList.setData(data);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; });</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?283-Maps-API-for-Javascript">Maps API for Javascript</category>
			<dc:creator>Summerd</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240329-Get-address-from-infoBubbles</guid>
		</item>
		<item>
			<title>How to test my midlet on S40 series device?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240328-How-to-test-my-midlet-on-S40-series-device&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 04:46:57 GMT</pubDate>
			<description>I am new to Symbian Java. I made a midlet with few UI components added to it and i want to test the outcome of my midlet on real device.  
I have Nokia Asha 310 for testing that. Please describe steps how to do so. 
Thank You</description>
			<content:encoded><![CDATA[<div>I am new to Symbian Java. I made a midlet with few UI components added to it and i want to test the outcome of my midlet on real device. <br />
I have Nokia Asha 310 for testing that. Please describe steps how to do so.<br />
Thank You</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240328-How-to-test-my-midlet-on-S40-series-device</guid>
		</item>
		<item>
			<title>help please how can increse the size of rms database</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240332-help-please-how-can-increse-the-size-of-rms-database&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 04:35:19 GMT</pubDate>
			<description>I am making  app for Nokia S40 series and have a requirement of storing upto 8000 records . Which database i must prefer?  I tried rms database but my database gets corrupted on second run. I searched a lot about it and many developers say that rms is not a reliable database and also not suitable...</description>
			<content:encoded><![CDATA[<div>I am making  app for Nokia S40 series and have a requirement of storing upto 8000 records . Which database i must prefer?  I tried rms database but my database gets corrupted on second run. I searched a lot about it and many developers say that rms is not a reliable database and also not suitable for storing such a huge amount of records.<br />
<br />
I am new to Symbian java. Please advice.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240332-help-please-how-can-increse-the-size-of-rms-database</guid>
		</item>
		<item>
			<title>IAP items not showing</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240326-IAP-items-not-showing&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 03:07:51 GMT</pubDate>
			<description><![CDATA[My "Summary Report" stopped showing IAP items on the weekend. The "Content Items" section used to IAP items also. To get to my IAP statistics now I need to click on the free published item and then click on the IAP item there. I'm hoping that this change isn't permanent because my IAP items are the...]]></description>
			<content:encoded><![CDATA[<div>My &quot;Summary Report&quot; stopped showing IAP items on the weekend. The &quot;Content Items&quot; section used to IAP items also. To get to my IAP statistics now I need to click on the free published item and then click on the IAP item there. I'm hoping that this change isn't permanent because my IAP items are the most important to me.<br />
<br />
Edit: I've worked out how to get back to where I was. If I click the &quot;all time&quot; button for the time period then I get back to the screen that I'm used to.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?201-Publishing-to-Nokia-Store">Publishing to Nokia Store</category>
			<dc:creator>CLTSchwarz</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240326-IAP-items-not-showing</guid>
		</item>
		<item>
			<title>NAX DefaultAd</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240325-NAX-DefaultAd&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 23:45:05 GMT</pubDate>
			<description><![CDATA[Hi. 
I want test NAX ad's in my Windows Phone 7 app (test on my device), but i receive only Default Ad (not paid). I check AppId and it's ok. I must wait some time before normal Ad's start showing? Or where's the problem? 
 
And 2nd question. Who pays better: NAX or pubCenter?]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
I want test NAX ad's in my Windows Phone 7 app (test on my device), but i receive only Default Ad (not paid). I check AppId and it's ok. I must wait some time before normal Ad's start showing? Or where's the problem?<br />
<br />
And 2nd question. Who pays better: NAX or pubCenter?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?291-Monetization-APIs">Monetization APIs</category>
			<dc:creator>rafal366</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240325-NAX-DefaultAd</guid>
		</item>
		<item>
			<title>Why is not working Nokia Here HTML5?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240324-Why-is-not-working-Nokia-Here-HTML5&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 16:59:44 GMT</pubDate>
			<description><![CDATA[I have followed all the example from: Nokia Here HTML5 (http://developer.here.com/mobile_html5) This is the code from the example that I read: 
 
Code: 
--------- 
<html> 
        <head> 
                <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,...]]></description>
			<content:encoded><![CDATA[<div>I have followed all the example from: <a href="http://developer.here.com/mobile_html5" target="_blank">Nokia Here HTML5</a> This is the code from the example that I read:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;html&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- You should also add the following meta tags to support Blackberry 7.0+ devices --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;HandheldFriendly&quot; content=&quot;True&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;touch-event-mode&quot; value=&quot;native&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;cursor-event-mode&quot; value=&quot;native&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- To disable address sniffing and prevent native maps from starting, use the following meta tags --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;format-detection&quot; content=&quot;telephone=no&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;format-detection&quot; content=&quot;address=no&quot;/&gt;<br />
&lt;!--&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;link rel=&quot;stylesheet&quot; href=&quot;http://api.maps.nokia.com/mobile/1.0.2/lib/mh5.js&quot;&gt;--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;link rel=&quot;stylesheet&quot; href=&quot;http://api.maps.nokia.com/mobile/latest/lib/colors.css&quot;&gt;<br />
&lt;!--&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;script src=&quot;http://api.maps.nokia.com/mobile/1.0.2/lib/mh5.js&quot;&gt;&lt;/script&gt;--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;script src=&quot;http://api.maps.nokia.com/mobile/latest/lib/mh5.js&quot;&gt;&lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;body class=&quot;mh5_hwacc_body&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;app_location&quot; style=&quot;width:320px; height:480px; position:relative;&quot;&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nokia.mh5.assetsPath = &quot;http://api.maps.nokia.com/mobile/1.0.2/lib/&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nokia.mh5.app.embed({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; domNode: &quot;#app_location&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; appId: &quot;_peU-uCkp-j8ovkzFGNU&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; appCode: &quot;gBoUkAMoxoqIWfxWA5DuMQ&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div>I don't know why is not working only shows a white screen. And I have another question with <i>Nokia Here HTML5</i> is able to add markers and clustering as JS option?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?294-MH5-Nokia-Maps-Framework-for-mobile-HTML5">MH5: Nokia Maps Framework for mobile HTML5</category>
			<dc:creator>FANMixco</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240324-Why-is-not-working-Nokia-Here-HTML5</guid>
		</item>
		<item>
			<title>Big jar file in Nokia J2me  simulator</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240323-Big-jar-file-in-Nokia-J2me-simulator&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 16:10:36 GMT</pubDate>
			<description><![CDATA[Hi, 
Encountering 2 problems, can anybody give me tips? 
 
A.  I have many images  and jar file is around 5 MB can it can't be loaded in simulator,  there is an option in simulator settings but if I change it, it does not help, any idea what can be done here? 
 
B. How can I do ondevice debugging ...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
Encountering 2 problems, can anybody give me tips?<br />
<br />
A.  I have many images  and jar file is around 5 MB can it can't be loaded in simulator,  there is an option in simulator settings but if I change it, it does not help, any idea what can be done here?<br />
<br />
B. How can I do ondevice debugging  for S40 phone? Any links?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>aktarjahan2003</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240323-Big-jar-file-in-Nokia-J2me-simulator</guid>
		</item>
		<item>
			<title>How to do animations in LWUIT?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240321-How-to-do-animations-in-LWUIT&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 11:13:38 GMT</pubDate>
			<description>I am trying to implement a pull refresh like feature for Asha 501, is it possible in LWUIT? If so, how?  
I also want to respond to other kind of gestures, such as swipe, etc.</description>
			<content:encoded><![CDATA[<div>I am trying to implement a pull refresh like feature for Asha 501, is it possible in LWUIT? If so, how? <br />
I also want to respond to other kind of gestures, such as swipe, etc.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240321-How-to-do-animations-in-LWUIT</guid>
		</item>
		<item>
			<title>I need the nokia asha SDK 1.0 languages in the world package</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240320-I-need-the-nokia-asha-SDK-1-0-languages-in-the-world-package&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 08:14:38 GMT</pubDate>
			<description>help！I need the Chinese!zh-cn</description>
			<content:encoded><![CDATA[<div>help！I need the Chinese!zh-cn</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>angrybirdsnew@163.com</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240320-I-need-the-nokia-asha-SDK-1-0-languages-in-the-world-package</guid>
		</item>
		<item>
			<title>Here map jar file in map application</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240319-Here-map-jar-file-in-map-application&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 07:33:11 GMT</pubDate>
			<description>I am trying to include  here map  in my j2me app. 
I have included maps_api.jar  as external jar file in my project. 
With this inclusion, my midlet crashes at the beginning but  if I exclude it  then my midlet is fine  again. 
Any idea what is wrong here?</description>
			<content:encoded><![CDATA[<div>I am trying to include  here map  in my j2me app.<br />
I have included maps_api.jar  as external jar file in my project.<br />
With this inclusion, my midlet crashes at the beginning but  if I exclude it  then my midlet is fine  again.<br />
Any idea what is wrong here?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?287-Maps-API-for-Java-ME">Maps API for Java ME</category>
			<dc:creator>aktarjahan2003</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240319-Here-map-jar-file-in-map-application</guid>
		</item>
		<item>
			<title><![CDATA[RDA N9's offline]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240317-RDA-N9-s-offline&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 18:37:51 GMT</pubDate>
			<description>Can we have them back on? 
Thanks!</description>
			<content:encoded><![CDATA[<div>Can we have them back on?<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?166-Feedback-Nokia-Developer-Services">Feedback - Nokia Developer Services</category>
			<dc:creator>tkastlunger</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240317-RDA-N9-s-offline</guid>
		</item>
		<item>
			<title>How to create a input box that is like a google search box?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240316-How-to-create-a-input-box-that-is-like-a-google-search-box&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 14:53:09 GMT</pubDate>
			<description>I am surprised that I cannot find a control in LCDUI that can be like a search box with watermark text and border? Is it doable? If yes, how? No need to be detailed, just some direction.</description>
			<content:encoded><![CDATA[<div>I am surprised that I cannot find a control in LCDUI that can be like a search box with watermark text and border? Is it doable? If yes, how? No need to be detailed, just some direction.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240316-How-to-create-a-input-box-that-is-like-a-google-search-box</guid>
		</item>
		<item>
			<title>Install with Nokia PC Suite fails silenty</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240315-Install-with-Nokia-PC-Suite-fails-silenty&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 13:51:54 GMT</pubDate>
			<description><![CDATA[I connected my Asha 311 to my PC with USB, started the PC-Suite. I got into the store tab in choose some apps (one of my own and one from third party) I click on "download and install". A progressbar appears and I get the message that it is successful downloaded and installed. 
Fine. Except that I...]]></description>
			<content:encoded><![CDATA[<div>I connected my Asha 311 to my PC with USB, started the PC-Suite. I got into the store tab in choose some apps (one of my own and one from third party) I click on &quot;download and install&quot;. A progressbar appears and I get the message that it is successful downloaded and installed.<br />
Fine. Except that I do not find the WebApps on the phone.<br />
<br />
I know this all more an end user problem, BUT:<br />
If I as a developer do not figure it out, the users will also not figure it out.<br />
If the users do not figure it out, there is no point that I develop apps for them. <br />
<br />
Maybe it is a special problem with my PC, as I have lots of SDKs from different vendors. Never the less the Nokia-Suite should never tell &quot;succcessful installed&quot; when it is not.<br />
My Nokia PC Suite 3.8.30, Windows 7 professional, both in german language. Nokia suite tells me everything is up-to-date. The Asha 311 is english (american edition)<br />
<br />
Another error: I tried the feedback option from the help menu of the Nokia Suite, it tells me sending of feedback is not possible.<br />
<br />
Regards<br />
<br />
Karsten Meier</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>internetlabor</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240315-Install-with-Nokia-PC-Suite-fails-silenty</guid>
		</item>
		<item>
			<title>how to access rms from another midlet class in j2me for nokia</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240314-how-to-access-rms-from-another-midlet-class-in-j2me-for-nokia&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 10:52:24 GMT</pubDate>
			<description>I am new in j2me and i am using rms database for S40 series.I want to access  recordstore from one to another midlet.so tell me how can i access it .please help ...</description>
			<content:encoded><![CDATA[<div>I am new in j2me and i am using rms database for S40 series.I want to access  recordstore from one to another midlet.so tell me how can i access it .please help ...</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>vikrantthegroove</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240314-how-to-access-rms-from-another-midlet-class-in-j2me-for-nokia</guid>
		</item>
		<item>
			<title>EULA</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240309-EULA&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 08:08:00 GMT</pubDate>
			<description><![CDATA[Hello board, hello Nokia! 
 
I own a couple of N900's and a N9. Recently I picked up some dev projects for those devices and while installing scratchbox I ran into some trouble, namely the closed source parts of the install. They need a token that can be obtained by acccepting the EULA from here:...]]></description>
			<content:encoded><![CDATA[<div>Hello board, hello Nokia!<br />
<br />
I own a couple of N900's and a N9. Recently I picked up some dev projects for those devices and while installing scratchbox I ran into some trouble, namely the closed source parts of the install. They need a token that can be obtained by acccepting the EULA from here: <a href="http://tablets-dev.nokia.com/eula/index.php" target="_blank">http://tablets-dev.nokia.com/eula/index.php</a>.<br />
<br />
That website, however, has been down for quite some time now. <br />
<br />
Could someone in the know explain me how to obtain a token and get the closed source bits to install from within scratchbox?<br />
<br />
Kind regards,<br />
Anthonie</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?166-Feedback-Nokia-Developer-Services">Feedback - Nokia Developer Services</category>
			<dc:creator>anthonie</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240309-EULA</guid>
		</item>
		<item>
			<title>How to release memory assign by NewL</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240308-How-to-release-memory-assign-by-NewL&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 05:47:26 GMT</pubDate>
			<description><![CDATA[Hello Everyone, 
 
 
 
  CHttpEngine* httpEngine = CHttpEngine::NewL(*this); 
  httpEngine->CancelTransaction(); 
  httpEngine->IssueHTTPGetL(uri8); 
 
could any one tell me when we need to delete this httpEngine]]></description>
			<content:encoded><![CDATA[<div>Hello Everyone,<br />
<br />
<br />
<br />
  CHttpEngine* httpEngine = CHttpEngine::NewL(*this);<br />
  httpEngine-&gt;CancelTransaction();<br />
  httpEngine-&gt;IssueHTTPGetL(uri8);<br />
<br />
could any one tell me when we need to delete this httpEngine</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?40-Symbian-C">Symbian C++</category>
			<dc:creator>vayu52</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240308-How-to-release-memory-assign-by-NewL</guid>
		</item>
		<item>
			<title>What should I choose when doing UI between LCDUI and LWUIT?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240306-What-should-I-choose-when-doing-UI-between-LCDUI-and-LWUIT&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 23:39:54 GMT</pubDate>
			<description>It seems there is two piece of technology for building UI, LCDUI and LWUIT, which one should I choose? Or how do I choose base on a few criteria.</description>
			<content:encoded><![CDATA[<div>It seems there is two piece of technology for building UI, LCDUI and LWUIT, which one should I choose? Or how do I choose base on a few criteria.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>imgen</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240306-What-should-I-choose-when-doing-UI-between-LCDUI-and-LWUIT</guid>
		</item>
		<item>
			<title>btsocket - bluetooth</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240304-btsocket-bluetooth&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 16:57:01 GMT</pubDate>
			<description>Hi all! 
I am just started learning Pythos S60 and have a problem with btsocket. 
I need to connect 2 phones using BT: first as a server and second as a client to send data between them 
When I tried to google how to use btsocket I found only that:...</description>
			<content:encoded><![CDATA[<div>Hi all!<br />
I am just started learning Pythos S60 and have a problem with btsocket.<br />
I need to connect 2 phones using BT: first as a server and second as a client to send data between them<br />
When I tried to google how to use btsocket I found only that:<br />
<a href="http://pys60.garage.maemo.org/doc/s60/module-btsocket.html" target="_blank">http://pys60.garage.maemo.org/doc/s60/module-btsocket.html(no examples for bluetooth)</a><br />
and <a href="http://www.mobilenin.com/mobilepythonbook/examples/057-btchat.py" target="_blank">http://www.mobilenin.com/mobilepythonbook/examples/057-btchat.py(doesn't work)</a><br />
So how can I connect two phones and transfer data between them via BT?<br />
Please help<br />
<br />
P.S. Sorry for my English</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?102-Python">Python</category>
			<dc:creator>Grom_oleg</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240304-btsocket-bluetooth</guid>
		</item>
		<item>
			<title>XNA discontinued? options?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240301-XNA-discontinued-options&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 16:23:15 GMT</pubDate>
			<description><![CDATA[Hello, im working on two apps,  one of them is for shedules and stuff like that and the the other is a Game, i'm using siliverlight and XNA but i have heard that XNA has been discontinued, so What other options are for developing games and animations similar to XNA? 
 
Greetings from Mexico.:D]]></description>
			<content:encoded><![CDATA[<div>Hello, im working on two apps,  one of them is for shedules and stuff like that and the the other is a Game, i'm using siliverlight and XNA but i have heard that XNA has been discontinued, so What other options are for developing games and animations similar to XNA?<br />
<br />
Greetings from Mexico.:D</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>aaike64</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240301-XNA-discontinued-options</guid>
		</item>
		<item>
			<title>jad file is read-only</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240300-jad-file-is-read-only&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 16:23:07 GMT</pubDate>
			<description><![CDATA[hi everyone! 
 
I've been working with nokia sdk 2.0 in a windows 8 pro with jdk 1.6.0_23 (32 bits). Everything was working fine but yesterday I begun getting this error message: 
 
"Errors occurred during the build. 
Errors running builder 'Package Builder' on project 'PegaleAl21_ME'....]]></description>
			<content:encoded><![CDATA[<div>hi everyone!<br />
<br />
I've been working with nokia sdk 2.0 in a windows 8 pro with jdk 1.6.0_23 (32 bits). Everything was working fine but yesterday I begun getting this error message:<br />
<br />
&quot;Errors occurred during the build.<br />
Errors running builder 'Package Builder' on project 'PegaleAl21_ME'.<br />
de.schlichtherle.io.ArchiveFileSystem$ArchiveReadOnlyException: Archive file is read-only!<br />
de.schlichtherle.io.ArchiveFileSystem$ArchiveReadOnlyException: Archive file is read-only!<br />
de.schlichtherle.io.ArchiveFileSystem$ArchiveReadOnlyException: Archive file is read-only!<br />
de.schlichtherle.io.ArchiveFileSystem$ArchiveReadOnlyException: Archive file is read-only! &quot;<br />
<br />
This error is produced the second time I try to launch the emulator. First time everything goes fine.<br />
<br />
I checked and the workspace directory was read-only, changed the permissions but everytime i open the IDE the workspace goes back to read-only and the error occurs.<br />
The big annoyance is that next time i tried to launch the emulator, all the changes in the code are not reflected in the jar....<br />
<br />
Any hints?<br />
<br />
Thanks a lot!!</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?35-Mobile-Java-Tools-amp-SDKs"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>ElVibor</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240300-jad-file-is-read-only</guid>
		</item>
		<item>
			<title>what is the solution for corrupt rms file detected</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240299-what-is-the-solution-for-corrupt-rms-file-detected&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 10:57:49 GMT</pubDate>
			<description><![CDATA[I am new to J2ME and i am working on Nokia S40 and using rms database. I have to store 8000 records in Recordstore rms database so i don't have any idea how much data it can store in memory.]]></description>
			<content:encoded><![CDATA[<div>I am new to J2ME and i am working on Nokia S40 and using rms database. I have to store 8000 records in Recordstore rms database so i don't have any idea how much data it can store in memory.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>Manpreet_Singh</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240299-what-is-the-solution-for-corrupt-rms-file-detected</guid>
		</item>
		<item>
			<title>Asha Platform devices are now available in Publishing tool</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240297-Asha-Platform-devices-are-now-available-in-Publishing-tool&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 10:54:03 GMT</pubDate>
			<description>Hey folks,  
 
Have you noticed that Nokia just announced some great new Asha Platform 1.0 501 devices with great smartphone capabilities for developers to utilize: http://www.developer.nokia.com/Develop/asha/  
From Nokia Store Publishing point of view these devices do have different size 240*320...</description>
			<content:encoded><![CDATA[<div>Hey folks, <br />
<br />
Have you noticed that Nokia just announced some great new Asha Platform 1.0 501 devices with great smartphone capabilities for developers to utilize: <a href="http://www.developer.nokia.com/Develop/asha/" target="_blank">http://www.developer.nokia.com/Develop/asha/</a> <br />
From Nokia Store Publishing point of view these devices do have different size 240*320 screenshots  and one mandatory banner 120*60. These things are there to ensure the richest possible Nokia Store experience for the end users. Optional fourth and fifth screenshots are also possible only with Asha Platform. Screenshots are automatically created from the default square screenshot, but to optimize the user experience you should add the right ratio scaled screenshot. See more detailed information from here: <a href="http://support.publish.nokia.com/?p=9&amp;type=alert" target="_blank">http://support.publish.nokia.com/?p=9&amp;type=alert</a>   <br />
Those pictures will become mandatory after you select the Asha Platform 501 devices in the distribution of your content. <br />
<br />
And of course the JAR size limit has now increased from 2MB to 5MB with these devices. There is also more RAM/heap memory for running your fancy stuff. <br />
<br />
Happy development!<br />
<br />
-Kalle <br />
Publish Support team</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?201-Publishing-to-Nokia-Store">Publishing to Nokia Store</category>
			<dc:creator>Kalle Nevala</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240297-Asha-Platform-devices-are-now-available-in-Publishing-tool</guid>
		</item>
		<item>
			<title><![CDATA[WP8 & Arduino Uno communicating  Problem]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240295-WP8-amp-Arduino-Uno-communicating-Problem&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 09:34:32 GMT</pubDate>
			<description><![CDATA[Hello 
I am having trouble with WP8 & Arduino Uno 
I use Bluetooth module, Arduino Uno, Proximity sensor, lumia 920 
 Use this code in the Arduino :  
  
 
Code: 
--------- 
#include <SoftwareSerial.h>]]></description>
			<content:encoded><![CDATA[<div>Hello<br />
I am having trouble with WP8 &amp; Arduino Uno<br />
I use Bluetooth module, Arduino Uno, Proximity sensor, lumia 920<br />
 Use this code in the Arduino : <br />
 <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">#include &lt;SoftwareSerial.h&gt;<br />
&nbsp;<br />
const int TX_BT = 10;<br />
const int RX_BT = 11;<br />
&nbsp;<br />
SoftwareSerial btSerial(TX_BT, RX_BT);<br />
&nbsp;<br />
//Frequency to send periodic messages to Windows Phone, in milliseconds.<br />
//Core code.<br />
const unsigned long periodicMessageFrequency = 5000;<br />
unsigned long time = 0;<br />
&nbsp;<br />
//Process the incoming command from Windows Phone.<br />
//It should be changed according to what you want to do.<br />
void processCommand(char* command) {<br />
}<br />
&nbsp;<br />
//Send a message back to the Windows Phone.<br />
//Is can't be changed.<br />
void sendMessage(char* message) {<br />
&nbsp; int messageLen = strlen(message);<br />
&nbsp; if(messageLen &lt; 256) {&nbsp; <br />
&nbsp; &nbsp; btSerial.write(messageLen);<br />
&nbsp; &nbsp; btSerial.print(message);<br />
&nbsp; }<br />
}<br />
&nbsp;<br />
//Send a set of periodic messages to the Windows Phone.<br />
//It should be changed according to what you want to do.<br />
//This message could be a sensor data, like a thermometer data.<br />
void sendPeriodicMessages() {<br />
}<br />
&nbsp;<br />
//Setup Arduino function<br />
void setup() {<br />
&nbsp; Serial.begin(9600);<br />
&nbsp; Serial.println(&quot;USB Connected&quot;);<br />
&nbsp; btSerial.begin(9600);<br />
}<br />
&nbsp;<br />
//Loop Arduino function<br />
//It can't be changed<br />
void loop() {<br />
&nbsp; if(btSerial.available()) {<br />
&nbsp; &nbsp; &nbsp; int commandSize = (int)btSerial.read();<br />
&nbsp; &nbsp; &nbsp; char command[commandSize];<br />
&nbsp; &nbsp; &nbsp; int commandPos = 0;<br />
&nbsp; &nbsp; &nbsp; while(commandPos &lt; commandSize) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if(btSerial.available()) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; command[commandPos] = (char)btSerial.read();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; commandPos++;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; command[commandPos] = 0;<br />
&nbsp; &nbsp; &nbsp; processCommand(command);<br />
&nbsp; }<br />
&nbsp; unsigned long currentTime = millis();<br />
&nbsp; if((currentTime - time) &gt; periodicMessageFrequency) {<br />
&nbsp; &nbsp; sendPeriodicMessages();<br />
&nbsp; &nbsp; time = currentTime;<br />
&nbsp; }<br />
}</code><hr />
</div>And this code in WP8 App :<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">using System;<br />
using System.Collections.Generic;<br />
using System.ComponentModel;<br />
using System.Diagnostics;<br />
using System.Linq;<br />
using System.Text;<br />
using System.Threading.Tasks;<br />
using Windows.Networking;<br />
using Windows.Networking.Sockets;<br />
using Windows.Storage.Streams;<br />
&nbsp;<br />
namespace BluetoothConnectionManager<br />
{<br />
&nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; /// Class to control the bluetooth connection to the Arduino.<br />
&nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; public class ConnectionManager<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Socket used to communicate with Arduino.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; private StreamSocket socket;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// DataWriter used to send commands easily.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; private DataWriter dataWriter;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// DataReader used to receive messages easily.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; private DataReader dataReader;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Thread used to keep reading data from socket.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; private BackgroundWorker dataReadWorker;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Delegate used by event handler.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;param name=&quot;message&quot;&gt;The message received.&lt;/param&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public delegate void MessageReceivedHandler(string message);<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Event fired when a new message is received from Arduino.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public event MessageReceivedHandler MessageReceived;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Initialize the manager, should be called in OnNavigatedTo of main page.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public void Initialize()<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; socket = new StreamSocket();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataReadWorker = new BackgroundWorker();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataReadWorker.WorkerSupportsCancellation = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataReadWorker.DoWork += new DoWorkEventHandler(ReceiveMessages);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Finalize the connection manager, should be called in OnNavigatedFrom of main page.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public void Terminate()<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (socket != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; socket.Dispose();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (dataReadWorker != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataReadWorker.CancelAsync();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Connect to the given host device.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;param name=&quot;deviceHostName&quot;&gt;The host device name.&lt;/param&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public async void Connect(HostName deviceHostName)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (socket != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; await socket.ConnectAsync(deviceHostName, &quot;1&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataReader = new DataReader(socket.InputStream);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataReadWorker.RunWorkerAsync();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataWriter = new DataWriter(socket.OutputStream);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Receive messages from the Arduino through bluetooth.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; private async void ReceiveMessages(object sender, DoWorkEventArgs e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (true)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Read first byte (length of the subsequent message, 255 or less). <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uint sizeFieldCount = await dataReader.LoadAsync(1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (sizeFieldCount != 1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // The underlying socket was closed before we were able to read the whole data. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Read the message. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uint messageLength = dataReader.ReadByte();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uint actualMessageLength = await dataReader.LoadAsync(messageLength);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (messageLength != actualMessageLength)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // The underlying socket was closed before we were able to read the whole data. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Read the message and process it.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string message = dataReader.ReadString(actualMessageLength);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MessageReceived(message);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception ex)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Debug.WriteLine(ex.Message);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// Send command to the Arduino through bluetooth.<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;/summary&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;param name=&quot;command&quot;&gt;The sent command.&lt;/param&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /// &lt;returns&gt;The number of bytes sent&lt;/returns&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public async Task&lt;uint&gt; SendCommand(string command)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uint sentCommandSize = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (dataWriter != null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uint commandSize = dataWriter.MeasureString(command);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dataWriter.WriteByte((byte)commandSize);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sentCommandSize = dataWriter.WriteString(command);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; await dataWriter.StoreAsync();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return sentCommandSize;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div>But the code you used it in the WP8 App to connect with the Arduino code is unsafe because it allows for Arduino to the implementation of the orders of any Windows Phone device has this application<br />
Is there any suggestions on how to create a safe environment for communication between them<br />
I probably used it as a key to my car</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>bintk</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240295-WP8-amp-Arduino-Uno-communicating-Problem</guid>
		</item>
		<item>
			<title>local sql database storage</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240294-local-sql-database-storage&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 09:15:05 GMT</pubDate>
			<description><![CDATA[Hi 
 
I am new to the Asha platform, and am excited by the new phones being release (501 etc). I am thinking of developing an app that will extensively use local custom data, which I'd like to query via an SQL or sql-like interface. 
 
I have built windows 8 apps that use SQLite, and I want to know...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I am new to the Asha platform, and am excited by the new phones being release (501 etc). I am thinking of developing an app that will extensively use local custom data, which I'd like to query via an SQL or sql-like interface.<br />
<br />
I have built windows 8 apps that use SQLite, and I want to know what the Nokia-recommended approach is for storing complex relational data locally<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?16-Mobile-Java-General">Mobile Java General</category>
			<dc:creator>deanchalk</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240294-local-sql-database-storage</guid>
		</item>
		<item>
			<title>Nokia Asha wont play RTSP links with :554</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240293-Nokia-Asha-wont-play-RTSP-links-with-554&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 08:23:09 GMT</pubDate>
			<description><![CDATA[hi, 
 
We have got a problem with Nokia Asha , whenever we try to play the RTSP link with :554 the links wont play and if I delete the :554 the links starts streaming 
 
for example 
 
rtsp://<ip address>:554/2G/LIVE/videoF.sdp ( wont play ) 
 
and]]></description>
			<content:encoded><![CDATA[<div>hi,<br />
<br />
We have got a problem with Nokia Asha , whenever we try to play the RTSP link with :554 the links wont play and if I delete the :554 the links starts streaming<br />
<br />
for example<br />
<br />
rtsp://&lt;ip address&gt;:554/2G/LIVE/videoF.sdp ( wont play )<br />
<br />
and <br />
<br />
rtsp://&lt;ip address&gt;/2G/LIVE/video.sdp ( plays )<br />
<br />
please suggest.<br />
<br />
thanks<br />
Sherlock</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?54-Mobile-Java-Media-(Graphics-amp-Sounds)"><![CDATA[Mobile Java Media (Graphics & Sounds)]]></category>
			<dc:creator>sherlocz</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240293-Nokia-Asha-wont-play-RTSP-links-with-554</guid>
		</item>
		<item>
			<title>xPress Browser 3.0: I hope this is a joke!</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240292-xPress-Browser-3-0-I-hope-this-is-a-joke!&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 08:03:43 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I just watched http://m.youtube.com/#/watch?v=gBB-H61EoH8 
This Nokia Now thing is apparently a WebApp. Please tell I'm wrong, but as it seems, you have decided that the "next generation of full touch Ashas" should have 
1) a virtual button, despite having a hardware back button, 
2) a...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I just watched <a href="http://m.youtube.com/#/watch?v=gBB-H61EoH8" target="_blank">http://m.youtube.com/#/watch?v=gBB-H61EoH8</a><br />
This Nokia Now thing is apparently a WebApp. Please tell I'm wrong, but as it seems, you have decided that the &quot;next generation of full touch Ashas&quot; should have<br />
1) a virtual button, despite having a hardware back button,<br />
2) a permanent, thick black menu bar on the bottom, instead of this one, unobtrusive transparent menu button,<br />
3) a different resolution than all existing full touch devices (for the worse)<br />
4) thanks to the menu bar, a different useable innerHeight than all other qvga Series40 devices.<br />
<br />
You must be kidding me, please tell me that I'm wrong. If not, I have some ideas for future products:<br />
A horizontal touch and type device,<br />
Rename mwl to nwl, just for fun,<br />
Add the notification/time bar so the useable innerHeight changes again,<br />
Abandon WebApps in favor of Qt/qml, but don't tell anyone for years.<br />
<br />
Sorry for this sarcasm.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>lorion84</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240292-xPress-Browser-3-0-I-hope-this-is-a-joke!</guid>
		</item>
		<item>
			<title>How to pass parameters to the onclick event handlers?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240291-How-to-pass-parameters-to-the-onclick-event-handlers&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 05:42:03 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I want to pass a variable to an onclick event handler. I need a way to uniquely identify the HTML element that I have clicked. Since I can't use this keyword, I tried running the following code -  
 
 
 
Code: 
--------- 
var team_str = ''; 
for(var i=0;i<teams.length;i++){]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I want to pass a variable to an onclick event handler. I need a way to uniquely identify the HTML element that I have clicked. Since I can't use <i>this</i> keyword, I tried running the following code - <br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">var team_str = '';<br />
for(var i=0;i&lt;teams.length;i++){<br />
&nbsp; &nbsp; &nbsp; &nbsp; team_str += '&lt;span id=gc&quot;'+SI_KO.resData[SI_KO.resData.length-SI_KO.count].gamecode+'&quot; class=&quot;si-scorecard&quot; onclick=&quot;trial('+i+')&quot;&gt;&lt;u&gt;SCORECARD&lt;/u&gt;&lt;/span&gt;';<br />
}<br />
&nbsp; &nbsp; &nbsp; &nbsp; $('.container').html(team_str);</code><hr />
</div>event handler trial() - <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">function trial(a){<br />
&nbsp; &nbsp; &nbsp; &nbsp; $('.container').append(a);<br />
}</code><hr />
</div>Here, i am trying to pass the value of variable i to the handler trial(); However, its not working on device. Its working on the local preview.<br />
<br />
What should i do if i want to pass a parameter to the onclick event handler? Please help...</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>anujit</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240291-How-to-pass-parameters-to-the-onclick-event-handlers</guid>
		</item>
		<item>
			<title>When will Samples for Webtools 3.0 arrive?</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240290-When-will-Samples-for-Webtools-3-0-arrive&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 02:03:39 GMT</pubDate>
			<description>Please. I need to get started. I need samples. When?</description>
			<content:encoded><![CDATA[<div>Please. I need to get started. I need samples. When?</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>nemoryoliver</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240290-When-will-Samples-for-Webtools-3-0-arrive</guid>
		</item>
		<item>
			<title>Problem with Inneractive Ad SDK for Windows Phone</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240289-Problem-with-Inneractive-Ad-SDK-for-Windows-Phone&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 01:05:11 GMT</pubDate>
			<description>I use Interstitial Ad from Inneractive to my Windows Phone 8 project. However, I have an issue related to incorrect back button behavior. 
When, Interstitial Ad is shown, there is no response when we press hardware back button and we must tap cancel (X) button on top right corner of the page. 
I...</description>
			<content:encoded><![CDATA[<div>I use Interstitial Ad from Inneractive to my Windows Phone 8 project. However, I have an issue related to incorrect back button behavior.<br />
When, Interstitial Ad is shown, there is no response when we press hardware back button and we must tap cancel (X) button on top right corner of the page.<br />
I think Inneractive has done overridde OnBackKeyPress() method.<br />
Is there any way to solve this problem?<br />
 <br />
Moreover, they provide 2 SDKs which are:<br />
<ol class="decimal"><li style="">Windows Phone 8 Version: 1.1.3 Date: 02/14/2013</li><li style="">Windows Phone 7 Version: 1.1.2 Date: 2/12/2013</li></ol><br />
<br />
But, I can't add the WP8 Version SDK to my WP8 project so I try to use WP7 Version SDK and it works.<br />
However, I found an issue there that every time I call method InneractiveAd.DisplayAd() with IaAdType_Interstitial type. In the debug mode, I always got this message &quot;An exception of type 'System.Collections.Generic.KeyNotFoundException' occured in mscorlib.ni.dll and wasn't handled before a managed/native boundary&quot;.<br />
Is anyone has the same problem with me?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?291-Monetization-APIs">Monetization APIs</category>
			<dc:creator>jeffrey.halimsetiawan</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240289-Problem-with-Inneractive-Ad-SDK-for-Windows-Phone</guid>
		</item>
		<item>
			<title>Updating Nokia 2.3 WDE to 3.0 beta - issue with emulator</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240287-Updating-Nokia-2-3-WDE-to-3-0-beta-issue-with-emulator&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 20:46:23 GMT</pubDate>
			<description><![CDATA[I've just updated my Nokia WDE, unfortunately, there seems to be an issue with updating the simulator part of the tool. Has anyone else seen this? 
 
Attachment 1472 (http://www.developer.nokia.com/Community/Discussion/attachment.php?attachmentid=1472)]]></description>
			<content:encoded><![CDATA[<div>I've just updated my Nokia WDE, unfortunately, there seems to be an issue with updating the simulator part of the tool. Has anyone else seen this?<br />
<br />
<a href="http://www.developer.nokia.com/Community/Discussion/attachment.php?attachmentid=1472&amp;d=1368132150"  title="Name:  error.PNG
Views: 212
Size:  14.3 KB">error.PNG</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.developer.nokia.com/Community/Discussion/images/attach/png.gif" alt="File Type: png" />
	<a href="http://www.developer.nokia.com/Community/Discussion/attachment.php?attachmentid=1472&amp;d=1368132150" target="_blank">error.PNG</a> 
(14.3 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?266-Nokia-Asha-Web-Apps">Nokia Asha Web Apps</category>
			<dc:creator>grift</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240287-Updating-Nokia-2-3-WDE-to-3-0-beta-issue-with-emulator</guid>
		</item>
		<item>
			<title>PhotoCaptureDevice - Error when NavigatingFrom and then NavigatingTo</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240284-PhotoCaptureDevice-Error-when-NavigatingFrom-and-then-NavigatingTo&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 19:10:37 GMT</pubDate>
			<description>Hi, 
 
I use a PhotoCaptureDevice and take the PreviewBufferY to decode a Barcode in it. If successful I navigate to another Page. If the user hits the backButton after that the app mostly crashes... I did implement a _captureDevice.Dispose() in the OnNavigatedFrom and am initializing the...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I use a PhotoCaptureDevice and take the PreviewBufferY to decode a Barcode in it. If successful I navigate to another Page. If the user hits the backButton after that the app mostly crashes... I did implement a _captureDevice.Dispose() in the OnNavigatedFrom and am initializing the PhotoCaptureDevice in the OnNavigatedTo<br />
What am I doing wrong? Any oidea?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">_availableCaptureResolutions =<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PhotoCaptureDevice.GetAvailableCaptureResolutions(CameraSensorLocation.Back);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _res = GetBestResolution(_availableCaptureResolutions);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var list = PhotoCaptureDevice.GetAvailablePreviewResolutions(CameraSensorLocation.Back);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _resPreview = GetBestPreviewResolution(list, _res);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Initalize CaptureDevice<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Always takes Preview Resolution for better barcode regognition<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _captureDevice = await PhotoCaptureDevice.OpenAsync(CameraSensorLocation.Back, _resPreview);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #region retry when failed hack<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (_captureDevice == null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; await Task.Delay(200);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _captureDevice = await PhotoCaptureDevice.OpenAsync(CameraSensorLocation.Back, _res);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Debug.WriteLine(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (_captureDevice == null)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; await Task.Delay(500);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _captureDevice = await PhotoCaptureDevice.OpenAsync(CameraSensorLocation.Back, _res);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #endregion // retry when failed<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // No Flash<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Debug.Assert(_captureDevice != null, &quot;_captureDevice != null&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _captureDevice.SetProperty(KnownCameraPhotoProperties.FlashMode, FlashState.Off);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Scene Mode<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Debug.Assert(_captureDevice != null, &quot;_captureDevice != null&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _captureDevice.SetProperty(KnownCameraPhotoProperties.SceneMode, CameraSceneMode.Macro);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _videoBrush.SetSource(_captureDevice);<br />
<br />
StartCapturingAsync();<br />
<br />
private async void StartCapturingAsync()<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CameraCaptureSequence sequence = _captureDevice.CreateCaptureSequence(1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var stream = new MemoryStream();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sequence.Frames[0].CaptureStream = stream.AsOutputStream();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; await _captureDevice.PrepareCaptureSequenceAsync(sequence);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FocusInternallyAsync();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Debug.WriteLine(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?272-Windows-Phone-General">Windows Phone General</category>
			<dc:creator>fabianhenzler</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240284-PhotoCaptureDevice-Error-when-NavigatingFrom-and-then-NavigatingTo</guid>
		</item>
		<item>
			<title>Converting to wbxml</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240283-Converting-to-wbxml&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 19:09:33 GMT</pubDate>
			<description><![CDATA[I have created an SI indication message and to be sent over mobile, i am being told to convert it to wbxml then hexadecimal. how will i make it? 
 
the SI indication is as follows: 
 
<?xml version="1.0"?> 
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" "http://www.wapforum.org/DTD/si.dtd">...]]></description>
			<content:encoded><![CDATA[<div>I have created an SI indication message and to be sent over mobile, i am being told to convert it to wbxml then hexadecimal. how will i make it?<br />
<br />
the SI indication is as follows:<br />
<br />
&lt;?xml version=&quot;1.0&quot;?&gt;<br />
&lt;!DOCTYPE si PUBLIC &quot;-//WAPFORUM//DTD SI 1.0//EN&quot; &quot;http://www.wapforum.org/DTD/si.dtd&quot;&gt;<br />
&lt;si&gt;<br />
&lt;indication href=&quot;http://testing.0adz.com/sys_files/start.php&quot; action=&quot;signal-medium&quot; si-id=&quot;6532&quot; &gt;<br />
  We have promotions. please check<br />
&lt;/indication&gt;<br />
&lt;/si&gt;</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?69-General-Development-Questions">General Development Questions</category>
			<dc:creator>emmanuelmhango</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240283-Converting-to-wbxml</guid>
		</item>
	</channel>
</rss>
