NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Android v
« Previous 1 2 3 Next »
High DPI on uidroid

 
  • 0 Vote(s) - 0 Average
High DPI on uidroid
linustorvalds
Offline

Junior Member

United Kingdom
Posts: 24
Threads: 8
Joined: Jul 2022
#1
2023-08-10, 11:25 AM
Hi,

Is there any way to get UIDroid to display in Full/High DPI? The long-press D-Pad centre options are fairly limited and making changes to the NLite Client on the host doesn't reflect on UIDroid.

I don't have time to take photos right now, but the icon/text scaling is fairly poor for a 4K display. I'm using the app on a FireTV stick. 
I can post photos to better explain what I mean by this if need be.

I suppose my main question is
1. Is there a way to make UIDroid display in high DPI mode, similar to the desktop client
2. If not, can this be added
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#2
2023-08-10, 12:39 PM
I don't plan on changing uidroid from 720p for the GUI but videos are shown at native resolution. Screen http transfers will be 4x slower and not worth the tradeoff IMO. My understanding is Kodi sends 720p screens too and lets the monitor upscale.

Text rendering is done by the server though and I am not sure if any of the nlite settings other than higher resolution make a difference to the source, these are not documented.

You can use adb to capture a screenshot and zip and attach it, that would be better than a photo. While you are using adb check the adb shell wm size and adb shell wm density to see what your device is running. You can modify these for your requirements.

Martin
linustorvalds
Offline

Junior Member

United Kingdom
Posts: 24
Threads: 8
Joined: Jul 2022
#3
2023-08-10, 01:51 PM
(2023-08-10, 12:39 PM)mvallevand Wrote: I don't plan on changing uidroid from 720p for the GUI but videos are shown at native resolution.  Screen http transfers will be 4x slower and not worth the tradeoff IMO.  My understanding is Kodi sends 720p screens too and lets the monitor upscale.

Text rendering is done by the server though and I am not sure if any of the nlite settings other than higher resolution make a difference to the source, these are not documented.

You can use adb to capture a screenshot and zip and attach it, that would be better than a photo.  While you are using adb check the adb shell wm size and adb shell wm density to see what your device is running.  You can modify these for your requirements.

Martin

That's fair, though the option would be nice? If the speed is network dependant anyway. 720p is fine honestly it's more just icon scaling and such.

I can't lie, I've never used ADB in my life. Can you link any kind of tutorial or resource for doing this on a Fire stick?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#4
2023-08-10, 02:06 PM
How did you install uidroid? https://html.duckduckgo.com/html?q=andro...tfy&kae=-1

The screen capture should tell us if the server is doing its stuff. Screenshot example here https://developer.android.com/tools/adb#screencap

I will let you search for wm size and wm density.

Martin
linustorvalds
Offline

Junior Member

United Kingdom
Posts: 24
Threads: 8
Joined: Jul 2022
#5
2023-08-10, 02:16 PM
At the time, I pulled the .apk to my own server then used some downloader application to get it onto the stick. Didn't use adb to get it onto the stick.

I've attatched the screencaps using adb. The resolution of the caps is what the stick is set to.

This is likely more of an nlite issue (as the same thing happens on desktop) but you can see all icon scaling (not just channel logos) is done fairly poorly. Not matter what resolution, etc it scales them badly. I can live with the blurry 720p UI but icon scaling should get sorted at some point.
(This is not user error, I've played with various resolutions, used good logos, etc. Edges are rough everytime)

[Image: ZChrewH.png]
linustorvalds
Offline

Junior Member

United Kingdom
Posts: 24
Threads: 8
Joined: Jul 2022
#6
2023-08-10, 02:18 PM
I don't see the attachment in the previous post...lol. Let me know if they didn't upload.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#7
2023-08-10, 02:19 PM
Can you zip and attach the actual file as requested. What do you mean by nlite issue?

Martin
linustorvalds
Offline

Junior Member

United Kingdom
Posts: 24
Threads: 8
Joined: Jul 2022
#8
2023-08-10, 02:26 PM (This post was last modified: 2023-08-10, 02:29 PM by linustorvalds.)
https://www.mediafire.com/file/1t8rn9aw2...encaps.zip

The attatchment system is being an utter pain in the ass. Apologies.


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#9
2023-08-10, 02:57 PM
Thanks. The problem is attachments need to be under 2MB and you included two 4K screen caps, one may have worked.

If you set your ATV to display 1080p does it look better? As noted there could be issues with your monitor upscaling. Those wm command I gave to do still apply too.

I will leave it to sub to talk about scaling and icons, the source icons won't be HD resolution which doesn't help.

You can also try changing values in <UiServerZLibLevel>2</UiServerZLibLevel> This will require restarting the server. I think 0 is uncompressed.

Martin
linustorvalds
Offline

Junior Member

United Kingdom
Posts: 24
Threads: 8
Joined: Jul 2022
#10
2023-08-10, 04:46 PM
1080p is about the same result. I don't think it's a display scaling issue. The issue occurs on my 2K monitor with the desktop NLite and my 4K TV with the android app, so it seems to just be an issue with NLite itself and the way its handling icon scaling. The same icons with Jellyfin didn't have this issue, etc etc.  It's not a big deal its liveable, just a good quality of life upgrade I think. Makes it look a bit less dodgy Tongue

"Those wm command I gave to do still apply too." - could you post the exact commands? as a adb noob I'm not aware of what these would be. All I did was...

PHP Code:
adb shell screencap -p /sdcard/test2.png 


"the source icons won't be HD resolution which doesn't help." - true, but there is likely a much better scaling method that doesn't cause so much aliasing. An NLite issue as a whole?

"You can also try changing values in <UiServerZLibLevel>2</UiServerZLibLevel> This will require restarting the server. I think 0 is uncompressed." - I'll give this a shot at a later date and report back.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  uidroid stop button bug? pazu1 1 201 2025-05-13, 09:13 AM
Last Post: mvallevand
  Remotes for uidroid mvallevand 22 5,678 2025-04-25, 08:55 PM
Last Post: bgowland
  Uidroid and smooth FF/RW? bgowland 4 372 2025-04-18, 04:44 PM
Last Post: bgowland
  Uidroid doesn't launch on first attempt using Android TV cweseloh 1 294 2025-04-10, 01:55 PM
Last Post: mvallevand
  Upgraded to Mediax version of UIDROID on S21 Ultra, now "unsupported video" DSperber 30 1,878 2025-03-22, 12:48 PM
Last Post: mvallevand
  Uidroid Changelog mvallevand 9 7,157 2024-11-04, 09:03 PM
Last Post: mvallevand
  Using uidroid oddities Jaggy 37 2,839 2024-10-30, 03:27 AM
Last Post: Jaggy
  uidroid video playlist Jaggy 15 1,912 2024-06-12, 09:52 PM
Last Post: mvallevand
  uidroid & remotes Jaggy 19 2,231 2024-06-06, 08:29 PM
Last Post: mvallevand
  NextPVR android on Pixel works - UIdroid no Offroad 1 872 2024-04-03, 04:09 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode