adb pull /data/* F:\
remote object /data/* does not exists
i got this error when i try to copy files
when i try to use sth like this
adb shell mount -o remount,rw -t ext4 /dev/root / and i got message "mount operation not permited"
i tried also
adb shell
$ adb pull /data/* F:
adb pull...