Post date: Jan 31, 2014 12:00:34 PM
Shell access to any folder other than /mnt/sdcard
Access to protected system directories using File Manager
Root Checker application from Google Play store indicates if the device is rooted.
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