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

Use repo on Windows to Download Android Source

Use repo on Windows

Android had developed repo tool to download huge android source code, primarily keeping in mind of development … Read more

Fastboot – no permissions (missing udev rules? user is in the plugdev group)

Fastboot

When we put our device to fastboot mode for flashing our binaries using fastboot command, while trying … Read more

How to update ADB and Fastboot to Latest Version ?

ADB

If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more