This is my take on Android Permissions. In this article I'll try to describe permissions which are often associated with security or other risk and very often used by applications...
Read full article →This is how to fix it in Eclipse: - Open Eclipse, go to Help / Install New Software. - As url at the top enter: https://dl-ssl.google.com/android/eclipse/ - Then from the...
Read full article →This is a simple fix for the issue with PhpMyAdmin where exclamation mark shows on all databases. Exclamation point problem in PhpMyAdmin: Problem is related to browser caching, not to...
Read full article →Following are the steps on how to upgrade PhpMyAdmin to 4.0.5 on Centos 6.x / Apache 1. Login to Webmin, select 'Others' from the menu on the left, then select...
Read full article →Following is a fix for Eclipse error: Unable to execute dex: GC overhead limit exceeded GC overhead limit exceeded. - Go to Eclipse installation folder - Open eclipse.ini in your...
Read full article →Following is a Profanity Filter PHP Function, which I am currently using to filter bad words from my forum posts. Click here to download my own list of over 1,700...
Read full article →Eclipse CDT (64-bit version) crashing with error: 'Java was started but returned exit code=1' can be fixed by adding: -XX:-UseCompressedOops to eclipse.ini.
Read full article →Following are the instructions for upgrade from Indigo version of Eclipse to the most recent Juno version. Go to: Eclipse > Preferences > Available Software Sites Add following to sites:...
Read full article →If you get an error in Eclipse Android development tool (on Windows), which says: Error generating final archive (Debug Certificate expired), it is happening because your debug.keystore has expired. Typically...
Read full article →This maybe of help to some developers. For example in your android based phone application you have a CALL_PHONE requests. Something like this: uses-permission android:name="android.permission.CALL_PHONE" If the tablet does not...
Read full article →