Install google play store adb tools download

broken image
broken image

To uninstall applications on Famoco devices:

broken image

We have made a list of the most common adb commands that will help with your Famoco project.Īdb shell getprop ro.Īdb shell dumpsys window | grep DisplayWidthĪdb shell am start -n />Īdb shell am start -a content://telcarriers -ei simId -1Īdb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'Īdb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.pngĪdb shell dumpsys package | grep versionCodeĪdb shell pm dump | grep -i codeĪdb shell am start /.SettingsActivity

broken image

If you are new to adb, we recommend this tutorial on how to use it here. Or if you want the standalone Android SDK Platform-Tools package, you can download it here. You can download this package with the SDK Manager, which installs it at android_sdk/platform-tools/. Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device (an emulator or a connected Android device).Īdb is included in the Android SDK Platform-Tools package.

broken image