Hello. usually the resolutions present in the first android date are the following:
1024_768
480_272
800_480
then the multimode file ini to adapt the resolution to those not present (in your case using the 480_800)
Try to check if your data in the ui_android folder contains both the three resolutions and the multimode.ini file configured as follows:
[modes]
; mx=WidthMin..WidthMax, HeightMin..HeightMax,Folder
; OR
; mx=Width, Height ,Folder
m1=400..480,196..320,"480_272"
m2=234..320,400..480,"480_272"
m3=768..960,400..600,"800_480"
m4=480..600,700..960,"800_480"
m5=1024..1280,552..800,"1024_768"
m6=600..800,960..1280,"1024_768"
Bookmarks