A command line wireless control tool for Android.
Project description
Android Wireless Control
Wireless-control based on wireless-control is a command line wireless control tool for Android automation enthusiasts.
Wireless-control's source code is made available under the BSD license.
Supported Python Versions
- Python 3.6+
Supported Platforms
- Windows 10 (Other platforms have not been tested and are not intended to be supported for the time being officially)
Installation
If you have pip on your system, you can simply install or upgrade wireless-control:
pip install -U wireless-control
Alternately, you can download the source distribution from PyPI, unarchive it, and run:
python setup.py install
Or by github.com:
git clone git@github.com:fjwCode/wireless-control.git
cd wireless-control
python setup.py install
Note: You may want to consider using virtualenv to create isolated Python environments.
Usage
First, make sure that:
- Your Android phone has USB debugging turned on in developer options.
- Your computer and phone are connected to the same WiFi.
- Only one phone connects your computer via USB cable.
OK, Let us begin now!
C:\WINDOWS\system32>python -m wireless_control.py
Now you can unplug the USB cable, and control your device via WLAN.
>>> driver.unlock(1997) # unlock your device by password
>>> driver.view_packgets_list(keyword='tencent')
['com.tencent.mm', 'com.tencent.android.qqdownloader', 'com.tencent.tim']
>>> driver.make_a_call(18268237856) # call me
>>> driver.end_the_all() # end the call
Author
Wireless-control is written and maintained by White Turing (fujiawei@stu.hznu.edu.cn).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wireless-control-0.1.1.tar.gz
.
File metadata
- Download URL: wireless-control-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae75d3cd57aed071c2bd5cd2f054524eadf0a7ef7df8e94ba8b0d0e4053fc3c7 |
|
MD5 | c3a516c9663571ebfef77a8daac649ad |
|
BLAKE2b-256 | 609090910c4c3d9c79e8376204e25129b8ec249fdf5a21b35b1085d4d85636da |
File details
Details for the file wireless_control-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: wireless_control-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dc895cc2cc332de6c92e26a1eb668899cc8ff8a2cfa70a98be5a6522544f80f |
|
MD5 | dfd020a25a8f974832b530987c736cf6 |
|
BLAKE2b-256 | 297daeaa45f8664d90888af495bc5e315cc2623250112ba5d4ad2b02eca727fb |