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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:34:50+00:00 2026-05-29T16:34:50+00:00

To gain the root permission of android, we usually do like this: Process p=Runtime.getRuntime().exec(su);

  • 0

To gain the root permission of android, we usually do like this:

Process p=Runtime.getRuntime().exec(“su”);
DataOutputStream  stream=new DataOutputStream(p.getOutputStream());
stream.writeBytes("mkdir /testFolder\n");
stream.writeBytes(“exit \n”);
p.waitFor();

Execute the codes above, we can create a folder /testFolder, everything is OK, but i feel confused about it. you know, when we want to execute some command in the terminal, we first input some codes, and the program read the input buffer to do something with the codes. But here we write string to the output stream of the sub-process, why? it seems that te sub-progress read command from its output buffer, not input buffer?

  • 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-29T16:35:05+00:00Added an answer on May 29, 2026 at 4:35 pm

    Maybe the naming is a little weird, but Process.getOutputStream() returns an OutputStream connected to the standard input of the process.

    The names are from the point of view of the parent process. The parent process’s output is the subprocess’s input. The parent process’s input is the subprocess’s output.

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

Sidebar

Related Questions

Do I gain something when I transform my $url like this: $url = URI->new(
I'd like to gain better knowledge of operating system internals. Process management, memory management,
My application scenario is like this: I want to evaluate the performance gain one
I am new to android world and just started with some examples to gain
I know how to gain access to management-objects. Lets say this one: var searcher
What is there to gain from the use of this switch in a large
I was thinking that i wanted to gain some experience in the new asp.net
I am trying to gain access to the list of Permissions in Manifest.permission ,
How can i gain access to the current wave output sample stream? In a
Is it possible for a process to gain administrator priviledges after it has started?

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.