LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-02-2021, 12:12 PM   #1
groovepunk
LQ Newbie
 
Registered: Apr 2021
Posts: 4

Rep: Reputation: Disabled
How hard is to copy Pictures folder from Android phone to PopOS? Please help!


Hi,

Oh my god! I want to do a dimple task - copy file from my old Android phone to /Home folder in my Linux computer, so I do following:

1) Open the terminal and write:
Code:
mtp-folders
3) Then I see that "Pictures" folder has ID number 6! Fine!
4) Now I want to copy this folder into my computer, so I do:
Code:
sudo mtp-sendfile 6 Pictures
And Its not f*king working and I tried everything. Exactly how hard is to copy one f*king Pictures file on to my laptop/PC using PopOS?

Why Its not working? Why cant you send the whole folder and whats the correct and easiest way to do this in terminal? I NEED TO BACKUP ONE "PICTURES" FOLDER, nothing more, nothing less. Please help!

Thank you
 
Old 04-02-2021, 07:07 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,385
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
If you can't find a command line way to do it, you might take a look at Airdroid. You do not need an Airdroid account to use it locally on you own network. It's in the Play store.
 
Old 04-02-2021, 07:14 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
gets and sends issue??

https://unix.stackexchange.com/quest...ibmtp-over-usb
 
Old 04-02-2021, 08:20 PM   #4
dmchess
Member
 
Registered: Jan 2005
Posts: 244

Rep: Reputation: 43
I set up an ftp server on the android device and ftp the image files across.
 
Old 04-03-2021, 12:43 PM   #5
tramsch
Member
 
Registered: May 2014
Distribution: Gentoo, RHEL, Mint
Posts: 35

Rep: Reputation: 6
Hi groovepunk,

copying from android is actually not a simple task...
How and where it stores stuff is mysterious at least, sometimes it magically merges internal and externel sd storage, sometimes it doesn't.

Airdroid works well for onetime actions.

If you want to do this more often, either find a good filemanager app, put the stuff to the sd card and stick that card into the computer or use a cloud service. The latter is what I do.
 
Old 04-03-2021, 01:42 PM   #6
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,818

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by groovepunk View Post
Hi,

Oh my god! I want to do a dimple task - copy file from my old Android phone to /Home folder in my Linux computer, so I do following:

<snip>
Two alternatives you might consider:
  1. If your photos are on a microSD card in your phone, extract it and use a converter to allow you to mount it on your laptop either through a built-in SD card reader or one you can plug into a USB port. I have an inexpensive Dynex reader (DX-CR121) that I originally got ages ago to read CF form-factor cards but that can also read SD and microSD cards (and others) without an adapter. Obviously, if you haven't installed a secondary microSD storage device in your phone, this option may not be for you. However, adding a microSD is done so commonly nowadays that you ought to be able to find a small capacity miniSD card for almost nothing nowadays and almost everywhere. Most of them seem to include the microSD-to-SD adapters as well. (I've even seen them for sale in the pharmacy sections of grocery stores of all places). Budget-constrained? Get a small capacity one and move the photos in batches.

    Downside 1: Yeah... if this feels like the days of SneakerNet, it pretty much is. But it works.

    Downside 2: Making sure you have a small paper clip available to pop out the SD/SIM card holder on your phone. (Pro-tip: Don't do that outside on a windy day.)
  2. If you're at home and using your local WiFi router, grab an FTP client off the Play Store. I use "AndFTP" to push/pull files to/from my Android phone.

    Downside: you'll need to have your phone set up to use the WiFi connection your laptop is connecting to and you'll need to configure the FTP client to log into your account on your Linux system.

    Bonus: I move large amounts of music onto my phone fairly frequently and the FTP client works really well for that task.
While, YMMV, I've found that either of those are less of a headache than trying to get the MTP connections to work. In my experience, the MTP connections only seem to work worth a darn when a.) dealing with photos and b.) trying to transfer them to Windows (and, maybe, MacOS). Any MTP setup I might have gotten to work that would move photos from phone to Linux was brittle; switching carriers was enough to make a previously working process useless.

HTH...

Last edited by rnturn; 04-03-2021 at 01:45 PM.
 
Old 04-06-2021, 02:17 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
First of all it should "Just Work" on PopOS, an icon shoul pop up in the filemanager and/or on the desktop.
If it doesn't I suspect either a more low-level problem (phone too old to be recognized?) or a problem on the phone (need to allow MTP connections?).

Also,
Code:
adb
has helped me when MTP wasn't available.
 
Old 04-06-2021, 03:17 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for me on opensuse all i did was plug in the andriod device and use dolphin to navigate to the folder
then just copy and paste

i got a nice usb pop up notification saying it was connected
 
Old 04-14-2021, 04:07 PM   #9
groovepunk
LQ Newbie
 
Registered: Apr 2021
Posts: 4

Original Poster
Rep: Reputation: Disabled
Hi,

thank you all for your advice. I will take it under consideration and let you know what method I have used.

Thank you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using f-stop imported pictures to the photo folder. Where is the photo folder? elocs Linux - Newbie 9 08-21-2009 11:02 PM
LXer: Copy images in Linux from the iPhone’s pictures folder LXer Syndicated Linux News 0 11-10-2008 04:50 AM
LXer: Pictures From T-Mobile's G1 Android Phone Press Conference LXer Syndicated Linux News 0 09-24-2008 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration