WordPress Followers

Solved : WordPress Subscriber, Follower Count is Incorrect

Today, when we are writing this article our the subscribers count as shown with Jetpack subscriber form … Read more

Fix URL

How to Fix Poorly Formatted URL Issue for SEO ?

We are using Neil Patel’s “Ubersuggest” for our website’s search engine optimisation analysis and improvements. We analysed … Read more

Generate Linker map file

How to create Linker .map file in Linux ?

Understanding map files created by some of the Embedded compilers is required for the Engineers who are … Read more

Android Device Information

Fetch All Device Information From Android For Debugging

You can use some of our scripts to download all the information of android device. This will … Read more

Find and Replace

Find and Replace in VIM Editor

Suppose we have a text file from which we want to search for string “hello” and replace … Read more

Solved: Fastboot Flashing Unlock is not allowed

If you try to unlock the fastboot flashing during the development using command, You may get an … Read more

Fixed : Flashing is not allowed in Lock State

When using fastboot, if we type below command, We may see an error as, Solution : First … Read more

Emulate Rpi on Linux

How to Emulate RaspberryPi 2 using QEMU ?

We need to compile recent qemu source code since it has added support for Raspberry Pi, to … Read more

Decode Information from Binary AndroidManifest.xml

How to Decode Binary AndroidManifest.xml to Text ?

If you have some prebuilt android application apk for which you need to know what are the … Read more

Android.mk

Convert Android.mk to Android.bp

The source code which was developed prior to when Soong was introduced in Android build system, was … Read more

Fixed: has virtual functions but non-virtual destructor

If we have a C++ Class “MyLynxbee” declared in header file mylynxbee.h as below, and if we … Read more