we can generate by Instrumentation concept.. But that too can be used ly 
for controlling ur own application. 
 
 because android didnt give support to control the Home screen or other 
system applications...       "Injec_Event_permission" error will occur when 
u control system applications... 

On Thursday, December 13, 2012 3:52:14 PM UTC+5:30, Perumss Naren wrote:
>
> - an android service running in BG
>
> - the service gets input data from a data stream
>
> - the data received from the data stream will be co-ordinates of points on 
> the display. Example: (20, 30)  (320, 56)
>
> - when a co-ordinate is received, the service has to send the Android OS, 
> that a touch event has occurred at the co-ordinate. Example: when a 
> co-ordinate (25, 50) is received, the service will notify the Android OS, 
> that a touch event has occurred at (25, 50). The user has NOT touched on 
> the device screen, instead, the service simply gets these co-ordinates from 
> the data stream and sends them as touch events to the Android OS.
>
> Is it is possible in android.
>
>
>
> --
> Regards,
>
> Perumal.N 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to