For some reason, I cannot access /data/data
with Droid Explorer1 after adbd insecure install on my phone.2 I CAN access the folder via adb
and su
command.
What am I missing? (I want to modify a game file more conveniently)
Rooted stock Samsung Galaxy S5, hacked to work with Xposed framework.
1Note that DroidExplorer is NOT an app running on the device, but a Windows (.NET) application accessing the device over ADB – so suggesting "another file explorer app" is not useful :)
2Of course I also activated insecure mode after installing it
adb shell
, does the prompt end with a$
or a#
? Do you have to runsu
to get the#
? Background: Just installing the adb insecure app doesn't change things. You must run it and enable insecure mode. – Izzy May 22 '16 at 12:32adb shell
? If it's a$
,adbd
is not running in insecure mode, so trouble might be located there. – Izzy May 23 '16 at 08:44adb pull
andadb push
(which I assume DroidExplorer is using), no. Usingsu
from a shell would work, though. A definite answer must be given from Ryan I guess (he's the dev of DroidExplorer). – Izzy Jun 05 '16 at 12:30