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


Groups > comp.lang.python > #75971

Re: how to write file into my android phone?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.142
X-Spam-Level *
X-Spam-Evidence '*H*': 0.76; '*S*': 0.05; 'subject:file': 0.07; 'utf-8': 0.07; 'subject:into': 0.09; 'cc:addr:python-list': 0.11; '3.0.': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'appears': 0.22; 'example': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'visible': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'running': 0.33; 'sense': 0.34; 'received:google.com': 0.35; 'possible': 0.36; 'subject:?': 0.36; 'starting': 0.37; 'dave': 0.60; 'from:charset:utf-8': 0.61; 'skip:\xe2 10': 0.65; 'phone': 0.66; '8bit%:43': 0.74; 'devices,': 0.84; 'drive.': 0.84; 'it\xe2\x80\x99s': 0.84; 'samsung': 0.84; 'angel': 0.91; 'device,': 0.91; 'subject:phone': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=bPCLJLWqJzkAgLSKKijovXQmgB3BSdlYJIyvUvJaOdg=; b=AtCVurrecQtB1mJmu/dNkkD7g/xZ14pffNdSAw9ofL7G61IeqQ+NCp65hJa8SWupkX msUEXTSXjRdywm4GaUNTGbY2OzkuptZy9LREvQ+5/3vK8U7H64ImBOiF43oEDIaIMl+U YupQDJKlowfhQw3iYYVPN3otkQaFyTNsFu/Lh7rEpmMxwL78BhlFokr7RHUT3RR1qR8T n/j0J3dLAxavIXjalJqySAU/x3ml8cssb5jrb4kp7MD945hwFPmTrXn//t53a7M6I1Rq eU4p4GCwFv9zId6Eb3SBQyHAv5UNAv4bvTm+ZcV1sXpg72WcW/rQFs8xImoNEj8dw/PH NQ3Q==
MIME-Version 1.0
X-Received by 10.50.136.167 with SMTP id qb7mr19865670igb.31.1407661687870; Sun, 10 Aug 2014 02:08:07 -0700 (PDT)
In-Reply-To <ls66uo$mru$1@ger.gmane.org>
References <53E660BF.7080401@gmail.com> <CAMw+j7J6_R2pR3PTch3okxqYDs57rOoKHLbssHrq54Q75gGLSw@mail.gmail.com> <ls66uo$mru$1@ger.gmane.org>
Date Sun, 10 Aug 2014 11:08:07 +0200
Subject Re: how to write file into my android phone?
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Dave Angel <davea@davea.name>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12809.1407661690.18130.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1407661690 news.xs4all.nl 2885 [2001:888:2000:d::a6]:59190
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:75971

Show key headers only | View raw


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.

It’s possible that the OP is running an ancient device, or a modern
one that appears as a USB drive for some reason (eg. custom ROM from
the manufacturer).

-- 
Chris “Kwpolska” Warrick <http://chriswarrick.com/>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense

Back to comp.lang.python | Previous | NextNext 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