Skip to main content

A command line wireless control tool for Android.

Project description

Android Wireless Control

Platform PyPI version Wheel Python version license

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wireless-control-0.1.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

wireless_control-0.1.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page