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


Groups > comp.lang.python > #75929 > unrolled thread

how to write file into my android phone?

Started byluofeiyu <elearn2014@gmail.com>
First post2014-08-09 10:56 -0700
Last post2014-08-09 10:56 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  how to write  file into my android phone? luofeiyu <elearn2014@gmail.com> - 2014-08-09 10:56 -0700

#75929 — how to write file into my android phone?

Fromluofeiyu <elearn2014@gmail.com>
Date2014-08-09 10:56 -0700
Subjecthow to write file into my android phone?
Message-ID<mailman.12783.1407552994.18130.python-list@python.org>
When i input usb line with my android phone into the pc , there are two 
disks j: and k: (type :removable disk)  displayed in win7.

i can get my android phone bluetooth mac address .

import bluetooth
nearby_devices = bluetooth.discover_devices(lookup_names = True)
for addr, phoneName in nearby_devices:
     print(addr)


it is  6C:8B:2F:CE:5B:59

Now how can i write a file into the disk  j:  of my android 
phone(bluetooth mac is 6C:8B:2F:CE:5B:59 )?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web