Reputation: 21068
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
Upvotes: 1
Views: 576
Reputation: 14453
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.
Upvotes: 1