Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonyha7 committed Sep 4, 2022
1 parent 9e1737e commit 5e47a28
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
48 changes: 44 additions & 4 deletions Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void button9_Click(object sender, EventArgs e)

private void button16_Click(object sender, EventArgs e)
{
MessageBox.Show(RunCommand("adb shell am broadcast - n com.android.launcher3 / com.innofidei.guardsecure.service.EduAppReceiver - a \"com.linspirer.edu.disableapp\" --esal \"appwhitelist\" " + PackageNameTextBox.Text));
MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.disableapp\" --esal \"appwhitelist\" " + PackageNameTextBox.Text));
}

private void button13_Click(object sender, EventArgs e)
Expand Down Expand Up @@ -159,7 +159,7 @@ private void WipeData3_Click(object sender, EventArgs e)

private void WipeDatabyLinspirer_Click(object sender, EventArgs e)
{
MessageBox.Show(RunCommand("adb shell am startservice -n com.android.launcher3 / com.drupe.swd.launcher.huoshan.mdm.service.ExecuteCmdService--es \"cmd\" \"command_reset_factory\""));
MessageBox.Show(RunCommand("adb shell am startservice -n com.android.launcher3/com.drupe.swd.launcher.huoshan.mdm.service.ExecuteCmdService --es \"cmd\" \"command_reset_factory\""));
}

private void ABOUT_Click(object sender, EventArgs e)
Expand Down Expand Up @@ -236,5 +236,14 @@ public static string GetMD5WithString(String str)
return strout.ToString();
}

private void button6_Click_1(object sender, EventArgs e)
{
MessageBox.Show(RunCommand("adb shell am broadcast -a com.tensafe.app.onerun.fun.sucmd com.topjohnwu.magisk --es argv \"am start -n de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity\" --es magic \"!@#$@ss2$\""));
}

private void button5_Click_1(object sender, EventArgs e)
{
MessageBox.Show(RunCommand("adb shell am broadcast -a com.tensafe.app.onerun.fun.sucmd com.topjohnwu.magisk --es argv \"am start -n de.robv.android.xposed.installer/de.robv.android.xposed.installer.DebugActivity\" --es magic \"!@#$@ss2$\""));
}
}
}

0 comments on commit 5e47a28

Please sign in to comment.