The problem might be more complicated. This is what experienced with
HTC Sence camera. Whatever destination you suggest with intent, an
image is stored twice: one in media folder where all the photos are
stored, and second in suggested destination, i.e. where you want to
store it. I'm not sure whether other non-Sense phones have the same
behavior or not. So, if one whats really avoid photos being written
twice, the only way I found is to use Camera class directly.

Regards,
Victor

On Oct 27, 2:53 am, gjs <[email protected]> wrote:
> Hi,
>
> Store the resulting jpg file in a .nomedia folder, see
>
> http://developer.android.com/guide/topics/data/data-storage.html
>
> Hiding your files from the Media Scanner
> Include an empty file named .nomedia in your external files directory
> (note the dot prefix in the filename). This will prevent Android's
> media scanner from reading your media files and including them in apps
> like Gallery or Music.
>
> Regards
>
> On Oct 27, 6:40 am, TreKing <[email protected]> wrote:> On Tue, Oct 26, 
> 2010 at 1:52 PM, Aaron <[email protected]> wrote:
> > > Just for additional clarification I want to able to take photos and store
> > > them on the sd card and not pollute the users camera folder
>
> > with these images.
>
> > Aren't the photos stored on the camera folder on the SD card? So can't you
> > just move the file from that folder to your own once it's saved?
>
> > --------------------------------------------------------------------------- 
> > ----------------------
> > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> > transit tracking app for Android-powered devices

-- 
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