Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1014 Bytes

File metadata and controls

48 lines (29 loc) · 1014 Bytes

ConnectToMac

ConnectToMap is a python script with a tkinter GUI. All it basically is execute a few commands with button presses.

ONLY ANDROID AND MAC.

Installation

To run the script:

./connectToMac.py

To build a .app file for MacOSX

python3 setup.py py2app --emulate-shell-environment

Usage

Insert IP and press the button to connect to your android device.

First time using program

You have to plug in your device and allow usb debugging.

Then restart the service by:

adb tcpip 5555

Now you should be able to connect wirelessly.

NOTE: You can connect to multiple devices at the same time.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Roadmap

This is an ongoing project, the first next thing I want to implement is the logcat. I am also thinking of a new design.

Feel free to recommend any idea's

License

MIT