Skip to content

bduong/stixplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stixplayer

MP3 player implemented on a gumstix verdex

Building Instructions

To build the C Application:

cd player
make

Then 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.apk

Running the Application

To run the C application once on the gumstix

./player <path to mp3 folder>

To run the Android application, simply start it on your device

About

MP3 player implemented on a gumstix verdex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published