Skip to content

Commit 07356e8

Browse files
authored
Add additional instructions for Samsung users and a workaround for Play Protect warning
1 parent 6d9bdf7 commit 07356e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/helper.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function cecho() {
4141
function check_adb_connection() {
4242
adb kill-server &> /dev/null || true
4343
cecho "Please enable developer options and USB debugging on your device, connect it to your computer and set it to file transfer mode. Then, press Enter to continue."
44+
cecho "Samsung users may need to temporarily disable 'Auto Blocker' first."
4445
wait_for_enter
4546
adb devices > /dev/null
4647
cecho "If you have connected your device correctly, you should now see a message asking for access to your phone. Allow it, then press Enter to go to the last step."
@@ -82,6 +83,7 @@ function install_companion_app() {
8283
fi
8384
uninstall_companion_app
8485
cecho "Installing companion app."
86+
cecho "IMPORTANT: If this appears to be stuck, check your device for any Play Protect warnings and press 'More details' -> 'Install anyway' to continue. The app is falsely flagged by Google."
8587
adb install -r open-android-backup-companion.apk
8688
cecho "Granting required permissions to companion app."
8789
permissions=(

0 commit comments

Comments
 (0)