Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 15:09:40 +0000
From:      Arthur Chance <freebsd@qeng-ho.org>
To:        Jens Schweikhardt <schweikh@schweikhardt.net>, FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: Copying music from FreeBSD to an Xperia Z3
Message-ID:  <56C098B4.30001@qeng-ho.org>
In-Reply-To: <20160214143705.GA1290@schweikhardt.net>
References:  <20160214143705.GA1290@schweikhardt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 14/02/2016 14:37, Jens Schweikhardt wrote:
> hello, world\n
>
> I want to copy some mp3 music files onto an Sony Xperia Z3. I naively
> assumed it would show up as a USB mass storage device when I plug the
> USB cable. But all I get in dmesg is
>
>    ugen0.4: <Sony> at usbus0
>
> How can I copy mp3 files from my FreeBSD box onto the device?

Many of the later smartphones don't present as USB disks, supposedly on 
the grounds of safety. Instead they talk MTP (media transport protocol). 
I've never used it myself, but Wikipedia says Gnome's GVFS supports it, 
as does KDE's KIO slave. Going the FUSE route you might look at 
sysutils/fusefs-simple-mtpfs or sysutils/mtpfs. If you want a standalone 
program take a look at audio/gmtp.

-- 
Moore's Law of Mad Science: Every eighteen months, the minimum IQ
necessary to destroy the world drops by one point.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56C098B4.30001>