All Projects → cxplan → Cxtouch

cxplan / Cxtouch

Licence: gpl-3.0
View and manage Android devices from PC client based java swing, supporting Windows, Linux and MacOS

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cxtouch

toster
DSL framework for testing Android apps
Stars: ✭ 31 (-86.46%)
Mutual labels:  screenshot, adb
Hjmirror
Mirroring you droid device screen to Windows, MacOS and Linux.
Stars: ✭ 67 (-70.74%)
Mutual labels:  adb, swing
Droidcast
An experimental demo for capturing and displaying screenshot of an Android device without ROOT permission.
Stars: ✭ 116 (-49.34%)
Mutual labels:  screenshot, adb
Termuxarch
Experience the pleasure of the Linux command prompt in Android, Chromebook, Fire OS and Windows on smartphone, smartTV, tablet and wearable https://termuxarch.github.io/TermuxArch/
Stars: ✭ 183 (-20.09%)
Mutual labels:  screenshot
Api
API that uncovers the technologies used on websites and generates thumbnail from screenshot of website
Stars: ✭ 189 (-17.47%)
Mutual labels:  screenshot
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+1148.03%)
Mutual labels:  screenshot
Screenshot Stream
Capture screenshot of a website and return it as a stream
Stars: ✭ 228 (-0.44%)
Mutual labels:  screenshot
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (-21.4%)
Mutual labels:  screenshot
Adb Toolkit
ADB-Toolkit V2 for easy ADB tricks with many perks in all one. ENJOY!
Stars: ✭ 217 (-5.24%)
Mutual labels:  adb
Projector Installer
Install, configure and run JetBrains IDEs with Projector Server on Linux or in WSL
Stars: ✭ 197 (-13.97%)
Mutual labels:  swing
Wepush
专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信
Stars: ✭ 2,597 (+1034.06%)
Mutual labels:  swing
Adebar
Android DEvice Backup And Report, using Bash and ADB. Moved to https://codeberg.org/izzy/Adebar -- this is only a mirror now.
Stars: ✭ 192 (-16.16%)
Mutual labels:  adb
Replaykit
[DEPRECATED] Command line tools for recording, replaying and mirroring touchscreen events for Android
Stars: ✭ 211 (-7.86%)
Mutual labels:  adb
Node Webkitgtk
webkitgtk bindings for 🚀 Node.js
Stars: ✭ 185 (-19.21%)
Mutual labels:  screenshot
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (-3.93%)
Mutual labels:  swing
Adb Join Wifi
Helper app to allow joining a wifi AP directly from ADB
Stars: ✭ 183 (-20.09%)
Mutual labels:  adb
Wechat Jump Game
😊 Nodejs 微信《跳一跳》辅助
Stars: ✭ 216 (-5.68%)
Mutual labels:  adb
Winfetch
🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (-17.47%)
Mutual labels:  screenshot
Screenshot Desktop
💻 Capture a screenshot of your local machine
Stars: ✭ 197 (-13.97%)
Mutual labels:  screenshot
Save Page State
A chrome extension to save the state of a page for further analysis
Stars: ✭ 208 (-9.17%)
Mutual labels:  screenshot

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

  • OS support
    • Desktop Client: support Windows, Linux, MacOS where a jre is installed.
    • Android: support version 4.4(SDK level 19) to 9.0(SDK Level 28)
  • Control any device by mouse and keyboard
    • Real-time screen projection
      • The refresh speed depends on Android version and device performance.
      • Support rotation sensed by CXTouch automatically.
    • Support typing text from pc keyboard.
    • Supports meta keys
    • Copy string content on device and paste string content on pc to editor on device.
  • Wireless connection: The usb cable is not needed in wireless mode, but may increase image latency.
  • Take a screenshot.
  • Shortcut for brightness up and down.
  • Shortcut for volume up and down.
  • Record screen of device.
  • Setting for quality and size of image
  • Support two languages: English and Chinese.

Requirements

  • Java 7 and later.
  • Make sure you enabled adb debugging on your device(s).
  • A addtional option should be open on some devices such as xiaomi
    • USB debugging (Security settings)
  • A ADB driver is needed if your os is Windows.

Screenshots

View

Latest Release

The latest version 1.2 is available.

  • The package or installer for each platform has two version(with jre and without jre) except Linux (JDK is a part of Linux normally)
  • The 32bit and 64bit version are supported on window os. (the 64 bit version is recommended if your windows is 64 bit.)

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: [email protected]

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].