You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2025. It is now read-only.
When I try to delete apps, I see from the toasts at the bottom that the app is entering mount -o rw_remount /system, which is not a valid shell command. However, according to the source, it should be entering mount -o rw,remount /system, which does work. My guess is that something messed up between compilation and publication.
When I try to delete apps, I see from the toasts at the bottom that the app is entering
mount -o rw_remount /system, which is not a valid shell command. However, according to the source, it should be enteringmount -o rw,remount /system, which does work. My guess is that something messed up between compilation and publication.