Re: [android-developers] Re: sending scancode values from linuxapplication

2010-02-16 Thread p. yog
on screen. what updates that i need to make in Android space (or) in .kl's to make an update to android space (or) what ioctls i need to call to make it successful. Thanks in advance, Yog On Sat, Feb 13, 2010 at 11:40 PM, ani wrote: > http://pdk.android.com/online-pdk/guide/keymaps_k

[android-developers] Re: Sendin KeyEvents

2010-02-16 Thread yog
(); From here can any one tell me how it goes to Android space. Thanks in advance, Yog On Feb 15, 3:02 pm, Houcem Berrayana wrote: > I found the solution: > > there is an excellent post > :http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!488.entry &g

[android-developers] sending scancode values from linuxapplication (using sendevent)

2010-02-11 Thread yog
To see the sendevent ->scancode value on screen, what conditions need to take care in App layer. Is there any Document r link, which describes how I/P driver sends events to Android screen. can any one tell me the type and code values in sendevent. "sendevent device type code value"

[android-developers] screen capture

2010-01-12 Thread yog
ramebuffer data. Thanks in advance, Yog -- 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+unsubsc

[android-developers] screen capture

2010-01-11 Thread p. yog
there any opensource groups to give answers on surface flinger? Thanks in advance, Yog -- 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

Re: [android-developers] Web service client

2010-01-09 Thread p. yog
Hi , The below link may help you code.google.com/p/*android*-*vnc*-viewer/ - Yog On Sat, Jan 9, 2010 at 3:02 PM, ls02 wrote: > How do I implement SOAP Web service client on Android? Can someone > point me to any examples? > > -- > You received this message because you are su

[android-developers] glReadpixel call in open-gl

2009-12-23 Thread yog
ction. GLES10.glReadPixels(x, y, screenWidth, screenHeight,GLES10.GL_RGB, GLES10.GL_UNSIGNED_BYTE, pixel); 0 0 320 480 Thanks in advance, Yog. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] frame buffer data in android

2009-12-14 Thread yog
Hi all, Iam working on Android frame buffer, I want to collect the frame buffer data and dispaly it. can any one tell me, from where i can collect the data, Is it from surface flinger? Is there any way that i can collect it from HAL (Hardware abstraction layer) too. Thanks in advance yog