[android-developers] Re: Can an image be embedded in an email body?

2013-05-22 Thread Sonia Gupta
I am facing the same issue...need to embed an image, but not able to find a solution yet. Did you get anything? Sonia On Wednesday, March 23, 2011 2:14:57 AM UTC-7, Mathieu wrote: Zarah did you manage embed your image ? -- -- You received this message because you are subscribed to the

[android-developers] Re: Device Or Resource Busy on RFCOMM reconnect

2013-04-29 Thread Sonia Gupta
I am facing the same issue...i tried calling ClientSocket.close(), but it didn't help in my case. The connection fails for android 4.0.4 verizon galaxy tab with 4.1.2 Nexus S phone. I am calling createRfCommSocket first and then trying to connect, but every time it fails, doesn't matter how

[android-developers] Re: get the IP List of HotSpot Clients

2012-03-22 Thread Sonia Gupta
To get the IPAddress or MAC Address of the Local hotspot; you need to make a DHCP listener, that will listen to DHCP --- DHCPREQUEST and then DHCPACK will give you details that who requested for connection to hotspot and after that who got connected... You may use DatagramSocket to listen to the

[android-developers] How to find how many SSIDs are on one WiFi channel...can i select a channel for hotspot

2012-03-04 Thread Sonia Gupta
I need to switch to any channel i.e. being least used in Android...I know Access Point gives support to find out channel avaialble...bu tnot sure how to dot his android...is there any API? -- You received this message because you are subscribed to the Google Groups Android Developers group. To