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
Should state clearly instead of unicorn "magick" that the tool needs a rooted device
root_check=$(adb -s "$device_serial" shell 'su -c "id -u" 2>/dev/null')
if [[ "$root_check" -ne 0 ]]; then
echo "Error: Device is not rooted. Root access is required to access the password files."
exit 1
fi
The text was updated successfully, but these errors were encountered:
Should state clearly instead of unicorn "magick" that the tool needs a rooted device
The text was updated successfully, but these errors were encountered: