BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 05-02-2006, 03:16 AM   #1
jfisher
CrackBerry Addict
 
Join Date: Jun 2005
Location: Manchester, UK
Model: BOLD
Carrier: t-mobile
Posts: 714
Default polychromatic led - Set BlackBerry LED to any color!

Please Login to Remove!

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 03:54 AM..
Offline  
Old 05-02-2006, 09:03 AM   #2
KonTiki
BlackBerry Extraordinaire
 
KonTiki's Avatar
 
Join Date: Jun 2005
Location: NJ, USA
Model: 9650
OS: 6.0.0.524
PIN: 007
Carrier: Verizon
Posts: 2,762
Default

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


Running OS 6.0.0.524
Offline  
Old 05-02-2006, 09:39 AM   #3
jfisher
CrackBerry Addict
 
Join Date: Jun 2005
Location: Manchester, UK
Model: BOLD
Carrier: t-mobile
Posts: 714
Default

ha no, is just a quick app showing an overlooked part of the api.
Offline  
Old 05-02-2006, 10:02 AM   #4
taeisme
Thumbs Must Hurt
 
taeisme's Avatar
 
Join Date: Feb 2006
Location: GA
Model: Storm
Carrier: Verizon
Posts: 114
Default

Is there any way to allow you to turn it on and off?
Offline  
Old 05-02-2006, 11:05 AM   #5
jfisher
CrackBerry Addict
 
Join Date: Jun 2005
Location: Manchester, UK
Model: BOLD
Carrier: t-mobile
Posts: 714
Default

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.
Offline  
Old 05-03-2006, 04:45 AM   #6
UweM
New Member
 
Join Date: Mar 2006
Model: 7290
Posts: 9
Default 7290 -> false

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
Offline  
Old 05-04-2006, 01:50 PM   #7
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

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
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source

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

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
Offline  
Old 05-05-2006, 06:38 AM   #9
jfisher
CrackBerry Addict
 
Join Date: Jun 2005
Location: Manchester, UK
Model: BOLD
Carrier: t-mobile
Posts: 714
Default

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.
Offline  
Old 05-05-2006, 05:52 PM   #10
brace! brace!
Knows Where the Search Button Is
 
brace! brace!'s Avatar
 
Join Date: Apr 2006
Location: Sydney, Australia
Model: 8700g
Posts: 43
Default

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).
Offline  
Old 05-23-2006, 11:37 PM   #11
luriadotcom
Knows Where the Search Button Is
 
Join Date: May 2006
Location: Tulsa, OK
Model: 8130
Carrier: Sprint
Posts: 15
Default

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
Offline  
Old 08-05-2006, 03:09 PM   #12
jayshen
Knows Where the Search Button Is
 
Join Date: Mar 2006
Location: NYC
Model: 8700c
Carrier: Cingular
Posts: 19
Default

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...
Offline  
Old 12-21-2006, 11:46 AM   #13
ShaneToronto
CrackBerry Addict
 
ShaneToronto's Avatar
 
Join Date: Sep 2005
Location: Toronto, ON
Model: 8300r
Carrier: Rogers Wireless
Posts: 589
Default

Link is dead. Is there a new link?
Thanks.
__________________
Blackberry Curve (8300r) on Rogers (Toronto, ON) with hosted BES. Previously: 8700r and 7290.
Offline  
Old 03-27-2007, 04:31 PM   #14
timmyc123
Thumbs Must Hurt
 
Join Date: Dec 2005
Location: Rhode Island
Model: 8820
Carrier: T-Mobile
Posts: 107
Default

Could someone please reup the zip file?

Thanks

Last edited by timmyc123; 03-27-2007 at 04:54 PM..
Offline  
Closed Thread



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


1 Pc Home Intel Xeon Silver Sclip 4110 Linux   - NEW picture

1 Pc Home Intel Xeon Silver Sclip 4110 Linux - NEW

$245.00



Xeon E5 E7 Processor Packaging for Tray LGA2011  52.5 x 45 mm - Lot of 2 6 12 30 picture

Xeon E5 E7 Processor Packaging for Tray LGA2011 52.5 x 45 mm - Lot of 2 6 12 30

$15.85



15 CPU Cases  for Xeon Scalable Gold Platinum 2nd Gen Processors Socket LGA3647 picture

15 CPU Cases for Xeon Scalable Gold Platinum 2nd Gen Processors Socket LGA3647

$24.99



Xeon Platinum CPU Clam Shell Case fit Intel Socket LGA4677 - Lot of 12 25 60 100 picture

Xeon Platinum CPU Clam Shell Case fit Intel Socket LGA4677 - Lot of 12 25 60 100

$16.90



Super-Micro P4DC6+ Motherboard with 2 Xeon i processors with SCSI RAID picture

Super-Micro P4DC6+ Motherboard with 2 Xeon i processors with SCSI RAID

$200.00



Cisco MCS 7800 Server picture

Cisco MCS 7800 Server

$150.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.