Universal Android Music Player Example
This post shows how to implement an audio media app that works across multiple form factors and … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
This post shows how to implement an audio media app that works across multiple form factors and … Read more
add a file AndroidProducts.mk In the products directory, create an AndroidProducts.mk file that point to (and is … Read more
Follow below steps to boot the Androidthings on Raspberry Pi3 Download the prebuilt image from https://developer.android.com/things/preview/download.html this … Read more
Connect your Android device over adb to get adb shell and check the default screen timeout value … Read more
When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more
To enable & disable Bluetooth using below adb commands needs your device to be rooted or if … Read more
Bootchart provides CPU and I/O load breakdown of all processes for the whole system. It doesn’t require … Read more
Prerequisite : Before starting, a bootup picture will be needed with below specs: BMP format, should be … Read more
We can turn on the Bluetooth using adb command as below, once you type this on your … Read more
When you are ready to publish your Android Application, you need to sign your app and upload … Read more
Starting Android 8.0 (API level 26) android supports adaptive launcher icons, which can display a variety of … Read more
When we were compiling our app source code with “./gradlew clean build” we got following error, Solution … Read more