How to obtain kernel config.gz of Running Linux / Android Device ?
If we want to check what is the default kernel configuration our device is using, the Linux … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
If we want to check what is the default kernel configuration our device is using, the Linux … Read more
If for some reason you got the following exception, “java.lang.SecurityException: uid 2000 does not have android.permission.MANAGE_APP_OPS_MODES” Then … Read more
Runnable in android / JAVA is an interface which needs to be implemented if we want run … Read more
Kotlin initializes the variables in different way than JAVA hence if you are too much used to … Read more
As we have seen in “How to identify which IDC file used by Input Device in Android … Read more
Input device configuration files (.idc files) contain device-specific configuration properties that affect the behavior of input devices. … Read more
If you want to take screen capture of something happening on your phone screen and save it … Read more
Android’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more
Android’s system partition is by default mounted as read only, but if you are looking to modify … Read more
This posts lets you identify name of the activity from the installed application and then use the … Read more
Most of the time during development, when you encounter with some unknown applications from which you want … Read more
When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more