Posts: 18
Threads: 7
Joined: Oct 2018
Reputation:
0
05-08-2020, 07:09 AM
(This post was last modified: 05-08-2020, 11:26 PM by Rerun.)
As Android tablets with large screens are not available anymore I'd like to use an external usb c monitor (e.g. Asus Zenscreen or similar) attached to my mobile phone for MobileSheets. This works well and i can use MobileSheets on a 15.6 inch screen by just plugin a usb c cable into my phone. Android goes into "desktop" mode or on Samsung devices into "Dex" mode. The problem is, that that works only in landscape mode, as Dex and Android only supports landscape mode.
So if i turn the monitor to portrait position android either still uses landscape mode as if the monitor was in landscape position or, if the phone is turned to portrait mode, the portrait mode screen of the mobile device is not turned and not filling the whole monitor but only a small bar.
If MobileSheets were able to display its contents in landscape mode as if it were in portrait mode one could use an external monitor in (physical) portrait mode. I don't know if it would be more or less a oneliner or something hard to implement, but being able to use MobileSheets on a phone on a large external monitor would be phantastic.
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
I'm not really sure I know exactly what it would take to make this work. I will have to experiment to see if I can rotate the root view of the entire view hierarchy by 90 degrees and then force it to match the rotated size of the display (so that if it's 480x320 in landscape, it is forced to 320x480 instead). It will probably take some work to set this up properly, and I have no idea if the app will function normally if I do this. For example, if I'm forcing every component to be rotated 90 degrees, will all of the touch events still fire properly? This is up to the Android framework, so hopefully Google supports this.
Mike
Posts: 18
Threads: 7
Joined: Oct 2018
Reputation:
0
05-08-2020, 11:23 PM
(This post was last modified: 05-08-2020, 11:24 PM by Rerun.)
Thanks. Maybe you should not invest too much effort into this as i see this basically as a flaw of Android Desktop Mode or Dex which should not be solved by each application. And maybe they are working on it and in Android 11 things come out of the box. But on the other hand, if it were as easy as just to rotate the root view, it could be a nice feature to fill the gap of missing large Android devices.
Posts: 290
Threads: 14
Joined: Nov 2014
Reputation:
8
I can only speak from MY experience. I bought Google's Pixel Slate in UK and tablet was shipped to another EU country. It IS still available in UK.
I thought that 12.3-inch would be small but I am cropping every sheet to the edge of the screen and it is completely fine.
I thought that €600 for this device is steep price but it is well worth buying.
Dream come true.
Pixel Slate will receive regular updates until 2024. Superior support to Samsung pathetic support of 12.2-inch Galaxy line.
Its 8GB RAM and Intel's Core m3 are overkill for reading the sheet music.
It has bright screen, long battery life, fingerprint scanner, Pen support etc.
In my opinion external displays is just asking for more troubles (to supply power, connection stability, more weight).
Posts: 47
Threads: 0
Joined: Nov 2018
Reputation:
0
Sorry, I have used my wife's HP Envy X360 15.5 inch 2n1. Cost on sale ~ $650.00. It is 4.4lbs though. It works fine. I only have a desktop at the moment. I'm waiting for the new HP Envy X360 with the new AMD Ryzen 4000 series to come out. Really looking at the 13" model. Under 3 lbs. Also considering a Lenovo Thinkpad L13 as the active pen has its own silo on the machine. The new HP model has an option for a really bright screen. I hope Best Buy has then in the store to check out.
I did try a Windows 8" tablet with Mobile sheets but the Atom processor was just to slow for my needs.
Posts: 62
Threads: 18
Joined: Oct 2019
Reputation:
2
I too would love this. If I could use my HDMI out on my RCA Walmart special to display on a TV in Portrait mode the conductor could use a tablet to show the chorus the music. Singing heads up sounds so much better. This would also be great to send tabs to entire band during jams, churchs and open mics.Please have a good look at this.
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
I posted in the other thread, but as I feared, touch events don't fire correctly if you rotate the root view of the application. It would cause issues throughout the entire application, and would require a massive amount of work to even try to get it working correctly. So it's not really something I can support unfortunately.
Mike