[android-developers] UnknowHost when connected in WIFI

2009-06-12 Thread sylpheo
Hi, I send files to ftp server in my application. Internet permission is set : uses-permission android:name=android.permission.INTERNET/ It works quite fine when connected with 3G/3G+. Sometimes, not very often, I get a SocketException no route to host or unknow host exception when trying to

[android-developers] Re: fullscreen doesn't hide Status Bar in Android SDK 1.5 R2

2009-06-12 Thread sylpheo
hi, this works fine too (in activity): requestWindowFeature(Window.FEATURE_NO_TITLE); --~--~-~--~~~---~--~~ 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] Re: fullscreen doesn't hide Status Bar in Android SDK 1.5 R2

2009-06-12 Thread sylpheo
sorry, not for status bar :) just title --~--~-~--~~~---~--~~ 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

[android-developers] Re: UnknowHost when connected in WIFI

2009-06-12 Thread sylpheo
any idea ? --~--~-~--~~~---~--~~ 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: Spinner OnItemSelectedListener - Differentiating between user selection and initialization

2009-06-12 Thread sylpheo
this works fine for me : - arrayadapter : public class MoSpinnerListAdapter extends ArrayAdapterString { private Listyourobjs yourobjs; public MoSpinnerListAdapter(Context context, Listyourobj yourobjs) { super(context, R.layout.simple_spinner_item);

[android-developers] Bluetooth microphone activation

2009-05-20 Thread sylpheo
Hi ! I have a bluetooth headset that works fine with android 1.5 for listening music or calling people. My problem is that microphone is only active when I call someone, but I would like it to be activated anytime, for dictation. Is there any way to activate bluetooth microphone wih sdk or is