1

i'm attempting an http connection through emulator it always asks 'Is it ok to use airtime' and results nothing for both accept and reject cases. Is there any configuration problem ?.

Moreover i'm using eclipse pulsar in ubuntu

ArK
  • 20,698
  • 67
  • 109
  • 136

1 Answers1

1

This is not configuration problem. You are communicating the server through HttpConnection. Your application not signed. So whenever connection made it showing the such question. See this article “OK to use Airtime” on Mobile Emulators. Follow the mentioned configuration on that article and avoid this question on the emulator. But if you running on the mobile means you should sign the midlet.

Community
  • 1
  • 1
bharath
  • 14,283
  • 16
  • 57
  • 95
  • bhakki how to do that configuration in ubuntu. As i mentioned i'm run through eclipse pulsar – ArK Jul 05 '11 at 10:18
  • found the solution in http://stackoverflow.com/questions/5388735/eclipseme-network-permission – ArK Jul 05 '11 at 10:58
  • @Paniyar: Also see this article [jar signing](http://wiki.eclipse.org/JAR_Signing) – bharath Jul 05 '11 at 11:02