mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #429] Failed to activate and acquire memory lock increment #391
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#391
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WaringMoon on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/429
I used LiveContainer to install the Melonx emulator for playing Switch games. This emulator requires two conditions for stable operation:
Obtaining JIT permissions;
Acquiring the "Increased Memory Limit Entitlement"—a permission that allows unrestricted access to the device’s full memory.
To enable the second permission, I tried using the "Get More Ram" app from GitHub. However, this app currently fails to activate the unrestricted memory lock for applications within LiveContainer. The app’s mechanism appears to involve scanning applications signed by the currently logged-in developer account, selecting one, and then reinstalling it to grant full memory permissions.
Sent from PPHub
@hugeBlack commented on GitHub (Apr 3, 2025):