Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
septard
Posts: 29
Registered: ‎11-22-2012
My Carrier: Axis

Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

[ Edited ]

I got this error when i tried to run my app on my device..

i already signed the application (RBB,RRT,RCR)... i run it on BB 9700 series -  OS 6.0

thanks for any help :smileyhappy:

Please use plain text.
Contributor
kokoman
Posts: 48
Registered: ‎11-13-2012
My Carrier: mtn

Re: Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

Its still a signing error, your app is properly signed, to be properly sure your is fully signed open the cod file on the signaturetool
Please use plain text.
Contributor
septard
Posts: 29
Registered: ‎11-22-2012
My Carrier: Axis

Re: Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

[ Edited ]

the signing tools said that it was signed .. so what caused this app can't run on my device???

and can you help me why my app failed to be signed when i sign it twice... i have changed the version in the config.xml

like this : 

<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.0.2">

did i need to change the version in feature id too???

Please use plain text.
Contributor
kokoman
Posts: 48
Registered: ‎11-13-2012
My Carrier: mtn

Re: Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

1) Are u sure u registered all three keys on your signaturetool and your app is correctely signed by this three keys, 2) if u are sure please post a picture of the status of the signaturetool after signing your code file, thanks
Please use plain text.
Contributor
septard
Posts: 29
Registered: ‎11-22-2012
My Carrier: Axis

Re: Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

sign.jpg

Please use plain text.
Contributor
kokoman
Posts: 48
Registered: ‎11-13-2012
My Carrier: mtn

Re: Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

Sorry sir your image can't be viewed
Please use plain text.
Administrator
MSohm
Posts: 13,066
Registered: ‎07-09-2008
My Carrier: Bell

Re: Error Starting MyApp : Modul "MyApp" attempts to acces a secure API (webworks)

Signing looks OK.  Please run the application then post the lines from the event log recorded after application launch (any no sig from entries).

 

You can extract the eventlog using the following command:

 

javaloader -u eventlog > mylog.txt

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.