Change not authorized message to be more clear on what to do
Some additional info
This commit is contained in:
@@ -812,7 +812,7 @@ namespace AndroidSideloader
|
||||
this.Invoke(() =>
|
||||
{
|
||||
Text = "Device Not Authorized";
|
||||
DialogResult dialogResult = FlexibleMessageBox.Show(Program.form, "Device not authorized, be sure to authorize computer on device.", "Not Authorized", MessageBoxButtons.RetryCancel);
|
||||
DialogResult dialogResult = FlexibleMessageBox.Show(Program.form, "Please check inside your headset for ADB DEBUGGING prompt/notification, check the box \"Always allow from this computer.\" and hit OK.", "Not Authorized", MessageBoxButtons.RetryCancel);
|
||||
if (dialogResult == DialogResult.Retry)
|
||||
{
|
||||
devicesbutton.PerformClick();
|
||||
|
||||
Reference in New Issue
Block a user