[android-developers] Re: Problem

2009-02-04 Thread Phill Midwinter
-- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: Math.Sin(90) doesn't return 1?

2009-02-01 Thread Phill Midwinter
floating points and subsequent brain explosions, but could anyone tell me what's going on here? -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Math.Sin(90) doesn't return 1?

2009-02-01 Thread Phill Midwinter
://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You

[android-developers] Re: Audio Volume

2009-02-01 Thread Phill Midwinter
and leave the phone. Then when there is a incoming call, the ringer is very feeble. I may miss that call. Can you make the volume adjustment apply only for that application? I don't want the ringer volume get changed. Thanks Bala -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736

[android-developers] Re: gapless playback

2009-01-31 Thread Phill Midwinter
instances of the same file, overriding oncomplete and onseek.. can't seem to improve the gap though. Any help appreciated. -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com

[android-developers] Re: button text change

2009-01-31 Thread Phill Midwinter
doesn't appear to do anything, what am I doing wrong: Button button1=(Button)findViewById(R.id.button1); button1.setText(Change text); Thanks, Bob -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com

[android-developers] Re: MediaRecorder - No value other than 0 returned from getMaxAmplitude

2009-01-31 Thread Phill Midwinter
now so help would really be appreciated. Thanks. -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: MediaRecorder - No value other than 0 returned from getMaxAmplitude

2009-01-31 Thread Phill Midwinter
/1/31 Dave Sparks davidspa...@android.com Are you running on a G1 or on the emulator? If on the emulator, maybe audio input isn't working correctly and it's failing to open the audio input device. On Jan 31, 9:59 am, Phill Midwinter ph...@grantmidwinter.com wrote: Looking at adb logcat I'm

[android-developers] Re: gapless playback

2009-01-31 Thread Phill Midwinter
. Thus any streams that are rendered by OpenCore (i.e. everything but Ogg and MIDI) will have gaps. On Jan 31, 1:01 am, Phill Midwinter ph...@grantmidwinter.com wrote: That works perfectly, thanks for the help. Do you know why it works? 2009/1/31 Dave Sparks davidspa...@android.com

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread Phill Midwinter
The non-secure version worked last time I checked On 30 Jan 2009, 11:22 AM, blindfold seeingwithso...@gmail.com wrote: http://code.google.com/intl/ru/android/adt_download.html On Jan 30, 9:57 am, Richard Green richardagr...@gmail.com wrote: I can't seem to get anything back fromhttps://

[android-developers] Re: DEVICE_POWER permission denied for using goToSleep

2009-01-29 Thread Phill Midwinter
DEVICE_POWER permission. or is it disabled. Regards, Manoj -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Gesture detection

2009-01-29 Thread Phill Midwinter
other touch event handlers that OnGestureListener provides except OnUp() Thanks.. -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-29 Thread Phill Midwinter
and width of image which can display? When I try for 1000px height and 1000pix width it work, but for beyond it, it gives exception, appl force close. -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com

[android-developers] Re: Gesture detection

2009-01-29 Thread Phill Midwinter
. So because onFling() isn't called all the time my code doesn't do what it should do. What my code does: after scrolling a view I need the onUp() to trigger a function which aligns my view in a particular way acording to it's current scroll value... Thanks for your help... -- Phill

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-29 Thread Phill Midwinter
stoyan.da...@gmail.com I still don't get it. The viewport is 480x320. Imagine if you are trying to play Quake or Unreal Tournament and the game tries to draw the entire level, even though only a tiny part of it is visible. On Thu, Jan 29, 2009 at 4:39 PM, Phill Midwinter ph...@grantmidwinter.com

[android-developers] Re: HTML links in a TextView inside a ListView

2009-01-29 Thread Phill Midwinter
! Steve -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Gesture detection

2009-01-28 Thread Phill Midwinter
looked at the APIs for OnGestureListener and I don't see it? How could I overwrite this call for the OnGestureListener class? Thanks! Moto! -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com

[android-developers] Re: AnimationDrawable: animation can't be started in onResume

2009-01-28 Thread Phill Midwinter
to be in, in order for the background AnimationDrawable to start. Can anyone enlighten me? Thanks -blake -- Phill Midwinter Director Grant Midwinter Limited d: 0844 736 5234 x: 0 m: 07538 082156 e: ph...@grantmidwinter.com --~--~-~--~~~---~--~~ You received