[android-developers] Re: Support Of HID device role in the Android

2012-05-25 Thread manjunath narayanappa
Hi Shekhar, I have same question, could you proceed any thing further. Regards Manjunatha N On Friday, March 18, 2011 10:22:36 AM UTC+5:30, Shekhar wrote: > Hi Folks, > > I am working on the requirements to support the Android Phone to > communicate with the other Bluetooth device through th

[android-developers] how to see/ work on 2 emulator same time

2011-12-20 Thread manjunath shirageri
hello 'm developing sms transfer between two android emulator . i want to no wat are setting to made two see two emulator same time -- 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@go

[android-developers] USB communication

2011-12-20 Thread manjunath M
Hello Sir, Currently im using samsung mobile(model no:GT-I5801) with android 2.2, now i need to communicate with my PC through USB cable. The text which i type from my phone should simultaneously be visible in PC. How to go through this problem ?? Apart from android is there any alterna

[android-developers] Getting Developer Account

2011-07-19 Thread Manjunath KB
Can an indian developer get developer account??? Because i place my card and is authenticated 24hour back in checkout. But still the payment is not done and am not getting access to my developer account. -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: OpenGL lockups in 2.2

2010-10-01 Thread Manjunath BS
Hi , I'm facing the same issue in Android 2.1. Is there any updates on why these timed out messages come. I tried putting glFinish() call in SurfaceFlinger.cpp before calling eglSwapBuffer. But this isn't helping much. Regards, Manjunath On Sep 22, 1:26 am, timedilation wrote

Re: [android-developers] Is it possible to make an app choose a particular APN automatically?

2010-07-16 Thread manjunath chandrashekar
Hi, The below code snippet will direct to APN selection screen Intent intent = new Intent(Settings.ACTION_APN_SETTINGS); startActivity(intent); Please let me know, if there is a way to change the APN settings programatically as well. Thanks & Regards, Manjunath.C On Wed, Jul 14, 2010 at 5:14

[android-developers] Re: glTexImage2D very slow on phones like Nexus one

2010-05-10 Thread manjunath
LImage and creating texture everytime the loadTexture function is causing these flickering effects. Also if i induce a sleep for some 30ms before flipping, flickering reduces. Please help regarding this issue. Thanks, Manjunath On Apr 18, 2:18 pm, Robert Green wrote: > Eong, > > All Mario

[android-developers] BGRA format support

2010-05-07 Thread manjunath
screen gets dim and no window opens up. I'm working on android 1.6x86. Please help Thanks, Manjunath -- 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

[android-developers] BGRA format support

2010-05-07 Thread manjunath
Hi, My hardware expect the pixel format for 32-bit to of BGRA instead of RGBA which android is currently supporting. Can anyone help me how and where to change the code for BGRA pixel format. I changed the format in SurfaceFlinger::createNormalSurfaceLocked function in SurfaceFlinger.cpp. i.e.

[android-developers] lock_layer

2010-04-08 Thread manjunath
Hi when i type continuously in the browser's search bar, I keep getting those "lock_layer timed out messages" and the browser hangs. please help me in understanding why these "lock_layer timed out" messages keep coming and what is the possible solution to this iss

[android-developers] Re: Application as root

2010-03-30 Thread manjunath
L API is working fine in SurfaceFlinger. I believe this is because SystemServer is started as root. Regards, Manjunath On Mar 29, 3:46 pm, a2ronus wrote: > Hello Dianne, I have a question related to this. Is it possible to use > sharedUserId=android.uid.system in combination with (re

[android-developers] Application as root

2010-03-26 Thread manjunath
et to 1 and so on. If I set it to 0 my homescreen doesn't come up. Can anyone tell me where this security check is done. I also want to know the actual flow for any application to run on android. Thanks, Manjunath -- You received this message because you are subscribed to the Goo

[android-developers] Re: Adding image to Background:

2008-12-22 Thread Manjunath
Hi Diya, Can you be more clear on your questions please. Thanks & Regards Manjunath On Dec 22, 2:46 pm, "diya blore" wrote: > Hi All, > Can any one guide how to implement ,As Adding image to the background. > > -