11-03-2010 08:49 PM
What are the choices for the category tag in the blackberry-tablet.xml file? The default example has core.games, but the application only shows up under "All" in the simulator. I've tried "internet", "media", and "utilities", but the application does not show up under any of those topics.
Thanks,
John
11-04-2010 01:05 AM
Poking around on the simulator's file system I found a file with what looks like relevant information, a file with the following list:
core.all::All core.downloads::Downloads core.internet::Internet core.games::Games core.utils::Utilities core.ent::Entertainment core.social::Social Networking core.prod::Productivity core.life::Lifestyle core.ref::Reference core.travel::Travel core.news::News core.photo::Photography core.business::Business core.edu::Education core.books::Books core.medical::Medical core.media::Media core.flash::Flash Apps core.graphics::Graphics
I haven't tried them out to see if they work, but it's a starting point.
11-04-2010 02:13 PM
Thanks for finding that. I set the XML file to use core.utils and re-installed the application but it did not place (replace) the application to that tab.
Can anyone from BB verify that this is working in the 0.9.0 simulator?
Thanks,
John Tegen
11-04-2010 10:56 PM
Where did you set it? Note file name is blackberry-tablet.xml not blackberry-template.xml
11-06-2010 03:32 PM
I ran into the same problem. I found you have to uninstalling your application first then reinstall it.
11-06-2010 04:49 PM
My bad, yes its blackberry-tablet.xml
11-06-2010 04:50 PM
Thank you.
If BB development team is seeing this, I guess I would categorize this as a bug. Is there a place were we can formally report this?
11-18-2010 10:41 AM
This is a bug...thank you all who posted about this...it saved me...!!
G
01-04-2011 11:11 PM - last edited on 01-04-2011 11:12 PM
Hi,
These are great, but I get a problem when compiling from the command line. I want the app to be in Games category, and my -app.xml has the tag
<category>core.games</category>
This is the error:
error 103: application.category is an unexpected element/attribute
Any ideas?
01-05-2011 07:40 AM
I've found that most of the categores are buggy or the simulator ignores what you set, so you may have to revert to a category that works until the next SDK/simulator. I have to assume an existing application would "move" to the correct category if it already exists, so an update later on (when app signing occurs) should be OK.