Solved : Failure INSTALL_FAILED_SHARED_USER_INCOMPATIBLE “tried to change user”

When you try to install an Android Application using adb and received an error with message as … Read more

Solved: ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER

If we try to start an application and got an errors as below in logcat, Then, this … Read more

How to install Apache WebServer on Ubuntu ?

Apache2

The Apache HTTP Server is a open-source HTTP server for modern operating systems including UNIX and Windows. … Read more

How Yocto build Software Package from source code ?

Yocto Compilation Steps - lynxbee

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

C program to read file properties using stat() function

Stat for file information

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