Hi Fabrizio Dominici,
I wants to access supl.nokia.com through my computer via internet. Hope it is fesiable.
I have tried with ping command.
ping supl.nokia.com
it is able to get reply from...
Type: Posts; User: arunshah; Keyword(s):
Hi Fabrizio Dominici,
I wants to access supl.nokia.com through my computer via internet. Hope it is fesiable.
I have tried with ping command.
ping supl.nokia.com
it is able to get reply from...
Hi,
I am working on JSR 172, for that i have configured Tomcat and Tomcat/axis and i have to create WSDD file.
I am using the below command :
java -classpath...
Thanks for reply Jim,
I am using Nokia N70 Phone, and i have checked that it is supporting JSR 82 Bluetooth and OBEX.
While on execution in device client (another code) is able to discover the...
The below code for OBEX server is running in Emulator but not in device, can you suggest any idea.
import javax.bluetooth.*;
import javax.microedition.io.*;
import java.io.*;
import...
How can I attach a string e.g "ABC" with a sms, so that in the receiver inbox the new message will be displayed as "ABC" not by the sender mobile number, although the sender mobile number is not...
Thanks for prompt response kiran.
But I do not want to add any unique string etc. in the message body.
As my application will know the the message body from other source at run time and i has...
How can I add a unique information with sms, e.g Application UID, So that sms receiver application can recognize that sms and start parsing its message body content.
Thanks Kiran
I have modified my code according to the Symbian example code.
Now It is working fine.
Regards,
Arun.
Hi,
I am sending a sms (Symbian FP2 8.0)
the below code is working fine :
MDesC16Array* aliases = NULL;
CSendAppUi* iSUI=CSendAppUi::NewL(EHClientCmdAppSendBIO);
CParaFormatLayer*...
Thanks for quick reply.
I have created a exe that contain only a Hello World message; then it sleeps for 15 sec.
I am executing it from another Application; code is as below
CProcessMonitor*...
Thanks for reply KevinD.
Yes i do not need any UI on this EXE.
How to make it a vanilla EXE ?
I am using S60 -FP2. I did not found any option to creatre vanilla EXE in the S60 Application...
Can any one suggest me how to run a symbian exe file in background.
I am using a Nokia 6681 Device.
I have created a .exe file containing helloworld and a for loop for a calculation.
...
Can any one suggest me how to run a symbian exe file in background.
Hi
I am using the below code for BIO msg ->
const TUid KBIOUid = { 0x1000EEEE };
_LIT(KRecipient1,"9831321200");
SendMessageL() // Sends BIO message
{
MDesC16Array*...