[android-developers] Re: HTC Hero getPicture failed error

2011-03-15 Thread Sebastian Lindström
Anyone? Please! On 10 mar, 10:35, Sebastian Lindström sebastian.lindst...@gmail.com wrote: This is my code, and i have the following as childs of my manifest-tag in the manifest-file:   uses-permission android:name=android.permission.CAMERA /   uses-permission android:name

[android-developers] Re: HTC Hero getPicture failed error

2011-03-10 Thread Sebastian Lindström
(); camera.release(); camera = null; previewing = false; } On 10 mar, 04:36, lbendlin l...@bendlin.us wrote: show your code how you address the camera. Do you specify EXTRAs ? On Mar 9, 4:05 pm, Sebastian Lindström sebastian.lindst...@gmail.com wrote: I am

[android-developers] HTC Hero getPicture failed error

2011-03-09 Thread Sebastian Lindström
I am trying to get my app to use the camera preview to take a snap. It works fine in the emulators and on HTC Wildfire. But when i run the app on my HTC Hero i get some errors in LogCat when the onPictureTaken- event executes. The following errors occurs only when i try to take a pic with my app