• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Symbian OS Error = -5120 in Nokia 6600

 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i am sending an http url request using Connector.open(String url) in my game at the high score screen. Everything runs fine on Nokia N-Gage, BUT the same request is not getting processed in Nokia 6600 from the Game.
HOWEVER, when I submit the same URL from the web browser of Nokia 6600, the score (which I append to the url ) is getting submitted succesfully.

The error returned by Nokia 6600 is -

Symbian OS Error = -5120 : System : System Error



And description of this error ->
DndTimedOut -5120 No response from DNS server

Hoping to get some suggestion for solving this issue

-Ramy..
[ June 23, 2006: Message edited by: Ramender Mall ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic