07-30-2010 11:10 AM
Hi, I'm developing an application for the BB 9000 device, I have already paid for the key signatures registration and I have installed them without problems.
The question is why I get the message "Attempts to access a secure API" when I try to run it in the device?
I am using the next libraries:
import net.rim.blackberry.api.invoke.Invoke;
String phoneNumber = txtNombreTel.getText();
if ( phoneNumber.length() == 0 ) {
Dialog.alert("Introduzca el telefono");
} else {
PhoneArguments call = new PhoneArguments(PhoneArguments.ARG_CALL, phoneNumber);
Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, call);
}
Solved! Go to Solution.
07-31-2010 04:45 PM
Sorry to ask the obvious but are you sure all of your cod's have been signed? This is a separate and necessary step once you've packaged for deployment to a device.
07-31-2010 06:42 PM
I agree with br14. You will find some documentation here:
http://docs.blackberry.com/en/developers/deliverab
09-20-2010 03:23 PM
Hi, the problem was more that just to sign the cod files, I upgraded the Eclipse version and that helped me a lot, after that I changed the alx file to the 4.6.0 version and now my application runs without problems.
Thanks for your response.
Carlos Díaz
09-23-2010 08:24 AM - edited 09-23-2010 08:25 AM
I have a constant issue with sms, problem being if i get a text message thats not even long or may be 5 lines it comes split into text rather then all in one text, how do i resolve this as cant figure it out,
e.g if u txt me maybe 10 lines in a text it will come as three messages with receiving text at each end of text
please help
{edited for privacy}
09-23-2010 09:18 AM
Hi and welcome to the forums.
Please start a new Thread for a new Problem.