C program to interact with frame buffer devices

Screen information are queried by applications using the FBIOGET_FSCREENINFO and FBIOGET_VSCREENINFO ioctls. Those ioctls take a pointer … Read more

Linux test case for framebuffer driver

Screen information are queried by applications using the FBIOGET_FSCREENINFO and FBIOGET_VSCREENINFO ioctls. Those ioctls take a pointer … Read more

Convert bitmap ( bmp ) files to raw 16 bit data using C program in Linux

bmptoraw is utility to convert bitmap files to raw 16 bit data. This program assumes a 24 … Read more

sniffex – C program to Capture wifi packets using libpcap

libpcap provides functions for user-level packet capture, used in low-level network monitoring. Following program captures the packets … Read more

Test Code for Real Time Clock ( RTC ) Linux Driver

This code can be used for testing the real time clock driver developed for new Linux based … Read more

How Android Bluetooth Profiles are enabled and Services are activated ?

How Android Bluetooth profiles are enabled ? Answer: Check packages/apps/Bluetooth/res/values/config.xml If you want to disable the above … Read more

Turn Your Linux PC Into Bluetooth Speakers For Your Mobile Phone

WiFi

This post shows steps to Play Songs from mobile and listen on laptop/desktop speaker over Bluetooth. The … Read more

Configure Ubuntu 16.04 as Bluetooth A2DP Sink

This post shows steps configure Ubuntu 16.04 as Bluetooth A2DP Sink. When Ubuntu is acting as A2DP … Read more

Debug levels for Linux kernel PrintK

If you have already tried to write the first kernel module from port “Writing first Linux kernel … Read more