Thread: New models?
View Single Post
Old 08-30-2021, 08:23 AM   #34
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: 3,989
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by ottischwenk View Post
All Boox devices can rotate every 90 ° (90, 180, 270, 0).
It's on the Android line (I don't know the correct name in English); the "-" of the "T" means top.
Ah, you're right. It's on the pull-down menu (window shade?).

But this doesn't work on a per-application basis.
Code:
activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT);
This is an anomaly that people have complained about for years:
https://stackoverflow.com/questions/...screen-enabled

In the Poke3 case there is no auto-rotate to turn on, so that won't work.
My B&N Glow2 does upside-down at the application level correctly.

The code that controls this is in android_policy.jar com.android.internal.policy.impl.PhoneWindowManage r
Although there is config_allowAllRotations in framework-res.apk
Attached Thumbnails
Click image for larger version

Name:	glow180.png
Views:	161
Size:	52.0 KB
ID:	189010  
Renate is offline   Reply With Quote