Skip to content

Commit

Permalink
Add additional instructions for Samsung users and a workaround for Pl…
Browse files Browse the repository at this point in the history
…ay Protect warning
  • Loading branch information
mrrfv authored Jan 19, 2025
1 parent 6d9bdf7 commit 07356e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function cecho() {
function check_adb_connection() {
adb kill-server &> /dev/null || true
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."
cecho "Samsung users may need to temporarily disable 'Auto Blocker' first."
wait_for_enter
adb devices > /dev/null
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."
Expand Down Expand Up @@ -82,6 +83,7 @@ function install_companion_app() {
fi
uninstall_companion_app
cecho "Installing companion app."
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."
adb install -r open-android-backup-companion.apk
cecho "Granting required permissions to companion app."
permissions=(
Expand Down

0 comments on commit 07356e8

Please sign in to comment.