vgmoose / helproot.me

Service for Android developers to help their app users root their specific phone model

Home Page:http://helproot.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helproot.me

helproot.me is an easy to use service that provides information on how to root various devices. The intent of it is to make it easy for app developers to communicate the most effective steps to their users to root their device if necessary.

Usage

For example, if an app requires root, instead of just displaying a generic notice to the user and receiving a negative review on the Android Market, the developer can link to a page that may potentially contain very specific instructions to the user on how to root their device if they so choose.

String url = "http://helproot.me/" + android.os.Build.DEVICE

For example, on the "Nexus 6P" the url will be helproot.me/angler

Contributing

Feel free to apply instructions for a specific device via a pull request to this repo! If the device cannot be found, the 404 page will attempt to provide more generic instructions. Due to the vast number of android devices, however, specific instructions for the exact model of device is preferred.

Device names are retreived from the Device column of Google's official PDF of supported devices

Generally, to contribute means making a folder for the specific device and including the index.html file in that folder with instructions.

Goal

Let's make rooting a (relatively) painless thing to do for users who otherwise wouldn't know how to root their specific model of phone!

About

Service for Android developers to help their app users root their specific phone model

http://helproot.me


Languages

Language:HTML 88.0%Language:CSS 8.0%Language:JavaScript 4.1%