ksud: added module restore cmd, replaced pkg id for debug and uninstall manager and changed banner

manager: implement restore module UI
This commit is contained in:
Rifat Azad
2024-12-19 17:33:20 +06:00
parent 9911795aa3
commit adf3920caa
7 changed files with 116 additions and 39 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ pub fn uninstall(magiskboot_path: Option<PathBuf>) -> Result<()> {
boot_patch::restore(None, magiskboot_path, true)?;
println!("- Uninstall KernelSU manager..");
Command::new("pm")
.args(["uninstall", "me.weishu.kernelsu"])
.args(["uninstall", "com.rifsxd.ksunext"])
.spawn()?;
println!("- Rebooting in 5 seconds..");
std::thread::sleep(std::time::Duration::from_secs(5));