Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
v8 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeddaZ committed Aug 1, 2019
1 parent d05b607 commit 47aed2f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 30 deletions.
Binary file modified adb/adb.exe
Binary file not shown.
Binary file modified adb/fastboot.exe
Binary file not shown.
4 changes: 0 additions & 4 deletions cmds/root.bat

This file was deleted.

3 changes: 2 additions & 1 deletion cmds/shell.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
title ADBManager - Open shell
title ADBManager - Shell
color 0f
echo If you want to enable root access run su
adb\adb.exe shell
29 changes: 8 additions & 21 deletions src/ADBManager/Form1.Designer.vb

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

6 changes: 2 additions & 4 deletions src/ADBManager/Form1.vb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Public Class Form1

Private Sub BtnListDevices_Click(sender As Object, e As EventArgs) Handles BtnListDevices.Click
Process.Start("C:\Windows\system32\cmd.exe", "/C cmds\list.bat")
End Sub
Expand All @@ -7,10 +8,6 @@
Process.Start("C:\Windows\system32\cmd.exe", "/C cmds\shell.bat")
End Sub

Private Sub BtnRootShell_Click(sender As Object, e As EventArgs) Handles BtnRootShell.Click
Process.Start("C:\Windows\system32\cmd.exe", "/C cmds\root.bat")
End Sub

Private Sub BtnNetwork_Click(sender As Object, e As EventArgs) Handles BtnNetwork.Click
Process.Start("C:\Windows\system32\cmd.exe", "/C cmds\net.bat")
End Sub
Expand Down Expand Up @@ -38,4 +35,5 @@
Private Sub LnkLblSrc_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LnkLblSrc.LinkClicked
System.Diagnostics.Process.Start("https://github.com/LeddaZ/ADBManager")
End Sub

End Class

0 comments on commit 47aed2f

Please sign in to comment.