I'd like to pass high resolution "1920 * 1080" on my A20 with Android

Started by bob21dd, November 30, 2013, 09:48:00 PM

Previous topic - Next topic

bob21dd

hello,
I'd like to pass high resolution "1920 * 1080" on my A20 with Android
Do you have the solution?

ludo

Hello,

I have the same problem as bob21dd. I would like to use my A20 like a PC,  to mostly navigate and play some application on the web with  a 24'' LCD screen and a resolution of 1920x1080.

For the moment i using this solution.

I connect to my device via USB  with ADB tools and then i put this code on a terminal.

1/ Connect to the device through a shell

$ sudo adb shell

2/ resize

$ am display-size 1920x1080


But it seems that the quality of the image goes down when i resize the resolution.

Android didn't auto-adapt the quality when i change the resolution? Can someone help us?

Thank you very much!