Skip to content

Support for 16 KB page sizes on Android #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nodrock opened this issue Apr 4, 2025 · 2 comments
Closed

Support for 16 KB page sizes on Android #65

nodrock opened this issue Apr 4, 2025 · 2 comments
Labels
android Issue occurs on Android platform bug Something isn't working

Comments

@nodrock
Copy link

nodrock commented Apr 4, 2025

I am trying to upgrade all libs in our games to support 16 KB page sizes on Android (https://developer.android.com/guide/practices/page-sizes).
Could you please upgrade libgilzoide-sqlite-net.so to support these page sizes? Thank you

/Applications/Unity/Hub/Editor/6000.0.43f1/PlaybackEngines/AndroidPlayer/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-objdump -p libgilzoide-sqlite-net.so | grep LOAD
LOAD off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 212
LOAD off 0x000000000003f3c8 vaddr 0x00000000000403c8 paddr 0x00000000000403c8 align 2
12
LOAD off 0x0000000000181200 vaddr 0x0000000000183200 paddr 0x0000000000183200 align 212
LOAD off 0x0000000000183868 vaddr 0x0000000000186868 paddr 0x0000000000186868 align 2
12

@gilzoide gilzoide added the android Issue occurs on Android platform label Apr 4, 2025
@gilzoide
Copy link
Owner

gilzoide commented Apr 4, 2025

This is being addressed by PR #64.

@gilzoide gilzoide added the bug Something isn't working label Apr 4, 2025
@gilzoide
Copy link
Owner

gilzoide commented Apr 4, 2025

This problem was fixed (kudos to @phaax) and is available in the new version 1.2.3.
Cheers \o/

@gilzoide gilzoide closed this as completed Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue occurs on Android platform bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants