Error "Cannot utime: Operation not supported" when restoring a tar archive on an android device

Solution 1:

You get this error when you do not have proper permissions in the target directory, in this case /tmp , or if you are extracting to an non-linux file system (vfat or ntfs).

Extract or make the archive to a location you own, such as your home directory.