Ported scrcpy for mobile platforms, to remotely control Android devices on your iPhone or Android phone.

Overview

scrcpy-mobile

Ported scrcpy for mobile platforms, to remotely control Android devices on your iPhone or Android phone.

Currently only supports controlling Android devices from iOS, Android controlling Android devices will be supported in futrue.

screenshots

Features

  • Supports scrcpy with ADB over WiFi ;
  • With Hardware decoding, less power and CPU comsumed;
  • Optimized gesture experiences for unstable network from mobile devices;
  • Supports start scrcpy from URL scheme;
  • With Android navigation buttons: Back, Home, Switch App;
  • Sync clipboard contents between iPhone and remote Android devices;

Installation

Scrcpy Mobile is now available on the App Store. You can download from:

Get it from iTunes

Usage

ADB Mode:

After the App is installed, the default mode is VNC. You can switch to ADB WiFi mode by one of the following options:

  • Option 1: Visit this URL Scheme by click scrcpy2://adb
  • Option 2: Type the text adb in the Host textbox, then click Connect
  • Option 3: Type the text 5555 in the Port textbox, then click Connect

And then please make sure that the Android devices has enabled the adb tcpip mode:

adb tcpip 5555

After authorized on your Android devices, scrcpy will continue to connect.

VNC Mode:

You can switch back to VNC mode by one of the following options:

  • Option 1: Visit the URL Scheme by click scrcpy2://vnc
  • Option 2: Type the text vnc in the Host textbox, then click Connect
  • Option 3: Type the text 5900 in the Port textbox, then click Connect

Note: The VNC mode can only connect the VNC port that be proxied with websockify, and it's based on noVNC which is a web vnc client, so the performance and experience may not good.

URL Scheme:

After changed the options, you can click "Copy URL Scheme" to get the URL Scheme string, and you can create a shortcut in Shorcuts.app for connecting to scrcpy quickly.

scrcpy2://example.com:5555?bit-rate=4M&max-size=1080

Telegram Support:

If you still have any question, you can join telegram channel:

telegram

Build

Build all dependencies:

make libs

Build scrcpy-server:

make -C porting scrcpy-server

Then, Open scrcpy-ios/scrcpy-ios.xcodeproj to Build and Run.

License

MIT License

Copyright (c) 2022 Ethan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Comments
  • iOS 16.1 无法连接

    iOS 16.1 无法连接

    安卓手机(系统版本8.1.0),已开启了 WiFi ADB,已同意 USB 调试请求,使用 Mac 版的 QtScrcpy 连接投屏正常,但用 Scrcpy Remote 1.6 连接时(iPhone 系统版本 iOS 16.1),先提示Connected,然后变成Start Scrcpy Failed

    opened by juneix 8
  • How to use

    How to use

    I can use the previous version to control my android from iPad. But I don't know how to work with this version. I have downloaded the "Scrcpy Remote" from App Store. How to set vnc server or something else. And How to use adb mode, I set VNC host "scrcpy2://adb" and port "5555", but it does't work. Need further help

    opened by gawinwong 6
  • crash when clicking ... icon on iPadOS

    crash when clicking ... icon on iPadOS

    The app crashes with the following error when trying to click the circled ... icon in the top right of the app, making you unable to use things like ADB passcode pairing:

    Exception type: NSGenericException
    Reason: Your application has presented a UIAlertController (<UIAlertController: 0x13489a400>) of style UIAlertControllerStyleActionSheet from UINavigationController (<UINavigationController: 0x13486c000>). The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide location information for this popover through the alert controller's popoverPresentationController. You must provide either a sourceView and sourceRect or a barButtonItem.  If this information is not known when you present the alert controller, you may provide it in the UIPopoverPresentationControllerDelegate method -prepareForPopoverPresentation.
    

    iOS Version: iPadOS 14.2 App Version: 1.6 Jailbreak: checkra1n

    Crashlog 2022-12-15_10_51_am.log

    opened by RoootTheFox 2
  • Hope to improve the sensitivity of swipe events

    Hope to improve the sensitivity of swipe events

    I have tested this app on my ipad pro and huawei p30p with the game named"Harry Potter: Magic Awakened" under a 5400M 5G wifi. No matter what the bitrate is, the latency is acceptable and the touch event response is fairly timely. But at the same time, swipe events did not perform as well that I can easily feel the mismatch between the swipe position and my finger position.

    opened by gawinwong 1
  • 支持指定 tunnel-host 和 tunnel-port

    支持指定 tunnel-host 和 tunnel-port

    scrcpy 支持指定 --tunnel-host--tunnel-port,用于连接远程的 adb server。这对于 scrcpy mobile 这样的软件尤其有效,因为远程的 adb 通过 usb 连接,不会因为手机重启而需要重新开启 tcpip 模式。

    我试过打开 Force ADB Forward 不过似乎并没有效果。

    感谢作者提供这个有用的工具。

    opened by geekdada 3
  • [Feature request] Import ADBkeys

    [Feature request] Import ADBkeys

    When I pair my tablet with my laptop, it works fine until I don't make ADB connection for 1-2 weeks. After that ADB paired device is automatically removed from tablet, so I need to pair it again. To avoid repairing I make ADB connection to tablet every day at night from Raspberry Pi. Also, I use the same adbkey adbkey.pub for both RasPi and laptop.

    My suggestion: let user import his own ADBkeys, so in this situation you wouldn't need to re-pair every time.

    Tablet: Samsung Tab A7

    opened by Dfwk 1
  • Pressing on gear icon on Fire TV provides no response

    Pressing on gear icon on Fire TV provides no response

    Probably more of a scrcpy issue than scrcpy-mobile (see here https://github.com/Genymobile/scrcpy/issues/3521).

    Pressing on the gear icon on Fire TV Cube does not elicit any response. This is consistent with what (does not) happens when mouse clicking using scrcpy on macOS.

    When using macOS, I can get around this by using the arrows keys and the return key. Would it be possible to add arrow key functionality to scrcpy-mobile so that it works like scrcpy on macOS?

    opened by karlic 0
Releases(v1.6)
Owner
Ethan
Make things easy.
Ethan
Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime

Runtime Mobile Security (RMS) ?? ?? by @mobilesecurity_ Runtime Mobile Security (RMS), powered by FRIDA, is a powerful web interface that helps you to

Mobile Security 2k Dec 29, 2022
Home Assistant for Apple Platforms

Home Assistant for Apple Platforms Getting Started Home Assistant uses Bundler, Homebrew and Cocoapods to manage build dependencies. You'll need Xcode

null 0 Nov 23, 2021
A Swift library for Discord REST/Gateway API in all platforms.

swift-discord main develop A Swift library for Discord API. Package Products Discord, alias library that contains DiscordREST, DiscordGateway. Discord

swift-discord 3 Sep 30, 2022
The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.

Meta State: production Point People: Brian Beckerle, Mounir Dhahri, Pavlos Vinieratos CI : This is an Artsy OSS project. Other mobile projects are Ene

Artsy 3.2k Jan 4, 2023
React Native package for interacting with HomeKit devices

React Native package for interacting with HomeKit devices

Ibrahim Berat Kaya 4 Dec 24, 2021
Open-source jailbreaking tool for many iOS devices

Open-source jailbreaking tool for many iOS devices *Read disclaimer before using this software. checkm8 permanent unpatchable bootrom exploit for hund

null 0 Nov 6, 2021
Multitasking Drawer tweak for jailbroken iOS devices

PullOver-Pro Multitasking Drawer tweak for jailbroken iOS devices About PullOver Pro is multitasking substrate / jailbreak / runtime extension written

c1d3r 25 Oct 10, 2022
Docker images for Swift on Raspberry Pi and other ARM devices from balena's base images.

Swift on Balena Welcome to Swift on Balena – a set of Docker images for Swift on Raspberry Pi and other ARM devices. These images are based on balena'

Will Lisac 173 Dec 5, 2022
This is a simple mobile app which is connect to the Twitter API

Project 3 - My Twitter My Twitter is a basic twitter app to read your tweets. Time spent on two parts: 8.5 hours spent in total Twitter - Part II This

Alem 1 Dec 14, 2022
A simple Hacker News mobile client

A simple Hacker News mobile client. Overview This app was built with the Hacker News API This is one of my first apps outside of a tut

Antonio Vega Ochoa 0 Nov 29, 2021
This is a basic mobile app that allows the user to tap a button to change the color of a label.

MYAPP App Description `This is a basic mobile app that allows the user to tap a button to change the color of a label. App Walk-though Required User S

null 0 Nov 27, 2021
Restaurant - Educational application from the Apple Mobile Development Course for MDA

Restaurant Educational application from the Apple Mobile Development Course for

NIKOLAY NIKITIN 0 Aug 8, 2022
Codepath-intro-prework - Hello World iOS App | Prework Project for CodePath Intro to Mobile App Development

Hello World iOS App App Description Prework Project for CodePath Intro to Mobile

null 0 Jan 25, 2022
CodePath-iOS-Prework - Prework project for Intro to Mobile App Development course on CodePath

CodePath iOS Prework App Description This app has an input field, text, and seve

Russell Elliott 0 Feb 2, 2022
MicrofrontendGenerator - Script for creating micro frontends for Mobile in a simple and easy way

Introdução Template para a criação de SDK iOS. Existem duas opções de template:

Julio Fernandes Jr 4 Nov 2, 2022
Puma - A set of build utilities to automate mobile application development and deployment

Puma → https://github.com/onmyway133/Swiftlane Puma is a set of build utilities

Puma Swift 5 Oct 8, 2022
📱Objection - runtime mobile exploration

objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak.

SensePost 5.6k Jan 7, 2023
BoldContacts mobile app for people with visual/cognitive/motor disabilities

BoldContacts mobile app BoldContacts™ is a mobile app that helps you browse your contacts and connect with them. BoldContacts is intended for people w

SixArm 25 Dec 15, 2022
Apps for translating Braille document captured by iPhone camera, then send translation result to ITS's Braille printer for duplicating purpose (re-printing, copying braille document with no original text)

SCANDO iOS On my Final Project (Thesis) for my Bachelor degree, I made an apps that translate Braille Document, and send the translation result to the

Ricki Bin Yamin 21 Aug 10, 2021