What is Rooting? According to Wikipedia, "Rooting is the process of allowing users of smartphones, tablets and other devices running the Android mobile operating system to attain privileged control (known as root access) over various Android ... Read More »
Steps To Be Taken While Installing Any Software
Most of the time when installing new software we almost forgot that not all software are safe. Some may damage our system files, some may become outdated, some may become corrupted and some may even contains adware, spyware, virus, etc. So to ... Read More »
5G Network Will Change The World!
Record-breaking speeds have been achieved during the tests of 5G Connection. Researchers at the University of Surrey's 5G Innovation Centre (5GIC) managed speeds of one Terabyte per second (Tbps)."The speed is more than 65,000 times faster than ... Read More »
Turn Android Phone Into A Portable Wi-Fi Hotspot
Wi-Fi hotspot is one of the feature that are available in Android devices. You may want to convert your Android device into a Wi-Fi hotspot maybe due to the following reason. *. You have Internet on your mobile and want to share it with your ... Read More »
Make A Twinkle Light Out Of Keyboard Light
To make your keyboard lights become twinkle such as the Scroll Lock, Num Lock and Caps Locks lights, just open a notepad by pressing the Windows Key + R and type in notepad and hit enter. In the notepad paste the following code Save the ... Read More »
Enable Or Disable Developer Options In Android Devices
We have already discuss earlier about one of the best trick that can be perform on Android Devices in which the Android screen will be full of Moving Jelly Bean. Well, here we are with another trick that are hidden in Android devices. So what is ... Read More »
Trick To Display Moving Jelly Bean On Android Devices
In this article, we will discuss about one of the trick that can be perform on Android devices. To get start, go to Settings in your Android device. Under Settings, scroll down till you find the About phone option. Tap on it. You will see the Android ... Read More »
C++ Program To Convert Fahrenheit to Centigrade
Fahrenheit and Centigrade are both the unit of temperature in which they tells us the degree of hotness and coldness. The difference between them is that Centigrade = (Fahrenheit - 32) x (5.0 / 9.0) So using the above formula we will write a ... Read More »
Make Computer Speak Any Entered Words
Let not wasting time by going directly to the process on how to make computer speak any words or sentences that you entered. First thing you need is to open a notepad. If you don't know how to open a notepad simply hold the Windows key + R and type ... Read More »
C++ Program To Find Prime Number
Basically, what is Prime number? Prime number is a number that cannot be divided by any other number except by number 1 and by itself. In this articles we will develop a C++ program to find if the given number is prime or not So let's get ... Read More »