From owner-freebsd-questions@freebsd.org Sun Feb 14 16:41:09 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2505FAA8AC9 for ; Sun, 14 Feb 2016 16:41:09 +0000 (UTC) (envelope-from che@bein.link) Received: from mail.bein.link (bein.link [37.252.124.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58B61762 for ; Sun, 14 Feb 2016 16:41:08 +0000 (UTC) (envelope-from che@bein.link) Received: from netbook.home.bein.link (home.bein.link [172.16.32.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.bein.link (Postfix) with ESMTPSA id E8E2124BE06; Sun, 14 Feb 2016 16:34:05 +0000 (UTC) Date: Sun, 14 Feb 2016 19:34:04 +0300 From: Maxim Filimonov To: Jens Schweikhardt Cc: FreeBSD questions Subject: Re: Copying music from FreeBSD to an Xperia Z3 Message-Id: <20160214193404.8e4c4de80c7d4dca8c4081df@bein.link> In-Reply-To: <20160214143705.GA1290@schweikhardt.net> References: <20160214143705.GA1290@schweikhardt.net> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; i386-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 16:41:09 -0000 On Sun, 14 Feb 2016 15:37:05 +0100 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: at usbus0 > > How can I copy mp3 files from my FreeBSD box onto the device? > > Hello Jens, My Android smartphone also uses MTP instead of Mass Storage. I use fusefs-simple-mtpfs to access its memory. As you might have noticed, this is a fuse module to access MTP devices. It's relatively slow, however it's rather stable. -- Maxim Filimonov