Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Accessing a Samsung phone and it's data.
Date: Tue, 30 Jul 2019 07:36:26
Message-Id: 20190730083611.6605be8f@digimed.co.uk
In Reply to: [gentoo-user] Accessing a Samsung phone and it's data. by Dale
1 On Mon, 29 Jul 2019 22:17:02 -0500, Dale wrote:
2
3 > I bought a Samsung Galaxy J2, Dash version.  Up under
4 > the battery it says J260A.  I did some googling and found some software
5 > that says it will allow me to access the data on it.  I'm mostly wanting
6 > to access the SD card but would also like to be able to access other
7 > things such as contacts, calendar etc.  This is what I installed: 
8 > sys-fs/android-file-transfer-linux  While I can access some things, it
9 > seems not to list anything useful.  Most directories are empty which is
10 > sort of hard to believe. 
11 >
12 > Is there other software that I can't find that allows this to be done? 
13 > GUI would be nice but I suspect if I can figure out what to use, a
14 > regular file manager will be used. 
15
16 I've found all of the MTP implementations to be wanting in some way. Then
17 I discovered SSHelper, an SSH server for Android. Now I can mount my
18 phone's storage with sshfs using a command like
19
20 sshfs -p 2222 192.168.1.144:/storage/emulated/0 /mnt/phone
21
22
23 --
24 Neil Bothwick
25
26 COBOL: Completely Obsolete Business Oriented Language

Replies

Subject Author
Re: [gentoo-user] Accessing a Samsung phone and it's data. m4110c <disquz@×××××.de>
[gentoo-user] Re: Accessing a Samsung phone and it's data. Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] Accessing a Samsung phone and it's data. Helmut Jarausch <jarausch@××××××.be>