<?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>Developer Discussion Boards - 14,16,22,25,26,29,30,31,35,36,38,40,54,56,61,62,64,69,95,96,102,111,115,116,117,118,121,124,129,130,137,144,159,160,166</title>
		<link>http://discussion.forum.nokia.com/forum</link>
		<description>Developer Discussion Boards for Nokia Mobile Phones</description>
		<language>en</language>
		<lastBuildDate>Mon, 23 Nov 2009 16:22:41 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://discussion.forum.nokia.com/forum/images/element/misc/rss.jpg</url>
			<title>Developer Discussion Boards - 14,16,22,25,26,29,30,31,35,36,38,40,54,56,61,62,64,69,95,96,102,111,115,116,117,118,121,124,129,130,137,144,159,160,166</title>
			<link>http://discussion.forum.nokia.com/forum</link>
		</image>
		<item>
			<title>Where to find MediaException error number doc?</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186620&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:52:56 GMT</pubDate>
			<description>I am using N97 emulator with NetBean. When try to play a video with the media player, I got 

MediaException: Realize error: -28

With different tweakings, I got -5, -12 error numbers. Where can I find out exactly what the number means?

Thanks</description>
			<content:encoded><![CDATA[<div>I am using N97 emulator with NetBean. When try to play a video with the media player, I got <br />
<br />
MediaException: Realize error: -28<br />
<br />
With different tweakings, I got -5, -12 error numbers. Where can I find out exactly what the number means?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=54"><![CDATA[Mobile Java Media (Graphics & Sounds)]]></category>
			<dc:creator>blueberry1988</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186620</guid>
		</item>
		<item>
			<title>Seeking a PC-Handset connectivity solution?</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186619&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:35:57 GMT</pubDate>
			<description>Greetings:

We are on the following platform:
 Symbian OS 8.1A
 Symbian S60 SDK 2nd Edition FP3
 Windows XP SP2
 Carbide C++ 2.0
 Nokia N70,72 series handsets

We have an application that needs pc-handset connectivity (two way channel) as shown below:</description>
			<content:encoded><![CDATA[<div>Greetings:<br />
<br />
We are on the following platform:<br />
 Symbian OS 8.1A<br />
 Symbian S60 SDK 2nd Edition FP3<br />
 Windows XP SP2<br />
 Carbide C++ 2.0<br />
 Nokia N70,72 series handsets<br />
<br />
We have an application that needs pc-handset connectivity (two way channel) as shown below:<br />
<br />
              PC                                                              Nokia Handset<br />
   --------------------------                                             --------------------------- <br />
               Sender        |                                            |        Receiver<br />
                           Serial Port| ------- Serial USB --------| Serial Port     <br />
                             |                                            | <br />
               Receiver      |                                            |        Sender  <br />
   --------------------------                                             ---------------------------  <br />
<br />
<br />
Now we use the .NET SerialPort class on the PC side and the Symbian &quot;ACM:0&quot; interface on the handset side.<br />
We have followed documentation for serial port communication to implement following features:<br />
<br />
1. Message packets between 1-5K travel across the pc-handset channel.<br />
2. The total data rate is below 20K per sec.<br />
3. Sending and Receiving is expected to work concurrently. <br />
<br />
On the handset side we have implemented the sender and receiver after researching well from this Forum Nokia.<br />
<br />
Problems we face:<br />
<br />
1.  The Sender or Receiver on the handset side hang while trying to send or receive.<br />
    This happens after every few hours of the system running causing the whole system to hang.<br />
<br />
We basically need a handset-pc connectivity solution that works reliably over Serial-USB connection to start with.<br />
We heard of the Nokia PC-Connectivity SDK ?? Is this a contemporary solution of today or is it historic ??  Kindly advise us a PC-Handset connectivity toolkit or SDK that guarantees message reliability such as a TCP connection over as Serial USB connection.<br />
<br />
Your kind help stands to be appreciated.<br />
<br />
Thanking you,<br />
<br />
Prabhjot</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=40">General Symbian C++</category>
			<dc:creator>pbal</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186619</guid>
		</item>
		<item>
			<title>How to include /res folder in the package</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186618&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:29:28 GMT</pubDate>
			<description><![CDATA[Hello,

I'm using Eclipse Pulsa to develop an application on the Nokia mobile N95.
I would like to use some images in the application, I put the images in /res/images/myphoto.PNG
In my Application Descriptor, I have: 
MIDlet-1: MyDemo, /res/images/myphoto.PNG, main.MyDemo
In the Build tab, I...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm using Eclipse Pulsa to develop an application on the Nokia mobile N95.<br />
I would like to use some images in the application, I put the images in /res/images/myphoto.PNG<br />
In my Application Descriptor, I have: <br />
MIDlet-1: MyDemo, /res/images/myphoto.PNG, main.MyDemo<br />
In the Build tab, I already selected both src and res folders.<br />
<br />
But when I create the package for my application, I check in my .jar file but there's no /res folder inside, there are only the subfolder in the src folder.<br />
<br />
Could you please tell me how could I include correctly the res folder in my .jar file?<br />
<br />
Thank you very much.</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=16">Mobile Java General</category>
			<dc:creator>burinutit</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186618</guid>
		</item>
		<item>
			<title>Accelerometer N95</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186617&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:29:25 GMT</pubDate>
			<description><![CDATA[Hi.I need to know which is the accelerometer of n95. I mean the model.
For example the Sun Spot's accelerometer is a LIS3L02AQ.
I am doing a research and i need the model in order to compare with others.

Thanks:confused.]]></description>
			<content:encoded><![CDATA[<div>Hi.I need to know which is the accelerometer of n95. I mean the model.<br />
For example the Sun Spot's accelerometer is a LIS3L02AQ.<br />
I am doing a research and i need the model in order to compare with others.<br />
<br />
Thanks:confused.</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=102">Python</category>
			<dc:creator>ivanraso</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186617</guid>
		</item>
		<item>
			<title>debug in NetBeans 6.5.1</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186616&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:18:05 GMT</pubDate>
			<description>hi..

i am trying to debug in net beans 6.5.1 but i am unable to debug the code.i hv read in the documentation that to debug the code you need to increase the debug timeout.i hv increased it to 60000 then to i am unable to debug..

plz help...</description>
			<content:encoded><![CDATA[<div>hi..<br />
<br />
i am trying to debug in net beans 6.5.1 but i am unable to debug the code.i hv read in the documentation that to debug the code you need to increase the debug timeout.i hv increased it to 60000 then to i am unable to debug..<br />
<br />
plz help...</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=16">Mobile Java General</category>
			<dc:creator>mudit.agar</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186616</guid>
		</item>
		<item>
			<title>General Queries</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186613&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:05:16 GMT</pubDate>
			<description>1)How can i ask my app to remember IAP,Everytime i make a network request the App asks me for the IAP to use.

2)This is a piece of code that raised a memory leak panic.


Code:
---------
RBuf8 string;
..
some operations on string</description>
			<content:encoded><![CDATA[<div>1)How can i ask my app to remember IAP,Everytime i make a network request the App asks me for the IAP to use.<br />
<br />
2)This is a piece of code that raised a memory leak panic.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">RBuf8 string;<br />
..<br />
some operations on string<br />
string.close();<br />
..<br />
__UHEAP_MARK<br />
string.create(16000);<br />
__UHEAP_MARKEND</code><hr />
</div>THe __UHEAP_MARKEND raises a panic here,any idea why?<br />
<br />
Thanks ,<br />
Abhi</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=40">General Symbian C++</category>
			<dc:creator>archerabi</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186613</guid>
		</item>
		<item>
			<title>configuring 1st edition sdk on vs.net 2003</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186612&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:04:59 GMT</pubDate>
			<description>hi all,
I am trying to use 1st edition sdk for building application. I have visual studio.net 2003..
Can someOne Please Tell me how to configure the sdk for visual studio.net 2003?

i searched on forum too. Bt there is not much help avaialble for 1st edition sdk..</description>
			<content:encoded><![CDATA[<div>hi all,<br />
I am trying to use 1st edition sdk for building application. I have visual studio.net 2003..<br />
Can someOne Please Tell me how to configure the sdk for visual studio.net 2003?<br />
<br />
i searched on forum too. Bt there is not much help avaialble for 1st edition sdk..</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=29"><![CDATA[Symbian Tools & SDKs]]></category>
			<dc:creator>dinesh547</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186612</guid>
		</item>
		<item>
			<title>Change default call type</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186611&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:01:32 GMT</pubDate>
			<description>Dear All,

is there a way to change the call type programatically in J2ME (i need to change it to internet call instead of phone call).</description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
is there a way to change the call type programatically in J2ME (i need to change it to internet call instead of phone call).</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=16">Mobile Java General</category>
			<dc:creator>muneer.essa</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186611</guid>
		</item>
		<item>
			<title>Change default call type</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186610&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:00:59 GMT</pubDate>
			<description>Dear All,

is there a way to change the call type programatically in J2ME (i need to change it to internet call instead of phone call).
:rolleyes:</description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
is there a way to change the call type programatically in J2ME (i need to change it to internet call instead of phone call).<br />
:rolleyes:</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=35"><![CDATA[Mobile Java Tools & SDKs]]></category>
			<dc:creator>muneer.essa</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186610</guid>
		</item>
		<item>
			<title>Change default call type</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186609&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 15:00:25 GMT</pubDate>
			<description>Dear All,

is there a way to change the call type programatically in J2ME (i need to change it to internet call instead of phone call).</description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
is there a way to change the call type programatically in J2ME (i need to change it to internet call instead of phone call).</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=54"><![CDATA[Mobile Java Media (Graphics & Sounds)]]></category>
			<dc:creator>muneer.essa</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186609</guid>
		</item>
		<item>
			<title>using LONG VARCHAR</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186607&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 14:43:27 GMT</pubDate>
			<description><![CDATA[i've taken a column as LONG VARCHAR;

RDbView iView;

TBuf<1600> iSmsBody;

but iSmsBody.Copy(iViewLabel.ColDes(2));-------------->is the crash point? 

if i take VARCHAR instead of LONG VARCHAR it works fine.]]></description>
			<content:encoded><![CDATA[<div>i've taken a column as LONG VARCHAR;<br />
<br />
RDbView iView;<br />
<br />
TBuf&lt;1600&gt; iSmsBody;<br />
<br />
but iSmsBody.Copy(iViewLabel.ColDes(2));--------------&gt;is the crash point? <br />
<br />
if i take VARCHAR instead of LONG VARCHAR it works fine.</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=40">General Symbian C++</category>
			<dc:creator>cool_ranjeet</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186607</guid>
		</item>
		<item>
			<title>aplication signing</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186606&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 14:38:24 GMT</pubDate>
			<description>Hi all,

I am making an application it uses all the User Capabilities. So i am making an selfsigned certificate and install and test on device.

For My application does I need to purchase a publisher id for make my application symbian signed????

Best regards
Abhinash</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I am making an application it uses all the User Capabilities. So i am making an selfsigned certificate and install and test on device.<br />
<br />
For My application does I need to purchase a publisher id for make my application symbian signed????<br />
<br />
Best regards<br />
Abhinash</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=124">Installation, Certification and Security</category>
			<dc:creator>abhinash2009</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186606</guid>
		</item>
		<item>
			<title>Waiting for timer problem</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186605&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 13:56:24 GMT</pubDate>
			<description>Hellow,

I have a little problem.

i created a active object that inheriits from CTimer, i need to use it in a loop:

i want to start the timer, and then do some stuff (for example change the text on the UI).
After that i need to wait for the timer to be finish. 
And then start back at the begining...</description>
			<content:encoded><![CDATA[<div>Hellow,<br />
<br />
I have a little problem.<br />
<br />
i created a active object that inheriits from CTimer, i need to use it in a loop:<br />
<br />
i want to start the timer, and then do some stuff (for example change the text on the UI).<br />
After that i need to wait for the timer to be finish. <br />
And then start back at the begining (start timer -&gt; do stuff -&gt; wait)<br />
<br />
The timing is inportant to me.<br />
<br />
What is a proper way to wait on the timer to end. without blocking my programme (thats wy i use actiove objects)?<br />
I thought to create a flag that i set true when the active object is in his RunL. and wait for it in a While but that doesn't work.<br />
<br />
If that works:<br />
 i want the loop to start when my program is send to the background.<br />
On a condition i whil stop the loop and bring the programme to the front.<br />
Is there a proper way to implemnt such loop?<br />
<br />
With kind regards <br />
<br />
Robin</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=40">General Symbian C++</category>
			<dc:creator>robinbartels</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186605</guid>
		</item>
		<item>
			<title>dismiss keyboard in 5th edition</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186604&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 13:46:47 GMT</pubDate>
			<description><![CDATA[Hi 
I have a text editor control in 5th edition application.
When the user click on the screen, the virtual keyboard appears.
How can I avoid this operation???

My aim is that when the user clicks on the editor, some picture is displayed on it.
I don't want to see the keyboard.

(The text editor...]]></description>
			<content:encoded><![CDATA[<div>Hi <br />
I have a text editor control in 5th edition application.<br />
When the user click on the screen, the virtual keyboard appears.<br />
How can I avoid this operation???<br />
<br />
My aim is that when the user clicks on the editor, some picture is displayed on it.<br />
I don't want to see the keyboard.<br />
<br />
(The text editor must be NOT read only)<br />
<br />
Thanks for help<br />
Assayag</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=40">General Symbian C++</category>
			<dc:creator>assayag</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186604</guid>
		</item>
		<item>
			<title>how to use google API</title>
			<link>http://discussion.forum.nokia.com/forum/showthread.php?t=186603&amp;goto=newpost</link>
			<pubDate>Mon, 23 Nov 2009 13:43:12 GMT</pubDate>
			<description><![CDATA[dear all 
kindly i need your help. maybe it is simple thing
i want t build an mobile application that allow me to view the Exchange Rates form google, and the weather.
so i went to use Gdata (the google API) but i didn't know how to add it to netBeans or to use it. i has made a big google search...]]></description>
			<content:encoded><![CDATA[<div>dear all <br />
kindly i need your help. maybe it is simple thing<br />
i want t build an mobile application that allow me to view the Exchange Rates form google, and the weather.<br />
so i went to use Gdata (the google API) but i didn't know how to add it to netBeans or to use it. i has made a big google search but no result found<br />
if can i have some help<br />
<br />
sory for my laguage<br />
<br />
best regards<br />
mlamaa</div>

]]></content:encoded>
			<category domain="http://discussion.forum.nokia.com/forum/forumdisplay.php?f=16">Mobile Java General</category>
			<dc:creator>m-lamaa</dc:creator>
			<guid isPermaLink="true">http://discussion.forum.nokia.com/forum/showthread.php?t=186603</guid>
		</item>
	</channel>
</rss>
