Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8434905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:47:08+00:00 2026-06-10T06:47:08+00:00

In my app I am trying to set an ImageView ‘s image to an

  • 0

In my app I am trying to set an ImageView‘s image to an image that was just taken with the camera. My problem is that it works on my old Droid (Android 2.2), but not on my Droid Razr (Android 4.0). I was wondering if anyone could help me figure out why.

Here is the camera Intent when the Take Photo button is clicked:

Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
String imageFileName = System.currentTimeMillis() + ".jpg";

File photo = new File(Environment.getExternalStorageDirectory(),
imageFileName);

imageUri = Uri.fromFile(photo);
cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, imageUri);

startActivityForResult(cameraIntent, ACTIVITY_CAMERA);

Here is the Activity‘s result:

protected void onActivityResult(int requestCode, int resultCode, Intent data) {  
    if (requestCode == ACTIVITY_CAMERA) {
        if(resultCode == Activity.RESULT_OK){

            imageView.setImageUri(imageUri);    
        }
    }  
}

The ImageView remains blank on the Razr.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T06:47:10+00:00Added an answer on June 10, 2026 at 6:47 am

    Weird how looking at the logcat is helpful.

    Anyway, I was getting “bitmap is too large” when trying to set the ImageView‘s image. Even before this issue I tried Google’s solution here. However, the bitmap is always null and I haven’t looked into it enough to figure out why.

    EDIT: I got Google’s solution to work. For the decodeFile() method, I was passing in my Uri as a string: imageUri.toString(). I changed this to imageUri.getPath() and it is now working.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to set the background color of an image view. <ImageView android:id=@+id/my_image
I'm trying to programmatically set the background image for a tabbar in my app.
I'm trying to create an Android app that adds a random quote to images.
was just trying to set up a canvas page for our app. Got empty
I am trying to develop a spinner that can change the image of ImageView
I am trying to set the fb app id (used by omniauth) so that
I am a beginner in Android I am trying to develop Set Wallpaper App.After
I'm trying to create an app that has a set of images on screen.
In my ruby(1.9.3) on rails (3.1) app I'm trying to set some conditional behavior
Im trying to set up my app to work with authlogic.. the thing is,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.