I am not able to access the date / data folder in ddms in Windows. I can see all of the folder plus some as the date / date I can not access. Does anyone have a solution?
I am not able to access the date / data folder in ddms in Windows. I can see all of the folder plus some as the date / date I can not access. Does anyone have a solution?
It may be some permission problem, you need to have a root device to view this folder. If your device has root , try the following steps:
adb shell
su
su
command has a permission error, execute the 6 step if it does not continue to the 7 step. Configurações
- > Opções de Desenvolvedor
- > Acesso root
- > Check the Aplicativos e ADB
option. Perform the 4 step again. chmod 777 /data /data/data /data/data/com.application.package /data/data/com.application.package/*
Do not forget to change com.application.package
for your original package.
Original answer here:
Android eclipse DDMS - Can not access data / data / on phone to pull files