Re: Re: mtp://[usb:001,022]/131074

2014-04-14 Thread mikah
I got it working by following this page:
http://roger.steneteg.org/299/mount-mtp-device-on-debian-7-wheezy/

supports copy from device, except it seems to only copy media files,
(text and nfo doesn't work)

So i guess for now, a virtualbox is required to copy all the files i
wanna copy :(


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1397494421.6383.1.ca...@rinku.rinku.crabdance.com



Re: mtp://[usb:001,022]/131074

2014-01-28 Thread Andreas Weber
On 2014-01-02 16:40, Siard wrote:
 Andreas Weber wrote:
 Whatever variant you pick, it seems to me that the whole MTP
 implementation is still a bit buggy and slow.
 
 This is what I noticed as well. And I see that mtpfs has been removed
 from stable and testing. It is in Sid, however, so a better working
 version may be coming.

FWIW: jmtpfs is available and it does a good job from my point of view.
I was able to do everything, including things that didn't work properly
with mtpfs.

Once mounted I could use all file managers without problems.

HTH, ändu



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52e805dc.3020...@worldwideweber.ch



Re: mtp://[usb:001,022]/131074

2014-01-02 Thread Siard
Andreas Weber wrote:
 Whatever variant you pick, it seems to me that the whole MTP
 implementation is still a bit buggy and slow.

This is what I noticed as well. And I see that mtpfs has been removed
from stable and testing. It is in Sid, however, so a better working
version may be coming.

I found another way that works well though. Provided that the device
has a WiFi connection to the same router your PC is connected to (wired
or via WiFi), you can use the Software Data Cable app in Android to
access your device via FTP.
For example, it prompts you to connect to ftp://192.168.2.1:/
rsync does not work with FTP, but you can use the lftp program to
connect and use its 'mirror' function to sync with a local directory,
as explained here: www.cyberciti.biz/faq/lftp-mirror-example/
As far as I have been able to try, it works without problems.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140102164042.e9c3316d.shiems...@kpnplanet.nl



Re: mtp://[usb:001,022]/131074

2014-01-02 Thread André Nunes Batista
On Thu, 2014-01-02 at 00:13 +, Sharon Kimble wrote:
 'Titanium Backup' only works on rooted phones, and it isn't rooted! 
 
 What I need to do is to be able to back it up to the external SD card,
 which I can then dismount, remove it from the mobile and mount it on my
 linux box. From there I can rsync it, but I was hoping for a solution
 that wasn't so labour intensive. 
 

You could use some ssh implementation for android and then connect to it
through wireless + sshfs.

 That's the plan for this week, and once that system is working, it will
 be no hardship to redo it monthly, and maybe even set up obnam to back
 it up as well, which I much prefer.

Other than that, if you do a $ dmesg | tail after plugin your USB
device, the output will contain the flash disk device file on /dev/sdX.
After that, mount it with explicit arguments for allow_other and rw
flags set.

-- 
André N. Batista
GNUPG/PGP KEY: 6722CF80



signature.asc
Description: This is a digitally signed message part


Re: mtp://[usb:001,022]/131074

2014-01-01 Thread Sharon Kimble
On Tue, 31 Dec 2013 15:58:10 +
Robin rc.rattusrat...@gmail.com wrote:

 On 31 December 2013 13:29, Sharon Kimble boudic...@talktalk.net
 wrote:
 
  How can I mount something like this 'mtp://[usb:001,022]/131074'? I
  can mount it in 'nemo' and access its SD card, and its internal SD
  card, but it doesn't show up in 'mount' at the commandline. Its
  actually a Samsung Galaxy 3 mobile phone with 16g of available
  internal memory and a 16g external SD card.
 
  What I'm looking for is to be able to access it, so that I can
  rsync to it and back up both of the SD cards, the pseudo-internal
  one, and its external real one. Currently its not possible to rsync
  with it, as the system doesn't really see it.
 
  Thanks
  Sharon.
 
 Install mtpfs,  mtp-tools.
 
I've now got mtpfs and mtp-tools installed, and when I plug in the
mobile and mount it by hand in 'nemo', this is what it shows in
/var/logs/messages - 
Jan  1 12:05:02 london kernel: [ 3974.241049] usb 1-4: usbfs: process 27090 
(mtpfs) did not claim interface 0 before use
Jan  1 12:05:02 london kernel: [ 3974.353147] usb 1-4: reset high-speed USB 
device number 12 using ehci-pci
Jan  1 12:05:02 london kernel: [ 3974.486407] cdc_acm 1-4:1.1: ttyACM0: USB ACM 
device
Jan  1 12:05:02 london kernel: [ 3974.487017] usb 1-4: usbfs: process 27090 
(mtpfs) did not claim interface 0 before use
Jan  1 12:05:02 london kernel: [ 3974.487103] usb 1-4: usbfs: process 20717 
(events) did not claim interface 0 before use

So with this further information, how do I get the mtpfs be mounted
please? 

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
Registered Linux user 561944


signature.asc
Description: PGP signature


Re: mtp://[usb:001,022]/131074

2014-01-01 Thread Robin
On 1 January 2014 15:05, Sharon Kimble boudic...@talktalk.net wrote:

 On Tue, 31 Dec 2013 15:58:10 +
 Robin rc.rattusrat...@gmail.com wrote:

  On 31 December 2013 13:29, Sharon Kimble boudic...@talktalk.net
  wrote:
 
   How can I mount something like this 'mtp://[usb:001,022]/131074'? I
   can mount it in 'nemo' and access its SD card, and its internal SD
   card, but it doesn't show up in 'mount' at the commandline. Its
   actually a Samsung Galaxy 3 mobile phone with 16g of available
   internal memory and a 16g external SD card.
  
   What I'm looking for is to be able to access it, so that I can
   rsync to it and back up both of the SD cards, the pseudo-internal
   one, and its external real one. Currently its not possible to rsync
   with it, as the system doesn't really see it.
  
   Thanks
   Sharon.
 
  Install mtpfs,  mtp-tools.
 
 I've now got mtpfs and mtp-tools installed, and when I plug in the
 mobile and mount it by hand in 'nemo', this is what it shows in
 /var/logs/messages -
 Jan  1 12:05:02 london kernel: [ 3974.241049] usb 1-4: usbfs: process 27090 
 (mtpfs) did not claim interface 0 before use
 Jan  1 12:05:02 london kernel: [ 3974.353147] usb 1-4: reset high-speed USB 
 device number 12 using ehci-pci
 Jan  1 12:05:02 london kernel: [ 3974.486407] cdc_acm 1-4:1.1: ttyACM0: USB 
 ACM device
 Jan  1 12:05:02 london kernel: [ 3974.487017] usb 1-4: usbfs: process 27090 
 (mtpfs) did not claim interface 0 before use
 Jan  1 12:05:02 london kernel: [ 3974.487103] usb 1-4: usbfs: process 20717 
 (events) did not claim interface 0 before use

 So with this further information, how do I get the mtpfs be mounted
 please?

 Sharon.
 --
 A taste of linux = http://www.sharons.org.uk
 efever = http://www.efever.blogspot.com/
 efever = http://sharon04.livejournal.com/
 my git repo = https://bitbucket.org/boudiccas/dots
 Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
 Registered Linux user 561944


http://askubuntu.com/questions/87667/getting-mtp-enabled-devices-to-work-with-ubuntu

Reply entitled : Connecting your Android phone or tablet to Ubuntu with MTPFS


-- 
rob


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOZWb-qN=bN5kpSEqH5FwX=j7asrhumccdfxkg9gh-h6z6s...@mail.gmail.com



Re: mtp://[usb:001,022]/131074

2014-01-01 Thread Siard
Robin wrote:
 http://askubuntu.com/questions/87667/getting-mtp-enabled-devices-to-work-with-ubuntu
 
 Reply entitled : Connecting your Android phone or tablet to Ubuntu
 with MTPFS

OP already had her phone connected.  Apparently, nemo (file manager for
the Cinnamon desktop) is able to do this.  Now the question is: how to
use rsync to backup the internal memory and the SD card.

I'm not an expert in this, but I guess that rsync is not possible with
MTP and that a better solution would be to use an Android app like
Titanium Backup, doing a first backup + incremental backups later.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140101192105.f3bce6f1.shiems...@kpnplanet.nl



Re: mtp://[usb:001,022]/131074

2014-01-01 Thread Robin
On 1 January 2014 18:21, Siard shiems...@kpnplanet.nl wrote:
 Robin wrote:
 http://askubuntu.com/questions/87667/getting-mtp-enabled-devices-to-work-with-ubuntu

 Reply entitled : Connecting your Android phone or tablet to Ubuntu
 with MTPFS

 OP already had her phone connected.  Apparently, nemo (file manager for
 the Cinnamon desktop) is able to do this.  Now the question is: how to
 use rsync to backup the internal memory and the SD card.

 I'm not an expert in this, but I guess that rsync is not possible with
 MTP and that a better solution would be to use an Android app like
 Titanium Backup, doing a first backup + incremental backups later.


 --

A quick search on google suggests rsync can work with fuse file
systems  including mtpfs.


-- 
rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOZWb-p4_SQiT=EcYs0QPOXB=VgZG6_awABe8QV_MjWmzS77=w...@mail.gmail.com



Re: mtp://[usb:001,022]/131074

2014-01-01 Thread Sharon Kimble
On Wed, 1 Jan 2014 19:21:05 +0100
Siard shiems...@kpnplanet.nl wrote:

 Robin wrote:
  http://askubuntu.com/questions/87667/getting-mtp-enabled-devices-to-work-with-ubuntu
  
  Reply entitled : Connecting your Android phone or tablet to Ubuntu
  with MTPFS
 
 OP already had her phone connected.  Apparently, nemo (file manager
 for the Cinnamon desktop) is able to do this.  Now the question is:
 how to use rsync to backup the internal memory and the SD card.
 
 I'm not an expert in this, but I guess that rsync is not possible with
 MTP and that a better solution would be to use an Android app like
 Titanium Backup, doing a first backup + incremental backups later.
 
'Titanium Backup' only works on rooted phones, and it isn't rooted! 

What I need to do is to be able to back it up to the external SD card,
which I can then dismount, remove it from the mobile and mount it on my
linux box. From there I can rsync it, but I was hoping for a solution
that wasn't so labour intensive. 

That's the plan for this week, and once that system is working, it will
be no hardship to redo it monthly, and maybe even set up obnam to back
it up as well, which I much prefer.

But, anyway, thanks folks.
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
Registered Linux user 561944


signature.asc
Description: PGP signature


Re: mtp://[usb:001,022]/131074

2014-01-01 Thread Andreas Weber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-01-02 01:13, Sharon Kimble wrote:
 What I need to do is to be able to back it up to the external SD
 card, which I can then dismount, remove it from the mobile and
 mount it on my linux box. From there I can rsync it, but I was
 hoping for a solution that wasn't so labour intensive.

This is what worked for me (based on your installed packages):

- - create a mountpoint (or use an existing one)
- - make sure you as user own it
- - enable allow_other in /etc/fuse.conf
- - make sure your in the fuse group
- - connect your device
- - unlock it and make sure it won't lock too fast again
  because otherwise it will disconnect
- - sudo mtpfs -o allow_other /yourmountpoint
  This will take _very_ long.
- - as soon as you got it, rsync from the device

With the current version of mtpfs available, I could not manage to
transfer files to the device, neither with rsync nor mc; it leads to
an immediate connection error and the device is no longer reachable.

I could however delete files on the device with mc. The reason why the
writing won't work is unknown to me, I got errors by doing so. Maybe
somebody else on the list can shed some light on that.

For the transfer of files to the device I use Dolphin that handles it
with kio-mtp and it works. It has other problems that I don't mention
here, bugs.kde.org lists them.

Whatever variant you pick, it seems to me that the whole MTP
implementation is still a bit buggy and slow. And don't get me wrong,
I'm grateful for the work done by the devs so far. I can live with it.
Compared to the USB connectivity I had with older Droids, the whole
MTP thing is not so nice. OTOH not losing the card on the device while
having it plugged is an advantage of MTP IMO.

HTH, ändu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlLEupEACgkQ10pzsgdJvvRLeQCaAuMcwv8/3g6myc4CJpyEBBMq
El8An2dCRfO8BoDO31rf2yLFVxjGA0Sx
=GsHj
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52c4ba91.8070...@worldwideweber.ch



mtp://[usb:001,022]/131074

2013-12-31 Thread Sharon Kimble
How can I mount something like this 'mtp://[usb:001,022]/131074'? I can
mount it in 'nemo' and access its SD card, and its internal SD card, but
it doesn't show up in 'mount' at the commandline. Its actually a
Samsung Galaxy 3 mobile phone with 16g of available internal memory and
a 16g external SD card. 

What I'm looking for is to be able to access it, so that I can rsync to
it and back up both of the SD cards, the pseudo-internal one, and its
external real one. Currently its not possible to rsync with it, as the
system doesn't really see it. 

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
Registered Linux user 561944


signature.asc
Description: PGP signature


Re: mtp://[usb:001,022]/131074

2013-12-31 Thread Robin
On 31 December 2013 13:29, Sharon Kimble boudic...@talktalk.net wrote:

 How can I mount something like this 'mtp://[usb:001,022]/131074'? I can
 mount it in 'nemo' and access its SD card, and its internal SD card, but
 it doesn't show up in 'mount' at the commandline. Its actually a
 Samsung Galaxy 3 mobile phone with 16g of available internal memory and
 a 16g external SD card.

 What I'm looking for is to be able to access it, so that I can rsync to
 it and back up both of the SD cards, the pseudo-internal one, and its
 external real one. Currently its not possible to rsync with it, as the
 system doesn't really see it.

 Thanks
 Sharon.
 --
 A taste of linux = http://www.sharons.org.uk
 efever = http://www.efever.blogspot.com/
 efever = http://sharon04.livejournal.com/
 my git repo = https://bitbucket.org/boudiccas/dots
 Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
 Registered Linux user 561944


Install mtpfs,  mtp-tools.

-- 

*rob*


Re: mtp://[usb:001,022]/131074

2013-12-31 Thread Sharon Kimble
On Tue, 31 Dec 2013 15:58:10 +
Robin rc.rattusrat...@gmail.com wrote:

 On 31 December 2013 13:29, Sharon Kimble boudic...@talktalk.net
 wrote:
 
  How can I mount something like this 'mtp://[usb:001,022]/131074'? I
  can mount it in 'nemo' and access its SD card, and its internal SD
  card, but it doesn't show up in 'mount' at the commandline. Its
  actually a Samsung Galaxy 3 mobile phone with 16g of available
  internal memory and a 16g external SD card.
 
  What I'm looking for is to be able to access it, so that I can
  rsync to it and back up both of the SD cards, the pseudo-internal
  one, and its external real one. Currently its not possible to rsync
  with it, as the system doesn't really see it.
 
  Thanks
  Sharon.
  --
  A taste of linux = http://www.sharons.org.uk
  efever = http://www.efever.blogspot.com/
  efever = http://sharon04.livejournal.com/
  my git repo = https://bitbucket.org/boudiccas/dots
  Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
  Registered Linux user 561944
 
 
 Install mtpfs,  mtp-tools.
 

Thank you. 
I've installed 'mtp-tools', there is no 'mtpfs' in the repos for
'Jessie', mounted it, but it still does not show in 'mount' at the
command-line.

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.4.2
Registered Linux user 561944


signature.asc
Description: PGP signature