Re: [android-developers] Re: Samsung Moment does not return anything in parameters.getSupportedFlashModes()

2010-03-09 Thread Dianne Hackborn
Flash APIs we defined in 2.0, so if this is a pre-2.0 device then there is a
good chance this is a feature that is not visible to applications.

On Tue, Mar 9, 2010 at 8:36 PM, Streets Of Boston
wrote:

> anyone... ?
>
> On Mar 8, 10:49 am, Streets Of Boston  wrote:
> > Bump.. sorry...
> >
> > Anyone knows how to control the flash on Samsung (Moment)?  I guess
> > it's some set of name/value pairs to be set in the Camera.Parameters
> > instance.
> >
> > The Camera.Parameters.get("flash-mode-values") seems to returns null
> > and therefore my app can't query the phone's flahs capabilities.
> >
> > On Mar 6, 11:26 pm, Streets Of Boston  wrote:
> >
> >
> >
> > > The Samsung Moment moment has a flash onboard that can be used for
> > > taking pics. But, from customers i learned that the Samsung Moment
> > > does not return anything when parameters.getSupportedFlashModes() is
> > > called.
> >
> > > If this is a bug, what is are the android.os.Build.MODEL,
> > > android.os.Build.DEVICE and android.os.Build.BRAND of this phone and
> > > the accepted values for
> > > 'parameters.setFlashMode(flashModeParamValue)'?
> >
> > > Thank you!- Hide quoted text -
> >
> > - Show quoted text -
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Samsung Moment does not return anything in parameters.getSupportedFlashModes()

2010-03-19 Thread suziki
Hi all
Which company use developer android platform MID/Smartphone,
If you need,may be we can help you for the developement the BSP
layer ,applicaiton and dirver or Intergration the Modem moudle.
Many thanks!
Ziki su

2010/3/19 Streets Of Boston 

> Thank you justinh! This will help me identify the phone.
>
> If someone also knows the Camera.Paramter's parameter-name and
> parameter-values for controlling the flash on a Samsung Moment, that
> would be awesome! :)
>
>
> On Mar 18, 12:00 pm, justinh  wrote:
> > This is what I have for it:
> >
> > BRAND: Samsung
> > DEVICE: SPH-M900
> > MODEL: SPH-M900
> > VER: 3
> > PRODUCT: Samsung
> >
> > On Mar 18, 11:48 am, Streets Of Boston 
> > wrote:
> >
> >
> >
> > > Sorry for this bump...
> > > I have no idea where else to ask this question...
> >
> > > On Mar 10, 7:53 am, Streets Of Boston  wrote:
> >
> > > > Thank you Dianne,
> >
> > > > But wouldn't there be a value/name pair that one can set in the
> > > > Camera.Parameters instance, e.g. 'cameraParms.set("flash-
> > > > mode","auto")' or something similar, much like you can set
> scene-modes
> > > > on the G1 despite the fact that Android1.6 does not officially
> support
> > > > scene-modes?
> >
> > > > On Mar 10, 1:28 am, Dianne Hackborn  wrote:
> >
> > > > >FlashAPIs we defined in 2.0, so if this is a pre-2.0 device then
> there is a
> > > > > good chance this is a feature that is not visible to applications.
> >
> > > > > On Tue, Mar 9, 2010 at 8:36 PM, Streets Of Boston
> > > > > wrote:
> >
> > > > > > anyone... ?
> >
> > > > > > On Mar 8, 10:49 am, Streets Of Boston 
> wrote:
> > > > > > > Bump.. sorry...
> >
> > > > > > > Anyone knows how to control theflashonSamsung(Moment)?  I guess
> > > > > > > it's some set of name/value pairs to be set in the
> Camera.Parameters
> > > > > > > instance.
> >
> > > > > > > The Camera.Parameters.get("flash-mode-values") seems to returns
> null
> > > > > > > and therefore my app can't query the phone's flahs
> capabilities.
> >
> > > > > > > On Mar 6, 11:26 pm, Streets Of Boston 
> wrote:
> >
> > > > > > > > TheSamsungMoment moment has aflashonboard that can be used
> for
> > > > > > > > taking pics. But, from customers i learned that
> theSamsungMoment
> > > > > > > > does not return anything when
> parameters.getSupportedFlashModes() is
> > > > > > > > called.
> >
> > > > > > > > If this is a bug, what is are the android.os.Build.MODEL,
> > > > > > > > android.os.Build.DEVICE and android.os.Build.BRAND of this
> phone and
> > > > > > > > the accepted values for
> > > > > > > > 'parameters.setFlashMode(flashModeParamValue)'?
> >
> > > > > > > > Thank you!- Hide quoted text -
> >
> > > > > > > - Show quoted text -
> >
> > > > > > --
> > > > > > 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+unsubscr...@googlegroups.com
> 
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/android-developers?hl=en
> >
> > > > > --
> > > > > Dianne Hackborn
> > > > > Android framework engineer
> > > > > hack...@android.com
> >
> > > > > Note: please don't send private questions to me, as I don't have
> time to
> > > > > provide private support, and so won't reply to such e-mails.  All
> such
> > > > > questions should be posted on public forums, where I and others can
> see and
> > > > > answer them.- Hide quoted text -
> >
> > > > > - Show quoted text -- Hide quoted text -
> >
> > > > - Show quoted text -- Hide quoted text -
> >
> > - Show quoted text -
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> To unsubscribe from this group, send email to android-developers+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.