[Q] can't Force stop Market - G Tablet General

I'm having trouble doing the market fix. I don't know what's going on. I go into settings, then Applications, Then Manage Applications, and there is no "Market" or "Google Services Framework" App listed at all. How do I put a Force Stop on it? I'm very confused.

Make sure you are in the "All" tab -- by default, it only shows the "Running" apps

All,
This is an error in the Market Fix instructions that gets reproduced all the time.
When you go to Settings/Application/Manage Applications you will have to choose "Running" also.
Then you can scroll down and find "Market" and "Google Services Framework" and Force Stop them.
Hope this helps.
Rev

Related

Market force closes when trying to install certain apps

Anyone else having problems with market force closing when trying to install or update certain apps?
Hi, I have this problem everytime Ehanced Email is updated.
As soon as I open Market and go to "My Apps", it force close.
temporally solution. Open market via pc browser and launch update from there.
I get no love?
Me, I was getting FCs when installing a couple of big apps in the Market, so far I've seen DocumentsToGo, Kingsoft Office having this problem... (I can't name all of them now). Further tests needed.
Same issue here - mainly documents 2 go is causing FC's when trying to install....

problems with google market

i use the google market a few times a day and lots of the time search results dont come up till i exit and restart. is this normal?
Try this. Push menu settings applications manage apps find market clear the data. Then reopen the market

[Q] Apps not downloading

I don't use my A700 all that much but I have noticed recently that none of my downloaded apps from the play store are automatically updating as they used to do. I have done a search of the internet and found others that have had a similar problem but none of the fixes have worked for me.
I am using Adroid 4.1.1, kernel version 3.1.10+ and build number Acer_AV051_A700_1.052.00_PA_CUS1. I have checked for updates but the tablet says none are available.
jfail said:
I don't use my A700 all that much but I have noticed recently that none of my downloaded apps from the play store are automatically updating as they used to do. I have done a search of the internet and found others that have had a similar problem but none of the fixes have worked for me.
I am using Adroid 4.1.1, kernel version 3.1.10+ and build number Acer_AV051_A700_1.052.00_PA_CUS1. I have checked for updates but the tablet says none are available.
Click to expand...
Click to collapse
First off, I moved your post to Q & A forum.
As with your issue, going to Settings and checking for updates, is only for the Operating System, Not for apps.
Several changes to the Play Store in updating things. You can open your Play Store (old Market) and select your Installed Apps icon. This will tell you what apps need updated, and you can d it from there (best to have a good Wifi connection as I think you have many updates).
As with Auto-Updating, I believe each app you have installed has this available as an option. Normally, I select it when I install an app from the Play Store. So check your Play store options.
MD
Moscow Desire said:
First off, I moved your post to Q & A forum.
As with your issue, going to Settings and checking for updates, is only for the Operating System, Not for apps.
Several changes to the Play Store in updating things. You can open your Play Store (old Market) and select your Installed Apps icon. This will tell you what apps need updated, and you can d it from there (best to have a good Wifi connection as I think you have many updates).
As with Auto-Updating, I believe each app you have installed has this available as an option. Normally, I select it when I install an app from the Play Store. So check your Play store options.
MD
Click to expand...
Click to collapse
Thanks MD
I guess that is where the problem lies. I go to Play Store but I cannot find a Installed Apps icon.
I went to settings and see "Auto-update apps" under the General category does not have a check mark next to it. I tapped it and made sure that "Auto-update apps at any time. Data charges may apply" is checked. Still no updates.
Thanks for your help
I´m not quite sure but I think I have a similar problem: Each time I want to install/update an app I have to kill all Google tasks in settings. I am on stock 4.1.1 rooted.
jfail said:
Thanks MD
I guess that is where the problem lies. I go to Play Store but I cannot find a Installed Apps icon.
I went to settings and see "Auto-update apps" under the General category does not have a check mark next to it. I tapped it and made sure that "Auto-update apps at any time. Data charges may apply" is checked. Still no updates.
Thanks for your help
Click to expand...
Click to collapse
With Play Store, select the "down arrow" in the upper right corner. This takes you to "installed apps" and "All apps you have downloaded. Go to Installed Apps, and you can manually update them. Also, if you select an app, you can select auto updating. :good:
MD
EndOfDays-Wildfire said:
I´m not quite sure but I think I have a similar problem: Each time I want to install/update an app I have to kill all Google tasks in settings. I am on stock 4.1.1 rooted.
Click to expand...
Click to collapse
Don't have an answer for that one. However, you can kill the auto sync in quick settings rather than going directly into settings.
Moscow Desire said:
With Play Store, select the "down arrow" in the upper right corner. This takes you to "installed apps" and "All apps you have downloaded. Go to Installed Apps, and you can manually update them. Also, if you select an app, you can select auto updating. :good:
MD
Click to expand...
Click to collapse
Thanks MD, that helped things along. I completely missed the "INSTALLED" at the top of the screen which does not surprise me in my advanced age.
Autoupdate is enabled for all of my apps but I still don't see the downloading being displayed in the lower right corner as I used to see in the past and a notification that an update for an app had completed. Maybe I am being impatient.
Thanks again for your help.

[Noob][CM13][HowTo]Solve the "Unfortunately, Google Play Services has stopped error".

[Noob][CM13][HowTo]Solve the "Unfortunately, Google Play Services has stopped error".
Hello Everyone!
I researched everywhere about this "Google Play Services has stopped error" and could not find any one method that worked. So I just had a look in the "report" of the error and found out that it wanted location access to continue.
I have the following version of CM: 13.0-20160513-NIGHTLY-falcon
[What I've tried]
As said in other places, I went to
Settings-> Apps-> Google Play Services-> Permissions-> And enabled everything, including Location.
But didn't work. It kept on showing that random error anytime I used any Google app.
[What To do]
So here's what you need to do.
Since this is for CyanogenMod, you may have something called "Privacy" in settings. We're gonna use that.
Goto
1) Settings-> Privacy-> Privacy Guard.
2) Click on 3 dots on right top and tap on Advanced.
3) Under the Location Section, click on Google Play Services.
4) In "Coarse Location", change from " Allowed" to "Ignored".
This should fix the problem. (I've checked this in many phones and it worked!) Click on thanks if it worked!
---------------------------------
EXTRAS: (Only for developers )
On seeing the Error Report, I found that it needed a "Fine" location access whereas, in Privacy Guard, it showed "Coarse" location access (a different less accurate location permission).
I know that, in addition to having "ACCESS_FINE_LOCATION" in the manifest, we also have to request them from the user at runtime (using requestPermissions()) checking with (using checkSelfPermission()).
I guess this Open Source Play Services Edition (which I downloaded) has not been still modified for API 23 . But it said, Marshmallow, If this is really the case, then some develepor please do it! I'm not much into this!
Thank you very much! Just wanted to add as this happened to me a couple times now as well:
If "Setup Wizard" constantly crashes (making the phone extremely hard to navigate) just try to get into it's app settings (e.g. via "Apps" or "Memory") and allow it all of the permissions it needs.
Resource: Google search.
It worked for me thanks ! Motog1 running on cm13
Thank you! You save my phone. I'm beginning to give up my cm13 on Xperia L.

Specific version of Google app still being auto-updated

Hello, for reasons relating to the internal browser vs Chrome Custom Tabs situation in the Google App, I want to run an older version of the Google App on my S10+. I am unticking "Enable auto update" in the Play Store, and then selecting "Uninstall updates" (it's a system app so no way to fully uninstall). This takes me back to an older version, which is what I want, but at some time every day, the app is updated again by the Play Store.
Is ignoring the "Enable auto-update" option expected for a system app, or something that's part of the GApps and Play Services world?
Does anyone know a workaround please?

Categories

Resources