Hi NigelIT
Read this article. There are know problems with descriptors when used with RSocket.
http://codeproject.com/ce/Rsocketread.asp
Type: Posts; User: turnabull2; Keyword(s):
Hi NigelIT
Read this article. There are know problems with descriptors when used with RSocket.
http://codeproject.com/ce/Rsocketread.asp
Hi Saleem
Have you noticed that on the right upper corner on this
site is link : "Search" and then you can use "Advanced Search",
and then put your guery like google way.
I have noticed that...
Hi Hartti,
Thaks for fast reply messages.
One thing more on your list, what means
"Nokia UI API" with this :
a) Nokia OS
plus
b) Nokia UI API
Hi saleem145
I have the same problem as you have with 6021.
Is it S40 device and which sdk to use with it.
As http://www.forum.nokia.com/devices/6021
page informs the Operating System is...
Hi nitinmajithia
If your Sdk enviroment is s60 2ed fp2 that you run
on your pc and emulator, then there is "known issue" with
that HttpApiClient . Yes, the example is not working
on your...
I am not sure what you mean with your socket connection checking,
but normally with pc and pc-server environment connection
is checked with own made pinging functionality.
When connection is...
I have noticed that this site is full of the knowledge
that i want to store on my dvd's.
So, is there any archives available for downloader who wants
to load piece of archive for examlpe, 1 file...
hi matthiasfinke
The basic idea with ALL network objects
as with streams, is this :
voi myFunciton
{
Connection conn = null;
try
{
I am interested to know what kind of software/hardware
development tools you have there when you are developing
the firmwares on the Nokia phones ?
I mean, that do you have some kind of special...
Hi developers
I noticed today from the Nokia Forum that they have released the
Carbide.c++ Developer/Professional versions for public
downloads. This version that i dowloaded can be modified
as...
Ni haa !
I used to work in China in Wuhan and in Tianjin 10 years ago.
I just want to know, how is it going on there in the Wuhan and
Tianjin ?
Wuhan was very interesting city as well was the...
Yes, i agree that 1100 is limited device.
But, in real world this limited device is
the device what the normal user needs
on her's world.
But, i think that there are so many Nokia
phone...
Hi Experts
I know that the most of the developers are developing apps
at the present time on the Nokia s60 2/3rd generation devices.
Today i bought the Nokia 1100 phone that is excellent...
Hi experts
I do not know is this question Nokia or network operator specific,
but let's try to ask.
I want to start to debug my software in real phone, but in
that kind of phone that i do not...
When some day Symbian/Nokia introduces the way, how
to connect developers with camera and voice on the fly
principle with each others, i would say "we will meet here again",
as one song says in...
Hi hadhi631
First of all, i can see from your code that you do not
check your HttpConnection (c) state after instantiating
it !
// Yuor code
c = (HttpConnection) Connector.open(url);
Now...
If you have done development work with the Win32 API
& MFC environment, then you are "ready" to start studying
the Symbian C++ world.
But you have to be aware that Symbian C++ world is like...
Hi Jim
You have done great work on the BT & W2000 & W XP area
when new comer starts to develop apps on BT area.
I hope that Nokia guys read all your articles too,
and hopefully they start to...
Hi Jim
Thanks a lot for your BT pioneer work in this site.
I will be stay tuned on your BT articles.
turnabull2
Hi again peterdickten
It is hard way to discuss when i do not know
the real situation going on your software.
But, you can try this network "sniffer" that hopefully
collects the tcp traffic from...
Ok peterdickten
So your case is, that you have "old" socket server app runnig
on the pc server and you are trying to connect to that
old software with your new phone app that uses tcp.
Hi peterdickten
I messed up the java and C++ sections. Yes, your case is Java, not C++. I am verry sorry that i posted information that was not answer on your Java case.
But in your case.
Very...
Try to change the ip address to "long integer" as
rules says. Some functions expect only the long
integer corerrespondence of the "abc.ddd.ddd.dd"
ip address value.
Hi yucca
Thanks for your reply.
We have to back to those times when MS started
to get software giant.
On those early times MS offered the possibility
to debug programs in the program's real...
Hi hadhi631
Have you launched a new thread for you http routine ?
You should launch new theread for http routine.
The piece of code that you show on the page is not
enough to see that how you...