Remote Control View Inverted

P
Patrick
Fedex Office and Print Service

When we remote control into some Galaxy S7 and S8 devices, the remote control is inverted/upside down on the screen passcode login. Phone OS is Android 8.0. Using SOTI MobiControl 14.1. Is there a way to solve this through MobiControl?

7 years ago
Android
ANSWERS
AG
Allen Gulbrand
7 years ago

RcOrientationFix

Changes the orientation of the display image of a device that is remote controlled

Syntax: 
writeprivateprofstring RcOrientationFix <manufacturer>_<model><value>

Where

  • <manufacturer> is from android.os.Build.MANUFACTURER("ro.product.manufacturer")and falling back to android.os.Build.BRAND("ro.product.brand")if the manufacturer is unknown
  • <model> is from android.os.Build.MODEL("ro.product.model")
  • <value> is one of the following:
    • CW denotes clockwise
    • CCW denotes counter-clockwise
    • NONE denotes no rotation
    • UPSIDEDOWN denotes upside-down
To change the screen orientation of your device:

writeprivateprofstring RcOrientationFix samsung_SM-G900W8 CW