Need help with system properties on stock OS

Hey everyone,
I’m developing my own Android version for FP3(+), so I don’t have the stock OS on my FP3+ anymore.
But I need to find out a few things about the stock OS, so if anyone is running stock OS on their FP3(+) and is willing to check a few things for me, please reply!

First thing I’d like to know, what is the output of this command (either true or false)

adb shell cmd overlay lookup android android:bool/config_nightDisplayAvailable

(You need to connect your FP3 to your computer and enable developer mode and usb debugging first).

I get “true”

And I guess the result doesn’t depend on the launcher and/or navigation style, right?
Just mentioning because those sometimes turned out to affect bugs in the issue tracker in the past.

1 Like

Thanks you for the quick response.

And I guess the result doesn’t depend on the launcher and/or navigation style, right?

No, I don’t think it depends on apps. The only thing I believe that can change it are runtime resource overlays (RRO).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.