MP3 player implemented on a gumstix verdex
To build the C Application:
cd player
makeThen load the application onto the gumstix.
To build the Android Application: The first option is to load the android project into a Java IDE capable of deploying to android devices
cd android/playerControl
ant release
adb install bin/playerControl-release-unsigned.apkTo run the C application once on the gumstix
./player <path to mp3 folder>To run the Android application, simply start it on your device