Disclaimer: This technique draws on the 1190000008416511 article of this great God
First, copy the Android SDK installation directory Platform-tools path;
Second, win+r input cmd into the command prompt;
Third, switch to the Platform-toos path just copied;
Iv. input adb shell;
Five, enter Su, access to administrator rights;
Six, input Chmod-r 777/data, indicating that the-r recursive data directory is set to 777 permissions.
Seven, now can enter the data directory.
Note: If you can access the data directory and cannot enter the/data/data directory, you can enter Chmod-r 777/data/data.
C:\users\administrator>CD F:\AndroidSDK\platform- ToolsC:\users\administrator> F: F:\androidsdk\platform-tools>adb Shellgeneric_x86_64:/$ sugeneric_x86_64:/ #Chmod-r 777/ datachmod:chmod'Lib ' to 120777:read-only file systemChmod:chmod'Lib ' to 120777:no such file or directoryChmod:chmod'Lib ' to 120777:no such file or directoryChmod:chmod'[email protected] @boot. Oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-core-libart.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-conscrypt.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-okhttp.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-core-junit.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-bouncycastle.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-ext.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-framework.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-telephony-common.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-voip-common.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-ims-common.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-apache-xml.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-org.apache.http.legacy.boot.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot. Oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-core-libart.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-conscrypt.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-okhttp.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-core-junit.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-bouncycastle.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-ext.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-framework.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-telephony-common.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-voip-common.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-ims-common.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-apache-xml.oat ' to 120777:read-only file systemChmod:chmod'[email protected] @boot-org.apache.http.legacy.boot.oat ' to 120777:read-only file systemChmod:chmod'dynamiteloader.apk ' to 120777:read-only file systemChmod:chmod'dynamitemodulesa.apk ' to 120777:read-only file systemChmod:chmod'dynamitemodulesb.apk ' to 120777:read-only file systemChmod:chmod'dynamitemodulesc.apk ' to 120777:read-only file system1|generic_x86_64:/#
Troubleshoot problems that cannot open the/data directory in Android7.1.1