Solved: “Error: The logging tag can be at most 23 characters, was”

Have you ever seen an error like, “Error: The logging tag can be at most 23 characters, … Read more

Getting real-time Indian Agricultural Commodity market rates using Agmarknet API

The Indian government institutes publishes the daily commodity market rates from various markets (Mandi) through Agmarknet Portal … Read more

How to generate API key for accessing opensource data of Government of India ?

Different departments and institutions of government of India timely publishes the data required for people information through … Read more

adb logcat

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

Android MediaMetadataRetriever example for local files and Remote URL’s

MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data (such as Audio/Video duration if … Read more

Install and Uninstall Android Application ( APK ) using ADB

Following shell script does, check if android application is installed find an apk path if android application … Read more

adb kill-server

If you are trying to access your android mobile using “adb shell” command from host, it first … Read more