Recent content by 0xd00d

  1. Tool APK Toolkit v1.5 (Windows)

    No unfortunately for a number of reasons The save requires root to save the backup and injecting from a backup created with rooted device is really beyond the scope of a decompiler / compiler This is also a standalone windows app, so can be run without the need to add to APK Toolkit If there...
  2. Help! Cant dump the .apk

    dump.cs is generated from global-metadata.dat and libil2cpp.so If you have it installed then 'Extract APK' using APK Manager or a similar app and then work on it from there
  3. Help! Cant dump the .apk

    That looks like a non standard xapk renamed to an apk, I can't really tell from your screenshot You can manually extract global-metadata.dat from base.apk and libil2cpp.so from split_config.arm64_v8a.apk and then Drag & Drop both files into Il2cppdumper section of APK Toolkit to dump
  4. Tool APK Toolkit v1.5 (Windows)

    There is no language option in that apps settings It should select automatically based on your system wide settings Try the unedited one first to make sure it's not because of your changes If you are on Android 13 or higher, you should be able to change languages on a per app basis from...
  5. Tool APK Toolkit v1.5 (Windows)

    I have downloaded the latest version from apkcombo, converted xapk to apk and decompiled, recompiled, zipaligned and signed I have tested and it installs fine on my device and LDPlayer 9 emulator so there is definitely no problem with APK Toolkit I haven't used APK Getter so not sure if it's...
  6. Tool APK Toolkit v1.5 (Windows)

    I can't really guess without some solid information What is the app name? Do you have any logs of APK Toolkit decompiling, compiling, zip aligning and signing as well as which regex options you used?
  7. Tool APK Toolkit v1.5 (Windows)

    The Galaxy S24 Ultra will only run 64 bit apps & games I suspect your downloaded APK does not contain the 64 bit version but the playstore version does. Where did you download the APK from? Can you show the download link?
  8. Tool APK Toolkit v1.5 (Windows)

    That message normally means either your device hardware is not compatible (example: 32 bit app for a 64 bit only phone) or your android version may not be compatible with the app Does the same app install and work ok without making any changes? Can you install other apps not directly from the...
  9. Tool APK Toolkit v1.5 (Windows)

    Updated to v1.5 Added Signature Killer for xapk & apk Improved Signature recognition... 1. The signature info box will now only show you the verified signature schemes version numbers that the apk is signed with 2. Verification takes a little longer so may continue to check after the parsing of...
  10. Tool APK Toolkit v1.5 (Windows)

    Decompile app Goto Settings and choose which regex to Enable Click Search & Replace in the Tools menu Compile Test and if you get unexpected results then try again with different regex(s) enabled (After compile you can click install to test if you have your emulator open or phone connected)
  11. Tool APK Toolkit v1.5 (Windows)

    Updated to v1.4 Added language support Added English language Added Chinese (Simplified) language Added Hindi Language Added Hungarian Language Added Russian language More to follow... Fixed problem with Search & Replace Regex saved to file being truncated Fixed form scaling for high-dpi...
  12. Help! Please tell me how to add modmenu to xapk. xapk convert to apk failed HELP ME

    It really doesn't matter if you made no changes or not, the act of converting xapk to apk needs to be re-signed for it to be installed Re-signing = changing so it almost certainly is some sort of signature protection You can bypass signature protection but as you are a beginner then I suggest...
  13. Help! Please tell me how to add modmenu to xapk. xapk convert to apk failed HELP ME

    If you mean editing any files or resources then yes you can either extract to edit files or tick "Don't disassemble classes.dex" in settings and none of the dex are then decompiled, just the resources If you mean editing code (smali) then that is decompiled code. Apks contain COMPILED Java...
  14. Help! Dumping failed!

    Just upgrade the dumper to the latest version Download HERE extract to '6 - Resources\Il2CppDumper\' and in the about box the version should then say v6.7.46 I also suggest upgrading ApkTool from HERE to v2.10.0. Rename to apktool.jar and copy to '\6 - Resources\' overwriting the old version...
  15. Help! Please tell me how to add modmenu to xapk. xapk convert to apk failed HELP ME

    APK Toolkit is a PC app that can add a mod-menu to an app easily by decompiling both the app and the mod-menu, merging them and automatically doing all the required edits to load the mod-menu which is a huge time saver when modding / adding mod-menus You can convert an xapk to apk with APK...
Back
Top Bottom