My Java ME Midlet works fine on Java phones and the BlackBerry simulator, but I can't receive a connection on a BlackBerry. I see a message that asks for permissions to connect, but when I select yes, it doesn't connect and instead throws an IO exception with the message APN not specified. Does anyone know why this might be failing?
A:
May be problem is in permissons on your device?
- Open Options/Security/Application Permissions
- Select your application name
- Select Edit Permissions from the menu
- Configure the Security Permissions to \"Allow\" for all categories.
- Save the changes
oxigen
2010-04-15 12:18:12