BlackBerryForums.com : Your Number One BlackBerry Community      

»Sponsored Links




Closed Thread
 
LinkBack Thread Tools
  (#1 (permalink)) Old
jfisher Offline
CrackBerry Addict
 
jfisher's Avatar
 
Posts: 711
Join Date: Jun 2005
Location: Manchester, UK
Model: 8310
Carrier: t-mobile
Default polychromatic led - Set BlackBerry LED to any color! - 05-02-2006, 04:16 AM

some models of blackberry have a fantastic multi colour led which allows you to specify any rgb value as the colour, here's a little app that cycles through the palette, quite impressive the first time you see it. tested on a 8700 and 7100, not sure what other models have polychromatic leds:

sundaracommunications.net/downloads/blackberry/led.zip



and the relevant code snippets:
LED.isPolychromatic()
LED.setConfiguration(1000,1000,LED.BRIGHTNESS_100) ;
LED.setColorConfiguration(1000, 1000, 0x007f0000);
LED.setState(LED.STATE_BLINKING);

Last edited by jfisher : 05-02-2006 at 04:54 AM.
   
Sponsored Links
Please Login or Register to Remove these Advertisements!

  (#2 (permalink)) Old
KonTiki Offline
BlackBerry Extraordinaire
 
KonTiki's Avatar
 
Posts: 2,619
Join Date: Jun 2005
Location: NJ, USA
Model: 7250
Carrier: Verizon
Default 05-02-2006, 10:03 AM

Does this app do anything more like allow you to choose or set them,or just display them?


* * * AONEHOBO * * *
BB 7250 User Plantronics V510 4.1 OS
Should Read:
[Stinsonddog's Blackberry Tips]

& JL_Cmder!
   
  (#3 (permalink)) Old
jfisher Offline
CrackBerry Addict
 
jfisher's Avatar
 
Posts: 711
Join Date: Jun 2005
Location: Manchester, UK
Model: 8310
Carrier: t-mobile
Default 05-02-2006, 10:39 AM

ha no, is just a quick app showing an overlooked part of the api.
   
  (#4 (permalink)) Old
taeisme Offline
Thumbs Must Hurt
 
taeisme's Avatar
 
Posts: 63
Join Date: Feb 2006
Location: Viva Las Vegas!!!!
Model: 8700C
Default 05-02-2006, 11:02 AM

Is there any way to allow you to turn it on and off?


Frankie says RELAX!!!
Shaunte aka Tae
PIN: 23CFC34A
Google Talk: taeisme
   
  (#5 (permalink)) Old
jfisher Offline
CrackBerry Addict
 
jfisher's Avatar
 
Posts: 711
Join Date: Jun 2005
Location: Manchester, UK
Model: 8310
Carrier: t-mobile
Default 05-02-2006, 12:05 PM

you mean you'd like this on permanently even when the app isn't running? you can run the app again to turn it off.

i'll do a new version tomorrow where you can choose, it may effect your battery life to have it running all the time though.
   
  (#6 (permalink)) Old
UweM Offline
New Member
 
Posts: 9
Join Date: Mar 2006
Model: 7290
Default 7290 -> false - 05-03-2006, 05:45 AM

Hi guys..

I tried it on my 7290 just for interest , it says false ....
So it seems I'm not one of the lucky "power users"
Uwe
   
  (#7 (permalink)) Old
Mark Rejhon Offline
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Posts: 4,833
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: 8310
Carrier: Rogers
Default 05-04-2006, 02:50 PM

It's my understanding that all 71XX and 87XX models have polychromatic LED's.

None of the 6XXX, 72XX, 75XX, 77XX series have them.

You could, in theory, make an application that blends the LED in a continuous rainbow from violet->blue->green->yellow->orange->red in response to a specific meter, such as battery level, or signal level, etc. Kind of like an "alert" status. BlinkBerry does this in a crude kind of way, but it could be done in a more interesting and useful way.

Another overlooked part of the BlackBerry API is that you can turn the backlight on and off -- something I'd like to see used in more applications for alerting (i.e. reminders, etc)


Thanks,
Mark Rejhon

Questions? New BlackBerry User?

Last edited by Mark Rejhon : 05-04-2006 at 02:54 PM.
   
  (#8 (permalink)) Old
brace! brace! Offline
Knows Where the Search Button Is
 
brace! brace!'s Avatar
 
Posts: 43
Join Date: Apr 2006
Location: Sydney, Australia
Model: 8700g
Default 05-05-2006, 06:31 AM

Quote:
Originally Posted by Mark Rejhon
Another overlooked part of the BlackBerry API is that you can turn the backlight on and off -- something I'd like to see used in more applications for alerting (i.e. reminders, etc)
Mark,

Yes, I think I know what you mean. It's an app which I'm writing (slowly) at the moment. I just wanted to flash the screen as a visual warning/alert during a meeting without any sounds or vibration. Or when a message arrives with a "high" priority (or at least from my boss!!) it can also give the same warning.

Often the status LED is not visible enough when you're focused on a screen or another person rather than the BB when it's sat on a table in front of you.

At least I'm not the only one who thinks this is a worthwhile idea.

cheers
   
  (#9 (permalink)) Old
jfisher Offline
CrackBerry Addict
 
jfisher's Avatar
 
Posts: 711
Join Date: Jun 2005
Location: Manchester, UK
Model: 8310
Carrier: t-mobile
Default 05-05-2006, 07:38 AM

one problem i've noticed when controlling the backlight is that although the api allows you to control using a percentage the light itself only allows 8 or so different levels... so you can't get smooth fades unless you do it quickly.
   
  (#10 (permalink)) Old
brace! brace! Offline
Knows Where the Search Button Is
 
brace! brace!'s Avatar
 
Posts: 43
Join Date: Apr 2006
Location: Sydney, Australia
Model: 8700g
Default 05-05-2006, 06:52 PM

Quote:
Originally Posted by jfisher
one problem i've noticed when controlling the backlight is that although the api allows you to control using a percentage the light itself only allows 8 or so different levels... so you can't get smooth fades unless you do it quickly.
Yes, that's true but for what I'm thinking, I would not need a "smooth" transition, just flashing on-off at a pre-dertimined brightness setting as an alert rather than a "prettyness" thing.

Comming back to the original topic, one feature which I like from the LED API is that the LED can be turned off easily under various conditions where the blinking green LED can be annoying (eg when you go to bed and leave the BB on the bedside table).
   
  (#11 (permalink)) Old
luriadotcom Offline
Knows Where the Search Button Is
 
Posts: 15
Join Date: May 2006
Location: Tulsa, OK
Model: 8130
Carrier: Sprint
Default 05-24-2006, 12:37 AM

Personally I think it would be a neat to have the LED flash a certain color of your choosing ie: red=work/boss. blue=family, green=friends, yellow=school, etc.


The Goal: To seek, to find, and never to yield. ~ Alfred Tennyson
   
  (#12 (permalink)) Old
jayshen Offline
Knows Where the Search Button Is
 
Posts: 19
Join Date: Mar 2006
Location: NYC
Model: 8700c
Carrier: Cingular
Default 08-05-2006, 04:09 PM

if this flashing frequency can be customized to reflect the ringtones...that would be great also maybe the signal strength, like red being no signal...or even battery life...but running this LED does consume the battery very fast...
   
  (#13 (permalink)) Old
ShaneToronto Offline
CrackBerry Addict
 
ShaneToronto's Avatar
 
Posts: 589
Join Date: Sep 2005
Location: Toronto, ON
Model: 8300r
Carrier: Rogers Wireless
Default 12-21-2006, 11:46 AM

Link is dead. Is there a new link?
Thanks.


Blackberry Curve (8300r) on Rogers (Toronto, ON) with hosted BES. Previously: 8700r and 7290.
   
  (#14 (permalink)) Old
timmyc123 Offline
Thumbs Must Hurt
 
Posts: 95
Join Date: Dec 2005
Location: Rhode Island
Model: 8320
PIN: 242187A4
Carrier: T-Mobile
Default 03-27-2007, 05:31 PM

Could someone please reup the zip file?

Thanks

Last edited by timmyc123 : 03-27-2007 at 05:54 PM.
   
Closed Thread


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On






Copyright © 2004-2008 BlackBerryNews.com, BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.1