Hi, I could not find which LIB I should include in my project to control LED of my android phone. I am a newbie.:sign0104: Anyone could give me a little hint ?
Thanks for your prompt reply and warm help. I have a question here:
1, The LED I mentioned is a indication light for example when the battery is low it will on/off with red color when I got missed call it will on/off with blue color.
2, I checked that url you posted and I could find "Flashlight" in that camera library. But I think indication LED is not the same thing as Flashlight. So, I think indication LED could not be controled by that camera library.
Sub Button1_Click
Dim n As Notification
n.Initialize
n.Light = True
n.Icon = "icon"
n.SetInfo("This is the title", "and this is the body.", Main) 'Change Main to "" if this code is in the main module.
n.Notify(1)
End Sub
But, it still could not make the phone LED indicator work. :signOops: I tested it on both Moto and Sony Ericsson.