Hello everyone!
As I've already mentioned a few days ago, I'm currently porting the Gmu music player to the Dingoo.
Unfortunately my Dingoo got broken recently. The MiniSD card is no longer recognized by the device, because two pins of the SD slot have been bent out of shape. I don't know how that could happen. I've already opened the Dingoo and tried to bend the pins back, but actually this was not possible.
That means I don't have a working Dingoo anymore.
The good news is, I've built a Gmu release for you anyway. Which you can download now.
For those of you who don't know Gmu, here is a screenshot of the program. As it is skinable its looks can easily be changed.
Gmu download (beta release)
Beware that this is a beta release. There are still a few things left to do. Also, not all decoders have been included yet.
You need Dingux on your Dingoo to run Gmu!
This is not only a beta release but Dingux itself does not come with a user-friendly interface yet. This means right now it is not as easy to run Gmu on the Dingoo as it is on the GP2X.
Steps required to run Gmu:
1) Extract the ZIP file to your SD card, which has previously been partitioned and formatted such that it holds a Linux root filesystem on an EXT3 partition. You could extract the zip file to root's home directory /root.
2) Make sure you've got the necessary libraries installed. Depending on which root filesystem you are using you might or might not have the required libraries. In Booboo's rootfs SDL is included, but the decoder libs are missing. In this Gmu release I've included the shared object files in the libs directory. You can either copy those files to your system lib directory (/usr/lib) or adjust your LD_LIBRARY_PATH.
3) Run gmu by chaninging to the installation directory first...
$ cd /root/gmu-0.7.0_BETA1-DINGOO
...and then running the gmu binary...
$ SDL_NOMOUSE=1 LD_LIBRARY_PATH=libs/ ./gmu
If you would like to run Gmu each time you boot the Dingoo into Dingux, you could add Gmu to your /etc/rc.local file which will be executed on boot. Adding these lines to your rc.local file should do the trick, if you've extracted Gmu inside root's home directory:
cd /root/gmu-0.7.0_BETA1-DINGOO
SDL_NOMOUSE=1 LD_LIBRARY_PATH=libs/ ./gmu
For more information about Gmu visit the Gmu website.
One more thing, that might be important for new users: The select button has been configured as a meta key, which means when pressing that button, the other buttons have other functions than in their normal state. For the most important ones each function will be shown in Gmu's status bar. With the start button you can toggle between the file browser, the playlist browser and the track information screen.