Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa0487599c | ||
|
|
897273bdb2 | ||
|
|
215917b40c | ||
|
|
53b9c7a4d7 | ||
|
|
b52d12e406 | ||
|
|
f7ca2353af | ||
|
|
425245824c | ||
|
|
bfa47063f9 | ||
|
|
2e9975b4aa | ||
|
|
6d564e575f |
8
.gitignore
vendored
8
.gitignore
vendored
@@ -13,3 +13,11 @@ bin/Debug/AndroidSideloader.application
|
||||
/bin/Release/debuglog.txt
|
||||
/bin/Release/debug.txt
|
||||
/bin/Release
|
||||
/.vs/androidsideloader/config/applicationhost.config
|
||||
/.vs/tasks.vs.json
|
||||
/.vs/ProjectSettings.json
|
||||
/.vs/androidsideloader/v16/Browse.VC.opendb
|
||||
/.vs/androidsideloader/v16/Browse.VC.db-wal
|
||||
/.vs/androidsideloader/v16/Browse.VC.db-shm
|
||||
/.vs/androidsideloader/v16/Browse.VC.db
|
||||
/bin/Debug
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
Binary file not shown.
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@@ -286,6 +286,7 @@
|
||||
<ItemGroup>
|
||||
<Content Include="changelog.txt" />
|
||||
<Content Include="MetroFramework.txt" />
|
||||
<Content Include="ReconnectButton.png" />
|
||||
<Content Include="Rookie.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
311
Form1.Designer.cs
generated
311
Form1.Designer.cs
generated
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||||
this.m_combo = new SergeUtils.EasyCompletionComboBox();
|
||||
this.startsideloadbutton = new System.Windows.Forms.Button();
|
||||
this.devicesbutton = new System.Windows.Forms.Button();
|
||||
@@ -72,10 +73,13 @@
|
||||
this.etaLabel = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.ReloadButton = new System.Windows.Forms.Button();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.panel1.SuspendLayout();
|
||||
this.otherContainer.SuspendLayout();
|
||||
this.backupContainer.SuspendLayout();
|
||||
this.sideloadContainer.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// m_combo
|
||||
@@ -87,10 +91,9 @@
|
||||
this.m_combo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.m_combo.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.m_combo.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.m_combo.Location = new System.Drawing.Point(297, 39);
|
||||
this.m_combo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.m_combo.Location = new System.Drawing.Point(223, 32);
|
||||
this.m_combo.Name = "m_combo";
|
||||
this.m_combo.Size = new System.Drawing.Size(671, 26);
|
||||
this.m_combo.Size = new System.Drawing.Size(504, 23);
|
||||
this.m_combo.TabIndex = 19;
|
||||
this.m_combo.Text = "Select app/game from your device to modify...";
|
||||
this.m_combo.SelectedIndexChanged += new System.EventHandler(this.m_combo_SelectedIndexChanged);
|
||||
@@ -106,11 +109,10 @@
|
||||
this.startsideloadbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.startsideloadbutton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.startsideloadbutton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.startsideloadbutton.Location = new System.Drawing.Point(0, 170);
|
||||
this.startsideloadbutton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.startsideloadbutton.Location = new System.Drawing.Point(0, 140);
|
||||
this.startsideloadbutton.Name = "startsideloadbutton";
|
||||
this.startsideloadbutton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.startsideloadbutton.Size = new System.Drawing.Size(291, 34);
|
||||
this.startsideloadbutton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.startsideloadbutton.Size = new System.Drawing.Size(218, 28);
|
||||
this.startsideloadbutton.TabIndex = 7;
|
||||
this.startsideloadbutton.Text = "SIDELOAD APK";
|
||||
this.startsideloadbutton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -129,11 +131,10 @@
|
||||
this.devicesbutton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.devicesbutton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.devicesbutton.Location = new System.Drawing.Point(0, 0);
|
||||
this.devicesbutton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.devicesbutton.Name = "devicesbutton";
|
||||
this.devicesbutton.Size = new System.Drawing.Size(291, 34);
|
||||
this.devicesbutton.Size = new System.Drawing.Size(218, 28);
|
||||
this.devicesbutton.TabIndex = 0;
|
||||
this.devicesbutton.Text = "ADB DEVICES";
|
||||
this.devicesbutton.Text = "RECONNECT";
|
||||
this.devicesbutton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.devicesbutton.UseVisualStyleBackColor = false;
|
||||
this.devicesbutton.Click += new System.EventHandler(this.devicesbutton_Click);
|
||||
@@ -150,10 +151,9 @@
|
||||
this.obbcopybutton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.obbcopybutton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.obbcopybutton.Location = new System.Drawing.Point(0, 0);
|
||||
this.obbcopybutton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.obbcopybutton.Name = "obbcopybutton";
|
||||
this.obbcopybutton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.obbcopybutton.Size = new System.Drawing.Size(291, 34);
|
||||
this.obbcopybutton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.obbcopybutton.Size = new System.Drawing.Size(218, 28);
|
||||
this.obbcopybutton.TabIndex = 2;
|
||||
this.obbcopybutton.Text = "COBY OBB FOLDER";
|
||||
this.obbcopybutton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -171,11 +171,10 @@
|
||||
this.backupbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.backupbutton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.backupbutton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.backupbutton.Location = new System.Drawing.Point(0, 34);
|
||||
this.backupbutton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.backupbutton.Location = new System.Drawing.Point(0, 28);
|
||||
this.backupbutton.Name = "backupbutton";
|
||||
this.backupbutton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.backupbutton.Size = new System.Drawing.Size(291, 34);
|
||||
this.backupbutton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.backupbutton.Size = new System.Drawing.Size(218, 28);
|
||||
this.backupbutton.TabIndex = 11;
|
||||
this.backupbutton.Text = "BACKUP GAME SAVES";
|
||||
this.backupbutton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -194,10 +193,9 @@
|
||||
this.restorebutton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.restorebutton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.restorebutton.Location = new System.Drawing.Point(0, 0);
|
||||
this.restorebutton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.restorebutton.Name = "restorebutton";
|
||||
this.restorebutton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.restorebutton.Size = new System.Drawing.Size(291, 34);
|
||||
this.restorebutton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.restorebutton.Size = new System.Drawing.Size(218, 28);
|
||||
this.restorebutton.TabIndex = 10;
|
||||
this.restorebutton.Text = "RESTORE SAVE BACKUP";
|
||||
this.restorebutton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -215,13 +213,12 @@
|
||||
this.getApkButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.getApkButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.getApkButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.getApkButton.Location = new System.Drawing.Point(0, 68);
|
||||
this.getApkButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.getApkButton.Location = new System.Drawing.Point(0, 56);
|
||||
this.getApkButton.Name = "getApkButton";
|
||||
this.getApkButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.getApkButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.getApkButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.getApkButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.getApkButton.TabIndex = 4;
|
||||
this.getApkButton.Text = "MAKE APK IN INSTALLDIR";
|
||||
this.getApkButton.Text = "MAKE APK";
|
||||
this.getApkButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.getApkButton.UseVisualStyleBackColor = false;
|
||||
this.getApkButton.Click += new System.EventHandler(this.getApkButton_Click);
|
||||
@@ -237,11 +234,10 @@
|
||||
this.uninstallAppButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.uninstallAppButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.uninstallAppButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.uninstallAppButton.Location = new System.Drawing.Point(0, 102);
|
||||
this.uninstallAppButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.uninstallAppButton.Location = new System.Drawing.Point(0, 84);
|
||||
this.uninstallAppButton.Name = "uninstallAppButton";
|
||||
this.uninstallAppButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.uninstallAppButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.uninstallAppButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.uninstallAppButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.uninstallAppButton.TabIndex = 5;
|
||||
this.uninstallAppButton.Text = "UNINSTALL GAME/APP";
|
||||
this.uninstallAppButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -259,11 +255,10 @@
|
||||
this.sideloadFolderButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.sideloadFolderButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.sideloadFolderButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.sideloadFolderButton.Location = new System.Drawing.Point(0, 136);
|
||||
this.sideloadFolderButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.sideloadFolderButton.Location = new System.Drawing.Point(0, 112);
|
||||
this.sideloadFolderButton.Name = "sideloadFolderButton";
|
||||
this.sideloadFolderButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.sideloadFolderButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.sideloadFolderButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.sideloadFolderButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.sideloadFolderButton.TabIndex = 6;
|
||||
this.sideloadFolderButton.Text = "SIDELOAD FOLDER";
|
||||
this.sideloadFolderButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -274,10 +269,9 @@
|
||||
//
|
||||
this.progressBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.progressBar.ForeColor = System.Drawing.Color.Purple;
|
||||
this.progressBar.Location = new System.Drawing.Point(297, 190);
|
||||
this.progressBar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.progressBar.Location = new System.Drawing.Point(223, 154);
|
||||
this.progressBar.Name = "progressBar";
|
||||
this.progressBar.Size = new System.Drawing.Size(672, 25);
|
||||
this.progressBar.Size = new System.Drawing.Size(504, 20);
|
||||
this.progressBar.TabIndex = 20;
|
||||
//
|
||||
// copyBulkObbButton
|
||||
@@ -291,11 +285,10 @@
|
||||
this.copyBulkObbButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.copyBulkObbButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.copyBulkObbButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.copyBulkObbButton.Location = new System.Drawing.Point(0, 34);
|
||||
this.copyBulkObbButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.copyBulkObbButton.Location = new System.Drawing.Point(0, 28);
|
||||
this.copyBulkObbButton.Name = "copyBulkObbButton";
|
||||
this.copyBulkObbButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.copyBulkObbButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.copyBulkObbButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.copyBulkObbButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.copyBulkObbButton.TabIndex = 3;
|
||||
this.copyBulkObbButton.Text = "COPY BULK OBB";
|
||||
this.copyBulkObbButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -308,10 +301,10 @@
|
||||
this.DragDropLbl.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.DragDropLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.5F);
|
||||
this.DragDropLbl.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.DragDropLbl.Location = new System.Drawing.Point(552, 583);
|
||||
this.DragDropLbl.Margin = new System.Windows.Forms.Padding(0, 0, 4, 0);
|
||||
this.DragDropLbl.Location = new System.Drawing.Point(414, 474);
|
||||
this.DragDropLbl.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
||||
this.DragDropLbl.Name = "DragDropLbl";
|
||||
this.DragDropLbl.Size = new System.Drawing.Size(142, 25);
|
||||
this.DragDropLbl.Size = new System.Drawing.Size(115, 20);
|
||||
this.DragDropLbl.TabIndex = 25;
|
||||
this.DragDropLbl.Text = "DragDropLBL";
|
||||
this.DragDropLbl.Visible = false;
|
||||
@@ -327,10 +320,9 @@
|
||||
this.downloadInstallGameButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.downloadInstallGameButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.downloadInstallGameButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.downloadInstallGameButton.Location = new System.Drawing.Point(297, 145);
|
||||
this.downloadInstallGameButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.downloadInstallGameButton.Location = new System.Drawing.Point(223, 118);
|
||||
this.downloadInstallGameButton.Name = "downloadInstallGameButton";
|
||||
this.downloadInstallGameButton.Size = new System.Drawing.Size(671, 37);
|
||||
this.downloadInstallGameButton.Size = new System.Drawing.Size(503, 30);
|
||||
this.downloadInstallGameButton.TabIndex = 22;
|
||||
this.downloadInstallGameButton.Text = "Download and Install Game";
|
||||
this.downloadInstallGameButton.UseVisualStyleBackColor = false;
|
||||
@@ -345,10 +337,9 @@
|
||||
this.gamesComboBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.gamesComboBox.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.gamesComboBox.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.gamesComboBox.Location = new System.Drawing.Point(297, 110);
|
||||
this.gamesComboBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.gamesComboBox.Location = new System.Drawing.Point(223, 89);
|
||||
this.gamesComboBox.Name = "gamesComboBox";
|
||||
this.gamesComboBox.Size = new System.Drawing.Size(671, 26);
|
||||
this.gamesComboBox.Size = new System.Drawing.Size(504, 23);
|
||||
this.gamesComboBox.Sorted = true;
|
||||
this.gamesComboBox.TabIndex = 21;
|
||||
this.gamesComboBox.Text = "Select game(s) to download and install...";
|
||||
@@ -358,6 +349,7 @@
|
||||
//
|
||||
this.panel1.AutoScroll = true;
|
||||
this.panel1.BackColor = global::AndroidSideloader.Properties.Settings.Default.ButtonColor;
|
||||
this.panel1.Controls.Add(this.pictureBox1);
|
||||
this.panel1.Controls.Add(this.aboutBtn);
|
||||
this.panel1.Controls.Add(this.settingsButton);
|
||||
this.panel1.Controls.Add(this.otherContainer);
|
||||
@@ -370,9 +362,9 @@
|
||||
this.panel1.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::AndroidSideloader.Properties.Settings.Default, "ButtonColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(291, 799);
|
||||
this.panel1.Size = new System.Drawing.Size(218, 656);
|
||||
this.panel1.TabIndex = 73;
|
||||
//
|
||||
// aboutBtn
|
||||
@@ -386,10 +378,9 @@
|
||||
this.aboutBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.aboutBtn.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.aboutBtn.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.aboutBtn.Location = new System.Drawing.Point(0, 708);
|
||||
this.aboutBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.aboutBtn.Location = new System.Drawing.Point(0, 577);
|
||||
this.aboutBtn.Name = "aboutBtn";
|
||||
this.aboutBtn.Size = new System.Drawing.Size(291, 37);
|
||||
this.aboutBtn.Size = new System.Drawing.Size(218, 30);
|
||||
this.aboutBtn.TabIndex = 82;
|
||||
this.aboutBtn.Text = "ABOUT";
|
||||
this.aboutBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -407,10 +398,9 @@
|
||||
this.settingsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.settingsButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.settingsButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.settingsButton.Location = new System.Drawing.Point(0, 674);
|
||||
this.settingsButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.settingsButton.Location = new System.Drawing.Point(0, 549);
|
||||
this.settingsButton.Name = "settingsButton";
|
||||
this.settingsButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.settingsButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.settingsButton.TabIndex = 81;
|
||||
this.settingsButton.Text = "SETTINGS";
|
||||
this.settingsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -428,10 +418,10 @@
|
||||
this.otherContainer.Controls.Add(this.userjsonButton);
|
||||
this.otherContainer.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::AndroidSideloader.Properties.Settings.Default, "SubButtonColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.otherContainer.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.otherContainer.Location = new System.Drawing.Point(0, 457);
|
||||
this.otherContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.otherContainer.Location = new System.Drawing.Point(0, 373);
|
||||
this.otherContainer.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.otherContainer.Name = "otherContainer";
|
||||
this.otherContainer.Size = new System.Drawing.Size(291, 217);
|
||||
this.otherContainer.Size = new System.Drawing.Size(218, 176);
|
||||
this.otherContainer.TabIndex = 80;
|
||||
//
|
||||
// ThemeChangerButton
|
||||
@@ -445,11 +435,10 @@
|
||||
this.ThemeChangerButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.ThemeChangerButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.ThemeChangerButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.ThemeChangerButton.Location = new System.Drawing.Point(0, 170);
|
||||
this.ThemeChangerButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.ThemeChangerButton.Location = new System.Drawing.Point(0, 140);
|
||||
this.ThemeChangerButton.Name = "ThemeChangerButton";
|
||||
this.ThemeChangerButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.ThemeChangerButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.ThemeChangerButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.ThemeChangerButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.ThemeChangerButton.TabIndex = 18;
|
||||
this.ThemeChangerButton.Text = "CUSTOMIZE THEME";
|
||||
this.ThemeChangerButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -467,11 +456,10 @@
|
||||
this.SpoofFormButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.SpoofFormButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.SpoofFormButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.SpoofFormButton.Location = new System.Drawing.Point(0, 136);
|
||||
this.SpoofFormButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.SpoofFormButton.Location = new System.Drawing.Point(0, 112);
|
||||
this.SpoofFormButton.Name = "SpoofFormButton";
|
||||
this.SpoofFormButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.SpoofFormButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.SpoofFormButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.SpoofFormButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.SpoofFormButton.TabIndex = 17;
|
||||
this.SpoofFormButton.Text = "SPOOF";
|
||||
this.SpoofFormButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -489,11 +477,10 @@
|
||||
this.QuestOptionsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.QuestOptionsButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.QuestOptionsButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.QuestOptionsButton.Location = new System.Drawing.Point(0, 102);
|
||||
this.QuestOptionsButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.QuestOptionsButton.Location = new System.Drawing.Point(0, 84);
|
||||
this.QuestOptionsButton.Name = "QuestOptionsButton";
|
||||
this.QuestOptionsButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.QuestOptionsButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.QuestOptionsButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.QuestOptionsButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.QuestOptionsButton.TabIndex = 16;
|
||||
this.QuestOptionsButton.Text = "QUEST OPTIONS";
|
||||
this.QuestOptionsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -511,11 +498,10 @@
|
||||
this.killRcloneButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.killRcloneButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.killRcloneButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.killRcloneButton.Location = new System.Drawing.Point(0, 68);
|
||||
this.killRcloneButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.killRcloneButton.Location = new System.Drawing.Point(0, 56);
|
||||
this.killRcloneButton.Name = "killRcloneButton";
|
||||
this.killRcloneButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.killRcloneButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.killRcloneButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.killRcloneButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.killRcloneButton.TabIndex = 15;
|
||||
this.killRcloneButton.Text = "KILL RCLONE";
|
||||
this.killRcloneButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -533,11 +519,10 @@
|
||||
this.movieStreamButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.movieStreamButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.movieStreamButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.movieStreamButton.Location = new System.Drawing.Point(0, 34);
|
||||
this.movieStreamButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.movieStreamButton.Location = new System.Drawing.Point(0, 28);
|
||||
this.movieStreamButton.Name = "movieStreamButton";
|
||||
this.movieStreamButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.movieStreamButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.movieStreamButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.movieStreamButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.movieStreamButton.TabIndex = 14;
|
||||
this.movieStreamButton.Text = "START MOVIE STREAM";
|
||||
this.movieStreamButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -556,10 +541,9 @@
|
||||
this.userjsonButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.userjsonButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.userjsonButton.Location = new System.Drawing.Point(0, 0);
|
||||
this.userjsonButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.userjsonButton.Name = "userjsonButton";
|
||||
this.userjsonButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.userjsonButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.userjsonButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.userjsonButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.userjsonButton.TabIndex = 11;
|
||||
this.userjsonButton.Text = "USER.JSON";
|
||||
this.userjsonButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -577,11 +561,11 @@
|
||||
this.otherDrop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.otherDrop.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.otherDrop.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.otherDrop.Location = new System.Drawing.Point(0, 423);
|
||||
this.otherDrop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.otherDrop.Location = new System.Drawing.Point(0, 345);
|
||||
this.otherDrop.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.otherDrop.Name = "otherDrop";
|
||||
this.otherDrop.Padding = new System.Windows.Forms.Padding(9, 0, 0, 0);
|
||||
this.otherDrop.Size = new System.Drawing.Size(291, 34);
|
||||
this.otherDrop.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
|
||||
this.otherDrop.Size = new System.Drawing.Size(218, 28);
|
||||
this.otherDrop.TabIndex = 77;
|
||||
this.otherDrop.Text = "OTHER";
|
||||
this.otherDrop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -595,10 +579,10 @@
|
||||
this.backupContainer.Controls.Add(this.restorebutton);
|
||||
this.backupContainer.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::AndroidSideloader.Properties.Settings.Default, "SubButtonColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.backupContainer.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.backupContainer.Location = new System.Drawing.Point(0, 349);
|
||||
this.backupContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.backupContainer.Location = new System.Drawing.Point(0, 285);
|
||||
this.backupContainer.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.backupContainer.Name = "backupContainer";
|
||||
this.backupContainer.Size = new System.Drawing.Size(291, 74);
|
||||
this.backupContainer.Size = new System.Drawing.Size(218, 60);
|
||||
this.backupContainer.TabIndex = 76;
|
||||
//
|
||||
// backupDrop
|
||||
@@ -612,11 +596,11 @@
|
||||
this.backupDrop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.backupDrop.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.backupDrop.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.backupDrop.Location = new System.Drawing.Point(0, 315);
|
||||
this.backupDrop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.backupDrop.Location = new System.Drawing.Point(0, 257);
|
||||
this.backupDrop.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.backupDrop.Name = "backupDrop";
|
||||
this.backupDrop.Padding = new System.Windows.Forms.Padding(9, 0, 0, 0);
|
||||
this.backupDrop.Size = new System.Drawing.Size(291, 34);
|
||||
this.backupDrop.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
|
||||
this.backupDrop.Size = new System.Drawing.Size(218, 28);
|
||||
this.backupDrop.TabIndex = 9;
|
||||
this.backupDrop.Text = "BACKUP";
|
||||
this.backupDrop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -635,10 +619,10 @@
|
||||
this.sideloadContainer.Controls.Add(this.obbcopybutton);
|
||||
this.sideloadContainer.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::AndroidSideloader.Properties.Settings.Default, "SubButtonColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.sideloadContainer.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.sideloadContainer.Location = new System.Drawing.Point(0, 68);
|
||||
this.sideloadContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.sideloadContainer.Location = new System.Drawing.Point(0, 56);
|
||||
this.sideloadContainer.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.sideloadContainer.Name = "sideloadContainer";
|
||||
this.sideloadContainer.Size = new System.Drawing.Size(291, 247);
|
||||
this.sideloadContainer.Size = new System.Drawing.Size(218, 201);
|
||||
this.sideloadContainer.TabIndex = 74;
|
||||
//
|
||||
// listApkButton
|
||||
@@ -652,11 +636,10 @@
|
||||
this.listApkButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.listApkButton.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.listApkButton.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.listApkButton.Location = new System.Drawing.Point(0, 204);
|
||||
this.listApkButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.listApkButton.Location = new System.Drawing.Point(0, 168);
|
||||
this.listApkButton.Name = "listApkButton";
|
||||
this.listApkButton.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
|
||||
this.listApkButton.Size = new System.Drawing.Size(291, 34);
|
||||
this.listApkButton.Padding = new System.Windows.Forms.Padding(23, 0, 0, 0);
|
||||
this.listApkButton.Size = new System.Drawing.Size(218, 28);
|
||||
this.listApkButton.TabIndex = 8;
|
||||
this.listApkButton.Text = "REFRESH GAMES";
|
||||
this.listApkButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -674,11 +657,11 @@
|
||||
this.sideloadDrop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.sideloadDrop.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.sideloadDrop.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.sideloadDrop.Location = new System.Drawing.Point(0, 34);
|
||||
this.sideloadDrop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.sideloadDrop.Location = new System.Drawing.Point(0, 28);
|
||||
this.sideloadDrop.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.sideloadDrop.Name = "sideloadDrop";
|
||||
this.sideloadDrop.Padding = new System.Windows.Forms.Padding(9, 0, 0, 0);
|
||||
this.sideloadDrop.Size = new System.Drawing.Size(291, 34);
|
||||
this.sideloadDrop.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
|
||||
this.sideloadDrop.Size = new System.Drawing.Size(218, 28);
|
||||
this.sideloadDrop.TabIndex = 1;
|
||||
this.sideloadDrop.Text = "SIDELOAD";
|
||||
this.sideloadDrop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -695,11 +678,11 @@
|
||||
this.gamesQueListBox.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.gamesQueListBox.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.gamesQueListBox.FormattingEnabled = true;
|
||||
this.gamesQueListBox.ItemHeight = 18;
|
||||
this.gamesQueListBox.Location = new System.Drawing.Point(548, 263);
|
||||
this.gamesQueListBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.gamesQueListBox.ItemHeight = 15;
|
||||
this.gamesQueListBox.Location = new System.Drawing.Point(411, 214);
|
||||
this.gamesQueListBox.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.gamesQueListBox.Name = "gamesQueListBox";
|
||||
this.gamesQueListBox.Size = new System.Drawing.Size(421, 488);
|
||||
this.gamesQueListBox.Size = new System.Drawing.Size(316, 392);
|
||||
this.gamesQueListBox.TabIndex = 78;
|
||||
this.gamesQueListBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gamesQueListBox_MouseClick);
|
||||
//
|
||||
@@ -709,10 +692,9 @@
|
||||
this.freeDisclaimer.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.freeDisclaimer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.freeDisclaimer.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.freeDisclaimer.Location = new System.Drawing.Point(293, 770);
|
||||
this.freeDisclaimer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.freeDisclaimer.Location = new System.Drawing.Point(220, 626);
|
||||
this.freeDisclaimer.Name = "freeDisclaimer";
|
||||
this.freeDisclaimer.Size = new System.Drawing.Size(138, 17);
|
||||
this.freeDisclaimer.Size = new System.Drawing.Size(109, 13);
|
||||
this.freeDisclaimer.TabIndex = 79;
|
||||
this.freeDisclaimer.Text = "This app is FREE.";
|
||||
this.freeDisclaimer.Click += new System.EventHandler(this.freeDisclaimer_Click);
|
||||
@@ -727,10 +709,10 @@
|
||||
this.devicesComboBox.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.devicesComboBox.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.devicesComboBox.FormattingEnabled = true;
|
||||
this.devicesComboBox.Location = new System.Drawing.Point(297, 263);
|
||||
this.devicesComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.devicesComboBox.Location = new System.Drawing.Point(223, 214);
|
||||
this.devicesComboBox.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.devicesComboBox.Name = "devicesComboBox";
|
||||
this.devicesComboBox.Size = new System.Drawing.Size(203, 26);
|
||||
this.devicesComboBox.Size = new System.Drawing.Size(153, 23);
|
||||
this.devicesComboBox.TabIndex = 80;
|
||||
this.devicesComboBox.Text = "No device found...";
|
||||
this.devicesComboBox.SelectedIndexChanged += new System.EventHandler(this.devicesComboBox_SelectedIndexChanged);
|
||||
@@ -745,10 +727,10 @@
|
||||
this.remotesList.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.remotesList.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.remotesList.FormattingEnabled = true;
|
||||
this.remotesList.Location = new System.Drawing.Point(297, 663);
|
||||
this.remotesList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.remotesList.Location = new System.Drawing.Point(223, 539);
|
||||
this.remotesList.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.remotesList.Name = "remotesList";
|
||||
this.remotesList.Size = new System.Drawing.Size(203, 26);
|
||||
this.remotesList.Size = new System.Drawing.Size(153, 23);
|
||||
this.remotesList.TabIndex = 81;
|
||||
this.remotesList.Text = "Select server...";
|
||||
this.remotesList.SelectedIndexChanged += new System.EventHandler(this.remotesList_SelectedIndexChanged);
|
||||
@@ -759,10 +741,9 @@
|
||||
this.label1.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label1.Location = new System.Drawing.Point(293, 16);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label1.Location = new System.Drawing.Point(220, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(339, 20);
|
||||
this.label1.Size = new System.Drawing.Size(283, 17);
|
||||
this.label1.TabIndex = 82;
|
||||
this.label1.Text = "CURRENTLY INSTALLED ON DEVICE:";
|
||||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||||
@@ -773,10 +754,9 @@
|
||||
this.label2.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.label2.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label2.Location = new System.Drawing.Point(293, 85);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label2.Location = new System.Drawing.Point(220, 69);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(321, 20);
|
||||
this.label2.Size = new System.Drawing.Size(267, 17);
|
||||
this.label2.TabIndex = 83;
|
||||
this.label2.Text = "DOWNLOAD AND INSTALL GAMES:";
|
||||
this.label2.Click += new System.EventHandler(this.label2_Click);
|
||||
@@ -787,10 +767,9 @@
|
||||
this.label3.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.2F, System.Drawing.FontStyle.Bold);
|
||||
this.label3.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label3.Location = new System.Drawing.Point(543, 231);
|
||||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label3.Location = new System.Drawing.Point(407, 188);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(155, 26);
|
||||
this.label3.Size = new System.Drawing.Size(130, 22);
|
||||
this.label3.TabIndex = 84;
|
||||
this.label3.Text = "Install queue:";
|
||||
this.label3.Click += new System.EventHandler(this.label3_Click);
|
||||
@@ -801,10 +780,9 @@
|
||||
this.label4.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label4.Location = new System.Drawing.Point(293, 641);
|
||||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label4.Location = new System.Drawing.Point(220, 521);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(134, 20);
|
||||
this.label4.Size = new System.Drawing.Size(113, 17);
|
||||
this.label4.TabIndex = 85;
|
||||
this.label4.Text = "SERVER LIST:";
|
||||
this.label4.Click += new System.EventHandler(this.label4_Click);
|
||||
@@ -815,10 +793,9 @@
|
||||
this.label5.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label5.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label5.Location = new System.Drawing.Point(293, 238);
|
||||
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label5.Location = new System.Drawing.Point(223, 192);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(112, 20);
|
||||
this.label5.Size = new System.Drawing.Size(92, 17);
|
||||
this.label5.TabIndex = 86;
|
||||
this.label5.Text = "DEVICE ID#";
|
||||
//
|
||||
@@ -829,9 +806,10 @@
|
||||
this.diskLabel.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AndroidSideloader.Properties.Settings.Default, "FontStyle", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.diskLabel.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.diskLabel.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.diskLabel.Location = new System.Drawing.Point(293, 351);
|
||||
this.diskLabel.Location = new System.Drawing.Point(220, 285);
|
||||
this.diskLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.diskLabel.Name = "diskLabel";
|
||||
this.diskLabel.Size = new System.Drawing.Size(93, 20);
|
||||
this.diskLabel.Size = new System.Drawing.Size(82, 16);
|
||||
this.diskLabel.TabIndex = 89;
|
||||
this.diskLabel.Text = "Disk Label";
|
||||
this.diskLabel.Click += new System.EventHandler(this.diskLabel_Click);
|
||||
@@ -843,9 +821,10 @@
|
||||
this.speedLabel.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AndroidSideloader.Properties.Settings.Default, "FontStyle", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.speedLabel.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.speedLabel.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.speedLabel.Location = new System.Drawing.Point(293, 459);
|
||||
this.speedLabel.Location = new System.Drawing.Point(220, 373);
|
||||
this.speedLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.speedLabel.Name = "speedLabel";
|
||||
this.speedLabel.Size = new System.Drawing.Size(179, 20);
|
||||
this.speedLabel.Size = new System.Drawing.Size(153, 16);
|
||||
this.speedLabel.TabIndex = 88;
|
||||
this.speedLabel.Text = "DLS: Speed in MBPS";
|
||||
//
|
||||
@@ -856,9 +835,10 @@
|
||||
this.etaLabel.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AndroidSideloader.Properties.Settings.Default, "FontStyle", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.etaLabel.Font = global::AndroidSideloader.Properties.Settings.Default.FontStyle;
|
||||
this.etaLabel.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.etaLabel.Location = new System.Drawing.Point(293, 479);
|
||||
this.etaLabel.Location = new System.Drawing.Point(220, 389);
|
||||
this.etaLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.etaLabel.Name = "etaLabel";
|
||||
this.etaLabel.Size = new System.Drawing.Size(178, 20);
|
||||
this.etaLabel.Size = new System.Drawing.Size(149, 16);
|
||||
this.etaLabel.TabIndex = 87;
|
||||
this.etaLabel.Text = "ETA: HH:MM:SS Left";
|
||||
//
|
||||
@@ -868,10 +848,9 @@
|
||||
this.label6.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.2F, System.Drawing.FontStyle.Bold);
|
||||
this.label6.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label6.Location = new System.Drawing.Point(712, 744);
|
||||
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label6.Location = new System.Drawing.Point(534, 604);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(245, 17);
|
||||
this.label6.Size = new System.Drawing.Size(193, 13);
|
||||
this.label6.TabIndex = 90;
|
||||
this.label6.Text = "Left click to remove from Queue.";
|
||||
//
|
||||
@@ -881,21 +860,51 @@
|
||||
this.label7.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::AndroidSideloader.Properties.Settings.Default, "FontColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.label7.ForeColor = global::AndroidSideloader.Properties.Settings.Default.FontColor;
|
||||
this.label7.Location = new System.Drawing.Point(293, 786);
|
||||
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label7.Location = new System.Drawing.Point(220, 639);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(288, 17);
|
||||
this.label7.Size = new System.Drawing.Size(227, 13);
|
||||
this.label7.TabIndex = 91;
|
||||
this.label7.Text = "github.com/nerdunit/androidsideloader";
|
||||
this.label7.Click += new System.EventHandler(this.label7_Click);
|
||||
//
|
||||
// ReloadButton
|
||||
//
|
||||
this.ReloadButton.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ReloadButton.FlatAppearance.BorderSize = 0;
|
||||
this.ReloadButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.ReloadButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.ReloadButton.ForeColor = System.Drawing.Color.Transparent;
|
||||
this.ReloadButton.Image = ((System.Drawing.Image)(resources.GetObject("ReloadButton.Image")));
|
||||
this.ReloadButton.Location = new System.Drawing.Point(381, 213);
|
||||
this.ReloadButton.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ReloadButton.Name = "ReloadButton";
|
||||
this.ReloadButton.Size = new System.Drawing.Size(22, 22);
|
||||
this.ReloadButton.TabIndex = 92;
|
||||
this.ReloadButton.UseVisualStyleBackColor = false;
|
||||
this.ReloadButton.Click += new System.EventHandler(this.RefreshButton_Click);
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
|
||||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||||
this.pictureBox1.Location = new System.Drawing.Point(103, 3);
|
||||
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(26, 23);
|
||||
this.pictureBox1.TabIndex = 93;
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AllowDrop = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = global::AndroidSideloader.Properties.Settings.Default.BackColor;
|
||||
this.ClientSize = new System.Drawing.Size(980, 799);
|
||||
this.ClientSize = new System.Drawing.Size(736, 656);
|
||||
this.Controls.Add(this.ReloadButton);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.DragDropLbl);
|
||||
this.Controls.Add(this.label6);
|
||||
@@ -917,10 +926,9 @@
|
||||
this.Controls.Add(this.m_combo);
|
||||
this.Controls.Add(this.freeDisclaimer);
|
||||
this.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::AndroidSideloader.Properties.Settings.Default, "BackColor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = new System.Drawing.Size(998, 846);
|
||||
this.MinimumSize = new System.Drawing.Size(998, 846);
|
||||
this.MaximumSize = new System.Drawing.Size(752, 695);
|
||||
this.MinimumSize = new System.Drawing.Size(752, 695);
|
||||
this.Name = "Form1";
|
||||
this.ShowIcon = false;
|
||||
this.Text = "Rookie\'s Sideloader";
|
||||
@@ -934,6 +942,7 @@
|
||||
this.otherContainer.ResumeLayout(false);
|
||||
this.backupContainer.ResumeLayout(false);
|
||||
this.sideloadContainer.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -984,6 +993,8 @@
|
||||
private System.Windows.Forms.Label etaLabel;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Button ReloadButton;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
77
Form1.cs
77
Form1.cs
@@ -16,6 +16,7 @@ using JR.Utils.GUI.Forms;
|
||||
using Newtonsoft.Json;
|
||||
using Spoofer;
|
||||
|
||||
|
||||
namespace AndroidSideloader
|
||||
{
|
||||
|
||||
@@ -27,7 +28,7 @@ namespace AndroidSideloader
|
||||
public static bool debugMode = false;
|
||||
#endif
|
||||
|
||||
bool is1April = false;
|
||||
bool is1April = false;
|
||||
|
||||
public Form1()
|
||||
{
|
||||
@@ -187,14 +188,50 @@ namespace AndroidSideloader
|
||||
if (!Devices.Contains("unauthorized"))
|
||||
{
|
||||
if (Devices[0].Length > 1 && Devices[0].Contains("unauthorized"))
|
||||
this.Invoke(() => { this.Text = "Rookie's Sideloader | Device Not Authorized"; });
|
||||
this.Invoke(async () => { this.Text = "Rookie's Sideloader | Please allow ADB debugging.";
|
||||
DialogResult dialogResult = FlexibleMessageBox.Show("Without unplugging your device please look inside of your headset for a pop up that says 'ADB DEBUGGING', if you're on a trusted computer check the ALWAYS ALLOW box then click OK. (Note: ADB Debugging sometimes resets at random, so if you've done this before check again.)", "PLEASE LOOK INSIDE YOUR HEADSET.", MessageBoxButtons.RetryCancel);
|
||||
if (dialogResult == DialogResult.Retry)
|
||||
{
|
||||
await CheckForDevice();
|
||||
|
||||
ChangeTitlebarToDevice();
|
||||
|
||||
showAvailableSpace();
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
else if (Devices[0].Length > 1)
|
||||
this.Invoke(() => { this.Text = "Rookie's Sideloader | Device Connected with ID | " + Devices[0].Replace("device", ""); });
|
||||
this.Invoke(() => { this.Text = "Rookie's Sideloader | Device Connected with ID | " + Devices[0].Replace("device", "");
|
||||
});
|
||||
else
|
||||
this.Invoke(() => { this.Text = "Rookie's Sideloader | No Device Connected"; });
|
||||
this.Invoke(async () =>
|
||||
{
|
||||
this.Text = "Rookie's Sideloader | Missing Requirements: No Device Detected";
|
||||
DialogResult dialogResult = FlexibleMessageBox.Show("You must have a DEVELOPER ACCOUNT and ADB DRIVERS for your device installed in order to sideload.", "NO DEVICE FOUND", MessageBoxButtons.RetryCancel);
|
||||
if (dialogResult == DialogResult.Retry)
|
||||
{
|
||||
await CheckForDevice();
|
||||
|
||||
ChangeTitlebarToDevice();
|
||||
|
||||
showAvailableSpace();
|
||||
;
|
||||
}
|
||||
if (dialogResult == DialogResult.Cancel)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
public static bool HasDependencies()
|
||||
public static bool HasDependencies()
|
||||
{
|
||||
if (!ExistsOnPath("jarsigner") && !ExistsOnPath("apktool") && !ExistsOnPath("aapt"))
|
||||
return true;
|
||||
@@ -363,7 +400,7 @@ Do you want to delete the {Sideloader.CrashLogPath} (if you press yes, this mess
|
||||
ToolTip RestoreGameDataToolTip = new ToolTip();
|
||||
RestoreGameDataToolTip.SetToolTip(this.restorebutton, "Restores the game and apps data to the device, first use Backup Game Data button");
|
||||
ToolTip GetAPKToolTip = new ToolTip();
|
||||
GetAPKToolTip.SetToolTip(this.getApkButton, "Saves the selected apk to the folder where the sideloader is");
|
||||
GetAPKToolTip.SetToolTip(this.getApkButton, "Saves the selected installed game as an APK in the sideloader folder");
|
||||
ToolTip sideloadFolderToolTip = new ToolTip();
|
||||
sideloadFolderToolTip.SetToolTip(this.sideloadFolderButton, "Sideloads every apk from a folder");
|
||||
ToolTip uninstallAppToolTip = new ToolTip();
|
||||
@@ -771,6 +808,8 @@ Do you want to delete the {Sideloader.CrashLogPath} (if you press yes, this mess
|
||||
Directory.Delete(Environment.CurrentDirectory + "\\" + foldername, true);
|
||||
}
|
||||
else if (Directory.Exists(file))
|
||||
|
||||
|
||||
{
|
||||
if (File.Exists($"{file}\\install.txt"))
|
||||
{
|
||||
@@ -856,7 +895,7 @@ Do you want to delete the {Sideloader.CrashLogPath} (if you press yes, this mess
|
||||
DateTime today = DateTime.Today;
|
||||
|
||||
if (today.Month == 4 && today.Day == 1)
|
||||
is1April = true;
|
||||
|
||||
progressBar.Style = ProgressBarStyle.Continuous;
|
||||
}
|
||||
|
||||
@@ -1132,7 +1171,7 @@ Do you want to delete the {Sideloader.CrashLogPath} (if you press yes, this mess
|
||||
bool quotaError = false;
|
||||
if (RCLONE.rcloneError.Length!=0)
|
||||
{
|
||||
if (RCLONE.rcloneError.Contains("downloadQuotaExceeded"))
|
||||
if (RCLONE.rcloneError.Contains("Quota") && RCLONE.rcloneError.Contains("Exceeded") || RCLONE.rcloneError.Contains("504") || RCLONE.rcloneError.Contains("Bad Request"))
|
||||
{
|
||||
quotaTries++;
|
||||
quotaError = true;
|
||||
@@ -1195,6 +1234,9 @@ Do you want to delete the {Sideloader.CrashLogPath} (if you press yes, this mess
|
||||
}
|
||||
else
|
||||
output += ADB.Sideload(file);
|
||||
|
||||
|
||||
|
||||
});
|
||||
apkThread.IsBackground = true;
|
||||
apkThread.Start();
|
||||
@@ -1402,6 +1444,25 @@ Do you want to delete the {Sideloader.CrashLogPath} (if you press yes, this mess
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private async void RefreshButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
{
|
||||
await CheckForDevice();
|
||||
ChangeTitlebarToDevice();
|
||||
showAvailableSpace();
|
||||
}
|
||||
}
|
||||
|
||||
private async void pictureBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
{
|
||||
await CheckForDevice();
|
||||
ChangeTitlebarToDevice();
|
||||
showAvailableSpace();
|
||||
}
|
||||
}
|
||||
}
|
||||
public static class ControlExtensions
|
||||
{
|
||||
|
||||
42
Form1.resx
42
Form1.resx
@@ -117,4 +117,46 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pictureBox1.ErrorImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
|
||||
EwAACxMBAJqcGAAAAi5JREFUSEu11kvIjFEcx/HXPaWwkTfkslHkEqtXioXILcllI0mxt5HC/pXktpMF
|
||||
CWHhUlYkkWxYIaKUSyLXCLmP71ed6T9zzjAzml99TvOc83/mNHOe5zlPV6VSSZZiWThWX4zHYqzHRqzG
|
||||
NAxGrP2neLAKn7EE/bEBl/AR9fmBe9iBsYjf01A8cJJv+IC7iHmFB7iDx/iOlDfYhvhdRfFgIZws5SsO
|
||||
YxFGw79tAIZjJrbjIVLOYhjid9aIB/MRJ/uCleiDWBcNxT6k885hIEq1NZMtgGsR47EXRqwr8cJJ6UWp
|
||||
pmaySTiCY8FJnIZ/Y6wtcd1SpiOrsRmH7thZ4C1Q6o9c0xswF5HV2GzGa6xJnf9hE37iWeirsrkAswtZ
|
||||
QYsG4S1MNm7zCWYFsoI2XIfJxmxSZiEraMMJmGzMJmUOsoI2HIfJxmy8OMw6ZAVtuAqTjdkchTmIrKBF
|
||||
I/ESv0Jflc1yOPgUFmdFLRiF83gX+qpsvKlfwLhlZEUFf9vLfADMq+v7I33YD+PWMRU1RQVr4Xbj+lwJ
|
||||
dqIfSudUJ5MnGzfLGYhj9dxcD6E+PiAcK51TM9lkPIJ5Dx897l+xJnLsFGJ8Jjb1yzQR95FyG1vQgzEY
|
||||
gQlwTfbgCWIuo+nJNAQHEN89fLj6a70n7ffqTXmOM3Dvcw1bmiyZgr24BV8RYpzwGrYi7XW7cRNNrVkj
|
||||
bvP+vXPhbj4bvt6Var1KG94Wxc5OKXZ2SrGzMypdvwGW4h6sOBaC4QAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
|
||||
EwAACxMBAJqcGAAAAYhJREFUOE+V1M0rRFEcxnFZsEAjC7NQ7GwkKSIWlLKwkJBSYmNnZ8HCQlIW/gFJ
|
||||
IVtRliwoKwmxmSRRUvKWlyRC1/e51xnnnjvj5alPc+459/ebuS9zMjzPS6cBk9jANS6xhnFUI1ITmUAV
|
||||
VPRTPrCIUpi6uN1EevCEv0a/tgk52LYbdUDf6OYNZzhHqvU77GlgGhXjVhNWdNIIypCLPFRgAs+IxDSb
|
||||
9o++cwoVmnVXLXROKFrQTbz3j4K8oh5uA1s2thCKFvqDYTIrcIttJdhFJFqcDYbJDMBtYCtHH7rQimZD
|
||||
i+0Ys+hhuA3SUeNBQxNF0BMz9HbXQe9PHG4D2xSS0cRCMIxE/4JCuA1sBzB518R8MA5lGVlwi23dsJPQ
|
||||
5FwwDmUVMbgNjBrcwM6wFlI1UxLoRAF0Xib0cIbwCDsniOkkc5nHX59uLrAD3Z8HTTh5QSP8LUj3ZxP5
|
||||
GMV/ouZtUB+/WQvMpYgu7RC/ZR2VMHUpN0fRLtGLJRxBO8oV9jEDvfFOjZfxCe188m0bq+bXAAAAAElF
|
||||
TkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ReloadButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAGISURBVDhPldTNK0RRHMZxWbBAIwuzUOxsJCkiFpSysJCQ
|
||||
UmJjZ2fBwkJSFv4BSSFbUZYsKCsJsZkkUVLylpckQtf3udcZ55474+WpT3PuOff3m7kvczI8z0unAZPY
|
||||
wDUusYZxVCNSE5lAFVT0Uz6wiFKYurjdRHrwhL9Gv7YJOdi2G3VA3+jmDWc4R6r1O+xpYBoV41YTVnTS
|
||||
CMqQizxUYALPiMQ0m/aPvnMKFZp1Vy10Tiha0E2894+CvKIebgNbNrYQihb6g2EyK3CLbSXYRSRanA2G
|
||||
yQzAbWArRx+60IpmQ4vtGLPoYbgN0lHjQUMTRdATM/R210HvTxxuA9sUktHEQjCMRP+CQrgNbAcwedfE
|
||||
fDAOZRlZcItt3bCT0ORcMA5lFTG4DYwa3MDOsBZSNVMS6EQBdF4m9HCG8Ag7J4jpJHOZx1+fbi6wA92f
|
||||
B004eUEj/C1I92cT+RjFf6LmbVAfv1kLzKWILu0Qv2UdlTB1KTdH0S7RiyUcQTvKFfYxA73xTo2X8Qnt
|
||||
fPJtG6vm1wAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
||||
BIN
ReconnectButton.png
Normal file
BIN
ReconnectButton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -121,7 +121,7 @@ namespace Spoofer
|
||||
public static string AppName { get; set; }
|
||||
public static string RawGitHubUrl { get; set; } //https://raw.githubusercontent.com/nerdunit/androidsideloader
|
||||
public static string GitHubUrl { get; set; }
|
||||
static readonly public string LocalVersion = "1.17SU1";
|
||||
static readonly public string LocalVersion = "1.18HF1";
|
||||
public static string currentVersion = string.Empty;
|
||||
public static string changelog = string.Empty;
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
v1.17SU1
|
||||
v1.18
|
||||
|
||||
Changes
|
||||
+ Added some instructions & checks for the spoofer
|
||||
+ Added crash detection
|
||||
= Fixed the game queue broken since 1.17
|
||||
+ Added clearer decriptions and message boxes for connections.
|
||||
- Removed April Fool's joke (the popup)
|
||||
= Fixed auto mirror switching
|
||||
|
||||
Date 11/19/2020
|
||||
Date 4/1/2021
|
||||
|
||||
VT: https://bit.ly/3nDUMcx
|
||||
|
||||
@@ -518,4 +518,4 @@ DFKYJpBgATHdRTwt7/zZwJCBq0ONheA/6+6VYj8x8Q5rqbiDDdc=
|
||||
+ Initial Release
|
||||
|
||||
HF - Hot Fix
|
||||
SU - Small Update
|
||||
SU - Small Update
|
||||
|
||||
Reference in New Issue
Block a user