Recent content by wolku

  1. W

    Stuck in bootloop and not rooted, How to back up data?

    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...
  2. W

    Stuck in bootloop and not rooted, How to back up data?

    I don't have root privileges. so I can only view folders but i can't read it or I do something wrong. If I want to copy all files and folders from internal storage to my HDD what should I do? adb pull /* C:\ or it is wrong ?
  3. W

    Stuck in bootloop and not rooted, How to back up data?

    I have the same problem. I connected using adb. i have access to the root directory. I can see the files and dirs but i can't read it because I don't have root access. If I try to copy something from android i get message "access denied". If I root my phone , my contacts will survive?