Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onActivityResult() is never called for CROP_FROM_CAMERA on Android 4.0.3 #1

Open
lomza opened this issue Jun 14, 2012 · 2 comments
Open

Comments

@lomza
Copy link

lomza commented Jun 14, 2012

On Android 4.0.3 (tested on Galaxy Nexus and Galaxy S II) I failed to crop an image taken from the camera. There is one application that crops images installed. startActivityForResulf() is fired with CROP_FROM_CAMERA request code, however onActivityResult() is never called after that. What I see on a phone screen is just "Loading image..." progress dialog. It seems they've changed something or maybe it's just an Android 4.0 bug...

@hidabe
Copy link

hidabe commented Jan 12, 2013

Same bug here

@h-bomb
Copy link

h-bomb commented Sep 9, 2013

This looks like the problematic line:

MainActivity:doCrop():line 129 or:
Intent intent = new Intent("com.android.camera.action.CROP");

AndroidImageCrop will not work on all devices.

The issue is explained here:

http://commonsware.com/blog/2013/01/23/no-android-does-not-have-crop-intent.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants