Hi Mayank
Actully I am fetching data by using RHttpConnection and
whenever there is new fetched datachunk I am sending it for
parsing.
Thanks.
-Anurag
Type: Posts; User: Anurag Bansal; Keyword(s):
Hi Mayank
Actully I am fetching data by using RHttpConnection and
whenever there is new fetched datachunk I am sending it for
parsing.
Thanks.
-Anurag
Hi All,
In my application I am trying to parse the xml rss feed.
I am able to do it,but in OnContentL() it is parsing whole datachunk.
Now I want to get the attribute value of a particular tag...
Hi All,
I want to access web link's data in a normal S60 view.
i.e reading the RSS feed and displaying the contents in a normal S60 view without using WRT technology.
Can anybody tell me, is...
I just import the sdk example then build it and run,emulator appear but after few seconds it exit,so i didn't get any panic mesg.
Actually i dont know what should be the step for running client...
Hi Mehul,
First of all you should take the protected uid from symbiansigned.com then replace this uid with the old one,
the better way to change the uid is at the start when you created ur project,...
Hi all,
Can any one tell me plz how i can run the ClientServerAsync example which is given in the SDK 9.2.
i tried it but it is not running.
Plz tell me how i can run it on the emulator.
Thanks
o.k Thanx Yogpan :)
Hi yogpan if i do this is there any problem at the time of signing?
Hi Stenlik,
Thanks for ur reply,i have implemented what ever u guys said,and it is working fine :)
but i want to ask that according to signing rule i have to do all these i.e if enabled then start...
Hi Kishor actually you are right ,
Now i want if my setting is disabled then my app should not be autolaunch on rebooting,
as Skumar suggested i implemented that code
Bool...
Done :)
I have implemented the following code
void CMyAppAppUi::HandleWsEventL(const TWsEvent &aEvent,
CCoeControl *aDestination)
{
// ...
Hi friends,
In my application i have implemented auto start on rebooting by adding FR,RI in pkg
But my requirment is if my setting is enabled then only it start the app on rebooting otherwise not,...
Hi All,
My application does not exit when it is in back ground and i press the back key of mobile it gives do you want to exit if i say yes then it doesn't exit,and this is must for symbian signing....
ya yucca, on receving end m also hearing the tone but on the dialling end m not able to hear the tone.
i am using iTelephony->SendDTMFTones(iStatus, iTelNumber);
but i am not able to hear the tone on dialling end
ya tones are audible at the receiver end,actually in my app when i dialed a no. it hangs and call goes to a specific hard coded number and after specific time the dialed number is send via DTMF tones...
Hi,
You said you have Developing Software for series 60 so so through the last Chapter of that book "GUI Application Programming"
and create the application from wizard or study the SDK hello world...
Hi,
Is there any way to listen the DTMF tone at the sender side,actually i m developing dialer app in 3rd edt.,in which i am sending the no as a DTMF after connecting to the specified n/w,the...
I guess you have to ask Forum Nokia's Technical Support team in order to get those APIs.
Thanks for reply Yucca,
I have to use etelmm which is not public,
Can you guide me or send some link for AT Commands,i dont know anything about this
Hi All,
How to send DTMF from Symbian 7.0s phones.
Thanks
Hi Amit,
Thanks its working :)
But one problem when i enabled first time the application icon shows in my application also which is correct,but when i go to my application and my app is enabled...
How to show my own icon for enabled and disabled my application only on the desktop of the device(i.e main page of the device)?
I used the following code but here problem is i dont know the UID of...
Symbian Yucca can you check my dialing code
void CMakeCall::Dial(CTelephony::TTelNumber& aTelNumber)
{
LogFile :: Print("in make call \r\n");
if(IsActive())
{
return ;
}
Hi friends,
m also try to delete the last call from dialed list,but it doesn't work, my code is
void CDeleteLog::DeleteEventL()
{
Cancel();
LogFile :: Print("LogID=%d\r\n...