Skip to content

2.1.3

Compare
Choose a tag to compare
@MWRevamped MWRevamped released this 07 May 02:20
4a9633b

Methamphetamine Updates:

Finally been updated, only English localization
Fixed Name Logo
Hopefully fixed update system

Dopamine Updates:

Fix system deadlocks on some devices resulting in watchdogd timeout [2.0 regression]
Recursively fix /var/jb/var/mobile permissions on userspace reboots and rejailbreaks (Fixes file sharing with jb apps still not working for some people)
Fix codesigning bypass not working on binaries that have an armv6 slice (There probably isn't a single binary with such a slice though) [2.1 regression]
Fix multicast_bytecopy not working on iPad Mini 6 (Contributed by @m1zole)

2.1.2

Fix app switcher not displaying preview images of jailbreak apps in some cases [2.1 regression]
Sandbox: Allow writing to /var/jb/var/mobile system wide

2.1.1

Fix codesigning bypass failing on binaries/libraries that have an armv7s slice (Fixes Designer not working) [2.1 regression]
Fix sharing files to jailbreak apps not working in some instances [2.1 regression]
Fix string corruption in sandbox bypass, the fact I never noticed this before means it probably wasn't that bad of an issue (don't use strcat on uninitialized stack buffers!)

2.1

Add support for A8(X) devices
Fix Dopamine app instantly crashing when installed using TrollStore on A8 devices
Add kcall implementation on arm64 iOS 15.x (this was needed for A8 support)
Use kcall for allocating page tables when available
Improve performance of some parts of the jailbreaking process by ~1000x (because A8 was getting stuck in them for multiple minutes.....)
Fix support for some obscure device / version combinations (e.g. A9 15.0.1, early 15.0 betas, etc...)
Add weightBufs and multicast_bytecopy as Kernel exploit options
Protect system files in preboot partition so users cannot delete them and cause the device to recovery loop
Add "Allow JIT in Apps" toggle, enabled by default, when enabled this will add CS_DEBUGGED to apps (Note: This has no effect on apps that have tweak injection disabled via Choicy)
Fix /var/mobile/Library/Application Support/Containers/, /var/mobile/Library/SplashBoard/Snapshots/ getting polluted with some jailbreak files
Fix jailbreak apps disappearing after the system (or TrollStore) reloads the icon cache
Add back "Change mobile password" option in Dopamine settings
Revamp jbctl trustcache management, new commands: jbctl trustcache info, jbctl trustcache clear, jbctl trustcache add
Switch to libgrabkernel2 (@alfiecg24, @dhinakg), removes the requirement for Dopamine to be installed by TrollStore on beta versions
Fix smith not working on iOS 15
Order exploits by recommendation score, add "(Recommended)" to the best one
30-04-2024 21:13 UTC: Build was reuploaded to fix issues with OTA updates on 15.x arm64, people who have already updated do not need it, so I decided to not make it a new update