AhMyth icon indicating copy to clipboard operation
AhMyth copied to clipboard

server report: Signer conflicts with external Zipalign | 64bit Linux

Open Morsmalleo opened this issue 3 months ago • 0 comments

server issue description

  1. Install AhMyth and it's dependencies
  2. Install AhMyth zipalign either with a package manager, with Android Studio or manually yourself.
  3. Boot up AhMyth
  4. Navigate to the “APK Builder ”Tab
  5. Attempt to Build a Payload
  6. See the “ Signing Failed ”Error.

Error logs

To be updated.

Solution

Remove any external zipalign and the signer will work on 64Bit Linux (works but is not good enough)

Add a function to first attempt to zipalign the payload using an external zipalign, and if this doesn't work fall back to using the Signer's Built in Zipalign

Additional context

No response

Acknowledgements

  • [X] This issue is not a duplicate of an existing server report.
  • [X] I have chosen an appropriate title.
  • [X] All requested information has been provided properly.

Morsmalleo avatar Mar 17 '24 02:03 Morsmalleo