adb shell settings put global tether_dun_required 0
Related hackernews post: https://news.ycombinator.com/item?id=20461879
adb shell settings put global tether_dun_required 0
adb root )adb shell am broadcast \
-n com.your.app/com.google.firebase.iid.FirebaseInstanceIdReceiver \
-a "com.google.android.c2dm.intent.RECEIVE" \
--es "extra1" "65" \
--es "guid" "1f400184-9215-479c-b19a-a9cd9a1d9dc9" \
--es "extra3" "VALUE" \
--es "extra4" "'Long string with spaces'"
adb shell am broadcast command that broadcasts.-n parameter for define component (see IntentSpec@ADB Documentation)com.google.firebase.iid.FirebaseInstanceIdReceiver, because we are using Firebase Messaging Service-a com.google.android.c2dm.intent.RECEIVE because FirebaseInstanceIdReceiver defines this in AndroidManifest.xml file.--es parameter.onMessageReceived under the FirebaseMessagingService. When user taps notification remoteMessage.getData().get("extra1") should be return "65".sudo dscl . create /Users/USERNAME IsHidden 1
sudo dseditgroup -o edit -a USERNAME -t user com.apple.access_ssh
find . -regex ".*\.\(mp4\|zip\)" -exec mv {} . \;