Google Play Services "Error: Incompatible with other..." - Printable Version +- www.chinaphonearena.com (https://www.chinaphonearena.com/forum) +-- Forum: General (https://www.chinaphonearena.com/forum/Forum-General) +--- Forum: General Android & Phone (https://www.chinaphonearena.com/forum/Forum-General-Android-Phone) +--- Thread: Google Play Services "Error: Incompatible with other..." (/Thread-Google-Play-Services-Error-Incompatible-with-other) |
Google Play Services "Error: Incompatible with other..." - ninj4murai - 2013-11-05 es from playstore it says Google Play Services "Error: Incompatible with other application(s) using the same shared user ID" I cant use gmaps and YouTube because it keeps asking me to install. How can this be fixed? RE: Google Play Services "Error: Incompatible with other..." - GizBeat - 2013-11-05 Now that you have CWM installed, you can try installing gapps from SD. Please let us know if that fixes your problem. RE: Google Play Services "Error: Incompatible with other..." - ninj4murai - 2013-11-05 I tried installing latest 4.2.2 gapps but still does not fix the error. I noticed after flashing with cwm some gapps were not installed (titanium or settings>apps>all) but was present in my /system/app including gem.apk and googleframeworkservices.apk RE: Google Play Services "Error: Incompatible with other..." - GizBeat - 2013-11-05 1. Try the gapps I linked to 2. If that doesn't work, find a signed version of maps. Uninstall maps from Play (if it's installed at all) and install the signed version you downloaded from the net. Now update at Play. 3. If #2 doesn't work: a.) connect your phone to PC and open command prompt b.) adb shell chmod 666 /data/system/packages.xml c.) adb pull /data/system/packages.xml d.) open packages.xml and find the maps block e.) comment out (or delete) shared user name code from maps block in packages.xml so it looks like this: PHP Code: <!--<shared-user name="com.navngo" userId="10000"> f. adb push packages.xml /data/system g. adb shell rm /data/dalvik-cache/* h. adb reboot i. attempt the install again. The reason this is happening is that whoever authored the firmware didn't do a clean job of it. RE: Google Play Services "Error: Incompatible with other..." - ninj4murai - 2013-11-06 i already tried the gapps that you linked. ill try the second one which i already tried but with the android userid ill update this after i tried navngo THANKS! BTW, my main problem is the google play services it keeps asking me to install not the maps itself UPDATE: i cant seem to find shared-user name="com.navngo" userId="10000 this is what i did 1. installed maps from gplay 2. reboot phone 3. pulled packages.xml 4. open in note++ and find (ctrl + F) com.navngo i cant seem to find it in my packages, or maybe its not there in the first place.. ill attach my packages.xml RE: Google Play Services "Error: Incompatible with other..." - GizBeat - 2013-11-06 Find whatever block is causing giving you the error message and remove any shared IDs. Make a backup prior to doing any edits. RE: Google Play Services "Error: Incompatible with other..." - Xylu - 2014-01-22 Can i do this using terminal emulator? RE: Google Play Services "Error: Incompatible with other..." - Xylu - 2014-01-24 Update have fix this flashing the latest gapps. Reboot to cwm recovery wipe data/factory reset then flash gapps! RE: Google Play Services "Error: Incompatible with other..." - baudav - 2014-01-27 encountered same problem, because Chinese clean correctly MAUI rom ;) Not sure service Google not required other lib: add manually in system/app/GmsCore.apk (latest service Google from googleapps) and add lib files libgames_rtmp_jni.so and libAppDataSearch.so in system/lib (perhaps require real GooglePlayStore and MarketUpdate, I already replace it by original) RE: Google Play Services "Error: Incompatible with other..." - Tom Riddle - 2014-03-17 |