alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)
GNU General Public License v3.0
3.82k stars 825 forks source link

Update `embedded-tools` and Add licenses for redistributed software #131

Closed s1204IT closed 7 months ago

s1204IT commented 9 months ago

axmldec: v1.2.0 build-tools: 34.0.0 platform-tools: 34.0.4


s1204IT commented 8 months ago

@alesimula Please review or merge it.

alesimula commented 8 months ago

Hello

For axmldec, I used my forked version: https://github.com/alesimula/axmldec

This would allow you to specify the XML file to decode from within the apk, and also decode binary data from the standard input, which I both use in WSA PacMan

Examples:

axmldec -o output.xml com.example.app.apk -x res/layout/preference.xml

^ decoding an xml file inside the archive

type input.xml | axmldec -o output.xml

^ decoding from stdin

alesimula commented 8 months ago

As for the other binaries and DLLs, could you provide the https://dl.google.com/ URL for the exact build tools and platform tools versions?

s1204IT commented 8 months ago

For axmldec, I used my forked version: https://github.com/alesimula/axmldec

Fixed

As for the other binaries and DLLs, could you provide the https://dl.google.com/ URL for the exact build tools and platform tools versions?

This is not necessary as it is specified in source.properties.

s1204IT commented 8 months ago

@alesimula Still have any questions?