Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Development > Application Development

Application Development Dev Lounge for the Coder Folks



Reply
 
LinkBack Thread Tools
Old November 3rd, 2009, 06:37 PM   #1 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Picking picture from Picture Gallery

Hi

I am using Intent.ACTION_GET_CONTENT to grab pictures either through camera or picture gallery. On Motorola Enzo and Cliq, "Pick from gallery" presents two options - Picture Gallery or Pictures.



Using Pictures works great and am able to pick a picture from the sdcard into my application. But if I choose Picture Gallery, I can see, select and scale the pictures from the sdcard, but can't really choose one into my application. Also, am no longer able to exit out of this utility and can only power off the phone.

The code I am using is:
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
intent.setType("image/*");
intent.putExtra("crop", "true");

intent.putExtra("aspectX", 1);
intent.putExtra("aspectY", 1);

// We should always get back an image that is no larger than these dimensions
intent.putExtra("outputX", 800);
intent.putExtra("outputY", 800);

// Scale the image down to 800 x 800
intent.putExtra("scale", true);

// Tell the picker to write its output to this URI
intent.putExtra("output", Uri.fromFile(tempFile));
intent.putExtra("outputFormat", "JPEG");

Any idea how to make it work for Picture Gallery.

Thanks in advance
-Vikas

vigupta is offline  
Reply With Quote
Sponsors
Reply

Bookmarks


Go Back   Android Forums > Android Development > Application Development User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture Gallery cyn Droid - Support and Troubleshooting 0 November 28th, 2010 02:46 PM
Picture Gallery Tech Addiction Samsung Galaxy Tab 1 November 19th, 2010 04:21 PM
Picture Gallery zetroc Incredible - Support and Troubleshooting 2 August 24th, 2010 01:05 PM
Picking a picture from the gallery (Bettercut) dereksmith Android Themes 0 July 17th, 2010 10:13 PM
Best Picture Gallery tr11 HTC Droid Eris 4 June 25th, 2010 03:36 AM



All times are GMT -5. The time now is 11:31 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo