View Single Post
Old 06-17-2025, 11:52 AM   #20
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,007
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by daniel bastida View Post
Any help?
Yes. I think that it's just misconfigured, possibly from misreading the identity of the panel.
Why did you replace the panel? General failure?

This is Android, right? Do you have ADB enabled?
If you have a problem reconciling touch you can use a mouse if this supports it.
(That's just to get you through testing, not a solution!)

The native display is landscape with the origin in the upper left in your photo, so it looks like it's working fine.
I would have expected that startup would have wiped the entire screen as that stuff is pretty hard coded.

This device, iMX6 is similar to older B&N Nooks.

If you get ADB working, try:
Code:
C:\>adb shell
$ wm size
$ wm density
$ wm size reset
$ wm density reset
If it gives you funny numbers on size you can try
Code:
$ wm size 1072×1448
But always use bigxsmall or smallxbig whichever you got the first time.
Renate is offline   Reply With Quote