Whatever I type after adb shell it fails with Permission denied:
adb shell
Permission denied
D:\\android-sdk-windows\\platform-tools>adb shell find /data -na
According to adb help:
adb help
adb root - restarts the adbd daemon with root permissions
Which indeed resolved the issue for me.