Fixed : openssl/opensslv.h: No such file or directory

When trying to compile some packages / libraries or application source codes in Linux which are based … Read more

Understanding Android Touch Event , onTouchEvent ( Motion Event )

When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more

7 Zip

How to Install 7Zip on Ubuntu Linux ?

7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more

7 Zip

How to Compress files using 7z in Linux ?

7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more

How to get Android Display Resolution using adb shell command ?

Display resolution indicates the height and width of the physical display which the android device is using. … Read more

How to identify and change input device location in Android ?

Identify what is the current location of the input device using getvent command as, So, the output … Read more

Identify Input Device Information in Android

To identify the information about the input device connected to Android platform, we can use “getevent” as … Read more

Yocto Compilation Steps - lynxbee

How Yocto build Software Package from source code ?

Yocto compiles everything from source code. Following are the stages Yocto following to prepare binaries / packages … Read more

Stat for file information

C program to read file properties using stat() function

Stat system call in Linux return information about a file, in the buffer pointed to by buf. … Read more

Stat for file information

C program to find file properties using stat() function

Stat() function in C is used to retrieve information about the file by accepting the filepath as … Read more