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
If only use the statusbaticon patch, the romfs folder will no longer be bundled.
Use blocking policy for srv. This will fix the system hang caused by certain homebrew applications when they suspend (by pressing the home button), as these applications use the same service (mcu::HWC) to retrieve battery information. Now, the battery patch will pause the update of the home menu's battery status when these applications call the mcu::HWC service, and instead display the word "Error" in the corresponding position on the home menu. Once you close these applications, the main menu's battery information will resume updating. Please note: for applications that do not require continuous calls to the mcu::HWC service, the battery patch will update the home menu's battery information normally, regardless of whether the application is suspended.