• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root NEED MUSIC 2.3.4 apk and odex PLEASE!!!

sr17091

Well-Known Member
i was playing around with titanium backup and backed up all my apps. the thing was that i wanted to uninstall the google music app and not the stock music player. i did it and tried to reinstall it with tb but it just says it is restoring the app but it never finishes. can someone please give me the music apk for 2.3.4. THANKS
 
ok im a bit bad with these type of things. now how do i install them back on my phone

well one way you can do it is transfer the apk to your sd card and when your done unplug your phone make sure you have the app astro file manager installed on your phone you can get it in the market for free. open astro choose file manager and navigate to where you placed the apk file when you find it just click on it and choose install.
 
well one way you can do it is transfer the apk to your sd card and when your done unplug your phone make sure you have the app astro file manager installed on your phone you can get it in the market for free. open astro choose file manager and navigate to where you placed the apk file when you find it just click on it and choose install.
so i dont have to put it in the system/apps folder
 
Download ADB, plug in your phone, and run the following commands:
Code:
adb shell mount -o rw,remount -t ext4 /dev/block/mmcblk0p15 /system
adb push Music.apk /system/app/Music.apk
adb push Music.odex /system/app/Music.odex
adb shell mount -o ro,remount -t ext4 /dev/block/mmcblk0p15 /system

Make sure the "Music.apk" and "Music.odex" files are in the same directory as the ADB executable, or change the paths in the commands.
 
Back
Top Bottom