Make a call From Series 60 Browser

Login to reply to this topic.
Tue, 2007-02-20 16:02
Joined: 2004-06-22
Forum posts: 148
Hi..

I am wondering if it is possible to do things like :-

1) Make a phone call
2) Invoke applications like contacts/calender
3) Sending SMS
4) Access Accessories like camera/media player etc

From the Browser..

I see some commands like :- ECommandMakeCall, ECommandAddToPhoneBook etc in the Browser control API as part of the TBrCtlCommands.

Also I tried passing in number like :-

_LIT(KMyNum, "9900171852");
iBrCtlInterface->LoadUrlL(KMyNum);
iBrCtlInterface->ActivateL();
iBrCtlInterface->HandleCommandL(iCommandBase + TBrCtlDefs::ECommandMakeCall);

But this doesnt do anything..!!

Can someone please tell me the things I mention are possible and if so..maybe some code snippets on the same would be much appreciated.

Forgot to mention..i am attempting this with Series60 3rd Edition phone E61.

Cheers
mayank

Wed, 2007-09-19 12:57
Joined: 2005-09-08
Forum posts: 30
Re: Make a call From Series 60 Browser

Hi,

I also same kind of functionality in my app.

Are you able to achieve this. Please help me out.

Thanks a ton in advance.

Cheers,
Adi

Thu, 2007-09-20 13:31
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 723
Re: Make a call From Series 60 Browser

See http://wiki.forum.nokia.com/index.php/WTAI for more information.

Tote


Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

  • Login to reply to this topic.