SEE: http://adbshell.com/commands/adb-shell-netstat SEE: https://gist.github.com/otikev/95d0e163704367048b1d0efcefcc7151 SEE: https://www.androidjungles.com/adb-fastboot-commands/
adb reboot-bootloader adb reboot bootloader fastboot flash system system.img fastboot flash recovery recovery.zip fastboot flash boot boot-new-V2.img fastboot reboot
su mount -o remount,rw none /system
adb shell am start -n com.android.settings/.Settings adb shell am start -a android.intent.action.MAIN -n com.android.settings/.Settings
adb shell pm list packages -f
adb shell pm trim-caches
adb shell pm clear br.com.i9algo.taxiadv
adb shell content call --uri content://br.com.i9algo.taxiadv.Commands --method sendGeoTest
adb shell pm uninstall -k br.com.i9algo.taxiadv
adb shell pm uninstall br.com.i9algo.taxiadv
adb shell pm list packages -f br.com.i9algo.taxiadv
adb shell settings put secure location_providers_allowed gps,network adb shell settings put secure location_providers_allowed '+gps,network' adb shell settings put secure location_providers_allowed -gps,network
settings put system screen_off_timeout -1
settings put global voice_unlock_screen null settings put global voice_unlock_and_launch1 null settings put global voice_unlock_and_launch2 null settings put global voice_unlock_and_launch3 null
settings put global stay_on_while_plugged_in 0 settings put global stay_on_while_plugged_in 3
settings put global adb_enabled 1
SEE: https://developer.android.com/reference/android/provider/Settings.Global
settings put global airplane_mode_on 1
am broadcast -a android.intent.action.AIRPLANE_MODE
settings put global airplane_mode_on 0
am broadcast -a android.intent.action.AIRPLANE_MODE
pc $ adb -d shell android $ su android # ps android # kill
adb shell run-as br.com.i9algo.taxiadv chmod 666 /data/data/br.com.i9algo.taxiadv/databases/taxiadv.db adb pull /data/data/br.com.i9algo.taxiadv/databases/taxiadv.db
adb shell screencap /sdcard/screen.png
adb shell screenrecord /sdcard/demo.mp4 adb pull /sdcard/demo.mp4 adb shell screenrecord --bit-rate 7000000 /sdcard/demo.mp4 <7Mbps> adb shell screenrecord --size adb shell screenrecord --time-limit <TIME max 180 seconds>
adb install -r -d -l [app name] adb install -r -d -l com.google.android.gms-1-update-play-service-30.10.2018.apk
-r A instalação de sobreposição é permitida. -s Instale o aplicativo para o sdcard. -d Permitir instalação de substituição degradada.