Skip to content

Commit 33735fb

Browse files
authored
Last Minute Fixes
- Added device connection check - Added split apk instructions - Added auto launch SAI during gapps installation
1 parent 9abf72f commit 33735fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Fire-Tools.ps1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Add-Type -AssemblyName System.Windows.Forms
1+
adb shell echo Device Connected
2+
3+
Add-Type -AssemblyName System.Windows.Forms
24
$Form = New-Object System.Windows.Forms.Form
35
$Form.Text = "Fire-Tools"
46
$Form.ClientSize = New-Object System.Drawing.Point(340,250)
@@ -86,6 +88,9 @@ $GoogleServices.Add_Click({
8688
foreach ($array in $split) {
8789
adb push $array /sdcard/
8890
}
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.'
8994
Out-Host
9095
if($?) { Write-Host "Successfully Installed Google Services" }
9196
})

0 commit comments

Comments
 (0)