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

2010-03-19 Thread 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 henderson.jus...@gmail.com wrote: This is what I have

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 flyingdutc...@gmail.com Thank you justinh! This

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

2010-03-18 Thread Streets Of Boston
Sorry for this bump... I have no idea where else to ask this question... On Mar 10, 7:53 am, Streets Of Boston flyingdutc...@gmail.com 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)'

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

2010-03-18 Thread justinh
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 flyingdutc...@gmail.com wrote: Sorry for this bump... I have no idea where else to ask this question... On Mar 10, 7:53 am, Streets Of Boston

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

2010-03-10 Thread Streets Of Boston
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

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

2010-03-09 Thread Streets Of Boston
anyone... ? On Mar 8, 10:49 am, Streets Of Boston flyingdutc...@gmail.com 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)

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 flyingdutc...@gmail.comwrote: anyone... ? On Mar 8, 10:49 am, Streets Of Boston

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

2010-03-08 Thread Streets Of Boston
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.