[android-developers] Re: HTTP Post

2009-04-19 Thread Aakash Patel
StringEntity(REQUESTGOESHERE); reqEntity.setChunked(false); reqEntity.setContentType(application/json); postMethod.setEntity(reqEntity); Thanks, Aakash Patel Patel.io On Apr 19, 5:36 pm, xspotlivin dmbrown2...@gmail.com wrote: I'm trying to do an HTTP Post, but I'm having a lot of trouble. I have

[android-developers] Re: HTTP Post

2009-04-19 Thread Aakash Patel
StringEntity(REQUESTGOESHERE); reqEntity.setChunked(false); reqEntity.setContentType(application/json); postMethod.setEntity(reqEntity); Thanks, Aakash Patel On Apr 19, 5:36 pm, xspotlivin dmbrown2...@gmail.com wrote: I'm trying to do an HTTP Post, but I'm having a lot of trouble. I have

[android-developers] Re: HTTP Post

2009-04-19 Thread Aakash Patel
request string here reqEntity.setChunked(false); reqEntity.setContentType(application/json); postMethod.setEntity(reqEntity); httpClient.execute(postMethod); I have some code to get the response from the server, if you need it just ask :-) Thanks, Aakash Patel On Apr 19, 5:36 pm, xspotlivin

[android-developers] Re: HTTP Post

2009-04-19 Thread Aakash Patel
); //put request string here reqEntity.setChunked(false); reqEntity.setContentType(application/json); postMethod.setEntity(reqEntity); httpClient.execute(postMethod); I have some code to get the response from the server, if you need it just ask :-) Thanks, Aakash Patel On Apr 19, 5:36 pm, xspotlivin

[android-developers] Running Android Image from memory card?

2009-02-02 Thread Aakash Patel
Hi, Is it possible to boot the phone (ADP1) from a compiled android image stored on the memory card without affecting the contents of the image flashed on the phone? I would like to do this so I can work with development images, but I didn't want to mess with the factory image. Thanks, Aakash

[android-developers] Connecting to different Wifi SSID?

2009-02-24 Thread Aakash Patel
Hello, I am trying to make an app and the app needs to be able to connect the Wifi to a different SSID. Can someone please help me on how I can do this? I think I am supposed to use WifiManager but what specifically do I use in that to connect to a different SSID? I would appreciate anyones

[android-developers] Setting RFCOMM/SPP Bluetooth Baud rate

2009-10-29 Thread Aakash Patel
Hello, I am making an app that utilizes the BlutoothSocket API and am trying to create a serial connection over Bluetooth with RFCOMM/SPP profile. I do not see how I set the baud rate for the connection, how would I set it? Thanks, Aakash Patel

[android-developers] Re: Setting RFCOMM/SPP Bluetooth Baud rate

2009-10-29 Thread Aakash Patel
handset only. How are you testing your application? Thanks, Tamas 2009/10/29 Aakash Patel aakashbpa...@gmail.com Hello, I am making an app that utilizes the BlutoothSocket API and am trying to create a serial connection over Bluetooth with RFCOMM/SPP profile. I do not see how I set

[android-developers] Re: Setting RFCOMM/SPP Bluetooth Baud rate

2009-11-03 Thread Aakash Patel
Then how are we supposed to initiate communications with a serial Bluetooth device? On Nov 3, 8:16 pm, Nick Pelly npe...@google.com wrote: On Thu, Oct 29, 2009 at 12:23 PM, Aakash Patel aakashbpa...@gmail.com wrote: Hello, I am making an app that utilizes the BlutoothSocket API and am

[android-developers] Re: Setting RFCOMM/SPP Bluetooth Baud rate

2009-11-03 Thread Aakash Patel
A better question would be, is there a default baud rate that Android uses or something? On Nov 3, 8:36 pm, Aakash Patel aakashbpa...@gmail.com wrote: Then how are we supposed to initiate communications with a serial Bluetooth device? On Nov 3, 8:16 pm, Nick Pelly npe...@google.com wrote

[android-developers] Re: Setting RFCOMM/SPP Bluetooth Baud rate

2009-11-05 Thread Aakash Patel
this over the BT link, since it does not affect the BT link speed at all. Nick On Tue, Nov 3, 2009 at 6:56 PM, Aakash Patel aakashbpa...@gmail.com wrote: A better question would be, is there a default baud rate that Android uses or something? On Nov 3, 8:36 pm, Aakash Patel aakashbpa

[android-developers] Re: Setting RFCOMM/SPP Bluetooth Baud rate

2009-11-05 Thread Aakash Patel
the baud rate at the physical RS232 interface on the remote device. It's a strange legacy feature that RFCOMM lets you do this over the BT link, since it does not affect the BT link speed at all. Nick On Tue, Nov 3, 2009 at 6:56 PM, Aakash Patel aakashbpa...@gmail.com wrote: A better question

[android-developers] Re: Delete Call Log entry issue

2010-08-04 Thread Aakash Patel
I have to agree with Mike on this issue. On Aug 4, 1:23 pm, Mike dg vinb...@gmail.com wrote: Try just repeatedly deleting everything in the log regardless of the state. A service that does this every 5 seconds should be very fast and good. On Aug 4, 1:25 pm, Donald hasitharand...@gmail.com

[android-developers] Re: Serial Port Communication Support

2009-05-26 Thread Aakash Patel
hello, um, there is not serial interface for the ADP1 / G1 / Magic, nor is there an API to communicate over the USB port either. On May 26, 7:08 am, ismail ismai...@gmail.com wrote: Hi All, I have just started to develop andriod application. My question is: Can I communacate with serial