How to identify Activity Name and Start the Activity of Installed App ?

This posts lets you identify name of the activity from the installed application and then use the … Read more

adb shell command to get Current Activity Name (Foreground / Top Activity ) ?

Most of the time during development, when you encounter with some unknown applications from which you want … Read more

Fastboot – no permissions (missing udev rules? user is in the plugdev group)

Fastboot

When we put our device to fastboot mode for flashing our binaries using fastboot command, while trying … Read more

How to update ADB and Fastboot to Latest Version ?

ADB

If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more

adb push

adb push

When you are actively working on Android development, one thing you will frequently need is to copy … Read more

adb reboot

ADB Reboot

If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more

Latest ADB and Fastboot using Android SDK Platform tools

Android platform tools is a part of Android SDK. Android timely releases the latest SDK platform tools … Read more