Archive for category Software

Arduino Nano not responding with L led blinking fast

Problem: There were certain circumstances where the watchdog timer could be enabled by a sketch in a mode incompatible with the (older) bootloader, which led to the Arduino continually resetting itself, starting the bootloader, resetting, etc. This causes a flashing L led and inability to upload. People swear this happened to them as a result […]

, , , , ,

Leave a comment

Root any android phone with one click without using PC

Steps to root any Android device with one-click KingRoot tool Download and install the KingRoot app as you would do with any normal app. Launch the KingRoot app from the app drawer. If your device is supported, then a ‘Try to Root’ button will appear at the bottom of the screen. Just tap this button […]

, , , , ,

Leave a comment

Alternative to .NET IDE/ Visual Studio

As we all know, Microsoft won’t allow developers to use free copies of their .Net compilers unless the developing is for learning purposes only. In other cases, freelance developers or companies should buy Microsoft Visual Studio for a few thousand dollars, which is unreachable for many. Well, there are a few free alternatives to Microsoft’s Visual […]

Leave a comment

How To Create Your Own Portable App For A Flash Drive

The example application I’m going to make portable is Audacity, an open source audio editing program. You can download your own file, or follow along using Audacity (recommended for your first time) before you try this method on your own applications. Step 1: Download the application setup file If you’re following along, download the Audacity installation file. Make […]

, ,

Leave a comment