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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:21:06+00:00 2026-05-26T21:21:06+00:00

I am doing an application with android 2.2, i created a file config.properties in

  • 0

I am doing an application with android 2.2, i created a file config.properties in the assets folder, i am trying modify the properties with the following code:

AssetManager am = this.getResources().getAssets();
Properties pp = new Properties();

InputStream isConfig = am.open("config.properties",Context.MODE_PRIVATE);           
pp.load(isConfig);

pp.setProperty("SHOP_URL", "NEW_SHOP_URL");//This key exists

try {
    pp.store(new FileOutputStream("config.properties"), null);
} catch (FileNotFoundException e) {
    e.printStackTrace();
}catch (IOException e) {
    e.printStackTrace();
}

When run the application,throw this error:
java.io.FileNoFoundException: Read-only file system.

I am trying adding permissions to solve this error,but i dont know which add.

Thanks by help

  • 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-26T21:21:07+00:00Added an answer on May 26, 2026 at 9:21 pm

    The problem here is the file path. try using

    try {
        pp.store(getAssets().openFd("config.properties").createOutputStream(), null);
    } catch (FileNotFoundException e) {
        e.printStackTrace();
    }catch (IOException e) {
        e.printStackTrace();
    }
    

    this should fix the path problem.

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

Sidebar

Related Questions

I am trying to create a file with my android application. I need to
im doing an application in which im transfering file through FTP.i succesfully done all
I am doing mail parsing application which required to convert the HTML file to
I am doing one application in android for that I need to access com.android.internal.telephony
I'm doing a test to get Android development up in Eclipse. My application crashes
I am trying to create a small pop-up in my Android application to let
in my application i create a temporary file this way File tmp = File.createTempFile(TEST_,
Trying to get an Android 2.2 application to start up with a SurfaceView as
In my Android application I have created an SVG image converter class. It parses
I have an android application that scans the sd-card and plays file that are

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.