strictly86
Member
you checked the android developer site? or search google?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
you checked the android developer site? or search google?


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.![]()
with sms popup i can create any color i want
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)
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!!!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..
Guess what, Blink does!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..
Yeah I'm not rooted yet but thanks for the link., I'll save it for when I do finally root.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
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).Guess what, Blink does!
I had a text and a missed call the other day, the trackball would flash yellow then purple.
