November 23, 2022

Raccoon 4.23.0

Bugfix release:

  • Some versions of Android have a bug that will cause the packagemanager commandline tool to crash on the device, when called with packed flags (“-rtd”). Raccoon did not catch that and reported a finished install, even though it was actually just a finished transfer. This bug only affects traditional, single APK apps. App bundles (“split APK”) are not affected as they require the pm command to be called with different parameters. Fix is to call the pm command with unpacked flags (“-r -t -d”).