Access date/date folder in DDMS

Asked

Viewed 948 times

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?

1 answer

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:

  1. Open the command prompt
  2. Navigate to the folder where your adb is
  3. Enter with the command adb shell
  4. Enter with the command su
  5. If command su submit some permission error, perform the step 6, if you don’t continue to step 7.
  6. Navigate to your device on: Configurações -> Opções de Desenvolvedor -> Acesso root -> Check the option Aplicativos e ADB. Take the step 4 again.
  7. Press to allow in the dialog you open on your device
  8. Enter with the command chmod 777 /data /data/data /data/data/com.application.package /data/data/com.application.package/*
  9. Make sure you can already access the folder by DDMS

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

  • Is this process on Windows OS even? If it is I will try it later..

  • Yes Jaison, by windows command prompt. Whether solve or not, just be sure to tell us, good luck

  • 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?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.