mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #136] Support 16KB page sizes #104
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LADB#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Joe3112 on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/136
Originally assigned to: @tytydraco on GitHub.
Hi there!
Thanks for creating and opening such an awesome tool!
Starting November 1st, 2025 Google is requiring all apps to support 16 KB page sizes for apps targeting Android 15 and above, can you build the libadb to support this?
reference: https://developer.android.com/guide/practices/page-sizes
Cheers
@tytydraco commented on GitHub (Aug 25, 2025):
The Google requirements never stop coming 😭
Yes hopefully we will figure something out for this soon. I believe the libadb.so we have now comes from Termux, so we can see about modifying the build script to build for 16KB page sizes
@Joe3112 commented on GitHub (Sep 11, 2025):
It looks like it is possible to ask for an automatic extension until May 31, 2026 so at least that is something :)
@bugrevealingbme commented on GitHub (Feb 12, 2026):
Is there a solution or alternative?
@Joe3112 commented on GitHub (Feb 20, 2026):
I decided to go with tananaev/adblib
It works for my use-case.