# RemoteDroid **Repository Path**: jeffzhangzhiqiang/RemoteDroid ## Basic Information - **Project Name**: RemoteDroid - **Description**: App to control your android device from another Android device or a PC over the internet connection - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-05 - **Last Updated**: 2024-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RemoteDroid =========== ####Build status [![Build Status](https://travis-ci.org/omerjerk/RemoteDroid.svg?branch=master)](https://travis-ci.org/omerjerk/RemoteDroid) Stream you device's display to another android device. And control your device back from that device. Note: For KitKat+ (Lollipop) devices, new [MediaProjection](https://developer.android.com/reference/android/media/projection/MediaProjection.html) APIs are available which do not require the app to be installed in /system partition. I've implemented this API in this demo. **Note :** I haven't really been maintaining it lately as I am usually stuck with other things, and that RemoteDroid requires a bit of extra efforts to make it support new Android versions and devices. If you're someone who wants to modify it according to your needs, and can hire me as a freelancer, ping me at omerjerk@gmail.com. Thanks. **Demo :** https://www.youtube.com/watch?v=ZdNcBAp0yeo **Playstore Link :** https://play.google.com/store/apps/details?id=in.umairkhan.remotedroid **Screenie :** ![alt tag](http://i.imgur.com/JJuNWlj.jpg) ##Licensed under GPLv3## This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .