[android-developers] Re: Bluetooth Serial Port Question

2011-07-05 Thread Si
Just to let you know that I ordered a new handset with 2.3.3 and I can connect to my device (using the UUID you described above). Many thanks! Now the hard part starts!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Hex Conversion

2011-06-30 Thread Si
Hi, Can anybody give me any hints on how to convert a Hex string into its ASCII equivalent characters using Android please? For example 0x41 = A 0x4E = N 0x44 = D 0x52 = R 0x4F = O 0x49 = I 0x44 = D Thanks in advance Si -- You received this message because you are subscribed to the Google

[android-developers] Re: Bluetooth Serial Port Question

2011-06-28 Thread Si
1101--1000-8000-00805F9B34FB. However if you are connecting to an Android peer then please generate your own unique UUID.' http://developer.android.com/reference/android/bluetooth/BluetoothDev... Yes you need 2.3.3 or greater. Regards On Jun 24, 9:23 pm, Si simonstewartke

[android-developers] Re: Bluetooth Serial Port Question

2011-06-27 Thread Si
- - from    Si to      gjs date    Sun, Jun 26, 2011 at 5:47 AM subject Re:BluetoothSerialPortQuestion Hi, Thanks for the reply. Would you be able to email me an example project? I am fairly new to Androd

[android-developers] Bluetooth Serial Port Question

2011-06-24 Thread Si
Hi, Can someone point me in the right direction please?! I am trying to connect to an industrial product using Android over Bluetooth. The device does not support pairing. I have written an application in WM6.5 and that works fine. The sequence of events is: Discover device and establish a

[android-developers] Re: Bluetooth Serial Port Question

2011-06-24 Thread Si
Have you looked at the Bluetooth Chat example in the SDK? On Jun 24, 9:21 am, wu mark androidmark2...@gmail.com wrote: Dear Si :     I'm a new learner for Android I'm trying to test the bluetooth now. Could you tell me more detail about the Windows to listen receive data from other devices

[android-developers] Re: Bluetooth Serial Port Question

2011-06-24 Thread Si
I have done some further trawling around the internet and as far as I can tell until recently the standard API only supported pairing (with a passkey). It would appear though that this functionality has been included in 2.3.3 (http://developer.android.com/sdk/android-2.3.3.html) Android 2.3.3

[android-developers] question on reading from socket in android ...

2010-01-18 Thread Antonio Si
Hi, I have a background thread in my android client which sends a request to a server using a socket and then tries to read the data back from the socket. The data sending part works fine, but when I try to read from the inputStream of the socket, I am getting a EOFException. Any suggestions or

[android-developers] Re: question on reading from socket in android ...

2010-01-18 Thread Antonio Si
be much easier if you would provide a small piece of example code. Otherwise we can only guess what your problem is. Regards Marc Reichelt   ||  http://www.marcreichelt.de/ On 18 Jan., 09:16, Antonio Si antonio...@gmail.com wrote: Hi, I have a background thread in my android client which

[android-developers] adb cannot find my dev phone

2009-11-14 Thread Antonio Si
Hi, I just got my android dev phone, but when I invoke adb devices, it only shows: List of devices attached no permissions What does it mean? What is the problem and how should I fix it? Would appreciate any input. Thanks. Antonio. -- You received this message because you

[android-developers] how to update the dev phone to 2.0?

2009-11-13 Thread Antonio Si
Hi, Is Android 2.0 supported on the dev phone? I do not see any image packages available for 2.0 in http://developer.htc.com/adp.html ? Thanks very much. Antonio. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] question on WAP Push support on Android

2009-11-12 Thread Antonio Si
Hi, I have search through the group and does not seem to find a solution to this problem. I have setup a WAP Push gateway. How can I setup my Android phone to connect to the gateway? Or does WAP Push support in Android? Or what would be a best way to send data from a server to a Android device?

[android-developers] Re: intercept SMS inbound message

2009-11-12 Thread Antonio Si
I am having a similar problem and would appreciate any pointers in this problem. Thanks. Antonio. On Nov 11, 4:44 pm, Sean Liao wirelessw...@gmail.com wrote: Hi, I got a sample code how to intercept SMS inbound message.  It is really simple, and I really admire android make it so easy: //

[android-developers] question on Android dev phone

2009-10-26 Thread Antonio Si
Hi, I am new to Android development, so perhaps this is a stupid question. I understand the Android dev phone cannot download apps from the Marketplace if the app is copy protected? Is there any way around this limitation? But I suppose other Google apps like the barcode scanner (http://

[android-developers] Unable to return back to activity

2009-10-08 Thread Si
. This is very strange behavior and I dont understand why this is happening. Activity B should be a different task so I dont see why when activity A is being moved to the background that activity B is being taken along as well. Please help or suggest or anything! Thanks! Si