# 编译方法 - 在项目根目录下执行 ./build_all.sh 123456 //其中123456代表手机的ID,通过adb devices可以获取 - 上述命令将完成apk的编译与安装 - 本项目是从开源项目修改而来,原开源项目是在linux环境中编译的,故建议使用ubuntu系统进行编译。 - 测试大纲详细说明了软件功能:见http://120.226.208.89:8086/redmine/projects/android/files中《恺恩图像机调试工具APP测试大纲.docx》 # app使用方法 - 在手机上找到“恺恩调试”图标,点击打开程序,连接恺恩设备的热点,填写公司设备adb端口,然后点击按钮就会开始连接过程。 # scrcpy-android - This application is android port to desktop applicaton [**Scrcpy**](https://github.com/Genymobile/scrcpy). - This application mirrors display and touch controls from a remote android device to scrcpy-android device. - scrcpy-android uses ADB-Connect interface to connect to android device to be mirrored. ## Download [scrcpy-release-v2.1.apk](https://gitlab.com/las2mile/scrcpy-android/raw/master/release/scrcpy-release.apk) ## Instructions to use - Make sure both devices are on same local network. - Enable **ADB-connect/ADB-wireless/ADB over network** on the device to be mirrored. - Open scrcpy-android app and enter ip address of device to be mirrored. - Select display parameters and bitrate from drop-down menu(1280x720 and 2Mbps works best). - Set **Navbar** switch if the device to be mirrored has only hardware navigation buttons. - Hit **start** button. - Accept and trust(check always allow from this computer) the ADB connection prompt on target device(Some custom roms don't have this prompt). - Thats all! You should be seeing the screen of remote android device. - To wake up the remote device, **double tap anywhere on screen**. - To put the remote device to sleep, **close proxmity sensor and double tap anywhere on the screen**. - To bring back the local android system navbar while mirroring the remote device, **swipe up from the bottom edge of screen**. ## Building with Gradle ./gradlew assembleDebug ## LICENSE - scrcpy-android part is licensed under the GPLv3. - The server part is licensed under the Apache License 2.0.