No results found

Skip Display Confirmation - Xposed Module Repository

Skip Display Confirmation

LSPosed Repository Releases

LSPosed module for Oplus/OxygenOS that auto-confirms the USB external display connection dialog in SystemUI.

Features

  • Hooks com.android.systemui display connection flow.
  • Automatically confirms the “Cast/Project Screen” dialog.
  • Includes a module settings action to restart SystemUI.

Tested

  • Device: OnePlus 13 (CPH2653)
  • ROM: OxygenOS 16.0.3.501
  • LSPosed scope: com.android.systemui

Download

Get the latest build from:

Restart SystemUI

  • The in-module Restart SystemUI button requires root (su) permission.
  • If you do not want to grant root, simply reboot the phone.

Manual restart command (root required):

su -c "pkill -9 -f com.android.systemui || killall com.android.systemui"

From PC with ADB:

adb shell su -c "pkill -9 -f com.android.systemui || killall com.android.systemui"

Credits

Huge thanks to the original author and repository:

This fork is based on the original implementation with compatibility improvements for newer OxygenOS builds.

Disclaimer

This project is provided for educational and research purposes only. Use it at your own risk and in compliance with local laws.

Package

io.github.y9hack337.oplus.display

Authors

Hack337

Releases

1.2 (2)

Release Type: Stable

3/1/2026, 9:23:57 AM

View all releases

Releases

1.2 (2)

Release Type: Stable

3/1/2026, 9:23:57 AM

What's new

  • Added a module settings screen action to restart SystemUI.
  • Added confirmation dialog before restart.
  • Improved root restart logic with multiple fallback commands.
  • Better error reporting when restart fails.
  • Module settings entry is now LSPosed-only (no launcher icon).
  • Updated documentation with root/non-root restart instructions.

Tested

  • Device: OnePlus 13 (CPH2653)
  • ROM: OxygenOS 16.0.3.501
  • LSPosed scope: com.android.systemui

Notes

  • "Restart SystemUI" button requires root (su).
  • Without root, simply reboot the phone.
  • Manual command:
    su -c "pkill -9 -f com.android.systemui || killall com.android.systemui"

Downloads

Show older versions

© 2021 - 2026 New Xposed Module Repository