I found out that there's so many apps out there which required root access.
How were they able to create those apps? Where did they found all the resource? Is there any official document about the root access? Or will it need some hackish way?
And what kinds of access which required root access? Is proxy one of them? I didn't found any documentation about accessing the proxy anywhere.
=== UPDATE ===
I think some people mistaken by my question. I know that the phone need to be rooted to get root access. but the things I want to find out is, what kind of services are need root access? Some I see wireless tether, the other is to clear cache (is it even need root access just to clear cache?), and the other apps out there. is there any list of what I kind of advantage I get from root access?
In most versions of Android, that goes like this: Head to Settings, tap Security, scroll down to Unknown Sources and toggle the switch to the on position. Now you can install KingoRoot. Then run the app, tap One Click Root, and cross your fingers. If all goes well, your device should be rooted within about 60 seconds.
One-Click Root is an easy-to-use Android rooting application. You can root your Android device with just one click of a button. The rooting app does not require you to connect to a computer. You can root your device directly from the Android operating system.
You need to use the VMOS app so that you can run the root apps, especially on the non rooted device. To run the root apps, you need to follow the following steps: Step 1: on your smartphone, download and install the VMOS app. Step 2: After installing it, launch the app.
You need su installed in the phone (of course). Details here: http://forum.xda-developers.com/showthread.php?t=682828
And to use it, is as simple as running su command. Here is a sample I use to reboot the phone programmatically (copied from this answer: Android 2.2: Reboot device programmatically )
try { Runtime.getRuntime().exec("su"); Runtime.getRuntime().exec("reboot"); } catch (IOException e) { }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With