[android-developers] How get particular bluetooth device connect status.

2017-01-10 Thread Giri Dharan
The scenario is I want to know for the bluetooth mac can i able to get the Current Connected status of that. Lets assume I have 3 paired devices A B C. I want to know B is currently connected or not. I know once it is connected it will trigger in Broadcast then form there we do our stuffs.

[android-developers] Re:

2011-11-14 Thread sesha giri
..You’ll be astonished with your erection! http://crecerproducciones.com.ar/p.g.php?edafriend_id=28fa7 -- 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

[android-developers]

2011-11-14 Thread sesha giri
..Change your life right now! http://ebinformatique.net/p.g.php?gos=86i6 -- 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] AndroidBidi.bidi() and bidi() in StaticLayout.java

2011-10-18 Thread Sachin Giri
Is there any differnce between output returned by bidi method in Android\frameworks\base\core\java\android\text\StaticLayout.java and AndroidBidi.bidi() which is in AndroidBidi,java in same package? Why the later native call is not used? -- You received this message because you are subscribed to

[android-developers] Re: basic problem with the Handler.

2011-02-03 Thread GIRI-(GP)
Message object problem. try to use Message.obtain(); to get message object again OR use Message.obtain(msg); to reuse the message object created already On Feb 3, 9:19 am, yogi yogi.ru...@gmail.com wrote: Hi All, I have created a thread in a activity which is sleeping for 1

[android-developers] How to create picasa app??

2011-01-18 Thread giri
hey,guys i want to create picasa app in android .Can anyone explain me in detail how can i start with it Thanx in advance. -- 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] Can I use the linux built system.img file in windos sdk

2010-10-11 Thread Giri
I had built the system.img file in linux ubuntu OS for Android. I copied the system.img file in the widows SDK at /out/packagees/ target/generic directory. But when i am trying to start the emulator its not starting. And the logcat messages are not shown. Is it possible to build the system.img in

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-27 Thread Giri Senji
Thanks Tommy. Cheers, Giri Senji phone g=415-Say-Giri/ On Mon, Apr 26, 2010 at 11:11 PM, Tommy droi...@gmail.com wrote: I currently have a backflip and droid and see no problems using either for developement. -Original Message- From: android-developers@googlegroups.com

[android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Giri SENji
Hi Geeks, I'm planning to become android developer w/ Android 2.1 SDK For some reason I like to ATT network. Since Motorola backflip is the only phone available on ATT and reading recent reports that it only allows apps to be downloaded from Android Marketplace I've a basic yet very important

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Giri Senji
Thanks much Mark. Does that mean I've to use Android 1.5 to develop my app and not 2.1? Cheers, Giri Senji phone g=415-Say-Giri/ On Mon, Apr 26, 2010 at 5:14 PM, Mark Murphy mmur...@commonsware.comwrote: Giri SENji wrote: Is it possible for a developer to write an app and upload

[android-developers] Hi

2009-10-20 Thread Giri
Hi I would like to join into this Google Android group. Please add me as a member into your group. --~--~-~--~~~---~--~~ 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] Which component build generates libEGL.so and libGLESv2.so

2009-06-16 Thread sesha giri
But I guess these statements mean They are using the .so files rather than generating. Regards Giri Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.com/ --~--~-~--~~~---~--~~ You received this message

[android-developers] Need an help in Andoid.mak file

2009-06-16 Thread sesha giri
Hi What does the statements like the following means in Andoid.mak file LOCAL_MODULE:= libEGL LOCAl_SHARED_LIBRARIES += libcutils libutils libui libEGL I guess they are using the libraries but not generating. What is the statement to generate a .so file. Regards Giri Explore

[android-developers] Re: connecting internet through Android Emulator

2009-06-14 Thread Giri
How can I ping from emulator.. Is there any console to ping.. I can open internet from my browser but not able to from my emulator. I tried to change the proxy also... by adb shell command.. But it still didn't worked... Can you tell me things in more detail... On Jun 12, 9:59 pm, Roman