Skip to content

Instantly share code, notes, and snippets.

@CreatorB
Last active August 29, 2015 14:20
Show Gist options
  • Save CreatorB/85eab1351ea7b1336620 to your computer and use it in GitHub Desktop.
Save CreatorB/85eab1351ea7b1336620 to your computer and use it in GitHub Desktop.
Can't see the data in emulator DDMS of android Eclipse Not Show up
On rooted device you can do this:
Open cmd
Type 'adb shell'
su
Press 'Allow' on device
chmod 777 /data /data/data /data/data/com.application.pacakage /data/data/com.application.pacakage/*
Go to the DDMS view in Eclipse
After this you should be able to browse the files on the device.
If it returns permission denied on su
Go to Settings > Developer Options > Root access > Apps and ADB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment