Feb 11, 2018

Fix corrupted or missing Windows 10 system files

Boot your computer in safe mode and run the System File Checker tool and the Deployment Image Servicing and Management tool. The System File Checker tool and the Deployment Image Servicing and Management tool check if there are corrupted system files on your computer. Open the command prompt and run the following commands.

System File Checker tool
sfc /scannow

Deployment Image Servicing and Management tool
DISM /Online /Cleanup-Image /RestoreHealth

https://answers.microsoft.com/en-us/windows/forum/windows_10-update/system-file-check-sfc-scan-and-repair-system-files/bc609315-da1f-4775-812c-695b60477a93

Feb 17, 2017

How to evolve new Pokemon GO Evee?

To evolve the new Umbreon and Espeon that arrived with the new Pokemon Go update, name them to Tamao and Sakura before you evolve them. 

Unfortunately, the name trick only works once. I have not tried this but I have read that after the first evolution you will need to walk your Evee for 10K, obtain two candy and then evolve your Evee at night for Umbreon or during the day for Expeon. Add a comment if you have success with this method.

Where to get Pokemon GO special items?

The latest Pokemon GO update introduced special items necessary to evolve some new Pokemon. Although they appear to be rare theses special items can be obtained from Pokestops.

Oct 12, 2015

Application Transport Security error

Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
Add the following lines to the application's .plist file:



NSAllowsArbitraryLoads

Sep 2, 2015

Error running the command ionic build android after adding the Local Notification plugin

After adding the Local Notification plugin to my ionic project running the ionic build android command would result in the following error: Multiple dex files define. The error appears to be due to the fact that the android-support-v4.jar is being included twice. To fix the problem I delete the android-support-v4.jar file in the platforms/android/libs directory.

Error running command ionic run android

I was getting the following error when running the ionic run android command:

ERROR: Failed to launch application on device: ERROR: Failed to install apk to device: pkg: /data/local/tmp/android-debug.apk

Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]

I had to uninstall the production version of the app to get it to deploy the development version.

Aug 27, 2015

Error Updating Ionic Framework

Ionic Framework throws the error ECONFLICT Unable to find suitable version for angular when running the command ionic lib update. The solution that worked for me was running bower update.