Android jailbreak detection

Post date: Jan 31, 2014 12:00:34 PM

Android rooted

Any or a combination of the following indicates a rooted phone

Private access on rooted Android device

App persistent storage

/data/data/<your_package_name>/shared_prefs/Preferences.xml

App Database Storage

/data/data/<your_package_name>/databases

Copy to desktop

run sqlite3 <db file name>

view tables: sqlite3> .tables

sqlite3> select *from <Table Name>

APK files of applications from PlayStore

/data/app/

APK files of system applications

/system/app