Random: Useful Tasker Android Application Profiles and Tasks

Tasker is an awesome app for android devices… if you know how to use it… otherwise it’s a nightmare!! Here is a list of Tasker settings and profiles I find most useful.

Enable Auto-Rotate Display on Certain Apps

  • Create new profile, select application then choose your desired app.
  • Create a New task and tap the “+” icon. Select “Display” then set “Display Autorotate” to ON.

 

How To: Fix Error: Could not find an installed version of Gradle — osX macOS

Problem: “Error: Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio”

My problem was also that the path wasn’t available system wide, I could say $gradle -v” in some terminals but not all, the solution below fixed this issue. This problem was happening when I was trying to build an Ionic App for android, I had Android Studio installed as well.

Read more

How To: Fix kernel panic-not syncing: VFS: unable to mount root fs on unknown block(0,0)

I ran into this issue while booting up my server. Luckily it was easy to fix after doing a bit of research 🙂

Problem: kernel panic-not syncing: VFS: unable to mount root fs on unknown block(0,0)

Solution: remove old linux kernels, your /boot drive is out of space

  • boot to grub and click on “Advanced options”
  • Select a previous kernel (should boot fine)
  • login and enter command
    • $ df
  • See if your /boot directory is 100% used
  • Remove old linux kernels
    • $ sudo apt-get autoremove

Sources:

How To: Replace the LED’s on an LG 50LN5100

As I was biking home one day, a couple blocks from my house I noticed a flat screen TV on the curve in front of a house. I biked faster, picked up my car and inspected the TV. It looked in good conditions so I said to myself “If I can pick it up by myself I will take it with me”. I was able to lift it by myself and put it in my back seat. Plugged it in, and powered it on, I noticed a quick flash, sound turned on but black screen. Doing some googling I noticed it is a pretty common problem with these model of TV’s.

Read more

How to: Fix Moto G4 Play Poor GPS Connection

This is an awesome phone, it does everything I want it to and battery lasts more than a day :). Unfortunately I started having GPS problems and after googling soon realized it was a common problem with the phone :/ . Thanks to the XDA thread I was able to do the fix below which improved my GPS signal 🙂 . The GPS readings were taken from the front of my house for consistency.

Read more

How to: Replace and/or Upgrade a Flowtron Starter Bulb

Being in Wisconsin, mosquitos a merciless, they will suck all your blood. I bought a Flowtron mosquito repellent lamp off Amazon BK-15D 1/2 acre coverage, unfortunately we used it twice and it stopped working. Bought new bulbs and soon realized that it was the starter. I looked all over the internet and realized that the company was the only one who sold those types of starters anymore. They also weren’t returning my calls to get a new starter bulb or light bulb to see what the problem was.

Doing a bit of research I realized that I could upgrade the starter to use newer fluorescent starters, it would save money and hassle in the future, and hopefully last much longer.

Read more