[android-kernel] Re: alert notification from kernel

2014-02-10 Thread Mohamed El-Houssainy
Hi Andria, Can you tell me how did you use the UEvenetObserver ? I can't import it and the an error appear to me and i can't solve this problem ! On Tuesday, 8 November 2011 11:41:18 UTC+2, andria wrote: > > Hi > > I just want to update what I said before. > > On 7 nov, 10:53, andria wrote:

[android-kernel] Re: alert notification from kernel

2011-11-08 Thread andria
Hi I just want to update what I said before. On 7 nov, 10:53, andria wrote: > Hi, > > Is UEventObserver only available for the framework? Because when I try > to import this class in my application source code an error is raised. > > I've found that there is a kernel API that enables user-space

[android-kernel] Re: alert notification from kernel

2011-11-07 Thread andria
Hi, Is UEventObserver only available for the framework? Because when I try to import this class in my application source code an error is raised. I've found that there is a kernel API that enables user-space program execution from kernel thanks to call_userhelpmode but when I tried that one it re

[android-kernel] Re: alert notification from kernel

2011-11-05 Thread andria
Hi guys, Thanks for answering. I'll give it a try and report back if anything goes wrong. Regards Andrirad On 4 nov, 18:27, Durgadoss Ramanathan wrote: > Hi Andria, > > You can Poll from the User Space using "Handlers" as Preetam mentioned. > But "Polling" is bad. Instead you can use UEvents. >