Would just like to compliment your taste of music.
haha thanks =D
how do i do this?
bump...anyone?
Yes I actually use this on all the roms I flash. Give me a minute and I will attach.
This needs to be pushed in place of the music app you have now. This can be done I believe wether you are rooted or not. If not rooted you need to use ADB with this command from the tools directory of ADB from the command prompt.
If rooted you can do this through Terminal Emulator as well. First put the file on the root of your sdcard.Code:adb push Music.apk /system/app
EDIT: with the attachment, delete the .zip by rename it to Music.apkCode:su mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system busybox cp -R /sdcard/Music.apk /system/app remount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system sync reboot
Last edited by thebowers; 03-11-2010 at 07:10 AM.
If you like what I do, thanks
Your can follow me as follows
@dabowerman - Twitter
Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.
Theming Guides that might come in handy
Theming Guide for Progress Bar
Notification Text Color Change (How to)
Theming Guide for System Text
is this supposed to reboot your phone automatically or do you have to power down and then back up for it to take effect
If you like what I do, thanks
Your can follow me as follows
@dabowerman - Twitter
Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.
Theming Guides that might come in handy
Theming Guide for Progress Bar
Notification Text Color Change (How to)
Theming Guide for System Text
So I renamed my original to music1.apk and pushed this music.apk..i now have these two in my system/app but I still don't have the coverflow after rebooting =|....do I need to completely remove the original from system/app ?