Hi Mate,
With you - Yes, but @Kladi - has a radio 2DIN - working only Landscape mode.
In each case, adjust the screen should be done at the device.
Copying other settings may not work properly.
Thanks for your answer, because it shows how important it is to know the actual size of the screen, and for the use (or not) the status bar, or use the full screen mode.
In all these cases, the screen should be dedicated by means of precisely defined size (in you is just such a declaration:
screen_x = 1024
screen_y = 552
screen_x2 = 600
screen_y2 = 976
screen_xy = "1024_768: 1024x552 / 600x976: fullscreen")
Sometimes a bad entry - which differs even only 1 px. may cause the message "User's resolution is not supperted" ..
Therefore easier and safer to use record
screen_xy = "auto"
Note - most apk. - Contains just such an entry in the file sys.txt - the one who "stitched" in the apk.
Thanks and best regards
wojpen



Likes: 



, because it shows how important it is to know the actual size of the screen, and for the use (or not) the status bar, or use the full screen mode.


Bookmarks