Commit Graph

3 Commits

Author SHA1 Message Date
619b36d72d Fix 16KB alignment with correct -P 16 flag
The -p flag only does 4KB alignment, not 16KB.
Correct command: zipalign -P 16 (uppercase P with page size)

Result: All 28/28 native .so libraries properly 16KB-aligned
Verified: Alignment preserved through apksigner v2/v3 signing
Tested: Android 16 (API 36) compatible

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 13:28:53 -08:00
3263e09ea3 Fix Android 16 installation with extractNativeLibs=true
- Set extractNativeLibs=true to bypass 16KB alignment requirement
- Lower targetSDK to 34 for compatibility mode
- Update RR3-Community-Mod.ps1 with 16KB zipalign command
- Tested on Android 16 (API 36)

Issue: apksigner 0.9 breaks 16KB alignment when signing
Solution: Extract libs to disk instead of mmap

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 13:28:53 -08:00
7f1b3cd526 Initial commit: RR3 APK Modification Tools
- Automated PowerShell script (RR3-Community-Mod.ps1)
- Complete modification guide (14,000 words)
- Quick reference summary (12,000 words)
- Network protocol analysis (13,000 words)
- One-command APK modification
- Built-in custom server support discovery

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-17 22:03:42 -08:00