Related
Hello!
To install Google play on new Nokia X2 firmware You nedd nokiaX2 with new firmware=)
Next step is strongly recomended - you need custom recovery.
It will be easyer to restore your phone from backup, if something goes wrong.
Next - you need to root your phone. I`ve done it throu custom recovery.
After rooting your device you need root access file manager - Root EXplorer for example.
Next step - you need to backup your phone thou custom recovery befor doing any sistem modifications.
Then- Open file manager - go to system\app
Cut out two files
package verifier.apk
and
package verifier.odex
Paste it anywhere you want.
Or - if you have backups - you can delete it.
Then you can install Google Play.
From some sourses you can get patched gplay , so, for those of you who have purchased apps - it will be an error after you try to add your app in gplay.
Only way for fixing this - finding another gplay pack.
After updating gplay - some pics will disappear. Same thing was on 2.0 firmware, if you have Lucky Patcher - you can disable autoupdate of gplay.
Soure of this method is here.
After Play Store's self updating all the images are not able to shown in the store, then after a reboot it will lost connection, like what the majority of us are facing.
It seems the host file's problem to me, I made a few changes but no luck.
Before finding out the method running latest google play, the temp solution is using Lucky Patcher (metioned in OP) to stop store itself from updating. However, even with lucky patcher enabled, google play will lose connection after reboot. You have to delete account and login to store again. Maybe the device regenerate certain files and that blocked google play.
Great job Altivex everyday i visit 4pda for new update. i dont know when grip_9 or russlan will release custom rom
Nokia x2 with google service !!!!!
DON'T TRY.
i already bricked my phone two times & only professional service center can recover the phone with ADF / Infinity box hardware.
but custom recovery is the safer way for home user & i am not success yet to load custom recovery on my x2.
will you please describe the process of custom recovery setup with screen shot or youtube video ????
---------- Post added at 10:06 PM ---------- Previous post was at 09:11 PM ----------
Will any one please describe the "custom recovery" process for Nokia x2 step by step in details..
fakenfalse said:
DON'T TRY.
i already bricked my phone two times & only professional service center can recover the phone with ADF / Infinity box hardware.
but custom recovery is the safer way for home user & i am not success yet to load custom recovery on my x2.
will you please describe the process of custom recovery setup with screen shot or youtube video ????
---------- Post added at 10:06 PM ---------- Previous post was at 09:11 PM ----------
Will any one please describe the "custom recovery" process for Nokia x2 step by step in details..
Click to expand...
Click to collapse
if you can flash the stock rom then you will not need to professional service center !
help me Plz
google play show " no connetion " and cant start :crying::crying:
esam122333 said:
help me Plz
google play show " no connetion " and cant start :crying::crying:
Click to expand...
Click to collapse
Repleas new ver google play store
Remove old acount
Create new acount
Run google play store
Close google play store
Remove new acount
And add old acount
Dont conection lost but dont load images
goooooooood
not working
not working
please give steps to root Nokia X2 after software update as nokia tool is unable to root the device
Sent from my Nokia_X using XDA Free mobile app
just install 1Mobile Market and google play will not get no connection
Mazikaaa said:
just install 1Mobile Market and google play will not get no connection
Click to expand...
Click to collapse
So, it worked with you?
Here's how to disable the most troublesome system apps and services.
I use the pm disable command throughout, but unless otherwise noted OS 4 can use "pm block"
To re-enable an app, run the same command replacing "disable" with "enable" (or block with unblock)
See end of post about how to run the commands.
OTA updatesRooted
OS4
pm block com.amazon.otaverifier
Rename /system/priv-app/DeviceSoftwareOTA.apk to DeviceSoftware OTA.apk_
0S5
pm disable com.amazon.otaverifier
Rename /system/priv-app/DeviceSoftwareOTA/DeviceSoftwareOTA.apk to DeviceSoftware OTA.apk_
Unrooted
Run these with: adb shell pm . . .
OS4
pm block com.amazon.otaverifier
pm block com.amazon.dcp
OS5 (below 5.1.1)
pm hide com.amazon.otaverifier
pm hide com.amazon.device.software.ota
OS5 (5.1.1 and above) - OTA can't be prevented on unrooted devices at this timeAmazon launcher
> "pm disable" (or block) the stock launcher to make your custom launcher the default (credit: Powerpoint45).
> "am start" the stock launcher (after re-enabling) to run the Amazon UI.
. . See bibikalka's post about using enable and start in a script to switch launchers with one tap.OS 4 - pm block com.amazon.kindle.otter
am start -n com.amazon.kindle.otter/com.amazon.kindle.otter.Launcher
OS 5 thru July 2015 - pm disable com.android.launcher
am start -n com.android.launcher/com.android.launcher2.Launcher
OS 5 Sept. 2015 and later - pm disable com.amazon.firelauncher
am start -n com.amazon.firelauncher/.LauncherAmazon appstore
> Stop the prompt to open appstore when you press an in-app link to Play Store.
. . Handy in scripts with the launcher commands. Reminder: When disabled, the system sees the Appstore as uninstalled.
. . > Some apps (es file explorer) will prompt to delete data. Say no!
. . > If you try to open Appstore while disabled, the system throws a freak-out error. Just re-enable it.pm disable com.amazon.veneziaLockscreen ads
> Replace lockscreen ads with Amazon's stock wallpapers. OS 5
pm disable com.amazon.kindle.kso
OS 4
> Note: The OS 5 command may cause bootloop on tablets using Freetime.
. . JMZ's Fire tool makes perm changes and you get a message with each reboot. This command avoids both issues.
Code:
pm disable com.amazon.kindle.kso/com.amazon.kindle.kso.lockscreen.LockscreenUpdateService
Wifi off (or on)
> "Disable" (or "enable") is required in all versions.
> OS 4 note: Some apps may not run or could go wonky with wifi off; just re-enable if things get weird.svc wifi disable------------------------------------------------------------------
How to Run the Commands
The OTA verifier, stock launcher and appstore can be disabled/frozen with whatever app you use for that.
If you disable/enable regularly (to use the Appstore, for example), it's easier to do with scripts and launcher shortcuts.
From Fire HD:
Shortcut on launcher (fast and easy for any command) - See bibikalka's post for switching launchers and my post below it.
Terminal emulator app:
su
command
From computer:
GatesJunior's Debloater tool (fast and easy for OTA, launcher, appstore)
Manually with adb: Not all commands require root but most do, so . . .
adb shell
su
command
I was only able to pm enable/disable after going > adb shell > su, but it works. When I had it disabled I couldn't register the device with Amazon until I disabled it again. I'm working with Kindle Fire HD 6 Kids Edition Fire OS 5.2.2, HDXposed enabled, working GAPPS and rooted with Go Launcher EX launcher
---------- Post added at 06:10 PM ---------- Previous post was at 05:54 PM ----------
I did the pm disable com.amazon.venezia and went into Applications > ALL and the App Store (Amazon) didn't show up at all. I enabled it and it's there again. Just wanted to share since I want to use the Amazon App Store and know now that I have this option. I also disabled com.amazon.otaverifier and can use the App Store no problem. Thank you!
I'm running fire HD6 devpreview 5.2.0 +root
Disabled ota verifier
Renamed DevicesoftwareOTA.ask
Automatic update is disabled in Amazon app store.
Still they managed to send and install Washington post app in my device. it was not there earlier.
I'm doubt about how to prevent Amazon altering my device.
Sent from my KFARWI using Tapatalk
llranga said:
I'm running fire HD6 devpreview 5.2.0 +root
Disabled ota verifier
Renamed DevicesoftwareOTA.ask
Automatic update is disabled in Amazon app store.
Still they managed to send and install Washington post app in my device. it was not there earlier.
I'm doubt about how to prevent Amazon altering my device.
Click to expand...
Click to collapse
Changes you made for ota verifier and DevicesoftwareOTA prevent Amazon from forcing an updated OS onto device, which would "break" root. Assuming you're still rooted, this didn't happen and you're seeing the Wash post that got installed when you installed/upgraded Lollipop. You can uninstall it and it will stay gone. If you did get updated, you didn't block OTA before turning on wifi and Amazon installed 5.2.2--build date July 2015 in Device settings--and you're no longer rooted. Better check!
build date is june 13, 2015.
still i have root access.
however i did uninstall it again. let me check if it may get installed again or not.
thanks a lot
Updated for 5.2.2u2, which I'm calling OS 5.0.1, September 2015 release.
Is there anyway to disable the lockscreen itself? I want to use the lockscreen from smart launcher 3 but I need to first disable the system lockscreen first for it to work properly.
rlattin24 said:
Is there anyway to disable the lockscreen itself? I want to use the lockscreen from smart launcher 3 but I need to first disable the system lockscreen first for it to work properly.
Click to expand...
Click to collapse
Nope.
DoLooper said:
Nope.
Click to expand...
Click to collapse
Well that's a bummer . Oh well I'll just to get over dealing with Amazon's random selection of wallpspers lol thanks for the reply
Updated! :good:
HELP ME!!!!!!
Im on KindleFire HD 6, i just updated to OS 5.1.1 newest Fire OS. Whenever i try to do the command pm block com.amazon.fire launcher it says Error: java.lang.SecurityExemption. Someone please tell me how to fix it. I wil include a screenshot to show you what is happeing.
cbcava said:
Im on KindleFire HD 6, i just updated to OS 5.1.1 newest Fire OS. Whenever i try to do the command pm block com.amazon.fire launcher it says Error: java.lang.SecurityExemption. Someone please tell me how to fix it. I wil include a screenshot to show you what is happeing.
Click to expand...
Click to collapse
Please relax!!!
Look at the bottom of the post for instructions on running the commands. You need to be in su. You're rooted, right?
adb shell
su
pm disable com.amazon.firelauncher
If not rooted, try: adb shell pm hide com.amazon.firelauncher
Not working!
I did what you said to do, dolooper, but the launcher isnt disabled. Am I still doing something wrong, I really want to disable the terrible fire launcher.
cbcava said:
I did what you said to do, dolooper, but the launcher isnt disabled. Am I still doing something wrong, I really want to disable the terrible fire launcher.
Click to expand...
Click to collapse
Press the Home key, choose Nova and tap Always. Reboot.
But it doesn't show the option to choose it as default!!
cbcava said:
But it doesn't show the option to choose it as default!!
Click to expand...
Click to collapse
Tap Nova in firelauncher app drawer to go to Nova. Now tap home key. If it takes you back to firelauncher, idk the problem because idk what you did. How about you post whether you're rooted or not, the exact commands you entered, and what the output was.
Dolooper, I don't have root
The command that I entered was pm hide com.amazon.firelauncher.
adb shell pm hide com.amazon.firelauncher
I feel stupid asking this so please forgive my ignorance but I searched around and could find the answer.
Can someone please tell me the command to check the status of a service?
For example, I'd like to be able to check and see if a command I ran like one of the ones above, worked or not. Or to check on a different service. I'd like to be able to run a command that shows a list of services and their status or a single service and check its status.
Would it be something like pm status [process name]?
I keep finding that my NP has rebooted itself into custom recovery TWRP.
My suspicion is that it's automatically attempting to apply the last security update and finding the custom recovery and therefore failing. This ultimately means it's rarely available to cast to and always has to be rebooted or unplugged so that it's restarted prior to any intended use - which as you can imagine is extremely frustrating.
My device is rooted running latest 5.1.1 with custom recovery.
How can I manually disable this ota application? Anyone know of any build.prop amendments or can i side load servicely and do anything....
Cheers
Sent from my Nexus 6 using Tapatalk
I second the aforementioned question. Want to know the exact same thing. Currently running LolliRock 2.1 but considering going stock, rooted, and Xposed route possibly under 5.0 to keep the 3 dot menu support but wanted to disable OTA.
phreshjive said:
I second the aforementioned question. Want to know the exact same thing. Currently running LolliRock 2.1 but considering going stock, rooted, and Xposed route possibly under 5.0 to keep the 3 dot menu support but wanted to disable OTA.
Click to expand...
Click to collapse
Download an app called autostarts and I forgot where it is the app but something to do with otaupdate you disable, Google what I explained xD sorry its been a while wince I did it
Best way I found is, just after you setup your NP, go on google and change your gmail password. That way your NP won't have connection with Google Play... but this has cons as well, as you won't have access to update/install new apps from google play, so only do this after you have setup your NP with all the apps you need.
Apologies, found a solution in another NP thread and forgot to post the answer.
I'm still on v5.1.1
See below, although as you read
GabbyWC said:
Yes. Sideload the "My Android Tools" app which is available at https://play.google.com/store/apps/details?id=cn.wq.myandroidtools&hl=en. After it's installed on your Nexus Player, open and configure it as shown here by using a mouse but you will need root access for this to work.
Service >> System >> Search >> Google Play Services >> Disable SystemUpdateService.
Service >> System >> Search >> Google Services Framework >> Disable SystemUpdateService.
Click to expand...
Click to collapse
Unfortunately this also stops your applications from being able to update.
When updated through play they said 'install pending' when I re enabled the above services they updated.
Sent from my Nexus 6 using Tapatalk
ben_pyett said:
Apologies, found a solution in another NP thread and forgot to post the answer.
I'm still on v5.1.1
...
Unfortunately this also stops your applications from being able to update.
When updated through play they said 'install pending' when I re enabled the above services they updated.
Click to expand...
Click to collapse
I haven't encountered any issues with updating apps on my Nexus Player with Android 6.0 or my Nexus 5 with Android 5.1 after disabling SystemUpdateService through the My Android Tools app. The method I described has worked perfectly on both of my devices.
A recent update to the Google Play services makes it crash, regardless of Android version. This is how i fixed it:
Requirements:
Root
A root file explorer
Google Play services APK (make sure to select right Android version and use arm + nodpi): http://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-10-0-84-release/
System app remover: https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp
Instructions:
Disable WiFi.
Use System app remover to uninstall Google Play services, this will make it revert to the factory supplied version.
Install the Google Play services apk. The 10.0.84 is the latest working version accordning to my tests.
Create two folders in \data\app and name them com.google.android.gms-1.apk and com.google.android.gms-2.apk. This will stop Google Play services from auto updating. You should be able to create at least one. Do not overwrite any existing file.
Restart and enable WiFi.
Credits:
ConnCarl: https://forum.xda-developers.com/android/help/delete-disable-downgrade-prevent-update-t3091832
Some additional steps to the above.
If Google Play is broken, like it was on mine, you can't download the System app remover. I got it from http://www.apkmirror.com/apk/jumobi...-root-3-6-2019-android-apk-download/download/
(I do not know if that site is safe.)
Download APK to PC, transfer it over USB, and install it with Terminal Emulator.
Also, if you cannot download a File Explorer since Google Play is broken, try some APK like http://www.apkmirror.com/apk/es-glo...-manager-4-1-6-android-apk-download/download/
(again, no idea if that site is safe.)
and install it via Terminal...
Then finally you can click the Google Play services APK. (Or just install it via terminal since by now you know how to...)
NOTE: if you have TF101 with KatKiss 4.4.4 you can't use the one marked Android 4.4W+, it fails and you will wasting hours of your time like I did - use the Android 2.3 version.
---------- Post added at 02:53 AM ---------- Previous post was at 01:53 AM ----------
After spending 3 hours of figuring out all the above details, I still got the "has stopped" popups, because I had created the file names in terminal as gsm instead of gms. Details are important...
I should add that I did get it working, with my manual installations etc. Thanks!
Works for hours, then PlayServices autoupdate... try 2 times.
Im using katkiss 6.0
My problem is that while trying to flash KK6.0 again it gets stuck on the "Checking connection" step and it continuously prompts the famous "Unfortunately, Google Play services has stopped". I have flashed old gapps (1st Feb) but problem persists.
I know there is a general issue about a gplay/gservices version but I am not sure how to proceed now....
This is my solution for Transformer TF101 on firmware KatKiss 4.4.4:
Install Lucky Patcher from here: dl1.revdownload.com/dl1/1701/Lucky_Patcher_v6.4.5__5557_Revdl.com.apk
Open Lucky Patcher, select "Search", type "Google"
Uninstall "Google Play", "Google Play Services" (I also uninstalled "Google App" forever cause I needn't it)
Download open gapps on 2017-07-31 from here: github.com/opengapps/arm/releases/download/20160731/open_gapps-arm-4.4-pico-20160731.zip
Disable Wi-fi
Reboot to TWRP recovery
Flash gapps, wipe cache/dalvik.
Now boot and create 2 folders in /data/app - com.google.android.gms-1.apk and com.google.android.gms-2.apk
Now you can turn on your Wi-fi
Here's my solution about installing right version of Youtube for this gapps and prevent Youtube app from updating. There's ZipSigner app which changes a certificate and "detaches" the app from Google Play. For Youtube app this method causes failure on startup with a security exception. Luckily, I've found another solution:
The latest working version is 11.41.56 on October 28, 2016. Download Youtube app from here: apkmirror.com/apk/google-inc/youtube/youtube-11-41-56-release/youtube-11-41-56-21-android-apk-download/download
Disable Wi-fi
Uninstall current Youtube using Lucky Patcher
Now install downloaded version of Youtube
Create a folder com.google.android.youtube-2.apk in /data/app. There should be 1 file com.google.android.youtube-1.apk and 1 folder com.google.android.youtube-2.apk.
This solution should prevent a Youtube app from being updated by Google Play: it begins to update but at the end dialog shown which says there's insufficient storage space.
By the way, you can prevent auto-update for another Google app like Google Drive. Open Lucky Patcher, click on the app and select "App Info" and you'll see a detailed info. All you need to do is to create a folder with name like apk but "-1.apk" has to be replaced with "-2.apk"
Turn on Wi-fi
Phew, good to know it wasn't only me. I've been having this Services issue for some time now on the old 4.4.4 KatKiss, googling for it, updated to 6.0.1 but the problem starts as soon as I even try to install Google Play Services in any way (either flashing GAPPS or installing afterwards with an apk). The device works fine without the Services, but then I can't use Google Play...
So is it yet known who are affected? Is this only a TF101 problem, or are other devices (also non-ASUS ones) also affected? Or is this a KatKiss issue? Or what?
I don't feel like blocking Google from updating the services, that sounds like a stopgap solution that probably makes Services unusable in the long run. Hoping that e.g. Google fixes this problem with a new update...
Solution to my problem... But still need to wait until mr. Google decides to solve it
https://redirect.viglink.com/?forma...t=https://www.youtube.com/watch?v=L5XjF6sPef4
timppu said:
So is it yet known who are affected? Is this only a TF101 problem, or are other devices (also non-ASUS ones) also affected? Or is this a KatKiss issue? Or what?
I don't feel like blocking Google from updating the services, that sounds like a stopgap solution that probably makes Services unusable in the long run. Hoping that e.g. Google fixes this problem with a new update...
Click to expand...
Click to collapse
Yes, there are a lot of devices which faced with this issue. The reason why Google Services stopped working is so-called NEON instruction set for ARM chips. Our tablet has Nvidia Tegra 2 chip which does not support such command set! And no, that will not be fixed!
Here's a quote from the forum (bit.ly/2luHVwu):
If this started on or about the 9th it is due to Google putting ARM neon code into the last update. Older ARM chips do not have neon code functionality and are therefore screwed.
My 6 year old Asus TF101 with a Tegra 2 processor was still running like a champ with android 6.0.1 until last week.
Click to expand...
Click to collapse
Forget Google, I am on AmazonApp now Shame on you, Google. Also set my search engine back on old Yahoo
ignasigh said:
My problem is that while trying to flash KK6.0 again it gets stuck on the "Checking connection" step and it continuously prompts the famous "Unfortunately, Google Play services has stopped". I have flashed old gapps (1st Feb) but problem persists.
I know there is a general issue about a gplay/gservices version but I am not sure how to proceed now....
Click to expand...
Click to collapse
I was having it stop at the "Checking Connection" step too, realized I was using the 2017 gapps package instead of the 2016 one. Check to see if you're using the correct one. However, I'm still having the "Google Services" issue.
dape16 said:
A recent update to the Google Play services makes it crash, regardless of Android version. This is how i fixed it:
Requirements:
Root
A root file explorer
Google Play services APK (make sure to select right Android version and use arm + nodpi): http://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-10-0-84-release/
System app remover: https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp
Instructions:
Disable WiFi.
Use System app remover to uninstall Google Play services, this will make it revert to the factory supplied version.
Install the Google Play services apk. The 10.0.84 is the latest working version accordning to my tests.
Create two folders in \data\app and name them com.google.android.gms-1.apk and com.google.android.gms-2.apk. This will stop Google Play services from auto updating. You should be able to create at least one. Do not overwrite any existing file.
Restart and enable WiFi.
Credits:
ConnCarl: https://forum.xda-developers.com/android/help/delete-disable-downgrade-prevent-update-t3091832
Click to expand...
Click to collapse
I was finally able to get it to work but had to omit the .apk part of the two folder names. UPDATE: sorry, that actually didn't work, in fact, at the moment, no matter what I try, I cannot stop it from updating at some point and having to start all over again...
I rolled back to ASUS 4.0.3 original firmware.
It is working fine for the last 5 days, as long you do not update any of Google apps. The original firmware still has Google Talk pre-installed.
The original firmware is so so slow, when compared with KatKiss 6.0.1 or KatKiss 4.4.4, but at least it is working fine. No FCs at all.
Please note that there are some recent apps that do not work with Ice Cream Sandwich (Android 4.0.3).
[]'s
Version Matters
kenpoh said:
I was finally able to get it to work but had to omit the .apk part of the two folder names.
Click to expand...
Click to collapse
Kenpoh, what version of KatKiss?
I found the format of the info in the /data/apps folder different from 4.4.4 to 5.1 to 6.0. I was unable to get things to work with fresh 5.1 ROM flashes so went to 4.4.4 and creating the folder with the "-2.apk" worked in 4.4.4. I think the bottom line is you have to create a folder name that is the same name as the .apk file (with a -2) to "confuse" the auto-update.
Now that I know I can get 4.4.4 to work, I'll see if I can get 5.1 and/or 6.0 to work and share my findings.
UPDATE
OK - I gave up 6.0 required setup a WiFi connection before fully booting. 5.1 wouldn't let me load ES File Explorer from the terminal (failure uri something or other).
For 4.4.4, I:
- Downloaded ROM, SU, GAPPS, Google Play Services 10.0.84 from apkmirror.com
- Did a clean flash
- booted up installed ES File Explorer from terminal
- installed GPS 10.0.84
- reboot
- create folder using the "-2"
- reboot
All is well. I let everything update (including Google Play Games) and everything is running just fine.
Exterminator13 said:
This is my solution for Transformer TF101 on firmware KatKiss 4.4.4:
Install Lucky Patcher from here: dl1.revdownload.com/dl1/1701/Lucky_Patcher_v6.4.5__5557_Revdl.com.apk
Open Lucky Patcher, select "Search", type "Google"
Uninstall "Google Play", "Google Play Services" (I also uninstalled "Google App" forever cause I needn't it)
Download open gapps on 2017-07-31 from here: github.com/opengapps/arm/releases/download/20160731/open_gapps-arm-4.4-pico-20160731.zip
Disable Wi-fi
Reboot to TWRP recovery
Flash gapps, wipe cache/dalvik.
Now boot and create 2 folders in /data/app - com.google.android.gms-1.apk and com.google.android.gms-2.apk
Now you can turn on your Wi-fi
Here's my solution about installing right version of Youtube for this gapps and prevent Youtube app from updating. There's ZipSigner app which changes a certificate and "detaches" the app from Google Play. For Youtube app this method causes failure on startup with a security exception. Luckily, I've found another solution:
The latest working version is 11.41.56 on October 28, 2016. Download Youtube app from here: apkmirror.com/apk/google-inc/youtube/youtube-11-41-56-release/youtube-11-41-56-21-android-apk-download/download
Disable Wi-fi
Uninstall current Youtube using Lucky Patcher
Now install downloaded version of Youtube
Create a folder com.google.android.youtube-2.apk in /data/app. There should be 1 file com.google.android.youtube-1.apk and 1 folder com.google.android.youtube-2.apk.
This solution should prevent a Youtube app from being updated by Google Play: it begins to update but at the end dialog shown which says there's insufficient storage space.
By the way, you can prevent auto-update for another Google app like Google Drive. Open Lucky Patcher, click on the app and select "App Info" and you'll see a detailed info. All you need to do is to create a folder with name like apk but "-1.apk" has to be replaced with "-2.apk"
Turn on Wi-fi
Click to expand...
Click to collapse
Thank you very much for your post. It worked flawlessly!!!
I have a Moto Xoom which is also a Tegra 2 Non-Neon device that is experiencing this Google Play Services issue -
I just had a one-on-one chat with Google support. Since I am running a rooted Moto Xoom (Omni 4.4.4), the only advice Google one-on-one support could provide was to unroot and revert back to Stock (which is 4.1.2. on the Xoom) and/or contact Motorola for support. Google seems to be unwilling to investigate fixes unless folks that are running UNROOTED Tegra2 Non-Neon devices are also experiencing the same issue.
So, if you are running a non-rooted Tegra2 device (like your ASUS TF101's) and are having this issue, please contact Google one-on-one support and let them know via https://support.google.com/googlepla...l=en#contact=1
Apaco said:
UPDATE
OK - I gave up 6.0 required setup a WiFi connection before fully booting. 5.1 wouldn't let me load ES File Explorer from the terminal (failure uri something or other).
Click to expand...
Click to collapse
For 6.0, I rebooted after first boot, then the "Skip >" option showed up during the wifi connection setup screen.
Google Maps not working
---------- Post added at 09:55 PM ---------- Previous post was at 09:47 PM ----------
Everybody please post here, maybe Google will read:
https://productforums.google.com/forum/#!topic/play/qBah52BAQxY;context-place=forum/play
Alvera said:
Everybody please post here, maybe Google will read:
https://productforums.google.com/forum/#!topic/play/qBah52BAQxY;context-place=forum/play
Click to expand...
Click to collapse
Things may escalate faster if you try their one-on-one support via https://support.google.com/googlepla...l=en#contact=1
This worked! Thanks OP. As a bonus tip you can also do this from TWRP: Use the TWRP terminal emulator, switch to /data/app/ and mkdir the aformentioned gms-1 and gms-2 apk dummies.
I'm having some kind of issue where I'm getting constant error messages saying there was trouble signing into my Google account, but logging out of my Google account, and even removing the Fire under Google security settings doesn't work, so I think I want to just wipe everything Google-related and reinstall them all over again. I've successfully uninstalled everything else, but the "uninstall" button is grayed out for the Google Play services. Any ideas? It is rooted, if that helps.
try uninstalling from a root shell or an package uninstaller app that has root access.
Just disable the device administrator
AmznUser444 Dev said:
Just disable the device administrator
Click to expand...
Click to collapse
THANK YOU! This totally worked.
How do I disable the device administrator? Is this a system setting? I can't find it...
---------- Post added at 05:44 PM ---------- Previous post was at 05:38 PM ----------
Found it: Settings > Security & Privacy > Device Administrator.
There I just disabled all that could be disable and that allowed me to uninstall GPS.
I still can't see the option to remove it from my device admin please help me
Same issue for me.
I installed using the kindle fire toolbox and then, foolishly, uninstalled from the launcher. But this only uninstalls for the current user, then it is gone for this user but still on the device. I can't uninstall "for all users" because it says it is a device admin. I can't remove the device admin because Play Services doesn't appear. The toolbox uninstall says you need to disable the device admin and then loads the admin screen which doesn't show it.
Very frustrating. Serious regrets getting this stupid device!!
Launcher fix
All you need to do is make a user account, then open settings. Click "Apps and Notifications". then click show system apps. Delete all google services, but start with Google Framework Services.