Fix screen rotation on Android 10

Solved

Good morning,

I need to fix the screen rotation into this device type:

Producer: emdoor

Android: 10

Enrollment type: Android Enterprise – Work Managed Device

Agent version: 15.1.5.1049

MobiControl web instance version: 15.5.0.1021

The aim is to force it to landscape mode and then disable the automatic rotation. I already tried with this script:

4 years ago
SOTI MobiControl
ANSWERS
RC
Raymond Chan
4 years ago

Hi Brando,

Though I don't have any of your device model to do any test, I believe the following should work for forcing landscape mode when your device is enrolled in Android-Enterprise Device-Owner (or Work Managed) mode:

  writesecuresetting -sys user_rotation          1

Please update everyone here in this forum about your test result.

Solution
GB
Giuseppe, Brando
4 years ago

Hi Raymond,

thank you for your reply, it looks like it is working.