The N9 has a breathing light which is only used when charging. I want to control it with qt.
The N9 has a breathing light which is only used when charging. I want to control it with qt.
Hi,
It is not directly possible with QT api. You will have to use mce api and can write a qt wrapper, and it also requires the aegis security token mce::LEDControl which is currently blacklisted.
So, you will not be able to control LED, all the restricted operations are given here -http://wiki.meego.com/User:Javispedro/Activities_blocked_by_the_N9_and_N950_security_policy
You can disable aegis and then use the above, if its for personal use and you are fully aware of what you are doing as it might have side effects.