0
I am not being able to access the data/data folder in ddms on Windows. I can see all folders plus some as the date/date cannot access. Someone has a solution?
0
I am not being able to access the data/data folder in ddms on Windows. I can see all folders plus some as the date/date cannot access. Someone has a solution?
0
It may be some permission issue, you need to have a device with root to view this folder. If your device has root, try the following steps:
adb shell
su
su
submit some permission error, perform the step 6, if you don’t continue to step 7.Configurações
-> Opções de Desenvolvedor
-> Acesso root
-> Check the option Aplicativos e ADB
. Take the step 4 again.chmod 777 /data /data/data /data/data/com.application.package /data/data/com.application.package/*
Don’t forget to change com.application.package
for its original package.
Original answer here:
Android eclipse DDMS - Can’t access data/data/ on phone to pull files
Browser other questions tagged android android-studio windows
You are not signed in. Login or sign up in order to post.
Is this process on Windows OS even? If it is I will try it later..
– Jaison
Yes Jaison, by windows command prompt. Whether solve or not, just be sure to tell us, good luck
– Vitor Henrique
It worked, I got access to the folder. Thanks a lot. My other question is if it is possible to debug a mobile app running and monitor memory.or I have to use Avd?
– Jaison