Try it on a more recently released device.
Main Topics
Browse All TopicsHi. I¨m currently trying to bulid a simple midlet to push whenever an incoming message is recieved through a socket at a given port. Only testing in the SonyEricsson WTK emulator at the moment. The problem is that the application won't innstall because of "a particalur network resource to listen for network information. This network resource is not supported on this device." The error message given in the WTK is OTA Error Code (47) - The connection in a push attribute is not supported. [socket://:5000, clientStart, *]]. The line in brackets are my push-message from the JAD-file.
The thing is that i get this message whent trying to use either socket, datagram or http. I have tested SMS with WMA and it works fine. Tried looking around for simular errors, but can't seem to find it.
Hope someone here can help,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I am also facing the same issue on the device itself. I tried it on C902 (Indian release), but not able to install the MIDlet:
MIDlet-Push-1: socket://:9002,hello.Hello
If I change the entry from socket to SMS it is getting installed
MIDlet-Push-1: ssm://:9002,hello.HelloMID
Even if I register during runtime (Dynamic Registration. API call is
PushRegistry.registerConne
I tried to open the socket and wait for the call. It allows to open serversocket connection, but it connect to the internet. This works fine on Nokia devices.
Business Accounts
Answer for Membership
by: OBCTPosted on 2006-02-07 at 17:24:36ID: 15898736
Are you sure that the device thats being emulated supports these opperations?