I try to transfer some files to my samsung tablet. First I connected my computer and the tablet via USB.
Then this menu appeared.
Now I tried to copy a html project to the tablet. First I created the directory "stelen" on the tablet.
Then I opened a terminal inside the root folder of the tablet and executed the following command to copy the project to the tablet:
sudo cp -R /opt/lampp/htdocs/stelen_gallery_v2/ stelen
But I get could not access stelen, no permission
. The tablet is unlocked.
What am I doing wrong?
I was able to solve it.
sudo apt-get install mtpfs
sudo apt-get install jmtpfs
mkdir ~/android
jmtpfs ~/android
Something like this should appear:
Now you have access to the device!
fusermount -u ~/android
More Infos (german) https://wiki.ubuntuusers.de/MTP/