12-08-2020, 07:40 PM
Mike, I encounter the same issue: I'd like to use MobileSheetsPro on a cheap LG G5 smartphone connected with a USB-C cable (through DP alt mode) to a cheap portable 15.6" touch-monitor (which has a good matte/anti-glare display).
But the problem with this setup is the following:
- the phone is unrootable
- the display doesn't have a gravity sensor which makes it rotate correctly
Which means the monitor displays the portrait mode incorrectly:
So my question is two-fold:
- Could you build a HDMI-rotation feature right into the app? Which does the same as this on a rooted device:
OR (might be easier to implement):
- Could you offer the feature to rotate everything by 90 degrees? So I can just put the phone in landscape mode (which displays correctly on the external monitor) and have MobileSheetsPro displayed in portrait mode at the same time.
Thanks in advance for your help!
But the problem with this setup is the following:
- the phone is unrootable
- the display doesn't have a gravity sensor which makes it rotate correctly
Which means the monitor displays the portrait mode incorrectly:
So my question is two-fold:
- Could you build a HDMI-rotation feature right into the app? Which does the same as this on a rooted device:
Code:
adb shell setprop persist.demo.hdmirotation portrait
OR (might be easier to implement):
- Could you offer the feature to rotate everything by 90 degrees? So I can just put the phone in landscape mode (which displays correctly on the external monitor) and have MobileSheetsPro displayed in portrait mode at the same time.
Thanks in advance for your help!