artyom-beilis / OpenLiveStacker

Live Stacker Project - C++ backend and frontend
GNU General Public License v3.0
36 stars 4 forks source link

Menu titles are wrapping #4

Closed han-k59 closed 1 year ago

han-k59 commented 1 year ago

Menu titles are wrapping. For example to pixel size and focal length titles. See attached screenshots

Screenshot_20230425-153027_Samsung Internet

Screenshot_20230424-090741_Samsung Internet

artyom-beilis commented 1 year ago

What browser is that?

han-k59 commented 1 year ago

The standard Samsung browser

artyom-beilis commented 1 year ago

Should be solved in beta7

han-k59 commented 1 year ago

Thanks,

I will test it tonight. I will also release a new version of astap_cli. The astap_cli version your using, 2023-03-17 is not fully adapted to the new databases D05, D20, D50 and G05 which where released a few days later. It would be better to include this new astap_cli.

Han

artyom-beilis commented 1 year ago

Can you please also build astap_cli for Android as x86 and x86_64 and not only ARM since for simulators it mostly x86 or x86_64 and it is highly useful.

2023-03-17 is not fully adapted to the new databases D05, D20

Actually I'm using it with D05.

han-k59 commented 1 year ago

Yes should be no problem.

On which system does Android run on X86?

artyom-beilis commented 1 year ago

These are latest android platforms: arm64-v8a armeabi-v7a x86 x86_64

Simulators are usually x86 - you build it for two arm platforms 64 and 32 bits.

han-k59 commented 1 year ago

It compiled for Android X86 (i386) and X86_64 without any problem. All versions are available here.

http://www.hnsky.org/astap.htm#beta_version

artyom-beilis commented 1 year ago

It compiled for Android X86 (i386) and X86_64 without any problem. All versions are available here.

http://www.hnsky.org/astap.htm#beta_version

I tested x86 and arm64-v8a - work ok!

In all I replaced the interpreter with one of below according if it is 64 or 32 bit

patchelf --set-interpreter /system/bin/linker astap_cli
patchelf --set-interpreter /system/bin/linker64 astap_cli