screen resolution bigger than size limit

Viewed 11

I need to set higher screen resolution with adb

i aware of this command

adb shell wm size 1080x2246

I can duplicate until 2160x2048 size.

But if I set higher resolution (for example 2732x2048) this size it automatically set to 2160x2048

Is there any option to pass this limit?

Is it harmful for device change higher than this limit?

0 Answers
Related