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.
The latest version 1.2 is available.
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 .
If you open the project using IDE, the work directory should be set: ${project root}/main, not ${project root}
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
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.
Thanks Install4j for supporting building cross-platform installer which make using software convenient.