Powered By:
Android Advice
 

Archive for March, 2012

Gnuplot Command Line Shell Example

March 24, 2012

Just a quick example of how to plot from cmd/shell using Gnuplot (my favourite plotting tool): gnuplot -p -e “plot ‘test.txt’” -p to keep the gnuplot window open once the command has run -e to specify that a gnuplot command follows (in the example above we plotting a data file test.txt”) References: You can download [...]

Posted in Science No Comments »

Android – sharing debug.keystore in Eclipse

March 16, 2012

If you find you frequently debugging an Android application on multiple computers then it can save time to share a single debug.keystore across those computers. If you don’t have a shared debug.keystore you will get the error eclipse console error “Re-installation failed due to different application signatures.” (for more details see my post http://www.stevenmarkford.com/solution-to-reinstallation-failed-due-to-different-application-signatures-when-debugging-in-eclipse/) Solution [...]

Posted in Android, Programming No Comments »

Refresh Eclipse Intellisense

March 15, 2012

Say for example you update some code in a referenced project the intellisense will not automatically update for that project. To manually refresh the intellisense: 1. Click Project->Clean… 2. Select the project you wish to refresh the intellisense for and click “ok”

Posted in Christianity No Comments »