Jump to content

Jimbo22

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Jimbo22

  1. Hey Bin4ry and everyone else, thanks so much for putting the work in to help us do this too. I'm trying to patch 4.1.9, and the GUI version doesn't seem to produce anything in decompile_out when I press decompile, but the command line version seems to be working, but it gets to this point then gives this error, can anyone assist? No doubt I'm making a silly error somewhere.

     

    I: Smaling smali_classes6 folder into classes6.dex...
    I: Checking whether resources has changed...
    I: Building resources...
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
    ibException: brut.common.BrutException: could not exec: [aapt, p, --forced-packa
    ge-id, 127, --min-sdk-version, 19, --target-sdk-version, 21, --version-code, 102
    5608, --version-name, 4.1.9, --no-version-vectors, -F, C:\Users\User\AppData\Loc
    al\Temp\APKTOOL7910535340477668784.tmp, -0, data, -0, assets/build, -0, webp, -0
    , h264, -0, arsc, -I, C:\Users\User\AppData\Local\apktool\framework\1.apk, -S, C
    :\PatchAPK\deejayeye-modder-master\decompile_out\res, -M, C:\PatchAPK\deejayeye-
    modder-master\decompile_out\AndroidManifest.xml]
            at brut.androlib.Androlib.buildResourcesFull(Androlib.java:493)
            at brut.androlib.Androlib.buildResources(Androlib.java:427)
            at brut.androlib.Androlib.build(Androlib.java:326)
            at brut.androlib.Androlib.build(Androlib.java:264)
            at brut.apktool.Main.cmdBuild(Main.java:231)
            at brut.apktool.Main.main(Main.java:84)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
     exec: [aapt, p, --forced-package-id, 127, --min-sdk-version, 19, --target-sdk-v
    ersion, 21, --version-code, 1025608, --version-name, 4.1.9, --no-version-vectors
    , -F, C:\Users\User\AppData\Local\Temp\APKTOOL7910535340477668784.tmp, -0, data,
     -0, assets/build, -0, webp, -0, h264, -0, arsc, -I, C:\Users\User\AppData\Local
    \apktool\framework\1.apk, -S, C:\PatchAPK\deejayeye-modder-master\decompile_out\
    res, -M, C:\PatchAPK\deejayeye-modder-master\decompile_out\AndroidManifest.xml]
            at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
    a:441)
            at brut.androlib.Androlib.buildResourcesFull(Androlib.java:479)
            ... 5 more
    Caused by: brut.common.BrutException: could not exec: [aapt, p, --forced-package
    -id, 127, --min-sdk-version, 19, --target-sdk-version, 21, --version-code, 10256
    08, --version-name, 4.1.9, --no-version-vectors, -F, C:\Users\User\AppData\Local
    \Temp\APKTOOL7910535340477668784.tmp, -0, data, -0, assets/build, -0, webp, -0,
    h264, -0, arsc, -I, C:\Users\User\AppData\Local\apktool\framework\1.apk, -S, C:\
    PatchAPK\deejayeye-modder-master\decompile_out\res, -M, C:\PatchAPK\deejayeye-mo
    dder-master\decompile_out\AndroidManifest.xml]
            at brut.util.OS.exec(OS.java:97)
            at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
    a:435)
            ... 6 more
    Caused by: java.io.IOException: Cannot run program "aapt": CreateProcess error=2
    , The system cannot find the file specified
            at java.base/java.lang.ProcessBuilder.start(Unknown Source)
            at java.base/java.lang.ProcessBuilder.start(Unknown Source)
            at brut.util.OS.exec(OS.java:90)
            ... 7 more
    Caused by: java.io.IOException: CreateProcess error=2, The system cannot find th
    e file specified
            at java.base/java.lang.ProcessImpl.create(Native Method)
            at java.base/java.lang.ProcessImpl.<init>(Unknown Source)
            at java.base/java.lang.ProcessImpl.start(Unknown Source)
            ... 10 more
    -: Signing with testkey...
    Exception in thread "main" java.io.FileNotFoundException: __MODDED_APK_OUT__\mod
    .apk (The system cannot find the file specified)
            at java.base/java.io.RandomAccessFile.open0(Native Method)
            at java.base/java.io.RandomAccessFile.open(Unknown Source)
            at java.base/java.io.RandomAccessFile.<init>(Unknown Source)
            at java.base/java.io.RandomAccessFile.<init>(Unknown Source)
            at com.android.apksig.ApkSigner.sign(ApkSigner.java:154)
            at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:277)
            at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:89)
    The system cannot find the file specified.
    -: Cleaning up...
    -: Have fun and stay safe
    Press any key to continue . . .

     

×
×
  • Create New...