In my app i need to edit sysctl settings in Android. I've seen few apps that can do this, for example but i have no idea how do they do this programmatically, any ideas how to do this?
Asked
Active
Viewed 4,488 times
1 Answers
2
I think i found the answer: sysctl.conf is located in the /system/etc folder. Ask for the root and edit it like any other text file.
- Ask for the root - How can I get root permissions through the Android SDK?
- Edit text file - http://www.java-samples.com/showtutorial.php?tutorialid=1523

Community
- 1
- 1

HellCat2405
- 752
- 7
- 16