Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76012
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: how to write file into my android phone? |
| Date | 2014-08-10 20:51 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <53E660BF.7080401@gmail.com> <CAMw+j7J6_R2pR3PTch3okxqYDs57rOoKHLbssHrq54Q75gGLSw@mail.gmail.com> <ls66uo$mru$1@ger.gmane.org> <mailman.12809.1407661690.18130.python-list@python.org> <53e73de8$0$24963$c3e8da3$5496439d@news.astraweb.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12832.1407718288.18130.python-list@python.org> (permalink) |
On Sun, 10 Aug 2014 19:39:51 +1000, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> declaimed the following:
>Chris “Kwpolska” Warrick wrote:
>
>> On Sun, Aug 10, 2014 at 12:23 AM, Dave Angel <davea@davea.name> wrote:
>>> 1) it's not necessarily j: And not necessarily a single drive.
>>
>> The OP claims it is a J: drive they want to write to.
>>
>>> 2) the phone isn't necessarily visible on a pc as a drive at all.
>>> For example the Samsung gs4.
>>
>> This is actually true for ALL android devices, starting with Android 3.0.
>
>o_O
>
>Android phones don't mount as storage devices?
>
The Nook HD+ mounts as an MTP target (glorified FTP style connection).
The hosting device does NOT get direct access to the storage media but has
to ask the device to accept a file transfer to some location. This limits
transfers to sequential (one file at a time, if that transfer fails, all
remnants are removed from the file system).
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: how to write file into my android phone? Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-08-10 11:08 +0200
Re: how to write file into my android phone? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-08-10 19:39 +1000
Re: how to write file into my android phone? Christian Gollwitzer <auriocus@gmx.de> - 2014-08-10 11:46 +0200
Re: how to write file into my android phone? Marko Rauhamaa <marko@pacujo.net> - 2014-08-10 12:56 +0300
Re: how to write file into my android phone? Grant Edwards <invalid@invalid.invalid> - 2014-08-11 22:58 +0000
Re: how to write file into my android phone? Grant Edwards <invalid@invalid.invalid> - 2014-08-12 14:18 +0000
Re: how to write file into my android phone? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-08-10 20:51 -0400
Re: how to write file into my android phone? Anssi Saari <as@sci.fi> - 2014-08-12 16:31 +0300
Re: how to write file into my android phone? alex23 <wuwei23@gmail.com> - 2014-08-14 16:09 +1000
Re: how to write file into my android phone? Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-08-14 08:21 +0200
csiph-web