[android-developers] Re: [Help] How to get thumbnail picture from HTC Hero?

2010-05-03 Thread Vincent Tsao
any help? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more option

[android-developers] Re: [Help] How to get thumbnail picture from HTC Hero?

2010-05-03 Thread Streets Of Boston
"create a thumbnail by myself?" Yes. I found that thumbnails are not always generated. On May 3, 4:39 am, Vincent Tsao wrote: > i'm trying to fetch a  thumbnail with picture URI using these code below: > >         long id = ContentUris.parseId(selectedImageURI); >         String[] projection = {

[android-developers] Re: [Help] How to get thumbnail picture from HTC Hero?

2010-05-03 Thread Streets Of Boston
I wrote some comments for bug #1480 (under the name flyingdutc...@gmail.com). On May 3, 10:09 pm, Vincent Tsao wrote: > On Mon, May 3, 2010 at 9:55 PM, Streets Of Boston > wrote: > > > "create a thumbnail by myself?" > > Yes. > > I found that thumbnails are not always generated. > > hi, thanks fo

Re: [android-developers] Re: [Help] How to get thumbnail picture from HTC Hero?

2010-05-03 Thread Vincent Tsao
On Mon, May 3, 2010 at 9:55 PM, Streets Of Boston wrote: > "create a thumbnail by myself?" > Yes. > I found that thumbnails are not always generated. > > hi, thanks for your reply "generate thumbnail by myself" this action will cost more time comparing with get thumbnail by using API, i think thi