This is by far the most awesome, modified default music Android player, created by Eliot Stocker.
This is version 1.6, which is an older version, but his newest that supports Eclair 2.1 (all the newer ones require Froyo).
Here are the features:
Installation Instructions
-Download Music.apk (attached to this post at bottom)
-First, we need to backup the original music app
-Then, we install Music Mod
-And you're all done. Check out the new widgets (screenshots below)!
Screenshots
-Now playing and widget selector
-4x1 and 4x2 Widgets
-2x2 Widget
-4x4 Widget
How-To Delete
Download
Music.apk
This is version 1.6, which is an older version, but his newest that supports Eclair 2.1 (all the newer ones require Froyo).
Here are the features:
Eliot Stocker said:Gesture Contol
4 Different Sized widgets
including a full 4×4 widget with shuffle and repeate buttons
Redesigned Now Playing Screen
Wallpaper showing behind app when Music playing (including Live wallpaper)
Options for Fullscreen and gesture control in Now Playing screen
Installation Instructions
-Download Music.apk (attached to this post at bottom)
-First, we need to backup the original music app
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
mv /system/app/Music.apk /system/app/Music.bak
-Then, we install Music Mod
Code:
cp /sdcard/Music.apk /system/app
sync
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
-And you're all done. Check out the new widgets (screenshots below)!
Screenshots
-Now playing and widget selector


-4x1 and 4x2 Widgets

-2x2 Widget

-4x4 Widget

How-To Delete
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
rm /system/app/Music.apk
mv /system/app/Music.bak /system/app/Music.apk
sync
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
Download
Music.apk