I used the "Sign with Signature Tool" in Eclipse to sign my app. I see that signer ids RRT, RBB and RCR are all signed for the cod files (JRE version 4.5). I try to deploy to a 5.0 device and I see the "Module attempts to access secure API" error.
What am I missing?
Did your app request the needed permissions? You'll need something like the code below (run it before accessing any secure APIs):
How did you deploy it to device? You should consider using
javaloader load myfile.cod
in cmdline orBlackBerry
-Load Project(s) on device
in eclipse