You mean I have to draw the screenshot as background of my application at the time of auto-answer and bring the application to the foreground with full screen.
Type: Posts; User: gunajit9; Keyword(s):
You mean I have to draw the screenshot as background of my application at the time of auto-answer and bring the application to the foreground with full screen.
Hi,
I made an application which is running in the background. A Predefined mobile number(PDN) is set in that application. This PDN is the phone number of another mobile. When PDN calls to the...
But After Buy Technical Support tickets, will I access the link in Forum Nokia PRO eStore. Is forum.nokia.com websile not working properly in these days? Please explain it deeply. I am very much...
Hi,
I want to purchase API from Nokia Partnering Program. For this I view the page in the following link:
http://wiki.forum.nokia.com/index.php/S60_API_Partnering_Program
In that...
Hi,
I made an application which is running in the background. A pre-defined number(PDN) is set in the application. When anyone call from that PDN to this phone where my application is installed...
I use the following code to delete the message
void CSmsSocketReader::RunL()
{
..........................
..........................
Hi,
I made an application by which I can receive messages silently and delete those sms. I use socket for listening incoming sms. For this I use the code from the link
...
Hi,
Can any Forum Nokia Expert help me on that? I am waiting, Please.........
Hi,
I made an application from where I can send sms. I want to disable sms delivery sound. Can I do it? Please give proper suggestion on that.
Thanks
Gunajit
Hi
I made an application which is running in the background. It uses the CTelephony class to observe all incoming and outgoing calls and prints messages for the various states like Ringing,...
Hi,
I want to make an application which can disable message delivery report for a particular number when I send a message to that that number. I use the following link for this:
...
So, how can I bind the left/right softkey in S60 5th edition devices? Is there any way out so that I want bind my application directly with the left/right softkey in the home screen? Any suggestion...
ya i have compiled my code for the 5th edition sdk and then tried to install that but it is not working still..
Hi,
I made an application which is used to bind the left/right shortcut key of the home screen of the device. For this I used Third party APIs, which are CScShortcutEngineWrapper and...
Anyone please help me out on that.
Hi,
I made an application where I bind my left soft key of the home screen of my device, means left soft key would be shortcut of my application in the home screen.I use CScShortcutEngineWrapper...
Hi,
I made an application which is working fine in the 3rd edition FP2 emulator and also in Nokia E61i device.It is getting installed without any error. But when I sent the express signed .sis...
Can anyone help me out on this issue?
Gunajit
My code for launching the default browser is:
TInt CExampleAppView::LaunchBrowser(const TDesC& aUrl)
{
RApaLsSession apaLsSession;
const TUid KOSSBrowserUidValue = {0x10008D39}; ...
My code for launching the default browser is:
TInt CExampleAppView::LaunchBrowser(const TDesC& aUrl)
{
RApaLsSession apaLsSession;
const TUid KOSSBrowserUidValue = {0x10008D39}; ...
Hi,
I made an application where I want to open a link using the default web browser. for this I am following the link
http://wiki.forum.nokia.com/index.php/How_to_Launch_Browser_in_3rd_edition ...
Hi,
I made an application which displays gif images with animation in the full screen.
For this I have used the link
...
Hi,
I am new to symbian. I made an application in which I pass a URL as OpenBrowser(_L("www.google.com")) which opens the google page in the default browser of the emulator. For the first time it...
Hi,
Please give me the answer of the following question:
What is the difference between S60 2nd and 3rd edition SDK?
Thanks.
AFAI remember u seems to tell me that I have to use the concept of threads in ur first post where u said that i have to use child thread to achieve that. So if I use two different process it wont be...