LSPatchArchives
10.4K subscribers
1 photo
368 files
11 links
CI builds for LSPatch
See https://github.com/LSPosed/LSPatch for more information
Download Telegram
manager-v0.5.1-362-debug.apk
12 MB
Fix Manifest Parse Failure (#151)

Recently encountered Multiple apps where LSPatch failed to parse
AndroidManifest.xml. Upon further debugging found that we throw an error
when style sizes don't adhere to a 4-byte boundary. We can safely ignore
this and move forward since we are anyways not using `block.m_styles`
anywhere in the code. Have checked multiple other AXML parsers wherein
they too do the same thing
👍206🥰1🤯1
manager-v0.5.1-367-debug.apk
12.7 MB
Update core to 1.8.6 (#168)

With
- update AGP to 7.4.0
- update Android Build Tools to 33.0.1
👍26🎉32👎2🥰1
manager-v0.5.1-372-debug.apk
12.7 MB
Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180)

**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
👍373🥰3🔥1