Understanding Android AOSP build system

In this post, we tries to understand the android open source build files written to add a … Read more

vimdiff_2_html

Save Vimdiff Output To HTML

The script ( vimdiff_to_html.sh ) matches the filename from first directory to same filename from second directory … Read more

Android Power OFF Sequence / How Android Shuts Down works ?

This post tries to brief about how android shutdown / poweroff sequence is with respect to the … Read more

How early suspend works in Android ?

This post briefs about the source code flow of how early suspend mechanism in power managerment works … Read more

C program to check total and free RAM memory in Linux

Following C program helps you to identify what is the total and free memory / RAM available … Read more

Identify UPNP SSDP packets from your network

The following script Written by nabe@abk (Credit to author) displays the UPNP Simple Service Discovery Protocol (SSDP) … Read more

Script to find UPNP devices / servers in a network

This post details about how you can search and identify the details about the UPNP devices available … Read more

Identify media encoder / decoder (codec) information of Android device

This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more

Android PIP

How to use Picture in Picture (PIP) mode in Android ?

What is Picture in Picture ( PIP ) mode in Android ? PIP is a special type … Read more