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

  • Home
  • SEARCH
  • 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 6938781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:32:09+00:00 2026-05-27T12:32:09+00:00

Photographs and videos using the default camera app are saved on the SD card.

  • 0

Photographs and videos using the default camera app are saved on the SD card.

I really need to know if there is a way (easy or hard) to change the path so i can save those files on internal memory.

Or if you know another camera app from android market that has the option to change path.

I don’t need SD card solutions.

  • 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-27T12:32:09+00:00Added an answer on May 27, 2026 at 12:32 pm

    You can do something like,

    This works in my case..

    Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
    intent.putExtra(MediaStore.EXTRA_OUTPUT, getImageUri());
    startActivityForResult(intent, TAKE_PHOTO_CODE);
    

    And getImageUri()

    /**
     * Get the uri of the captured file
     * @return A Uri which path is the path of an image file, stored on the dcim folder
     */
    private Uri getImageUri() {
        // Store image in dcim
        // Here you can change yourinternal storage path to store those images..
        File file = new File(Environment.getExternalStorageDirectory() + "/DCIM", CAPTURE_TITLE);
        Uri imgUri = Uri.fromFile(file);
    
        return imgUri;
    }
    

    For more info look at How to capture an image and store it with the native Android Camera

    EDIT:

    In my code I store images on SDCARD but you can give Internal storage path as per your need, like, /data/data/<package_name>/files/..

    You can use Context.getFilesDir(). But keep in mind that even that is by default private to your app, so other applications (including the media store) will not be able to access it. That said, you always have the option to make files world read or writeable.

    also Context.getDir() with Context.MODE_WORLD_WRITEABLE to write a directory that other apps can write into. But again, I question the need to store image data in local storage. Users won’t appreciate that, unless users are expected to not have their SD card mounted while using your app (which is not common).

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

Sidebar

Related Questions

I'm trying to produce sheets of photographs with captions arranged in a grid using
I've got an MS-Access app (1/10th MS-Acccess, 9/10ths MS-SQL) that needs to display photographs
I'm building a PHP calendar app for a photography group. They need to be
Is there a way that I can force a page to reload, but only
I'm writing a desktop (J2SE) application that will take photographs with a digital camera.
I will preface this question with the disclaimer that I know there are many
So I have photographs.php, and there are also sections where it will be rewritten
I'm writing a Master thesis when I need to include several photographs, but I've
i want build a photography app with effects . e.g. old images with brown
Im using a jquery scroller for my photography website which i cannot get it

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.