Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75929
| Date | 2014-08-09 10:56 -0700 |
|---|---|
| From | luofeiyu <elearn2014@gmail.com> |
| Subject | how to write file into my android phone? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12783.1407552994.18130.python-list@python.org> (permalink) |
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 )?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
how to write file into my android phone? luofeiyu <elearn2014@gmail.com> - 2014-08-09 10:56 -0700
csiph-web