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
 

Market disappeared and Missing common library by Upgrade


This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1 Krisis

Krisis
  • Members
  • 7 posts

Posted 28 September 2011 - 10:56 AM

I actually have nightly #210 and I tried to install #211 or #212 but when I install one of them Market disappear...
I tried re-installing by the apk but constantly appear a message error noticing me "market app crashed"
I reinstalled gapps (rom manager says i need 20110613 instead of 20110828)

Moreover a third-party app (contapps) auto-unistalled when upgrading cyanogenmod and if I try installing it by the apk says "missing common library"

What should I do?

#2 ghiki

ghiki
  • Members
  • 7 posts

Posted 28 September 2011 - 04:45 PM

LOL, exactly the same here (with #211 and #212), and same phone (Desire GSM) any solution from anyone?

EDIT: I think that is the same problem as here: http://forum.cyanoge...-gapps-problem/

EDIT2: I connected it to my home's Wi-Fi and, after a time, market has appeared in launcher O_o

Edited by ghiki, 28 September 2011 - 06:51 PM.


#3 Krisis

Krisis
  • Members
  • 7 posts

Posted 28 September 2011 - 07:15 PM

similar to that, but I don't have problem with gapps (youtube, gmail and so on are working good)

#4 ghiki

ghiki
  • Members
  • 7 posts

Posted 28 September 2011 - 09:48 PM

View PostKrisis, on 28 September 2011 - 07:15 PM, said:

similar to that, but I don't have problem with gapps (youtube, gmail and so on are working good)

Yes, yes, all of these is working...except market (it isn't in app drawer)

Edited by ghiki, 28 September 2011 - 10:00 PM.


#5 S_Serpent

S_Serpent
  • Members
  • 12 posts

Posted 29 September 2011 - 03:23 PM

I probably might be because the new 3.1.5 market release.

Gotten the new market on my phone since this weekend.

#6 mmorselli

mmorselli
  • Members
  • 21 posts

Posted 29 September 2011 - 05:47 PM

I was in the same trubble with a 25 Sept Nightly

This is my workaround, hope this helps someone.


- first, delete existent market

adb remount
adb shell
rm /system/app/Vending.apk
rm /system/app/MarketUpdater.apk
rm -r /data/data/com.android.vending
rm -r data/data/com.android.vending.updater
exit

- unpack older version of Vending.apk and MarketUpdater.apk from an older gaps package (I use gapps-gb-20110120-signed.zip with Market V. 2.2.11 - you can easly find it with google)

- push the two apk

adb push Vending.apk /system/app/
adb push MarketUpdater.apk /system/app/

fix permissions (I don't know if really needed)

adb shell
chmod 644 /system/app/Vending.apk
chmod 644 /system/app/MarketUpdater.apk

delete dalvik cache and reboot

rm /data/dalvik-cache/*.dex
reboot

Open Market, as soon I install an app, Market autoupdate itself to 3.1.5, and now works fine, without crash

#7 Krisis

Krisis
  • Members
  • 7 posts

Posted 06 October 2011 - 09:22 AM

I tried as you told me and now market is working good so thank you, but I still having "common library missing" error: can someone try to install from market "contaps" app so can tell me if is an error of mine or a cyanogenmod error?

#8 jobarjo

jobarjo
  • Members
  • 2 posts

Posted 18 October 2011 - 09:33 AM

I confirm I also can't install contapps.
In my case, I can't install paypal app, could someone please try?
Both installs give the same error message.

I upgraded from CM7.0.3 to 7.1.0. A friend of mine has no problem with the paypal app (in CM 7.1.0)

Should I downgrade gapps or the market?