April 2020
Intermediate to advanced
400 pages
10h 12m
English
A normal Android phone does not allow you to access certain directories and files on the device. For example, try to access the /data/data folder on an Android device that is not rooted. You will see the following message:

On a rooted phone, you can run the adb shell as root by issuing the following command:
C:\android-sdk\platform-tools>adb.exe root
The following screenshot shows the output of the preceding command:

Thus, ...