Give some more details of what u have been doing.I have got apps working in my 3650,They work perfectly.Tell me what is the content of ur pkg file.I have been working in VC6.If you specify what u...
Type: Posts; User: tippu; Keyword(s):
Give some more details of what u have been doing.I have got apps working in my 3650,They work perfectly.Tell me what is the content of ur pkg file.I have been working in VC6.If you specify what u...
Hi,
Did you find cell info using Personal Java.If yes can you tell me what API's did you use.It would be very helpful!!
Thanx in advance
Dimple
Hi,
Have you had any luck.I am looking for a real time voice stream application too.I have tried using files to send data.But there is a huge delay..I am trying to write a Listener in my client...
HI,
From Your error I guess you must have declared 'stream' in another .h file instead of DOcument.h .Check on that.Else send the code ,so that I can go through and find out the error
cheers!!...
Hi,
Is it possible to do Audio Streaming (Real Time)between two Nokia 3650 devices.I have tried an Audioexample which uses Streaming.But I am not able to stream the voice to another device.I used...
I am interested too.Please contact me at lag@cgmaersk.com
Regards
Dimple
Hi
I would be very interested in real time Video Streaming. PLease contact me at
lag@cgmaersk.com
Regards
Dimple
Hi friedla,
I had tried the command abld build and it worked for me..But I was just wondering if it is the right way.Thanx for your suggestion
Regards
Dimple
Hi Yucca,
I have been facing the same problem as Rahul.The foll are the error msgs when I compile the code.
I included the etelbgsm.h and etel.lib.I saw in 1 of the posts and even included...
Hi ,
You can try the example on your emulator if you try the following.The virtual serial port driver is required to simulate the null modem
connection in your system which is required for...
Hi fnds,
I dont know if this would be of much help to you all.The virtual serial port driver is required to simulate the null modem
connection in your system which is required for making the...
Hi Williamson,
There is an example given in the Nokia series 60 1.0 version which will record and play your voice.While recording or playing you can stop anytime.This is in symbian C++
Regrads...
hi people,
I am able to record and play voice....in my Nokia 3650 similarly..I am also able to establish a TCP Socket and send and receive data. Now I wish to send the voice over the socket.
I...
Hi All,
After many trials and futile attempts to implement UDP sockets using J2ME in my Nokia 3650, I finally decided to jump into the world of Symbian C++...
There is a TCP Sockets client...
Hi,
I havent tried my application on the phone but I have tried only on the series 60 emulator.the foll is the code.I have sent only 2 cpp files where I felt could be the problem.If u want the rest...
Hi,
I have been working on an application which can record voice and play it back.I am using the example given in series 60 SDk(Sound Example).I am able to record voice but when I play it back the...
Hi,
When you wrote the Pkg file did u include the source file properly to its correct destination that is did u copy the wav file to the target device?
I think that should help
Regards
Dimple
Hi all,
I am trying to record voice in series 60 emulator. I have been doing everything as per the series 60 documentation.
I am able to play the play.wav file...
and I assume that i am...
Thanx mtg and thanx Senthil Kumar PR.I ran the code in VC it dint give me any errors.
Regards
Dimple
Hi,
I am runing the Sockets example provided in Nokia series 60 SDK in Borland C++.When I enter the ip address as 127.0.0.1 and port 5061 it gives me a comm error -34(KErrcouldNotConnect) but if I...
Hi , Thanx for your reply.
I tried connecting to http://www.google.com as
HttpConnection con = Connector.open("http://www.google.com");
InputStream is = con.openInputStream();
//for reding...
Hi,
I used the same example as in Nokia sdk version 1.0 but it is giving me a breakpoint exception as follows
epoc.exe -Application Error
The exception Breakpoint
A breakpoint has been...
I ran the sockets example which is given in Borland C++ version6.While conecting to the remote server the following exception occured.
epoc.exe -Application Error
The exception Breakpoint
A...