Without any logcat output or code as Fina suggested, I'd guess that
you are setting a some specific camera parameter value that a
particular model just doesnt support.

There are wide ranges of camera hardware out there and I see many
people do things like assume that 640x480 preview sizes are available
on all devices, which is not the case.

You need to use things like
Camera.Parameters.getSupportedPreviewSizes....getSupported<whatever>
and select a value that the device youre running on actually supports.

But, again, that's just a guess based on what I see lots of other
folks running into. Without code or log output it's hard to tell what
your issue might be.

On Oct 12, 1:29 am, nageswara rao rajana <[email protected]>
wrote:
> Hi,
>
>     I developed an application on 2.1, i integrated built-in camera app in
> my application.
>     Its working perfectly on Samsung pop device but not working on HTC
> mobile.
>     Can any one suggest me what might be the issue.
>
>    Thanking you,
>    Nagu.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to