You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/helper.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ function cecho() {
41
41
functioncheck_adb_connection() {
42
42
adb kill-server &> /dev/null ||true
43
43
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."
44
45
wait_for_enter
45
46
adb devices > /dev/null
46
47
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() {
82
83
fi
83
84
uninstall_companion_app
84
85
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."
85
87
adb install -r open-android-backup-companion.apk
86
88
cecho "Granting required permissions to companion app."
0 commit comments