Skip to content

A Titanium module which provides a function to check if a device has been Jailbroken (iOS), or Rooted (Android).

License

Notifications You must be signed in to change notification settings

collinprice/com.collinprice.rooted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appcelerator Titanium Rooted Module

This module provides a function to check if a device has been Jailbroken (iOS), or Rooted (Android). Check the Releases tab for downloads.

Install

Please check the Appcelerator documentation for instructions on how to install this module

Usage

var Rooted = require('com.collinprice.rooted');
if (Rooted.isRooted()) {
	Ti.API.info("DEVICE IS ROOTED!!!");
} else {
	Ti.API.info("DEVICE IS NOT ROOTED.....");
}

About

A Titanium module which provides a function to check if a device has been Jailbroken (iOS), or Rooted (Android).

Resources

License

Stars

Watchers

Forks

Packages

No packages published