Shell install/uninstall apk file


Show devices
adb devices

Install apk
adb install apk_name.apk

Unistall
adb shell

Find out your apps package name:
pm list packages | grep "app name/something related to your app name"

Then use:
adb uninstall package_name

OR
pm uninstall package_name

Veeam RMAN plugin Windows network tuning

  In larger environments lots of connections are made by the Plug-In backups. It is recommended to tune the network settings of the invol...

Mais vistos