Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76116

Re: how to write file into my android phone?

From Grant Edwards <invalid@invalid.invalid>
Newsgroups comp.lang.python
Subject Re: how to write file into my android phone?
Date 2014-08-12 14:18 +0000
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <lsd7n3$i9k$2@reader1.panix.com> (permalink)
References (3 earlier) <mailman.12809.1407661690.18130.python-list@python.org> <53e73de8$0$24963$c3e8da3$5496439d@news.astraweb.com> <ls7f1l$27l$1@dont-email.me> <871tsohdlp.fsf@elektro.pacujo.net> <lsbhrc$ku1$1@reader1.panix.com>

Show all headers | View raw


On 2014-08-11, Grant Edwards <invalid@invalid.invalid> wrote:

> What MTP allows is parallel access between the MTP protocol server in
> the phone and the rest of the phone (OS and apps).  In order to mount
> a partition as a USB mass storage device, it has to first be unmounted
> by the Android system.  That's OK for an SD card that doesn't contain
> anything important required by the Android system, but it means that
> you can't mount the "system" partition without shutting down the phone
> completely.

Another important reason for not presenting the phone's built-in flash
as a USB mass storage device is that it requires you to use a
brain-dead broken-as-designed Microsoft filesystem left over from the
days of 360K floppy disk drives -- otherwise Windows won't know what
to do with it.

It's _possible_ to build an Android phone tht runs an DOS file system
(and IIRC people have done it) but it introduces all sorts of
security, reliability, and performance problems.

-- 
Grant Edwards               grant.b.edwards        Yow! I wonder if I ought
                                  at               to tell them about my
                              gmail.com            PREVIOUS LIFE as a COMPLETE
                                                   STRANGER?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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