Recent content by 0xd00d

  1. Tutorial How to mod an Android Game {Beginners Tutorial} Part-1

    Yes, you can install Java :cool:
  2. Tool APK Toolkit v1.2 (Windows)

    You could try deleting ApkToolkit.ini to reset any settings but I doubt that would work because windows uses registry & files for jumplists Any other apps have trouble with jumplists or loading? If not then i'll check my code to see what i can do, but wont be easy without having the problem myself
  3. Tool APK Toolkit v1.2 (Windows)

    It looks like maybe your windows jumplist cache is corrupted You can try deleting your cache... Open file explorer and navigate to %AppData%\Microsoft\Windows\Recent\AutomaticDestinations and delete all the automaticDestinations-ms files reboot pc and try again?
  4. Tool APK Toolkit v1.2 (Windows)

    what version windows are you using?
  5. Tool APK Toolkit v1.2 (Windows)

    Can you please supply a download link or name for an affected apk that shows this error? So I can test the fix is now working?
  6. Tool APK Toolkit v1.2 (Windows)

    Thanks for the heads up :laugh: It seems its caused due to the latest change in JDK 11.0.20 i'll add the workaround hopefully on the weekend :tumbsup:
  7. Tool APK Toolkit v1.2 (Windows)

    APK Toolkit v1.2 now includes the ability to remove ads via regex search & replace Included regex has been gathered from various sources and changed and optimised for speed and efficiency Notes for creating new regex Regex are checked on a complete smali text file NOT line by line Decompiled...
  8. Tool APK Toolkit v1.2 (Windows)

    Updated to v1.2 with some small bug fixes and additions...
  9. Tool APK Toolkit v1.2 (Windows)

    Updated to v1.1 with some small bug fixes and additions...
  10. Tool APK Toolkit v1.2 (Windows)

    Thanks :face14: Download mirror added...
  11. Tool APK Toolkit v1.2 (Windows)

    APK Toolkit v1.2 APK Toolkit is a native Windows GUI app for Reverse Engineering Android apps. It provides multiple tools & options for decompiling, compiling, extracting and zipping various Android file formats as well as displaying app permissions, metadata and much more It was written from...