# Connecting your Oppo CPH2001 using scrcpy

- <span class="T286Pc" data-processed="true" data-sfc-cb="" data-sfc-cp="" data-sfc-root="c" style="overflow-wrap: break-word;">Go to **Developer Options** on your phone. <span style="color: rgb(10, 10, 10); font-family: 'Google Sans', Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"> Toggle </span>**USB Debugging**<span style="color: rgb(10, 10, 10); font-family: 'Google Sans', Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"> on.</span></span>
- <span class="T286Pc" data-processed="true" data-sfc-cb="" data-sfc-cp="" data-sfc-root="c" style="overflow-wrap: break-word;">Run `scrcpy` with the `-m` flag to limit the maximum height/width:</span><div class="r1PmQe" data-hveid="CAUQAQ" data-processed="true" data-sfc-cb="" data-sfc-root="c" data-wiz-uids="aFNEFe_1a,aFNEFe_1b" jsaction="" jscontroller="HP6Sjf" jsuid="aFNEFe_19" style="margin-block: 24px 32px; font-family: 'Google Sans', Arial, sans-serif; color: rgb(0, 29, 53); font-weight: 400;"><div data-processed="true"><div class="pHpOfb" data-animation-atomic="" data-processed="true" style="background: none 0% 0% / auto repeat scroll padding-box border-box rgba(245, 248, 255, 0.5); border-image: none 100% / 1 / 0 stretch; border-radius: 8px; overflow: hidden; padding: 0px; color: rgb(10, 10, 10); border: 1.2px solid rgb(169, 172, 170);"><div class="vVRw1d" data-processed="true" style="font-family: 'Google Sans', Arial, sans-serif; font-size: 20px; font-weight: 500; line-height: 26px; letter-spacing: 0px; background-color: rgb(229, 237, 255); height: 34px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1.2px solid rgb(169, 172, 170); padding-inline-start: 16px;">bash<button aria-label="Copy code text to clipboard." class="Ev0C3d" data-processed="true" data-ved="2ahUKEwi9sPmurM2TAxVfUWwGHX19ADQQopQPegQIBRAC" style="margin: 0px; background: none; color: rgb(5, 40, 97); border: none; font: inherit; outline: 0px; cursor: pointer; height: 44px; width: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%;"><svg data-sfc-cb="" data-sfc-root="c" fill="currentColor" height="20px" jsaction="" jscontroller="ZfypCb" jsuid="aFNEFe_1c" viewbox="0 -960 960 960" width="20px"><path d="M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33 0-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480 480Z"></path></svg></button></div><div class="pCTyYe" data-processed="true" dir="ltr" style="unicode-bidi: isolate; font-size: 14px; line-height: 22px; overflow-x: auto; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(245, 248, 255, 0.5); padding: 2px 16px;"></div></div></div></div>```
    scrcpy -m 1920
    
    ```