Skip to content

Desktop mode

KonstaT edited this page Nov 19, 2025 · 2 revisions

How to enable desktop mode

Desktop mode on primary display can be enabled on tablet UI build targets on AOSP16 QPR1.

Edit device/brcm/rpi5/vendor.prop and add the following lines.

# Desktop mode
persist.wm.debug.desktop_experience_devopts=1
persist.wm.debug.desktop_mode_enforce_device_restrictions=false
persist.wm.debug.force_desktop_first_on_default_display_for_testing=true

You might also want to adjust the display density. Edit device/brcm/rpi5/BoardConfig.mk and change the following line.

# Display
TARGET_SCREEN_DENSITY := 160

Clone this wiki locally