[android-developers] Camera Error 100 on Nexus One, not on G1.

2010-04-28 Thread Pavol Ban
Hi, I'm recieving a Camera Error 100 when calling camera.takePicture(...);, along with Media Server and AudioFlinger crashing. My code is : previewLayer.mCamera.autoFocus(new AutoFocusCallback() { @Override public void onAutoFocus(boolean success, Camera camera) { if (success)

[android-developers] Re: Camera Error 100 on Nexus One, not on G1.

2010-04-28 Thread Pavol Ban
/DEBUG(797): 40606a44 a9427f29 /system/lib/liboemcamera.so INFO/DEBUG(797): 40606a48 . . . . . . On Apr 28, 1:54 pm, Pavol Ban zum...@gmail.com wrote: Hi, I'm recieving a Camera Error 100 when calling camera.takePicture(...);, along with Media Server and AudioFlinger crashing

[android-developers] Re: Camera Error 100 on Nexus One, not on G1.

2010-04-28 Thread Pavol Ban
. As a side note, you also cannot call takePicture again until the jpeg callback from your current takePicture is called. You can look at the source for the camera app that comes with Android for an example that works consistently. Bobby On Apr 28, 7:18 am, Pavol Ban zum...@gmail.com wrote

[android-developers] Re: Camera Error 100 on Nexus One, not on G1.

2010-04-28 Thread Pavol Ban
-work on my part, but you could try :-)). On Apr 28, 9:54 am, Pavol Ban zum...@gmail.com wrote: That's the order i have my code in.. startPreview is called in the onCreate method so I didn't post it here. I'll take a look at the tutorial code, thanks :) On Apr 28, 3:19 pm, wurp

[android-developers] Re: Possible to rescan sd-card with Media Scanner?

2009-11-03 Thread Pavol Ban
on which the mediascanner starts itself, and voila, the whole external storage searched for media.. find new items, deletes the ones that dont exist anymore. On Nov 2, 12:49 pm, Pavol Ban zum...@gmail.com wrote: Hi everyone, i've already been searching forums and google groups to find out how

[android-developers] Possible to rescan sd-card with Media Scanner?

2009-11-02 Thread Pavol Ban
Hi everyone, i've already been searching forums and google groups to find out how to force Media Scanner to rescan the sd-card for media files, but with no luck. So after 2 days of searching i decided to post a question here. In my app i need to rename media files, change their extension, or to