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 7638857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:16:30+00:00 2026-05-31T08:16:30+00:00

We are making an application and in it, we want the ability to save

  • 0

We are making an application and in it, we want the ability to save an image. It works great and saves the image automagically on my friends phone which is a samsung galaxy II. But on my Galaxy Nexus it just returns the bitmap data.

The problem is that we are using a function to get the last image path and since Galaxy Nexus won’t save the file it just takes the last photo taken with the normal camera application.

This is our code before on result:

private void takePhoto() {
    i = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
    startActivityForResult(i, cameraData);
}

So what I want is the know-how to save the image on the sdcard so we can use it later.

  • 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-05-31T08:16:31+00:00Added an answer on May 31, 2026 at 8:16 am

    The following code should tell the camera to save the image to /sdcard/file.jpg:

    Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
    Uri mImageCaptureUri = Uri.fromFile(new File(Environment
        .getExternalStorageDirectory(), "file.jpg"));
    intent.putExtra(android.provider.MediaStore.EXTRA_OUTPUT,
        mImageCaptureUri);
    intent.putExtra("return-data", true);
    startActivityForResult(intent, 0);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am making a application in which user enter a date when he want
I am making an application in which I want to broadcast variable value on
Im making a client application for my ZTE Blade Android phone, which receives a
I'm making an application which needs the user to log in. I want to
I am making an application for an android phone using eclipse, I want to
Im making an application where i want to provide the user with the ability
I am making application in which i want to find the list of the
I am making an application that does some custom image processing. The program will
I am making an application (iPhone app) which gets information (jokes) from an RSS
I am making an application which has j2me in client side and dotnet on

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.