Android DDMS connection to the real machine (root), with file explore to see the Data/data folder solution
The problem is no permission, with 360 mobile phone helper or pea pod is also invisible. The easy way is to use the RE File manager (grant root permission), set data and Data/data to 777 permissions
Note: Open with the RE manager to see the default is not 777, but can read or write or not enough.
The other is the use of the adb shell command, but the shell under Android is castrated cannot use the-R parameter so that the SU to root account can not execute
C:\Documents and settings\administrator>adb shell[email protected]_spyder:/$ susu[email protected]_spyder:/# chmod 777-r/datachmod 777-r/dataunable to chmod-r: No such file or Directory[email protected]_spyder:/#只能一个一个文件夹去设置权限 [EMA Il protected]_spyder:/# chmod 777/data
chmod 777/data
[Email protected]_spyder:/# chmod 777/data/data
chmod 777/data/data
[Email protected]_spyder:/#
Below upload a few convenient for everyone reference
Android DDMS connection to the real machine (root), with file explore to see the Data/data folder solution