[android-developers] Re: How i getting a value out of the function?

2012-12-18 Thread bob
Change this: final String data = new String(encodedBytes, US-ASCII); to this: *data = new String(encodedBytes, US-ASCII);* On Tuesday, December 18, 2012 8:41:34 AM UTC-6, Antonis Kanaris wrote: Hello.I make an apk for listen bluetooth and i want to get value data from function

[android-developers] Re: How i getting a value out of the function?

2012-12-18 Thread Antonis Kanaris
I try it but no work... -- 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] Re: How i getting a value out of the function?

2012-12-18 Thread bob
How are you initializing *mmInputStream*? On Tuesday, December 18, 2012 9:26:47 AM UTC-6, Antonis Kanaris wrote: I try it but no work... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to