How to capture Bluetooth packets on Android ?

Bluetooth

When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more

Enable and disable Bluetooth using adb commands

To enable & disable Bluetooth using below adb commands needs your device to be rooted or if … Read more

Analyse android booting using Bootchart

Bootchart provides CPU and I/O load breakdown of all processes for the whole system. It doesn’t require … Read more

How to create custom Boot Logo for Android ?

Prerequisite : Before starting, a bootup picture will be needed with below specs: BMP format, should be … Read more

adb shell command to Turn ON Bluetooth & make it discoverable

bluetooth

We can turn on the Bluetooth using adb command as below, once you type this on your … Read more

How to generate upload key and keystore for Android App Signing ?

When you are ready to publish your Android Application, you need to sign your app and upload … Read more

How to create Adaptive App Icons for Android Application ?

App Icon

Starting Android 8.0 (API level 26) android supports adaptive launcher icons, which can display a variety of … Read more

adb shell screenrecord

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