After lot of searching i found below result but did't work for me. i did through the same procedure but unable to open data/data folder in eclipse ddms it shows su not found every time.
I want to open data/data folder of device so that i can view the flies which i store in internal storage.please suggest the alternative of this. can i open it with any tool ?
On rooted device you can do this:
Open cmd prompt
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.