Solved: Fastboot Flashing Unlock is not allowed

If you try to unlock the fastboot flashing during the development using command, You may get an … Read more

Fixed : Flashing is not allowed in Lock State

When using fastboot, if we type below command, We may see an error as, Solution : First … Read more

Decode Information from Binary AndroidManifest.xml

How to Decode Binary AndroidManifest.xml to Text ?

If you have some prebuilt android application apk for which you need to know what are the … Read more

Android.mk

Convert Android.mk to Android.bp

The source code which was developed prior to when Soong was introduced in Android build system, was … Read more

Android NDK

How to install Android NDK on Ubuntu Linux ?

The Android NDK is a toolset that lets you implement parts of your app in native code, … 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

Android ADB

How to Install ADB and Fastboot on Ubuntu ?

Install ADB on Ubuntu For installing Android Debug Bridge (adb) command on Ubuntu, type below command on … Read more

How to check the list of available sensors in Android ?

In android you check the list of all the supported sensors in your device by two ways. … Read more

How to change Android display brightness using adb command ?

We had seen in our previous post “How to change default display timeout settings using adb command … Read more