Fix the MHL TV out resolution - Galaxy Note II Q&A, Help & Troubleshooting

I originally have a Note 8.0 but also use a friend's note 2 sometimes for giving video out to a Projector. So, I use an MHL to VGA Converter and a 5pin to 11 pin adapter.
The problem is that both the devices randomly pick a resolution everytime I connect it to the projector. Sometimes 720p, sometimes 4:3 VGA. I just want to fix on a resolution. VGA only rarely comes up, but I actually want it because the projector is natively 4:3 and fills up the screen better with it.
Is there anyway I can select the VGA resolution permanently? Like selecting a resolution in Windows?
I found a libhdmi.so file on the Note 8.0 which contains all the info. About resolution, it has everything from 640x480 to 1080p modes. Is there anyway, I could modify it to get the same resolution all the time?
Sent from my GT-N5100 using XDA Premium HD app

Related

MHL to VGA adapter question

Hi guys,
I have some question for MHL specialists please.
I'd like to connect SG S2 to my car's (Acura MDX 09) navigation screen using MHL USB to VGA adapter (like this one http://www.amazon.com/iKross-micro-...ectronics&ie=UTF8&qid=1326098625&sr=1-2-fkmr0).
As far as I know, my car's native Screen resolution is 800x480, 15hz, RGB+S. The question is - will this setup work ? Is it possible to adjust output resolution and refresh rate on S2 so that it will output correct image to my navigation screen ?
Thanks in advance.
Mark
you can't change refresh rate or resolution on the phone, but the screen in your dash can most likely scale it.
Did anybody tested this? Is it working but not asking for HDMI (this should work), asking for VGA output..
thanks for answer..
Sent from my GT-I9100 using XDA App

MHL Force Resolution?

Does anyone know of a trick or method to change or force a given resolution for the display output via MHL?
I ask this because it appears to default to the highest resolution available on a given monitor, but 1080p is gimped at 30Hz, which is extremely bad. If I can force the adapter to display at 720p 60Hz at all time then that would be awesome!

Get slimport to output 1080p instead of 1200p?

I have a nice 1080p projector I'd love to drive with the Nexus 7 over Slimport. Performance is great, but the picture has letterboxing on the left and right due to the 16:10 aspect ratio of the tablet. Is there any way to get the Nexus 7 to output only the top 1920x1080 (ignoring the permanent soft button bar)?
beandog said:
I have a nice 1080p projector I'd love to drive with the Nexus 7 over Slimport. Performance is great, but the picture has letterboxing on the left and right due to the 16:10 aspect ratio of the tablet. Is there any way to get the Nexus 7 to output only the top 1920x1080 (ignoring the permanent soft button bar)?
Click to expand...
Click to collapse
Yes, there are ways. Unfortunately none of them's easy. One way is to change the screen resolution but that requires root. The other way is to add support for external display in a video player app. As of 4.2 app developers are able to detect and handle mutliple displays at once. So it's for instance possible to detect that external display is attached, discover what resolution it supports and output video to the external display at a native resolution. I am quite surprised that the native video player does not support that. It shoud work by default that way.
beandog said:
I have a nice 1080p projector I'd love to drive with the Nexus 7 over Slimport. Performance is great, but the picture has letterboxing on the left and right due to the 16:10 aspect ratio of the tablet. Is there any way to get the Nexus 7 to output only the top 1920x1080 (ignoring the permanent soft button bar)?
Click to expand...
Click to collapse
Could you please tell me which slimport cabel you are using? is it SP10002? I am struggling to get a perfect one

[Q] slimport to hdmi / custom screen resolution woes.

I've recently bought myself a slimport adapter so I can hook my g pad up to a TV (1920x1080).
The g pad appears to downscale its native resolution of 1920x1200 to the resolution it outputs over hdmi (in my case, I'm outputting 1920x1080).
As I'm displaying movies on my g pad's screen @ 1:1 aspect ratio, this downscaling from 16:10 to 16:9 obviously leads to distortion.
To remedy this, I'm using "wm size $resolution" to change the g pad's resolution to 1080x1920.
The problem I'm having is that the window manager is doing some stupid stuff with the virtual softkeys in landscape mode at this custom resolution.
See screenshot here:
@ default 1920x1200
@ 1920x1080
Does anyone know of a solution to this problem?
How do people successfully use the g pad's slimport to hdmi functionality when the TV is a different aspect ratio to the device?
I'm still stuck on this; is this a flaw with the stock rom for which there's no known solution?
TehJumpingJawa said:
I'm still stuck on this; is this a flaw with the stock rom for which there's no known solution?
Click to expand...
Click to collapse
You have to change dpi settings too. Can see instructions here or use Resolution Changer Pro from Play Store.

Enable Galaxy TAB S7/S7+ 4K resolution (Using ADB)

I am unsure if this thread belongs here. Kindly let me know if it doesn't or please move it.
I was wondering if the TAB S7/S7+ would let me play YouTube videos on 4K using the native app but unfortunately it doesn't for obvious reasons using stock settings.
So I figured a way to enable this using ADB. I am unsure how much this affects the battery life since I am still testing app compatibility and power usage.
ADB Commands
1. To set 4K resolution -
adb shell wm size 2400x3840
adb shell wm density 1024 (or whatever suits your eyes, mine is 1200)
2. To reset to default -
adb shell wm size reset
adb shell wm density reset
So if anyone's interested all you have to do is -
1. Download minimal ADB and install it if you do not have ADB installed.
2. Open Command Prompt in the ADB folder by pressing Shift Key and selecting the Right Click option "Open command prompt here".
3. Run "ADB devices" without quotes and accept the prompt on your device (Your device must have USB debugging enabled, if you don't know how or have it enabled you probably shouldn't be doing this).
4. Run the above "To set 4K" commands to set the display resolution to 4k.
5. Clear the app data of Youtube and restart the device.
6. (Optional/Reset) To reset the display resolution to default, just run the 2nd set of commands.
Not sure this is actually making the screen dislay 4k.
It doesn't actually MAKE your screen 4k as the display only supports 2k. The device renders everything in 4k and then outputs it on the display just like what Retina Displays or Nvidia DSR (Dynamic Super Resolution) does.
Just in case you want to actually make sure everything is running in 4k, you can simply try running a 4k video on Youtube which otherwise you cant!
Stryker_Echo9er said:
It doesn't actually MAKE your screen 4k as the display only supports 2k. The device renders everything in 4k and then outputs it on the display just like what Retina Displays or Nvidia DSR (Dynamic Super Resolution) does.
Just in case you want to actually make sure everything is running in 4k, you can simply try running a 4k video on Youtube which otherwise you cant!
Click to expand...
Click to collapse
Right, so what's the point? The 4k video doesn't look better on a 2k screen.
Since DSR and Retina Displays already exist, I believe there are some advantages. You have to try it to believe it. The displays feel a lot sharper, edges feel smoother, fonts look amazing, overall it just looks good on the huge display of my Tab s7+.
Coming back to that I need to ask you, did you try this before asking me the POINT. Coz I feel if you would have, you wouldn't be asking me this!
Stryker_Echo9er said:
Since DSR and Retina Displays already exist, I believe there are some advantages. You have to try it to believe it. The displays feel a lot sharper, edges feel smoother, fonts look amazing, overall it just looks good on the huge display of my Tab s7+.
Coming back to that I need to ask you, did you try this before asking me the POINT. Coz I feel if you would have, you wouldn't be asking me this!
Click to expand...
Click to collapse
Yes, I did, and it looks no different. It's a 2k screen, enabling something to load a 2k screen with 4k will make no difference. Not trying to argue, just saying, it's pointless.
I accept it doesn't make any greatly significant difference but then its subjective. It was just an experiment and I wanted to try it. There are many people out there who always want to run youtube at 4k, this was simply my answer to that problem, although it has its own downside and implications.
Thanks for figuring this out! Often 4k will look better on a 2k screen than 2k on a 2k screen.
This is because pixels from youtube don't always line up perfectly to the tablet pixels and you end up with a resolution less than 2k when you have it set to 2k. When you stream at 4k from youtube, the content is delivered with smaller pixels and ends up looking better on a 2k display.
Thanks for this going to give it a try on my 7 plus.
it worked now i get the option to 2160 resolution, it does look sharper.
good work thanks very simple
Hey
When i use the command "densiti" my screen become wery BIG otherwise the "size" resolution is great
is that normal ??
There's also Newpipe to get 4K Youtube without hacking. As a bonus, it also gets rid of the ads.
Does this work on Netflix? Will the maximum resolution on netflix and prime video change to uhd?
What the Implications and Downsides to this?
bs3pro said:
Right, so what's the point? The 4k video doesn't look better on a 2k screen.
Click to expand...
Click to collapse
The point is higher bitrate. Youtube compresses videos so much so 4k will have a much higher bitrate than 1440p and look better.
Btw, use youtube vanced for 4k but use sparingly as it blocks ads. I wouldn't suggest using it very often because it doesn't support creators
What about on Samsung Dex or any kindof screen mirroring on external monitors? Any way to get the S7+ to send more than 1440p to an external monitor through any means?
For instance if you set the resolution to 4k with ADB, and then you mirror your display via a [email protected] usb-c / hdmi cable to your 4k screen, will the screen receive a 4k signal?
Can anyone (Stryker_Echo9er) try that?
jdoggawesomex900 said:
Btw, use youtube vanced for 4k but use sparingly as it blocks ads. I wouldn't suggest using it very often because it doesn't support creators
Click to expand...
Click to collapse
If you have unlimited data and an old device lying around (all it has to be able to do is run the official Youtube app), you can leave the video playing on that device with ads while you watch on your S7 or whatever without ads. Best of both worlds, the only extra you pay is that little bit of electricity to run the other device.
YouTube now natively supports 4K HDR.
Now you can watch high quality 4K YouTube videos on Android phones
Support for 4K HDR playback was only there for iPhone users while Android smartphone users were only able to play YouTube videos at a maximum resolution of 1440 pixels.
www.gadgetsnow.com
Twodordan said:
What about on Samsung Dex or any kindof screen mirroring on external monitors? Any way to get the S7+ to send more than 1440p to an external monitor through any means?
For instance if you set the resolution to 4k with ADB, and then you mirror your display via a [email protected] usb-c / hdmi cable to your 4k screen, will the screen receive a 4k signal?
Can anyone (Stryker_Echo9er) try that?
Click to expand...
Click to collapse
I tried doing that on my 8-series Samsung TV, unfortunately, it doesn't work on my TV via USB-C (using an HDMI Dongle) or screen mirroring. I am not sure if it would work on displays with a type-c port.
Stryker_Echo9er said:
I tried doing that on my 8-series Samsung TV, unfortunately, it doesn't work on my TV via USB-C (using an HDMI Dongle) or screen mirroring. I am not sure if it would work on displays with a type-c port.
Click to expand...
Click to collapse
Thanks for trying. But do you mean that it doesn't work at all, as in you can't use dex on your TV? Or does it mean it just doesn't do 4k?

Categories

Resources