03-31-2011 09:21 PM - edited 03-31-2011 09:23 PM
Edit: Formatting may also be compromised because forum wouldn't accept widget entry as I posted it.
03-31-2011 11:14 PM
<?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="2.2.0" rim:header="RIM-Widget:rim/widget"> <name>MyApp</name> <description>This is my app..</description> <author rim:copyright="My Company Inc, 2011">My Company Inc.</author> <icon rim:hover="false" src="icon.png"/> <icon rim:hover="true" src="icon.png"/> <content src="index.html"/> </widget>
This is what I have. Really simple. Try to build with bare minimal..ofcourse add the access uri etc..
03-31-2011 11:58 PM - edited 03-31-2011 11:59 PM
Thanks for the response, but still no luck. Same output on BBWP.
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="2.2.0"
rim:header="RIM-Widget:rim/widget">
<name>Playbook Tuner</name>
<description>A tuner to audibly tune guitar for standard tuning.</description>
<author rim:copyright="Mark Tuck, 2011">Mark Tuck</author>
<icon rim:hover="false" src="appIcon.png"/>
<icon rim:hover="true" src="iconApp.png"/>
<content src="index.html"/>
<access uri="http://www.facebook.com" subdomain="true"/>
<access uri="http://www.twitter.com" subdomain="true"/>
<access uri="http://www.about.me subdomain="true"/>
</widget>
output:
04-01-2011 12:02 AM
What version of Java do you have.. i think u need 2.6 and above. I cant think of anything else..
BTW, you are missinh a close quote in your last uri...not sure if thats a typo or if the forum formatting issue.
04-01-2011 07:19 AM
Which zip utility are you using to archive your app?
Is your config.xml file at the root of the archive?
04-02-2011 09:57 AM
What happens if you use the exact XML tags07 posted?
05-03-2011 04:40 PM
Sorry it's been such a long time but school was grabbing my attention.
I used the XML Code that tags07 posted and this is what happened.
Thanks.