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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:43:41+00:00 2026-05-27T23:43:41+00:00

There is a situation here, I’m developing an Android application, using Java. I’m pretty

  • 0

There is a situation here, I’m developing an Android application, using Java. I’m pretty familiar with all this stuff, but now it’s the first time when I need to use SU permissions. I just need to replace (actually, rename) the file in system/app directory, but it looks like I’m not able to perform it in a usual way (renameTo method in File class), it just returns me FALSE, which means that there was some error in operation.

So can anybody tell me how to use SU? My test phone is fully rooted with SU 3.0.3.2, any app that require SU works perfectly fine.

Shall I use the same method but with some additions in manifest? Shall I use busybox in some way?

I already googled for this, and I can’t find any useful information. And also, there is no documentation on official Android Superuser website.

Thanks in advance!

  • 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-27T23:43:42+00:00Added an answer on May 27, 2026 at 11:43 pm

    You’ll probably also need to remount the filesystem as RW since /system is read-only. So you might need to call SU with a similar command below:

    mount -o r,remount -t yaffs2 /dev/block/mtdblock3 /system

    To execute the command, you can try two ways (I’ve notice in android sometimes one works and the other won’t )

    Process p = Runtime.getRuntime().exec(new String[]{"su", "-c", "mount -o r,remount -t yaffs2 /dev/block/mtdblock3 /system"});
    

    Or you can do

    Process p =  Runtime.getRuntime().exec("su");
    p.getOutputStream().write("mount -o r,remount -t yaffs2 /dev/block/mtdblock3 /system".getBytes());
    p.getOutputStream().write(<my next command>);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

OK, this is impossible, but I will try to explain the situation here. Let's
Here's the situation: There's a base class of type BaseObject ,from which all other
This may be an odd situation but here is my current problem: I am
Here is a situation, There is SERVER A and SERVER B, SERVER B wants
Here is the situation: User looks something up. Alert sound is played because there
I have this situation: There are a login page with a login form (form
Situation is like this: There are independent 5 services. Each service consists of a
is there any way how in this situation insert and update DB with single
Is there anything better than a Trie for this situation? Storing a list of
Here is the situation: There is a transaction intensive database - used for both

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.