Hi,
i have 2 problems which i cannot solve. The device i use is a samsung galaxy x cover pro with android 10.
Frist i want to fix the rotation mode to portrait. But every setting and every script doens't work. I set the setting "screen rotation" off in the profile "security in the "settings manager" or sent a skript like:
writeprivateprofstring RcOrientationFix <manufacturer>_<model> <value>
-manufacturer is from android.os.Build.MANUFACTURER("ro.product.manufacturer") and falling back to android.os.Build.BRAND("ro.product.brand") if manufacturer is "unknown" -model is from android.os.Build.MODEL("ro.product.model")
-value is one of:
public static final String DIRECTION_CLOCKWISE = "CW";
public static final String DIRECTION_COUNTER_CLOCKWISE = "CCW";
public static final String DIRECTION_COUNTER_NONE = "NONE";
public static final String DIRECTION_UPSIDEDOWN = "UPSIDEDOWN";
UserExample: writeprivateprofstring RcOrientationFix Honeywell_CT60 CW
For screen timeout i need the setting, that timeout in every time is after 30 minutes. I set the setting "screen timeout configure by user" off in the settings manager and the setting screen timeout in "authentification" on 30 Minutes.
Is there anybody who can help me?
Regards!