08-04-2009 05:45 AM
App World 1.1.0.11 seems to break a number of the message list integration APIs. This is very easy to reproduce. The following runs fine on a 4.6+ device that does not have AW. Install AW and it throws a MissingResourceException. Uninstall AW and it starts working again.
import net.rim.device.api.system.Application; import net.rim.blackberry.api.messagelist.ApplicationMess
ageFolderRegistry; class MessageListIssueTester extends Application { public static void main(String[] args) { ApplicationMessageFolderRegistry.getInstance().set RootFolderName("Foo"); } }
N.B. the ApplicationMessageFolderRegistry.registerFolder() method also fails with the same exception but the above is sufficient to reproduce the problem. My application could work without changing the root folder name but absolutely must register new folders.
Can somebody in RIM confirm that this is an issue with App World 1.1.0.11?
If so, can you suggest a workaround or give an indication as to when this might be fixed?
08-04-2009 09:41 AM
Same issue!
Waiting for RIM oficial reply08-04-2009 05:38 PM
08-05-2009 02:46 AM
08-05-2009 07:37 AM
08-07-2009 08:01 PM
I see App World 1.1.0.15 has been released with the message list integration APIs still broken.
08-10-2009 05:22 PM
Just a quick update for the community - we are actively researching this issue to understand the root cause and will update the community shortly. In the future, feel free to report bugs via the Issue Tracker (www.blackberry.com/developers/issuetracker) which is specifically set up to manage bugs and feature requests from the community.
I have already created an issue for this item and you can watch it here.