[android-developers] Programmatically broadcast ACL_CONNECTED, need suggestions

2011-12-08 Thread Prash
Here is the scenario *Task* : I want to connect a bluetooth device having specific name in my application. *Current Status of my work:* My device is working as a client in Bluetooth communication. A. I have registered these broadcast receivers in my application. ACTION_FOUND,

[android-developers] How to know if device is connected before the application runs......

2011-12-05 Thread Prash
Here is what I want to know and achieve I have a bluetooth device which is not a phone-tablet-pc kind of device. It's a bluetooth dialer. It's already paired and connected with my froyo device before I install and run an application. I want to establish an RFCOMM connection with it and

Re: [android-developers] Re: In-app billing problem

2011-07-21 Thread Prash Prash
I made the changes in my app according to dungeons example. but in-app billing does not work. I always receive a mail for successful transaction and transaction is getting charged despite of creating a test account. I am receiving following messages. 07-21 16:56:56.542: DEBUG/vending(1035):

[android-developers] Proxy authentication in android emulator

2011-03-08 Thread prash
How to connect to proxy server in android emulator when working in mac machine? When i am hitting the server by setting the access points in emulator i am getting error asError Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web

[android-developers] Loading view while retrieving the data from server

2011-02-15 Thread prash
I want to develop an application which retrieve data from the server for every screen and draw the screen according to the data. While retrieving the data i want to show some loading view.The loading view which i have created is displayed only for few seconds after which a blank screen is

[android-developers] Re: Drawing on MapView

2008-09-29 Thread Prash
should be setup before you can do something useful. - Prash On Sep 29, 2:21 am, Peter Stevenson [EMAIL PROTECTED] wrote: Peter Wrote hope this help   if not email me again  and I see if I  can  help Also add a screen shot You should be able to load data on to your map  based on this code use