Lynxbee topic

ADB Commands

Android ADB Shell commands and its use in different ways to access your Android Mobile or Development Board.

Adb shell screenrecord

If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more

Adb install

If we want to install an apk already downloaded or we compiled, use below command to install … Read more

Adb uninstall

If We want to uninstall the apk, using adb, we need to know the package name of … Read more

Make phone call using adb command

If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more

Adb shell getprop

As we have seen in our another post “commands to Identify Product Model, Serial Number ( Device … Read more

Test Android BOOT_COMPLETED Receivers Safely

A synthetic ADB broadcast can test receiver routing, but it does not reproduce a complete reboot. Build a minimal boot receiver, enqueue durable work, respect user-unlock and background limits, and verify both explicit broadcasts and genuine device boots.

Adb pull

As we have seen in our last post, you can use “adb push” to copy files from … Read more

Adb logcat

Save Logcat Logs to File using File Redirection Collecting logs on desktop from android device Save logcat … Read more

Adb reconnect

“adb devices” command on host first starts the adb server and then tries to connect to Android … Read more

Engineering weekly

Useful technical knowledge, not inbox noise.

Receive verified fixes, references, labs, and tools. Confirm by email; unsubscribe any time.