Hello All,
I have uploaded my .jar and .jad files on one of the server.
Now when client downloads it, I want to send key or some unique identity along with .jar file to the client, which will...
Type: Posts; User: priteshgajjar; Keyword(s):
Hello All,
I have uploaded my .jar and .jad files on one of the server.
Now when client downloads it, I want to send key or some unique identity along with .jar file to the client, which will...
Hey Traud,
Thanks for reply.
My problem seems to be solved by using "ssl:\\host_name:port" and opening connection using StreamConnection.
I found that, MIDP 2.0 supported devices has...
Hello ,
I have an client application on mobile(N95) which communicates with Server which is standalone(not a web based).
So I want to write TLS/SSL client on a mobile using J2ME(MIDP 2.0). I...
Hey Thanks Mayank, I will try this.
Thanks
Yes Kamalakshan....
You understood my requirement correctly.
Any input for this?
Hello All,
I just want to ask following use case is possible or not?
When user dials out any number, i just want to take that number and my app should able to dial different number without...
Thanks Kiran,
I found my application also requires CommDD capability. what about this capability. Does this also requires developer certificate with acs publisher id?
Thanks
Hi All,
I am trying to use AT command for call forwarding. I found example using which i can fire that AT command.
But problem is it requires capabilities like...
Hi Juhank.. thank you very much for your reply.
Can you tell that ,by paying 90EUR for api parnering request.. will i get required apis?
Or i have to pay more ?
Before submitting a request can...
Can anyone please tell me about this? I am all confused with this api partnering process.
Confused with Platinium symbian parnering, Nokia Api Partnering request on pro.forum.nokia.com (By paying...
I found that ETelMultimode Api's are symbian APIS and not Nokia's api.
So will Nokia S60 API partnering will provide me required API's . Or Do i need to be symbian platinium partner.
I am...
Hi Mayank... Thanks for your suggestion.
But 'Answer option' is not in my application's menu. Whatever menu's i talked are of 'Phone' applicatation(Dialog which notifies about incoming call).
...
Thanks Mayank for your immediate reply.
No I dont want to answer a call using my application's menu.
Instead when incoming call comes, i get two menus mapped on Left soft key(Options) and right...
Hey Thanks Mayank,
I got the correct window group id of "Phone" application. But It couldn't performed key events.
I am writing this code in RunL()and on CTelephony::EStatusRinging this...
Hello,
I have to use ETelMultiMode API's for conference call on s60 3rd edition.
After reading some posts , I found we need to get API's from Symbian Partnering.
So can anyone provide me...
Hello All,
I want to simulate key events on incoming call dialog box.
I am able to capture incoming call event using CTelephony.
When incoming call comes, i have written code to simulate key...
Hi,
Yes I am dialing 2 numbers using my app only. and I want to use the join conference option provided by the native dialer to bridge a conference.
OR programmatically if possible.(I searched...
Hello All,
I have an application which calls(dials) 2 numbers pro programmatically. After both callee accepts the call; i want feature of conference to take place automatically using key...
My application is for 2 way video communication.
I am sending captured video as RTP packets to other client() using socket.
Which works fine before invoking real player. Other end where i am...
Hello All,
I have an application which uses following code to invoke real Player automatically.
I am able to get real palyer running.
...
Hi All,
I just want to know whether symbian provides a way of automating handling of application.
I mean, i want to autoclick actions ... eg. whenever incoming call comes , I just want...
Hi,
My problem of DialNewCall() is solved. There was an issue with SetActive() method.
Now I want to do conference using API's. So does Symbian provides Call control api's?
Any other...
Yes Savaj, I have added Network Services capability in .mmp file.
Hi,
I am referring following link
http://wiki.forum.nokia.com/index.php/Make_call_with_CTelephony
to implement functionality of making outgoing call..
Code compiles successfully,...
Hello All,
Is there any one who has used LWUIT(GUI library for MIDP), on window mobile(HTC Touch Diamond).
I am not able to see menu popup. Device i am using is touch screen.
I am using VM...