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
marcucio
Posts: 39
Registered: ‎01-14-2011

Re: sorry for type, it should read config.xml

Where does the author.p12 file go in the new sdk, I do not have a bbwp/bin folder when I installed the new sdk

 

Mike
Get It Done Tasks
http://getitdoneapp.com
Please use plain text.
Contributor
marcucio
Posts: 39
Registered: ‎01-14-2011

Re: sorry for type, it should read config.xml

same thing happens with the folowing config.xml

 

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="4.3.1" id="GetItDone" rim:header="RIM-Widget:rim/widget">
<name>Get It Done</name>
<description>Organize your life once and for all! Get It Done is a simple but powerful todo list and project manager. Sync wirelessly with GetItDoneApp.com or just use the BlackBerry app to organize your tasks.</description>
<author rim:copyright="2013">marcucio.com</author>
<icon src="icon.png"/>
<content src="http://google.com"/>

<feature id="blackberry.app">
<param name="backgroundColor" value="0xFFFF0000" />
</feature>

<access uri="*" subdomains="true">

</access>

</widget>

Mike
Get It Done Tasks
http://getitdoneapp.com
Please use plain text.
Contributor
marcucio
Posts: 39
Registered: ‎01-14-2011

Re: sorry for type, it should read config.xml

I am building with this:

 

"/Users/mike/Projects/SDKs/BlackBerry/Blackberry 10 WebWorks SDK 1.0.4.7/bbwp" "$build_folder"/build.zip -o "$build_folder"/bin

 

and installing this way:

 

"/Users/mike/Projects/SDKs/BlackBerry/Blackberry 10 WebWorks SDK 1.0.4.7/dependencies/tools/bin/blackberry-deploy" -installApp -device 192.168.115.130 -package "$build_folder"/bin/simulator/build.bar

Mike
Get It Done Tasks
http://getitdoneapp.com
Please use plain text.