[android-developers] Re: SDK 1.5 and Eclipse problem

2009-06-11 Thread De San Nicolas Jean Philippe
Hi, it's OK now, I'saw with the nestat - a command line that theer was several processus on the 5037 port. The port wich serves for the emulator. Thanks 2009/6/11 Brett Chabot brettcha...@android.com Try closing Eclipse, issuing a '/Developer/android-sdk-mac_x86-1.5_r2/tools/adb kill-server'

[android-developers] Re: ADB server didn't ACK, cannot bind tcp...

2009-06-10 Thread De San Nicolas Jean Philippe
I will try in three or four hours I have to go now I will send another post if it works or not Thanks very much 2009/6/10 David Turner di...@android.com You should be able to use netstat -a to see which processes are bound to which ports On Wed, Jun 10, 2009 at 4:33 PM, jphdsn

[android-developers] Re: Android Developer Challenge II Cancelled?

2009-03-19 Thread De San Nicolas Jean Philippe
The strategy of Google for Android is very very obscure. I think for a while that the Challenge Two will not come. As I know Objective C maybe I ll take a pause with android. ... 2009/3/19 luigi bertoneri luigi.berton...@gmail.com Where are the info about the 2° comp ? Post the link please the

[android-developers] Re: ADC II

2009-02-10 Thread De San Nicolas Jean Philippe
maybe it's a fake... 2009/2/10 sommeralex alexander.som...@gmail.com are there any rumors around concerning the google android challenge ADC II? or will it be canceled due to the financial worldwide crisis or the success of ADC I? --~--~-~--~~~---~--~~

[android-developers] Re: EARN 100$ PER DAY WITH CJ

2009-01-16 Thread De San Nicolas Jean Philippe
its cheap 2009/1/13 namratamo...@gmail.com namratamo...@gmail.com EARN 100$ PER DAY WITH CJ http://megalinesolutions.googlepages.com/cj_1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Issue regarding Changing textColor

2008-12-21 Thread De San Nicolas Jean Philippe
hi... try this android:textColor=#FF00 2008/12/21 nithin warier nithin.war...@gmail.com I tried a lot to change the textColor using xml, like android:textColor = 7FFF00, android:textColor = 0x700 android:textColor = @drawable/blue like that... but i cant change the text

[android-developers] Re: Video Formats in android

2008-10-26 Thread De San Nicolas Jean Philippe
hello, I'm not sure but If my memory is good I've tried that one time. the Java, not Android Java(?), Interface to convert Video is javax.media.Processor it inhirits from javax.media.player in the JMF API. bye 2008/10/26 guna [EMAIL PROTECTED] Hi to all, Anyone trying with media player

[android-developers] Re: Can I record an audio file via MediaRecorder on the simulator which based on android-sdk-windows-1.0_r1?

2008-10-23 Thread De San Nicolas Jean Philippe
yes you can. I can't help you now I've no time but you can record with the emulator I've done it 2008/10/23 Mobile Diva [EMAIL PROTECTED] I've spent several hours trying to record audio on android-sdk- windows-1.0_r1 and emulator, and surfing for information that would tell me how to do it,

[android-developers] Re: Example: upload files to php from android

2008-10-23 Thread De San Nicolas Jean Philippe
hello just a question (for the moment -:)) you set the dependencies in your classpath in your Android project? thank's 2008/10/21 octagon [EMAIL PROTECTED] This is a way for android to POST a file upload to a php script. I had a bit of trouble figuring out the ins and outs of the http

[android-developers] Re: how import org.apache.commons.httpclient ?

2008-10-19 Thread De San Nicolas Jean Philippe
thank's, I just have a look at the different classes and package, I don't recognize lot of thing... 2008/10/19 Jason Proctor [EMAIL PROTECTED] for reasons which i hope were good, the package names were changed to live off org.apache.http. the name change has served to confuse everything a

[android-developers] Re: SoundRecordingDemo in v1.0

2008-10-01 Thread De San Nicolas Jean Philippe
yes you can. the format is .amr and you can read it with the mediaplayer. -:) 2008/10/1 april [EMAIL PROTECTED] How do you test the code without real phone? Can you record from emulator? what is the format of sound? Thank! On Oct 1, 9:25 am, Guillaume Perrot [EMAIL PROTECTED] wrote:

[android-developers] Re: SDK 1.0:

2008-09-26 Thread De San Nicolas Jean Philippe
vast no, but there is, with sqlite for exemple 2008/9/26 dhuri natarajan [EMAIL PROTECTED] Is there any vast difference between the SDK released 1.0 and 0.9 beta?. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-24 Thread De San Nicolas Jean Philippe
. On Sep 23, 6:04 pm, De San Nicolas Jean Philippe [EMAIL PROTECTED] wrote: sorry,it works 2008/9/23 De San Nicolas Jean Philippe [EMAIL PROTECTED] another question about sound an recording. I've read that the only way to record sound is to record it in AMR format. Is it true

[android-developers] Re: Receiving SMS Messages in 1.0?

2008-09-24 Thread De San Nicolas Jean Philippe
Hello, I've tried your code but it failed! my application failed. Have you tried and succeed? 2008/9/24 Cristina [EMAIL PROTECTED] Hi, I do not know if it is the right way, but I have found a way to get the message. Here I include my code to get the SmsMessages. I hope it helps you

[android-developers] Re: Receiving SMS Messages in 1.0?

2008-09-24 Thread De San Nicolas Jean Philippe
hello, it works,sorry 2008/9/24 De San Nicolas Jean Philippe [EMAIL PROTECTED] Hello, I've tried your code but it failed! my application failed. Have you tried and succeed? 2008/9/24 Cristina [EMAIL PROTECTED] Hi, I do not know if it is the right way, but I have found a way to get

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-24 Thread De San Nicolas Jean Philippe
I've put a line with a permission in the manifest but it doesn't make anything. Does anyone know permission RECORD_AUDIO? 2008/9/24 Baonq86 [EMAIL PROTECTED] Does anyone record the different format (not .amr) ?? On Sep 24, 3:10 pm, De San Nicolas Jean Philippe [EMAIL PROTECTED] wrote: I've

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-24 Thread De San Nicolas Jean Philippe
I've resolved the problem but I've another one now. Does anyone have read an .amr issued from the audiorecorder? 2008/9/24 De San Nicolas Jean Philippe [EMAIL PROTECTED] hey, I've just tried the sample SOUNDRECORDINGAPISAMPLE, and an error occured: 09-24 15:42:47.059: WARN/ServiceManager

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-23 Thread De San Nicolas Jean Philippe
sorry,it works 2008/9/23 De San Nicolas Jean Philippe [EMAIL PROTECTED] another question about sound an recording. I've read that the only way to record sound is to record it in AMR format. Is it true that the media player does not read this format? And if it's true, is there another way

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-22 Thread De San Nicolas Jean Philippe
me again... I think Ive resolved the problem with sdcard but I have another problem... the error message in red ERROR/AudioHardware(518): Error 16 opening record channel ERROR/AudioFlinger(518): openRecord returned error 16 ERROR/AudioHardware(518): Attempt to close without open I run the

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-22 Thread De San Nicolas Jean Philippe
thank's. another time... 2008/9/23 Megha Joshi [EMAIL PROTECTED] Yes...the sample is intended to be used for 0.9 sdk, it wont work correct for m5. 2008/9/22 De San Nicolas Jean Philippe [EMAIL PROTECTED] me again... I think Ive resolved the problem with sdcard but I have another problem

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-22 Thread De San Nicolas Jean Philippe
Joshi [EMAIL PROTECTED] Yes...the sample is intended to be used for 0.9 sdk, it wont work correct for m5. 2008/9/22 De San Nicolas Jean Philippe [EMAIL PROTECTED] me again... I think Ive resolved the problem with sdcard but I have another problem... the error message in red ERROR

[android-developers] Re: send SMS

2008-09-09 Thread De San Nicolas Jean Philippe
hello, no I using the m. Is it the reason? thank's for the response... 2008/9/8 Megha Joshi [EMAIL PROTECTED] Are you using the latest sdk 0.9? 2008/9/7 jphdsn [EMAIL PROTECTED] hello, I'm a new french developer on android. I try the SMSAPISample but it doesn't work. import

[android-developers] Re: send SMS

2008-09-09 Thread De San Nicolas Jean Philippe
OK thank you. I hope give you help if I can in the future. 2008/9/9 Megha Joshi [EMAIL PROTECTED] 2008/9/9 De San Nicolas Jean Philippe [EMAIL PROTECTED] hello, no I using the m. Is it the reason? Yes, please use the latest sdk and ADT plugin. thank's for the response... 2008/9