We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abf72f commit 33735fbCopy full SHA for 33735fb
Fire-Tools.ps1
@@ -1,4 +1,6 @@
1
-Add-Type -AssemblyName System.Windows.Forms
+adb shell echo Device Connected
2
+
3
+Add-Type -AssemblyName System.Windows.Forms
4
$Form = New-Object System.Windows.Forms.Form
5
$Form.Text = "Fire-Tools"
6
$Form.ClientSize = New-Object System.Drawing.Point(340,250)
@@ -86,6 +88,9 @@ $GoogleServices.Add_Click({
86
88
foreach ($array in $split) {
87
89
adb push $array /sdcard/
90
}
91
+ adb shell monkey -p com.aefyr.sai.fdroid 1
92
+ Write-Host 'When SAI opens tap on Install Apks then choose Internal file
93
+ picker and check the 2 .apkm files. Next click select then press install.'
94
Out-Host
95
if($?) { Write-Host "Successfully Installed Google Services" }
96
})
0 commit comments