2

I have made a Home - Made Nokia 5800 emulator in my WTK 2.5.1, by converting on of the WTK's devices. In my program, i'm using FileConnection. When a call made to this APi, an alert been displayed and block the screen. Since my "emulator" contains no buttons i can confim the access, and can not continue with debuging. How can I remove this alert? I'm using NetBeans 6.9.1. Thanks, Eyal.

bharath
  • 14,283
  • 16
  • 57
  • 95
eyal
  • 2,379
  • 7
  • 40
  • 54

2 Answers2

3

You are accessing JSR-75. So its require permission to access that API for security reasons. Look at this discussion and avoid security alerts on emulators. But for real time, you have to signing the application.

Community
  • 1
  • 1
bharath
  • 14,283
  • 16
  • 57
  • 95
0

To avoid such alert in emulator.goto wirless toolkit select edit->preference->default emulator->security, set the security domain as maximum. If in real device means u should get signed from the trusted party.

SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80