[android-developers] Re: Configure WiFi Parameters Over The Air

2012-09-12 Thread Raul
Hi Nivas, I am working also in a project where we need to send configuration settings to Android phones, and I am running into some problems with it. Have you solved this issue? do you have any example about the configuration file? Thank you very much, Raúll El lunes, 30 de julio de 2012 14:

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-02-20 Thread Raul Ruiz
I try Android 4.0.4 on Samsung Nexus S and the bug isn't fixed. Regards On 9 feb, 17:52, Raul Ruiz wrote: > Hi all, > > I will test the new version of Android 4.0.4 on Monday. I will comment > if the problem is fixed or not. > > Regards. > > On 9 fe

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-02-09 Thread Raul Ruiz
Hi all, I will test the new version of Android 4.0.4 on Monday. I will comment if the problem is fixed or not. Regards. On 9 feb, 16:04, jfernandez wrote: > Hi Chenchen and Ming, > > Sorry for the delay. I think you are right Chenchen, I obtain the same > behaviour, so, I guess the problem is

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-20 Thread Raul Ruiz
Hi all, I have Nonin working with HDP, if someone need help tell me. On 14 ene, 13:07, jfernandez wrote: > Hi Fernando, > > I have introduced a change in the implementation of the > BluetoothHealthCallback mHealthCallback. Exactly, in its method > onHealthChannelStateChange(...). I detected th

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-08 Thread Raul Ruiz
ill correct the problem... > > Some new informations on this please tell me... > > On 5 Jan, 12:08, Raul Ruiz wrote: > > > > > > > > > Hi Chenchen, > > > I'm trying connecting UA-767PBT.-C to android manager that i did and > > it connect and dis

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-05 Thread Raul Ruiz
bytes all time. Its problem of L2CAP. BlueZ developers in 4.97 version fixed bug. On 4 ene, 23:35, Chenchen wrote: > Dear Raul, > > I'm playing around with UA-767PBT-C, and find that I could be able to > get the association request by printing log in read thread: > 01-04 13:46

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2011-12-18 Thread Raul Ruiz
Will Android 4.0.3 give a solution? On 16 dic, 15:54, Raul Ruiz wrote: > Well we have same trouble. I have UA-767PBT-C device too and with HDP > Demo doesnt connect. > > Im doing a program that receive ACL_CONNECT from device and opens a > channel. > In the program, Health

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2011-12-16 Thread Raul Ruiz
, 12:29, jfernandez wrote: > On 16 dic, 11:31, Raul Ruiz wrote: > > > Hi  Jorge, > > Hi Raul, > > > > > What device are you using? I have a same problem using Nonin 9560BT > > pulseoximeter. It conects and disconnects and any data had received in > > th

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2011-12-16 Thread Raul Ruiz
Hi Jorge, What device are you using? I have a same problem using Nonin 9560BT pulseoximeter. It conects and disconnects and any data had received in the Android. Do you have any solution? Thanks On Dec 15, 6:30 pm, jfernandez wrote: > Hi all, > > I'm executing the BluetoothHDPDemo [1]  (offer

[android-developers] Bluetooth HDP android 4.0 really works?

2011-12-15 Thread Raul Ruiz
Im testing HDP profile for android 4.0. I think that it doesnt works correctly because Im trying with Nonin 9560BT and it connects but it doesnt sends medical data to android. The trouble is the next: First, I init bluetoothAdapter and I getProfileProxy. After, device connects to android. I catch

Re: [android-developers] Webkit drains battery?

2011-09-20 Thread Raul Fernandes Herbster
Thanks for replay. On Mon, Sep 19, 2011 at 9:50 PM, Mark Murphy wrote: > On Mon, Sep 19, 2011 at 4:09 PM, Raul Herbster > wrote: > > What I´ve noticed is that the application drains device > > battery every time the Webkit is used (one webview object is > > instantiate

[android-developers] Webkit drains battery?

2011-09-19 Thread Raul Herbster
component (instead of WebView) with better performance? --Raul -- 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

[android-developers] Re: Call Recording in Andriod ?

2009-12-09 Thread Raul
Dos Android have a plan to give a call recording framework? On 12月9日, 下午10时59分, Matt wrote: > The call recording apps that I know of in Android only work if the > phone call is on speaker phone. > > Based on user comments, they also look pretty unstable. > > Matt > > On Dec 9, 4:50 am, Y2U wrote

[android-developers] Android browser is parsing my XML (KML) document

2009-12-07 Thread Raul
Hey Guys- Is there any way to display raw XML in an Android Browser. My XML file is being stripped of all the XML tags, and I need them for my map application to work correctly. Please advise, Raul -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: AudioRecord producing no-sound data. Why?? [SOLUTION]

2009-12-07 Thread Raul
Nobody will know what you want to do untill you give more info. On 12月7日, 上午10时34分, Hunter Peress wrote: > Logic: >         for (int i = 0; i < tempBuffer.length; i++) { >                                 saveBuffer[saveBufferPos] = tempBuffer[i]; >                                 saveBufferPos++

[android-developers] Map Application (URI) & WIFI Network

2009-12-06 Thread Raul
permissions or internal files that need to be changed? Please advise, Thanks, Raul -- 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 grou

[android-developers] Re: Phone calls recording on 2.0

2009-12-04 Thread Raul
Can Droid record voice call? Does Moto expose its relevant code? On 12月4日, 上午2时19分, "appforce.org" wrote: > I'm working on a call recording app, and I bumped into a bug on > Motorola Droid. Using MediaRecorder.AudioSource.VOICE_CALL, the > recorded files contains no data, just headers. Switching

[android-developers] Re: Android on HTC Tattoo and FM receiver

2009-11-30 Thread Raul
the current SDK, so this would be some > customization for their device.  It is possible for manufacturers to publish > their own custom libraries for features like this that are not supported in > the base platform, but no requirement for them to do so. > > > > > > On Fri,

[android-developers] Re: Android on HTC Tattoo and FM receiver

2009-11-28 Thread Raul
Hi all I also wonder whether there is a FM radio framework in Android, even Eclair. If not, does Tattoo use a private interface to support it? Can we find the relevant code about it? On 10月17日, 上午11时27分, tmyymmt wrote: > Hi, > > I'm looking for the API for FM radio too. > Did you find it ? > > #

[android-developers] Re: Error installing ADT 0.9

2009-04-20 Thread Raul
I'm having the same problem on Vista. On Apr 17, 12:07 am, Mathieu Plourde wrote: > I'm using Win XP and I'm trying to install ADT 0.9 for Eclipse (In > order to try SDK 1.5). I downloaded the ADT-0.9_pre.zip file and > everything. I follow the steps provided > there:http://developer.android.co