LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Mobile
User Name
Password
Linux - Mobile This forum is for the discussion of all topics relating to Mobile Linux. This includes Android, Tizen, Sailfish OS, Replicant, Ubuntu Touch, webOS, and other similar projects and products.

Notices


Reply
  Search this Thread
Old 09-24-2022, 01:08 PM   #1
Zan
LQ Newbie
 
Registered: Sep 2022
Posts: 2

Rep: Reputation: 0
Is there any possible way to access Android phone data from Linux device without MTP?


Hello everyone, so I cant access my mobile because my screen is broken (the phone works tho but I cant see anything). So is there any way I can transfer my data from Android to a Linux device without MTP (Media Transfer Protocol)?
 
Old 09-24-2022, 01:22 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,712

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by Zan View Post
Hello everyone, so I cant access my mobile because my screen is broken (the phone works tho but I cant see anything). So is there any way I can transfer my data from Android to a Linux device without MTP (Media Transfer Protocol)?
Odd question, since just plugging the phone in should just make it show up and let you drag/drop files. The short answer is "Yes"...longer answer is, "Maybe, it depends on what you have on the phone".

If you've already paired it via bluetooth, you can do that. If you have a file-transfer utility on your phone, you may be able to use that, but there are too many unknowns in your question.
 
1 members found this post helpful.
Old 09-24-2022, 02:01 PM   #3
Zan
LQ Newbie
 
Registered: Sep 2022
Posts: 2

Original Poster
Rep: Reputation: 0
Hey, thanks for answering. Well when I plug it in I cant see the data, I need a permission from my phone (Huawei P Smart 2019).
 
Old 09-24-2022, 03:35 PM   #4
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,177

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
You could try using ADB, but I am not sure if developer mode is needed.
https://krispitech.com/adb-pull-download-file/
 
Old 09-24-2022, 06:06 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,712

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by Zan View Post
Hey, thanks for answering. Well when I plug it in I cant see the data, I need a permission from my phone (Huawei P Smart 2019).
Then there's not much you can do, aside from granting that permission. As said, if you have some data-transfer utility running that works over wifi, or have it bluetooth paired, you may be able to, but if you don't, and can't get the phone to approve the transfer, that's it.

Buy a new phone, and get the provider to transfer your data over, or get the phone repaired where the screen is usable. Those are really your only options.
 
Old 09-24-2022, 06:12 PM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,662

Rep: Reputation: Disabled
There is a slim chance the touchscreen is still functional, it really is not a part of display, it is an input device mounted over your display. If it works then theoretically you could give this permission blindly.
 
Old 09-24-2022, 08:39 PM   #7
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,363
Blog Entries: 28

Rep: Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149Reputation: 6149
Take a look at Airdroid. It works very nicely for me when I have a need for it.

You don't need an Airdroid account to use it locally.
 
Old 09-29-2022, 04:16 AM   #8
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by Zan View Post
Hello everyone, so I cant access my mobile because my screen is broken (the phone works tho but I cant see anything). So is there any way I can transfer my data from Android to a Linux device without MTP (Media Transfer Protocol)?
mtp is for nokia

adb is for samsung google phone


Code:
 cd  ; mkdir phone ; jmtpfs phone ; cd 'phone/Internal Storage/' ; xterm


adb mount    ;   adb devices  ; adb mount  ; adb pull /sdcard  ;  tar cvpfz sdcard.tar.gz sdcard/
 
Old 09-29-2022, 08:10 AM   #9
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
on my a52 android phone i have to grant permision ( on the phone) for it to mount
this will require the screen to be working
 
Old 04-25-2023, 02:13 PM   #10
SuirKumar
LQ Newbie
 
Registered: Apr 2023
Posts: 5

Rep: Reputation: 0
Thank you for sharing.
 
  


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
Android Phone File Transfer without MTP Access ? newbie1280 Linux - Mobile 14 05-28-2020 12:36 PM
KDE Applications 18.12.0 has rewritten MTP device support. Does it solve any previous MTP problems? Nille_kungen Slackware 6 10-15-2018 11:04 AM
[SOLVED] Unable to browse android phone using mtp milomak Debian 5 03-25-2017 07:11 AM
Problem syncing Android Phone (MTP) jim.thornton Linux - Newbie 5 10-11-2015 12:12 PM
On slack-current: /usr/bin/mtp-getfile -> /tmp/package-libmtp/usr/bin/mtp-connect ? LuckyCyborg Slackware 3 05-03-2010 01:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Mobile

All times are GMT -5. The time now is 08:40 AM.

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