How to Screen Mirorring to PC On Oppo Smartphone

To screen mirror an Oppo smartphone to a PC, you can use several methods, including built-in features and third-party software. Here's how to do it using some common options:

1. USB Cable (ADB Debugging):

  • Enable Developer Options on your Oppo phone by going to "Settings" > "About phone" and tapping on "Build number" several times.

  • Once Developer Options are enabled, go to "Settings" > "Developer options" and enable USB Debugging.

  • Connect your Oppo phone to your PC using a USB cable.

  • On your PC, open a command prompt or terminal window and use ADB (Android Debug Bridge) to mirror your screen by running the following command:

  • Copy code

  • adb devices
    This command will list your connected device. If it's listed, your device is successfully connected.

  • Then, run the following command to start screen mirroring:

  • arduino

  • Copy code

  • adb shell settings put system force_enable_nav_bar 1 adb shell settings put secure user_setup_complete 1 adb shell am start -n com.coloros.mirror/.MirrorActivity

  • This should start screen mirroring on your PC.






2. Third-Party Screen Mirroring Software:

You can also use third-party software like ApowerMirror, TeamViewer, or AnyDesk to mirror your Oppo smartphone's screen to your PC. Here's how to do it with ApowerMirror:

  • Download and install ApowerMirror on both your Oppo phone and your PC.

  • Connect your Oppo phone and PC to the same Wi-Fi network.

  • On your Oppo phone, open ApowerMirror, and it will automatically detect available devices. Tap on your PC's name to connect.

  • Follow the on-screen instructions to start screen mirroring.

3. Built-In Screen Mirroring (Oppo to Smart TV):

If you have a Smart TV, you can use the built-in screen mirroring feature on your Oppo phone to mirror your screen to the TV. This method may not be direct to a PC, but it's a wireless screen mirroring option.

  • Make sure your Smart TV and Oppo phone are connected to the same Wi-Fi network.

  • On your Oppo phone, go to "Settings" > "Other wireless connections" > "Multi-screen interaction" (or a similar option).

  • Select your Smart TV from the list of available devices to start screen mirroring.

Please note that the availability and functionality of these methods may vary depending on the model of your Oppo phone and the software versions. Additionally, there may have been updates or changes to these features since my last knowledge update in September 2021.


Post a Comment