Jacinto6 board with Android: how to build firmware for a portrait?

I am developing a special firmware for Android for the Jacinto6 (dra7xx) board. By default, the board is landscape (800x480).

I need to develop a portrait version of the firmware in order to:

  • when flashing firmware, during recovery, the board can be processed vertically (480x800)

  • when switching between butanima (landscape) and launcher (portrait) there is no rotation artifact

I have already tried setting "PRODUCT_CHARACTERISTICS" to "phone" and hardcode "SCREEN_ORIENTATION_PORTRAIT" to various infrastructure classes (WindowManager, ActivityManagerService, PhoneWindowManager, etc.).

Do you have a solution for this?

Thanks!

+7
android android-hardware texas-instruments
source share

No one has answered this question yet.

See related questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to keep Android activity state by saving instance state?
2097
Is there a way to run Python on Android?
1844
What is "Context" on Android?
1188
How to get the build / version number of your Android app?
161
How to rotate Android portrait / landscape emulator?
52
How to block the orientation of an Android application in portrait mode?

All Articles