Thanks a lot for your quick reply
Type: Posts; User: karan1982; Keyword(s):
Thanks a lot for your quick reply
Hi
I have developed Symbian C++ app for S60 3rd edition devices. it can be installed to S60 5th edition phone also.
will this app comparable for Symbian Anna, Symbian Belle, Symbian^2,...
what is wrong with this code?
void CClientEngine::SetupConnectionL()
{
_LIT(KConnecting,"Started");
iObserver.ClientEvent(KConnecting);
if( iConnectionSetupDone )
return;
i modified the source code. it is not working. please help me
void CClientEngine::SetupConnectionL()
{
_LIT(KConnecting,"Started");
iObserver.ClientEvent(KConnecting);
if(...
hi.. wizard_hu_
how can i capture the error that an access point is not working? could you please help me
thanks
Thanks a lot for your quick reply.
How can check whether one access point is not working and choose other access point?
User::LeaveIfError(iConnection.Start(connectPref));
Thanks
I am new to Symbian. Can any body help me? what i want is, the HTTP client automatically choose the access point. if one is not working, it should choose others one by one . for example, if no...
Here is the setup connection. seems, it chose fist access point only. how can i choice one by one until get connected it?
void CClientEngine::SetupConnectionL()
{...
Hi..
I am using HTTP client to automatically update data to server from an console application.
if phone has multiple access point, it fails to connect connect to update data. but i am able to...
Hi..
I am posting some data to server every after 5 mins. but it stop posting automaticaly after posting data 30 times. what is wrong?
_LIT8(KMimeType, "text/plain");
void...
Dear skumar_rao
Thank you for your reply.
My requirement is to make loud noise (siren). My question: To do this
1)we could play a audio file
2)we could generate noise without audio file
...
Hi..skumar_rao
Thank you for your reply.
The above link shows to make a player. how can i use this for my purpose?
you mean record voice in a audio file. play it to make the sound?
...
Hi..
I want to generate a loud voice(siren). How can i do? can anybody help me?
Thanks in advance
hi..wizard_hu_ , symbianyucca and renukunta.naveen
it is working. Thank you your support.
regards
Karan
Hi.. wizard_hu_
thank you for your reply
in the emulator also it is not working.
can i try this for an exe application?
http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background...
Hi.. symbianyucca and renukunta.naveen
thank you for your reply. it is an exe application
whai i did was
1) copied CapturingKeys2.cpp and CapturingKeys2.h
2)included required LIBRARY and...
Hi..
I am developing an exe application which should capture key press event
key 1--> do task 1
key 2--> do task 2
--
...