cxplan / CXTouch

View and manage Android devices from PC client based java swing, supporting Windows, Linux and MacOS
GNU General Public License v3.0
271 stars 72 forks source link
adb android java minicap projection screenrecord screenshot swing

CXTouch

This is an open source software which control and manage android device from PC client. This software is written in Java, so it can run on Windows, Linux and MacOS where a jre is installed (support Java 7 and later).

You can use CXTouch for gaming, watching movie, explore app, working on mobile, and all operation supported on device, but more convenient than doing them on device without root.

CXTouch support at least 4 devices running on a pc simultaneously, the supported amount of devices depends on your actual pc performance.

Show usage

Features

Requirements

Screenshots

View

Latest Release

The latest version 1.2 is available.

Build

The project is managed by maven, so you need to install maven before building project.

Go to the root path of project, and run command below:

mvn clean package -DskipTests=true

Then a built package will be generated in the folder ${project root}/main/target/CXTouch-*.zip

If you want to build mediate apk(CXTouch.apk), please go to the mediate repository .

Run in workspace

If you open the project using IDE, the work directory should be set: ${project root}/main, not ${project root}

Contributing

Any contributions that make sense and respect the agreement of project are accepted forever, if you have some good advice, please tell me by information below:

Mail: liuxiaolin425@163.com

License

                   GNU GENERAL PUBLIC LICENSE
                     Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Appreciating

Thanks Install4j for supporting building cross-platform installer which make using software convenient.

Install4j Web Site