Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Unable to update Google Music


  • Please log in to reply
10 replies to this topic

#1 gariak

gariak
  • Members
  • 3 posts
  • Country:us
  • Device Model:G1, G2
  • MOD Version:6.1 RC
  • Recovery Image:ClockworkMod

Posted 07 March 2012 - 02:05 AM

FWIW, this exact problem has been driving me crazy for months and I finally found a good solution.

1.  Remove/uninstall any manually installed/pushed copies of Google Music

2.  Reboot to recovery and wipe cache and dalvik-cache

3.  adb pull /data/system/packages.xml

4.  adb shell cp /data/system/packages.xml /data/system/packages.bak

5.  Open packages.xml using Notepad++ or your favorite editor

6.  Find "com.android.music", the only instance should be a line about a package rename.  Mine was at the very end of the file.  Delete that line only.

7.  adb push packages.xml /data/system/

8.  Reboot and install directly from the market

9.  Profit!