Joined
·
4 Posts
Here is how you do it courtesy of Shannon VanWagner
and his website Humans Enabled
Thanks Shannon. Here is the what you should do: again all credit goes to Shannon VanWagner. Fire up a terminal session:
1-
2- download libmtp tar.gz from http://sourceforge.net/projects/libmtp/files/libmtp/
3-cd to the directory you downloaded to: Download in this case, case sensitive
4- extract the tar package
please make sure you check the file version, this file changes as it is updated and change it accordingly per the above website
5- cd to the newly created folder that has the extracted file:
again don't forget to change the name if the version has changed
6- compile and install: do each step separately
7- while in the same directory in the terminal, copy the rules from there to the udev folder:
8- install gMTP:
9- open up gMTP, go to edit/prefrences and check the box for Always Show Download Path. This way when you are downloading from the phone to your computer, you are asked to choose a location. Use the Add button to upload from your Linux Box to the phone. Delete does, well, Delete a file.
and his website Humans Enabled
Thanks Shannon. Here is the what you should do: again all credit goes to Shannon VanWagner. Fire up a terminal session:
1-
Code:
sudo apt-get install libusb-dev
3-cd to the directory you downloaded to: Download in this case, case sensitive
Code:
cd Download
Code:
tar xvf libmtp-1.1.1.tar.gz
5- cd to the newly created folder that has the extracted file:
Code:
cd libmtp-1.1.1
6- compile and install: do each step separately
Code:
./configure --prefix=/usr
Code:
make
Code:
sudo make install
Code:
sudo cp 69-libmtp.rules /etc/udev/rules.d
Code:
sudo apt-get install gmtp