I wish to add lines to a .conf file in the root folder programmatically from my app. My users will have root access, and my app’s purpose is to help them edit a .conf file. Suggestions/tutorials?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Editing root files cannot be done without root permission: How to create/write file in the root of the android device?
Your users would have to have rooted devices and give the application root permission.