[android-developers] RE: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-12-19 Thread Nivek
Hello, As I can't find any news on this subject, I would like to know if the thumbnails generation has been added to the MediaScanner in a 2.* release ? Thanks Kevin -- Forwarded message -- From: Marco Nelissen marc...@android.com Date: 8 oct, 16:13 Subject: Mediastore

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-10-08 Thread Abdul Mateen
Yes, there is methods to do so, Browse the code of Gallery and look into the file ImageGallery2.java. you will find how to push a thumbnail into that. I have my app *FREE* hosted on Android Market that does the same thing , if the image thumbnail is not present it will create one and use that.

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-10-08 Thread Kevin Gaudin
Hello, thanks for this, I have been also browsing the Camera app code which hosts the Gallery and considering to hack something in order to achieve an additional goal. In my view of thumbnails management, the thumbnail generation itself should be handled by the system. I don't think Android

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-10-08 Thread Marco Nelissen
On Thu, Oct 8, 2009 at 1:21 AM, Kevin Gaudin kevin.gau...@gmail.com wrote: Hello, thanks for this, I have been also browsing the Camera app code which hosts the Gallery and considering to hack something in order to achieve an additional goal. In my view of thumbnails management, the

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-10-08 Thread Kevin Gaudin
Great ! - can we ask for a roadmap ? - Thanks On Thu, Oct 8, 2009 at 5:13 PM, Marco Nelissen marc...@android.com wrote: On Thu, Oct 8, 2009 at 1:21 AM, Kevin Gaudin kevin.gau...@gmail.com wrote: Hello, thanks for this, I have been also browsing the Camera app code which hosts the

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-10-07 Thread Jordan B.
I would also be interested to know if the thumbnail generation can be done programmatically? If it is not possible what do we need to do to generate them and store them in the Thumbnails ContentProvider so that the gallery app does not duplicate thumbnails? On Sep 30, 7:38 am, Nivek

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-09-30 Thread Streets Of Boston
No well, at least I haven't found any. I'm writing an app that creates images. I needed to code this from scratch: - Call bitmap.compress to store JPEG of full image and then use MediaScannerConnection to insert it into the MediaStore. - Generate thumbnails for my images: Insert new one

[android-developers] Re: Mediastore Thumbnails not generated until Gallery app is launched ?

2009-09-29 Thread Nivek
A side question : when we want to display a thumbnail which is not available, is there a way to ask for its generation programmatically ? On 30 sep, 07:38, Nivek kevin.gau...@gmail.com wrote: Is that normal that Images indexed in the MediaStore do not have thumbnails generated until the