To Get Started - Android

What does rooted mean? I am quite the newb when it comes to mobile DEV stuff.

I'm trying to change the services tab in my phone to insert multiple choices for the state of services, instead of just stop and start

Rooted means having root access (superuser access - akin to Administrator account on a Windows machine), which allows you to play with system functions.

Post your phone's model (you said you had an M8, but what carrier are you on? The procedure is slightly different sometimes for different carrier models) and I can pull up the instructions on how to root.

You can't really just "insert" something. You'll need to make an app or framework module (such as XPosed) that allows you to stop/restart/start services and such.

You can use the Android Emulator that comes with the SDK to play with things rather than risking your phone, as well.
 
If you find the emulator to be running slow (which most people do) download Genymotion. Its a much faster emulator that also allows maps to be installed.
 
Back
Top Bottom