• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Trackball colors?


Thanks for documentation link. I've already wrote code to glow LED with some color. But when I run the code nothing happens. Some documentation on internet says that it will require to turn off screen before LED notification on trackball. And now I am not able to turn off the screen. Application force closed when try to write one code (didn't know it was write)... I'm stuck. :(
 
Upvote 0
Thanks for documentation link. I've already wrote code to glow LED with some color. But when I run the code nothing happens. Some documentation on internet says that it will require to turn off screen before LED notification on trackball. And now I am not able to turn off the screen. Application force closed when try to write one code (didn't know it was write)... I'm stuck. :(

Hey what code are you using? Setting up my notification like this worked for me:


mNotification = new Notification(R.drawable.icon, "Testing testing",100);
mNotification.flags = Notification.FLAG_SHOW_LIGHTS;
mNotification.ledARGB = Color.GREEN;
mNotification.ledOnMS = 3000;

oh and turn your screen off to see the notification or set a flag for insistent (will keep notifications till you cancel it in code)
 
Upvote 0
I'm currently using:

Gmail notifier for Red Gmail alerts

Seesmic for Blue Twitter Alerts

Google Voice for Green GV SMS alerts

The only thing I'm missing is Magenta for missed calls but I cannot get any of the missed call trackball alerts in the market to actually work. One developer says missed call trackball alerts are not possible in 2.2(except for white). Hoping he is wrong.
 
Upvote 0
Hey what code are you using? Setting up my notification like this worked for me:


mNotification = new Notification(R.drawable.icon, "Testing testing",100);
mNotification.flags = Notification.FLAG_SHOW_LIGHTS;
mNotification.ledARGB = Color.GREEN;
mNotification.ledOnMS = 3000;

oh and turn your screen off to see the notification or set a flag for insistent (will keep notifications till you cancel it in code)


Yes.. I am using same code.. only difference is I am assigning hex code directly to mNotification.ledARGB .. but I am not getting it work. Please help.. and yes.. sorry for late reply.
 
Upvote 0
Blink can do missed call
Thanks for that. I actually tried Blink a couple days ago and it didn't work for me, but it's working now. Thanks bro!!!

Now the only thing missing is some kind of app that allows for all color alerts to be active at all times. For example:

If I get a google voice sms, tweet alert and gmail, I wish it would flash green, blue, red. That way I know I have multiple kinds of messages, waiting etc..
 
Upvote 0
Thanks for that. I actually tried Blink a couple days ago and it didn't work for me, but it's working now. Thanks bro!!!

Now the only thing missing is some kind of app that allows for all color alerts to be active at all times. For example:

If I get a google voice sms, tweet alert and gmail, I wish it would flash green, blue, red. That way I know I have multiple kinds of messages, waiting etc..

If you are rooted, then you can use this to get the notifications in succession:

[MOD] Trackball Notifications in Succession [v 0.5] (CM-5.0.5.3) - xda-developers
 
Upvote 0
Thanks for that. I actually tried Blink a couple days ago and it didn't work for me, but it's working now. Thanks bro!!!

Now the only thing missing is some kind of app that allows for all color alerts to be active at all times. For example:

If I get a google voice sms, tweet alert and gmail, I wish it would flash green, blue, red. That way I know I have multiple kinds of messages, waiting etc..
Guess what, Blink does!

I had a text and a missed call the other day, the trackball would flash yellow then purple.
 
Upvote 0
If you are rooted, then you can use this to get the notifications in succession:

[MOD] Trackball Notifications in Succession [v 0.5] (CM-5.0.5.3) - xda-developers
Yeah I'm not rooted yet but thanks for the link., I'll save it for when I do finally root.

Guess what, Blink does!

I had a text and a missed call the other day, the trackball would flash yellow then purple.
Hmm, I bet it's because I use Google Voice for SMS rather than the stock SMS. I don't think Blink can do Google Voice. So the only alert I'm getting from Blink is missed calls since Gmail notifier is handling Gmail. Blink needs to add Gmail alert. All I see is sms and mms options. Actually we need an app that can handle all possible alerts(excepting Google Voice which I don't think can be done by anyone except Google).
 
Upvote 0
With the official Android 2.2 different colors are supported for different notifications. Not all apps gives you the choice, though. FB-messages: blue. Handcent SMS: can choose yourself, as well as give individual contacts individual colors. Looking forward to make email-notification yellow or something like that :)
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones