Hi , could you please help me ? I developed my first app with webworks and it's running on the simulator fine. Open a Page inside the App... I signed the App with all 3 keys and I have checked it with Signature Tool! But as soon as I want to run it on the BlackBerry I get the error: "Error starting Test: module 'Test' attempts to access a secure API" <?xml version="1.0" encoding="UTF-8"?> <widget xmlns="
http://www.w3.org/ns/widgets" xmlns:rim="
http://www.blackberry.com/ns/widgets" version="1.0.0.0"> <name>Test</name> <description>Test</description> <icon src="icon.jpg"/> <content src="
http://www.test.com/Page.htm"/> <feature id="blackberry.com" version="1.0.0.0"/> <access uri="
http://www.test.com/Page.htm" subdomains="true" /> <access uri="*"/> <access subdomains="true" uri="*"/> </widget> Please could you help me !? whats wrong here ? Thanks in advance