Code Monkey home page Code Monkey logo

Comments (6)

wokeboy avatar wokeboy commented on July 20, 2024 1

Oh I see, so a different error? In that case, @wokeboy do you have discord? can I send you some test files to try on Android 11 as I do not have one with me and have issues setting up and android 11 emulator on my end.

I'd love to help out however I can, my discord is bean#6063

from impostormodmenu.

Devilx86 avatar Devilx86 commented on July 20, 2024 1

Added, let's close this after documenting the solution once we fix it.

from impostormodmenu.

Redlything avatar Redlything commented on July 20, 2024 1

Can I also add you from Discord I wanna support you anyway I can

from impostormodmenu.

Devilx86 avatar Devilx86 commented on July 20, 2024

Oh I see, so a different error? In that case, @wokeboy do you have discord? can I send you some test files to try on Android 11 as I do not have one with me and have issues setting up and android 11 emulator on my end.

from impostormodmenu.

wokeboy avatar wokeboy commented on July 20, 2024

@Devilx86

from impostormodmenu.

Devilx86 avatar Devilx86 commented on July 20, 2024

Hello, I finally fixed this,
TLDR:
zip align apk and use apksigner instead of jarsigner

In the release version that I posted for v1.3, I had some patches in the Manifest to fix Android 11 issue as I was told by someone that this patched worked for them in v1.2. However this was not why v1.2/v1.3 did not work on Android 11, hence these patches were useless. Unfortunately I did not have android 11 with me to test it out/fix it. After I was finally able to set up an android 11 emulator. I noticed adb install amongus-impostor-v1.3.apk gave me an error related to resource.arsc not being 4 byte aligned. Using zipaligner -c amongus-impostor-v1.3.apk to verify, I noticed the resources.arsc section was BAD-1 so I zip aligned the APK. However after signing with jarsigner in the inject-apk.sh script the section turned BAD again and zip aligning once again would result in some of the package contents to be unsigned. So I solved this by zip aligning and signing with apksigner instead of jarsigner

I will update the script and the code for v1.3 here tomorrow, also if you had parsing/any other app install issues with android 11, check out the new release I just posted at polarmods.

from impostormodmenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.