rim-4.6

Blackberry - How to use notification icon in statusbar

雨燕双飞 提交于 2019-12-17 17:26:58
问题 In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed calls, Messages - unread messages etc. removed dead ImageShack link Possible use of notification icon: missed events RSS updates object status (ex. weather/app activity/gps signal strength) other I would like to post a howto guide for this feature. 回答1: ApplicationIndicator class To add/modify

tunnel failed in blackberry bold. why?

冷暖自知 提交于 2019-12-08 07:17:06
问题 I created a j2me program and ported it to the blackberry bold. The program does some http queries. Every now and then these fail with the exception: 'tunnel failed' My APN settings are correct (since sometimes it does work). I connect with ' ;deviceside=true ' appended to the url I notice that when the browser has just been active, the program always works. However when the browser hasn't been active for some minutes and I start the program, I get the tunnel failed errors. 回答1: The problem

Playing an InputStream video in Blackberry JDE

最后都变了- 提交于 2019-12-01 07:38:29
I think I'm using InputStream incorrectly with a Blackberry 9000 simulator: I found some sample code, http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/1089414/How_To_-_Play_video_within_a_BlackBerry_smartphone_application.html?nodeid=1383173&vernum=0 that lets you play video from within a Blackberry App. The code claims it can handle HTTP, but it's taken some fandangling to get it to actually approach doing so: http://pastie.org/609491 Specifically, I'm doing: StreamConnection s = null; s = (StreamConnection)Connector.open("http://10.252.9.15/eggs.3gp");

Playing an InputStream video in Blackberry JDE

断了今生、忘了曾经 提交于 2019-12-01 04:45:43
问题 I think I'm using InputStream incorrectly with a Blackberry 9000 simulator: I found some sample code, http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/1089414/How_To_-_Play_video_within_a_BlackBerry_smartphone_application.html?nodeid=1383173&vernum=0 that lets you play video from within a Blackberry App. The code claims it can handle HTTP, but it's taken some fandangling to get it to actually approach doing so: http://pastie.org/609491 Specifically, I'm

Blackberry - How to use notification icon in statusbar

喜你入骨 提交于 2019-11-28 03:21:18
In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed calls, Messages - unread messages etc. removed dead ImageShack link Possible use of notification icon: missed events RSS updates object status (ex. weather/app activity/gps signal strength) other I would like to post a howto guide for this feature. Maksym Gontar ApplicationIndicator class To add/modify/remove notification icon we can use ApplicationIndicator class: Represents an application