Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75975
| From | Marko Rauhamaa <marko@pacujo.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: how to write file into my android phone? |
| Date | 2014-08-10 12:56 +0300 |
| Organization | A noiseless patient Spider |
| Message-ID | <871tsohdlp.fsf@elektro.pacujo.net> (permalink) |
| References | (1 earlier) <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> <ls7f1l$27l$1@dont-email.me> |
Christian Gollwitzer <auriocus@gmx.de>: > Am 10.08.14 11:39, schrieb Steven D'Aprano: >> Android phones don't mount as storage devices? >> Oh well, that's Android crossed off my list. > > Not any longer. They used to, but the support for mass storage was > dropped in favour of MTP I don't see anything inherently wrong with an open protocol like MTP. > to allow concurrent access from both the computer and the phone. I don't know MTP at all, but MTP allows no parallelism; unlike USB mass storage, MTP has been built to only allow a single operation at a time (for example, read, write or delete operation), while no other operation can be executed until the previous operation is complete. <URL: http://en.wikipedia.org/wiki/Media_Transfer_Protocol#Drawbacks> Marko
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