Related
Update2: Updated and tested under Lollipop (Sept 2015 FireOS 5.0.1 version for Fire HD 7 2014 [5.2.2u2], and should work with Fire 7 2015)
Given that a Fire tablet with Amazon experience is a terrible thing to waste, these are scripts to switch from and to Amazon launcher both under FireOS 4.5.x and Lollipop. Along with the launcher this disables a lot of battery sucking Amazon apps (the enabling script revives all of this goodness back).
The key stuff in scripts is the launcher block/unblock. I block other apps too because some of them seem to wake up a lot ("Wakelock detector" tells me this), so why not make them less obnoxious when you are not running Amazon experience ...
Naturally, you do need ROOT (how to root FireOS is a subject of other guides).
I assume you have Nova Launcher or free Google Now Launcher (on Lollipop installed as a system app in order to have Widgets working). If your Amazon launcher apk file is renamed, rename it back (verify that you do have the proper /system/priv-app/com.amazon.firelauncher/com.amazon.firelauncher.apk ). Do make sure that you have an alternative launcher (besides the stock Amazon one !!!). Also, make sure that your adb is authorized in order to enable you to unblock the Amazon launcher in case you get the permanent Fire logo.
Go ahead install Gscript ( https://bitbucket.org/Equidamoid/gscript/downloads ). Copy either fire_on_off.zip (for FireOS 4.5.x), or fire_on_off_511b.zip (for FireOS 5.x - Lollipop) to /sdcard/gscript, and unzip scripts right in there. In "Gscript", tap the 3 dots at the bottom right corner, tap "Add script", tap "Load File", tap root required, first choose the disabling script, then repeat for the enabling script. All set.
In Nova, long tap on an empty area, it'll offer to create Shortcut. Choose Gscript/"Kindle block". Repeat for "Kindle unblock".
Then in "Nova", tap "Kindle unblock". It'll get you into Kindle Launcher, at which point you have 100% Amazon experience. Once you do your thing, and want to go back, launch/switch to "Nova", and tap "Kindle block". At this point you are back to more stock like Android.
To give proper credit, this approach was proposed by DoLooper ( http://forum.xda-developers.com/showpost.php?p=61089153&postcount=29 , and some good suggestions in a reply to this post) .
bibikalka said:
So why not switch quickly to and away from stock Amazon UI ?
Click to expand...
Click to collapse
Thanks for the post and the scripts! The shortcut makes it so easy to switch between launchers, and blocking the other packages is a great idea.
In case it's not obvious to casual reader, this lets you run any adb shell command(s) from a homescreen shortcut (and scripts that do other things, too, of course). Here are a few related tips:
Launcher: This works with any launcher that allows shortcuts on the homescreen
Gscript: I suggest using this Gscript app instead of getting it from play store. Play store version is older and less stable, and I don't think it closes after running the shortcut.
Adding the scripts (alternate method): Create a folder named "gscript" in sdcard and put bibikalka's scripts in there. Then in Gscript app, tap (3-dot) menu button, "Add script," "Load file" and the scripts will be listed.
Edit scripts from Gscript: Long press on the script name and choose Edit.
People using Freetime should edit the scripts and delete lines for amazon.kindle.kso and Tahoe. Blocking these causes bootloop.
I'm on 4.5.3 root with Google play, does it Worth upgrading ?
This works with any Fire OS; don't need 4.5.4, just have to be rooted. If you use the Amazon launcher occasionally, try this.
DoLooper said:
This works with any Fire OS; don't need 4.5.4, just have to be rooted. If you use the Amazon launcher occasionally, try this.
Click to expand...
Click to collapse
Has anyone made a version of this for Lollipop ???
bibikalka said:
Has anyone made a version of this for Lollipop ???
Click to expand...
Click to collapse
Not I. (Kinda puts the lie to that old post, eh?)
Commands for developers preview:
pm disable com.android.launcher
pm enable com.android.launcher
am start -n com.android.launcher/com.android.launcher2.Launcher
5.2.2u2 enable/disable = pm disable com.amazon.firelauncher
I can guess start is:
am start -n com.amazon.firelauncher/com.amazon.firelauncher.Launcher
. . . but I can't test cuz I don't have a custom launcher right now. Maybe someone else can test this ??? If not, I'll figure it out in next few days. (You're still on 4.5.5?!)
DoLooper said:
Not I. (Kinda puts the lie to that old post, eh?)
Commands for developers preview:
pm disable com.android.launcher
pm enable com.android.launcher
am start -n com.android.launcher/com.android.launcher2.Launcher
5.2.2u2 enable/disable = pm disable com.amazon.firelauncher
I can guess start is:
am start -n com.amazon.firelauncher/com.amazon.firelauncher.Launcher
. . . but I can't test cuz I don't have a custom launcher right now. Maybe someone else can test this ??? If not, I'll figure it out in next few days. (You're still on 4.5.5?!)
Click to expand...
Click to collapse
OK, thanks! I just got a 5th gen Fire 7 for a present, and will play with it to see how this blocking works on Lollipop.
bibikalka said:
OK, thanks! I just got a 5th gen Fire 7 for a present, and will play with it to see how this blocking works on Lollipop.
Click to expand...
Click to collapse
It works "interestingly." Played with it today to update the block sys app post. Start command:
am start -n com.amazon.firelauncher/.Launcher
Couple interesting (to me) things:
Disable:
- If you only have one alternate launcher, disabling firelauncher immediately takes you to alternate. (But maybe it did this before. I've always had multi alt launchers.)
Enable:
- You stay on alt launcher, but tapping Home icon takes you to Fire launcher (even with multi alt launchers installed).
- Enable and switch = same as before: run enable and then run start
Updated and tested for Lollipop. Thanks to DoLooper for the suggestions!
bibikalka said:
Updated and tested for Lollipop. Thanks to DoLooper for the suggestions!
Click to expand...
Click to collapse
I want to give this a try on my Fire HD7 and have only been using the Amazon launcher to this point. What is the preferred Android launcher most of you use and do you go with the free launcher or purchase a particular one? I see a couple varieties of Nova at the Play Store and have to assume the purchased one does not have ads, so thought I would ask your preferences before giving it a try. Thanks in advance for any advice you provide...
I enjoy the Nova Prime(paid app) no ads lots to customize
phfoneman said:
I want to give this a try on my Fire HD7 and have only been using the Amazon launcher to this point. What is the preferred Android launcher most of you use and do you go with the free launcher or purchase a particular one? I see a couple varieties of Nova at the Play Store and have to assume the purchased one does not have ads, so thought I would ask your preferences before giving it a try. Thanks in advance for any advice you provide...
Click to expand...
Click to collapse
What don't you try the free Google Now launcher ? Once you see how this works, perhaps you'll try Nova.
In case you overdo launcher switching and end up with no working launcher, just remember you can always save the day with these commands in adb (as long as keep the amazon launcher intact, and just block it via "pm disable" as the script above does it):
pm enable com.amazon.firelauncher
am start -n com.amazon.firelauncher/com.amazon.firelauncher.Launcher
Hi all, I have run kindle_block_5_1.sh and then reboot device. I am stack with "Fire" logo at the boot. I have access to ADB, but could not receive root access in adb shell. Can anyone advice me? How can I revert changes after that script back?
Thanks in advance
Yevgen.A said:
Hi all, I have run kindle_block_5_1.sh and then reboot device. I am stack with "Fire" logo at the boot. I have access to ADB, but could not receive root access in adb shell. Can anyone advice me? How can I revert changes after that script back?
Thanks in advance
Click to expand...
Click to collapse
No need to answer, easily fixed my problem by factory reset in recovery
Yevgen.A said:
Hi all, I have run kindle_block_5_1.sh and then reboot device. I am stack with "Fire" logo at the boot. I have access to ADB, but could not receive root access in adb shell. Can anyone advice me? How can I revert changes after that script back?
Thanks in advance
Click to expand...
Click to collapse
Yevgen.A said:
No need to answer, easily fixed my problem by factory reset in recovery
Click to expand...
Click to collapse
Rookie mistake No launcher present, no adb authorized ! But I've added some messages to the original post to mention this issue.
I can't get Nova to create a Gscript shortcut at all. I press the Gscript disable option and it dumps me back to the Amazon launcher.
With the new Fire OS 5 update we can use the Debloater tool to disable APKs/services responsible for automatic updating. This was not previously possibly due to Fire OS 3 being built on Android 4.2.2 and the Debloater process needing Android 4.4.x+. No more worrying if your router is blocking everything properly. And of course... no root needed!
Disable Update w/o Root Steps:
1. Enable USB Debugging on your Fire TV (or TV Stick) (how-to here)
2. Setup adbFire on your computer and establish a connection to your Fire TV[Stick] (how-to here)
3. Setup Debloater tool (how-to here)
4A. In the Debloater tool, check off the APK below then hit the "Apply" button:
DeviceSoftwareOTA.apk (com.amazon.device.software.ota)
4B. Instead of using Debloater Tool you can just send the following ADB command:
Code:
adb shell pm hide com.amazon.device.software.ota
Unlike the pm disable command, hide disables the apk without root.
Click to expand...
Click to collapse
After hiding the apk your Amazon Fire TV or Fire TV Stick will no longer get OTA updates.
If you go into Settings > System > About you can no longer check for updates... yay.
To undo the block you can simply "unhide" each apk using the Debloater tool or run:
Code:
adb shell pm unhide com.amazon.device.software.ota
Click to expand...
Click to collapse
Be careful if you try to disable other system apps. If you disable something important and the device won't start up.. you'll have to perform a factory reset to fix the issue (not sure if possible with stick?). Have more apks to disable to reduce unneeded system processes? please share.
TL;DR
You gotta update to Fire OS 5.x in order to block updates without root (or router).
I know this defeats the purpose of blocking updates since you want to stay on old fw/sw... but science!
This may not work on all future Fire OS 5.x+ builds. Tested on FireTV Stick with Early Developer 5.0.3 build.
Thank you for this info.
Can anybody confirm this is working ? I have not received my AFTV2 yet.
Does this survive reboot?
Received my Firetv 2 and I can confirm it works, it even survives a reboot. To me this is the best method of blocking the Amazon updates.
Thanks mister LakituLives for writing this up
Does this work on the Firetv 1? Or only on the 4K fire TV. When I try to run debloater on the firetv 1 it keep saying unsupported. Thanks.
I assume you´re not running Fire OS 5 on the aTV 1. With Fire OS 3 this can´t be done this way.
slybas said:
Received my Firetv 2 and I can confirm it works, it even survives a reboot. To me this is the best method of blocking the Amazon updates.
Thanks mister LakituLives for writing this up
Click to expand...
Click to collapse
Can you run "pm list packages -d" from adb shell and paste the output? Does it do what @LakituLives describes which is give an error or otherwise not function as normal when you check for updates on the AFTV2?
I have done this and when i check for updates i get an error, don't know if it is working correctly.
zeroepoch said:
Can you run "pm list packages -d" from adb shell and paste the output? Does it do what @LakituLives describes which is give an error or otherwise not function as normal when you check for updates on the AFTV2?
Click to expand...
Click to collapse
Glad to help. The pm list packages -d (disabled packages) is empty because debloater hides the packages and not disables them.
Code:
[email protected]:/ $ pm list packages -d
pm list packages -d
[email protected]:/ $
There is nothing to see.
Code:
1|[email protected]:/ $ pm list packages | grep dcp
pm list packages | grep dcp
1|[email protected]:/ $ pm list packages | grep pico
pm list packages | grep pico
package:com.svox.pico
[email protected]:/ $
My version is now 5.0.3.1 because I unhid the packages and updated the machine, now the packages are hidden again and System --> About --> "installed Date" and "Last Checked" are both "Checking now......" and if I select Check for System Update I get an Update error. Perfect !
slybas said:
My version is now 5.0.3.1 because I unhide the packages and updated the machine, now the packages are hidden again and System --> About --> "installed Date" and "Last Checked" are both "Checking now......" and if I select Check for System Update I get an Update error. Perfect !
Click to expand...
Click to collapse
I get the same error now as well after running (as root):
Code:
pm disable com.amazon.device.software.ota
No idea if this actually blocks updates or just the checking. I guess we'll have to wait until the next update.
LakituLives said:
With the new Fire OS 5 update we can use the Debloater tool to disable APKs/services responsible for automatic updating. This was not previously possibly due to Fire OS 3 being built on Android 4.2.2 and the Debloater process needing Android 4.4.x+. No more worrying if your router is blocking everything properly. And of course... no root needed!
After hitting apply the Debloater tool should take a moment then show all apks "hidden" and your Amazon Fire TV or Fire TV Stick will no longer get OTA updates.
If you go into Settings > System > About you can no longer check for updates... yay.
You can simply "unhide" each apk using the Debloater tool if you should ever want to reverse this process.
Be careful if you try to disable other system apps. If you disable something important and the device won't start up.. you'll have to perform a factory reset to fix the issue (not sure if possible with stick?). Have more apks to disable to reduce unneeded system processes? please share.
TL;DR
You gotta update to block updates (without router or root).
I know this defeats the purpose of blocking updates since you want to stay on old fw/sw... but science!
And yes, Fire OS 5 makes the possibility of root even harder now that selinux is enabled.
Click to expand...
Click to collapse
Hi my firestick is running version 54.1.2.3_user_123067020 and it says it is not rooted and does not support block mode I have the latest version of deblocker and adbfire . windows 10
mifran said:
Hi my firestick is running version 54.1.2.3_user_123067020 and it says it is not rooted and does not support block mode I have the latest version of deblocker and adbfire . windows 10
Click to expand...
Click to collapse
You haven't updated to FireOS 5 which is required to use this.
Hmm, so fire tv stick didn't seem to get any root love other than soldering and man that stick is tiny for soldering. I'm debating if I want to let an update to latest then block. Anyone have any thoughts on if fire TV stick will ever get a software root?
Ludacrisvp said:
You haven't updated to FireOS 5 which is required to use this.
Click to expand...
Click to collapse
OK thanks I realised this now would updating to 5 mean re-installing kodi and firestarter and losing all the addons
Just chucked and there is no update for the UK version I have the latest installed
Sent from my Blade S6 using Tapatalk
mifran said:
OK thanks I realised this now would updating to 5 mean re-installing kodi and firestarter and losing all the addons
Click to expand...
Click to collapse
I didn't lose anything in my update from FireOS 3. If you revert from 5 to 3 then you have to lose everything.
mifran said:
Just chucked and there is no update for the UK version I have the latest installed
Click to expand...
Click to collapse
You have to opt-in for FireOS 5 from the Amazon developer account (free).
Thanks for the info will check it out
Sent from my Blade S6 using Tapatalk
I don't know if adbFire is connected, last night I was able to install FireStarter. This morning, I don't know if adbFire is connecting and Debloater isn't showing anything, or do I need to use USB to USB to do this?
Does this work on the Fire Stick? Also, what's the benefit of this method? I can't think of a reason to do this, unless you had a Fire TV on the old OS and hadn't a chance to root it yet?
Hello, just received my Fire HD 8 (2017), with Fire OS 5.3.3.0.
I am aware no root exists for that firmware at the minute. I was wondering if there was a way to stop OTA updates, so that if root comes out for that version I'm not stuck on the latest. Thanks.
I just received one as well and came here looking for similar info. Short of keeping the device turned off, I don't think there is a way to stop it from trying to update without root. However, you should be able to block the requests by using a no-root firewall app like NetGuard or NoRoot Data Firewall. See the following for some info:
https://forum.xda-developers.com/hd8-hd10/help/block-ota-updates-root-t3496861
(Note: one user there mentions the OP method no longer works on 5.3.3)
I received mine today as well, but unwittingly entered wifi details during the setup and, of course, the bloody thing updated straightaway. So now its on 5.4.
Just one thing. I have developer options and install from unknown sources enabled, but when I try to install any apk's copied from my phone using myappshare, the install button doesn't work. Is this because they were downloaded from the Google app store originally? None of the copied apps are available on the Amazon app store.
mickrick said:
I received mine today as well, but unwittingly entered wifi details during the setup and, of course, the bloody thing updated straightaway. So now its on 5.4.
Just one thing. I have developer options and install from unknown sources enabled, but when I try to install any apk's copied from my phone using myappshare, the install button doesn't work. Is this because they were downloaded from the Google app store originally? None of the copied apps are available on the Amazon app store.
Click to expand...
Click to collapse
someone on a different thread mentioned that a reboot is needed after enabling the "install from unknown sources" for the install button to work.
ravipkumar said:
someone on a different thread mentioned that a reboot is needed after enabling the "install from unknown sources" for the install button to work.
Click to expand...
Click to collapse
Of course it does . Working fine now.
Based on @savvytechwinner's work, on Wicki's work (Mod Edit - NO links to competing Forums) and on some experimentation of my own, I put together a new script to further ease the setup of an out-of-the-package Amazon Fire 7 / 7th gen and to clean up more throughly. This is a derivative / remix / improvement rather than something new. Thanks go to all the people this work is based on.
I already announced this in savvytechwinner's thread, but I figured setting up it's own thread is warranted.
What it does:
OTA Updates are blocked
Lockscreen ads are removed
Functional Google Play Store and Google Go search are installed
Bloatware is removed from the tablet
Functional Nova Launcher, Adblocker (DNS66) and light Youtube Client (NewPipe) are installed
Out-of-the-package instructions:
Have adb and Amazon Fire USB drivers installed on your PC.
Power on your Fire tablet, do the initial setup. DO NOT CONNECT TO WIFI. Instead, select any password protected wifi, then cancel, and initial setup will let you continue without internet.
Enter Settings -> Device options -> click Serial 7 times. A new menu entrypoint called Developer options will pop up.
In Developer options, enable ADB, then connect your tablet to your computer. Confirm the fingerprint. If that didn't work, look here for troubleshooting.
Now, extract the contents of this package somewhere on your computer and double click FireOneClick.bat.
You can watch how Amazon's apps vanish, but it is recommended not to do anything else with your tablet while the script does its work.
After it's finished, enter Settings -> Accessibility -> "enable To detect home button press". Then, open the LauncherHijack app and select Nova Launcher.
Open the DNS66 app and start it. This will run in background (at low memory consumption) and block ads.
Download the One Click Script from here.
Full readme, including credits and more info is found in my GitHub repo.
Just a heads up, I used this script on a fire 7 I had literally just opened, and it was successful in loading GApps and Blocking ads, but it did not debloat the amazon apps and it also did not block OTA updates...I woke up to a fire 7 that auto updated to 5.6.0. I'm not complaining here, since Nova Launcher is still installed and ads are nonexistent, just letting you know!
hiphopsded said:
Just a heads up, I used this script on a fire 7 I had literally just opened, and it was successful in loading GApps and Blocking ads, but it did not debloat the amazon apps and it also did not block OTA updates...I woke up to a fire 7 that auto updated to 5.6.0. I'm not complaining here, since Nova Launcher is still installed and ads are nonexistent, just letting you know!
Click to expand...
Click to collapse
Dammit... what version did you start on? Assuming it was 5.4.0.1?
Hi my 7" is on 5.4.0.
Does this just block the download or the update itself? Because I accidentally downloaded the OTA update but the tablet doesn't updated jet.
Is there a way to delete the update without root?
VottelTheTroll said:
Hi my 7" is on 5.4.0.
Does this just block the download or the update itself? Because I accidentally downloaded the OTA update but the tablet doesn't updated jet.
Is there a way to delete the update without root?
Click to expand...
Click to collapse
It blocks the update itself by disabling all apps that would apply it. I still recommend turning Wifi off and doing a factory reset, so the update data is gone for sure.
Blocking the update / debloating most likely did not work for @hiphopsded cause he started from 5.4.0.1. Blocking updates / removing ads / debloating is onlypossible on v5.4.0.0 and below. I am somewhat surprised he doesn't have ads on the lockscreen, but I think that is due to the DNS66 adblocker doing it's work properly.
EDIT: @hiphopsded - maybe there is still hope, but you'll have to do the research yourself.
https://forum.xda-developers.com/showpost.php?p=75167286&postcount=437
@k8500 I was on v5.4.0.0
I opened it brand new from sealed packaging, canceled connecting to a WiFi I did not have the password to, and was brought into the device home screen without ever connecting to WiFi to verify that I was on v5.4.0.0 and proceeded with installing the one click script.
Everything worked except debloating the tablet and OTA Updates being blocked. Not sure what went wrong. But having the launcher, google apps, and no ads is fine enough.
Another confirmation of this working on 5.4.0.0
Just received an Amazon Fire 7 - 7th gen. It ships with 5.4.0.1
I was able to downgrade from 5.4.0.1 to 5.4.0.0, then use this batch file to clean up the tablet.
Thanks!
already (well) used 7gen currently on 5.6.0.1
any idea when this will be updated to work on 5.6.0.1?
and next question does it actually root the tablet?
thanks in advance
markbnj said:
any idea when this will be updated to work on 5.6.0.1?
and next question does it actually root the tablet?
thanks in advance
Click to expand...
Click to collapse
Does not root and will not be updated for 5.6.x.x as Amazon disabled the underlying commands that perform the magic.
5.6.x.x update question
Davey126 said:
Does not root and will not be updated for 5.6.x.x as Amazon disabled the underlying commands that perform the magic.
Click to expand...
Click to collapse
ok. So, bottom line, I can either wipe the unit, and start over; or
try and root the fire tablet to get rid of ads, and install other stuff...)
any other ideas?
I've rooted lots of android, and would actually prefer a more android, rather then amazon centric tablet....
thanks in advance...
markbnj said:
ok. So, bottom line, I can either wipe the unit, and start over; or
try and root the fire tablet to get rid of ads, and install other stuff...)
any other ideas?
I've rooted lots of android, and would actually prefer a more android, rather then amazon centric tablet....
thanks in advance...
Click to expand...
Click to collapse
Can't root 7th gen Fire at present. Period. Can't load a different ROM w/o root. Try sketchy rollback/debloat techniques at your own peril. Contact Amazon to dump annoying lock screen ads. Install a VPN based firewall like AdGuard to dispense with in-app advertising. Possibly install a different launcher using non-root techniques. Pretty much it.
Maybe I'm a little late in opening this thread up again, but let me ask this:
I just got a Kindle 7 (7th generation) in the mail, to replace our son's old one (5th generation, though unfortunately never rooted) that started messing up (so presumably the new one is refurbished). We don't like all the amazon bloat, etc., and would prefer the different launcher or anything more android-like we can get. I would love to block the OTA updates. So your tool sounds great.
I opened it and turned it on but haven't set up the device yet. I see it's version 5.3.3.0 Does this one click script of yours work on the 5.3.3.0 ? Are there any other suggestions on the best way to use my new device (taking out amazon bloat and more like google) considering it's *not* the newest OS that Amazon makes? I.e. are there any options I have available to me currently that I want to be sure I don't lose out on by accidentally updating or something? Thanks for any help you can provide!
madagascaradam said:
Maybe I'm a little late in opening this thread up again, but let me ask this:
I just got a Kindle 7 (7th generation) in the mail, to replace our son's old one (5th generation, though unfortunately never rooted) that started messing up (so presumably the new one is refurbished). We don't like all the amazon bloat, etc., and would prefer the different launcher or anything more android-like we can get. I would love to block the OTA updates. So your tool sounds great.
I opened it and turned it on but haven't set up the device yet. I see it's version 5.3.3.0 Does this one click script of yours work on the 5.3.3.0 ? Are there any other suggestions on the best way to use my new device (taking out amazon bloat and more like google) considering it's *not* the newest OS that Amazon makes? I.e. are there any options I have available to me currently that I want to be sure I don't lose out on by accidentally updating or something? Thanks for any help you can provide!
Click to expand...
Click to collapse
Yes, it works with fire OS 5.3.3.0
Rortiz2 said:
Yes, it works with fire OS 5.3.3.0
Click to expand...
Click to collapse
Thanks for letting me know, but maybe I'm doing something wrong because I can't get it to work at all. To start with, I had already opened my fire tablet but skipped setup (also skipped signing into wifi because I knew that could give me an auto-update). So maybe that's what screwed it up? Maybe I should reset to factory and try again?
I had installed the fire drivers too but my fire never showed up in "portable devices" in device manager (in fact, I never saw such a category - but it did show up in devices as "MTP device").
The adb worked fine as I was able to get it to "show devices". However, the one-click never did anything. Usually I use powershell, but then I tried running through normal command prompt, but still no luck. I tried putting it in my adb fastboot folder (is that my problem? does it need the full adb and adb fastboot isn't enough?) and it still didn't work. So, maybe my first step was the problem or maybe a subsequent one, I don't know, but I couldn't get any of it to work.
uninstall apps
cannot uninstall applications , i downgrade to 5.4.0 but applications are only hiding , they are still in the system .
PROOF : you can check your free space before and after uninstalling, you will gain nothing important.
but for removing ads or blocking update , its working for 5.4.0 !!!
---------- Post added at 12:19 AM ---------- Previous post was at 12:17 AM ----------
avatarma said:
cannot uninstall applications , i downgrade to 5.4.0 but applications are only hiding , they are still in the system .
PROOF : you can check your free space before and after uninstalling, you will gain nothing important.
but for removing ads or blocking update , its working for 5.4.0 !!!
Click to expand...
Click to collapse
but for rooted devices we can uninstall applications with root uninstaller pro or similare application.
****UPDATE MARCH 7, 2019:****
If the guide below doesn't work for you, see additional instructions at the end.
This seems to be a huge problem for many users...location services not working when the Google Play store is installed. I have found a way to install the Play Store without breaking location services. NOTE: You don't need to install these Google APKs as system applications, but it does help a lot. So if you own an HD 8, you can perform all of the steps below by installing the four APKs as regular applications. Just follow the same steps without using any root applications.
WHAT:
When you go to settings > wireless > location services and toggle it on, you are using Amazon's location services. When the Play Store is installed on the HD 10, sometimes Google's location services doesn't kick on. The reality is, the services DO turn on, but when doing so, creates a conflict in the system. This is due in part to Amazon redirecting fragments of the internal settings. Since installing the Play Store disables Amazon's services, if Google's doesn't take over when you install the Play Store, you don't have any location services period. Although my rewrite of the settings fragment in FireTabletSettings.apk redirects the setting back to AOSP, the toggle is useless if Google never asks you to use their location services.
HOW:
For the past week, I have tested this method over and over and over, as wells as others, and the fix method I will be guiding you through, has worked every single time. WARNING: You will need to start from a freshly installed version of FireOS. Make sure you have rooted your tablet so you can DISABLE OTA
INSTRUCTIONS:
1. On your PC download these four Google Play APKs from this thread. (NOTE: Download the APKs as they are. Do NOT download any newer versions of the APKs. When they are installed and working they will update themselves.)
2. Making sure you have ADB enabled in developer options (settings > device options > tap serial number 7 times then enable ADB in developer options). Plug your tablet into your PC. Place the four APKs into your tablet's internal storage.
3. On your tablet, go to settings > wireless > Connect to Wifi (REMEMBER TO DISABLE OTA UPDATES FIRST! THIS IS VERY IMPORTANT BEFORE CONNECTING TO WIFI!)
4. Then go to settings > wireless > location based services > make sure services are turned ON.
5. Download and install a file manager like Total Commander. In Total Commander, from the home screen, tap on Internal storage. Install the Google APKs by tapping them, IN THIS ORDER SPECIFICALLY:
1. com.google.android.gsf.login_5.1-1743759-22_minAPI21(nodpi)_apkmirror.com.apk
2. com.google.android.gsf_5.1-1743759-22_minAPI22(nodpi)_apkmirror.com.apk
3. com.google.android.gms_11.5.09_(230-164803921)-11509230_minAPI21(armeabi-v7a)(nodpi)_apkmirror.com.apk
4. com.android.vending_8.3.41.U-all_0_FP_170066753-80834100_minAPI14(armeabi-v7a)(240,320,480dpi)_apkmirror.com.apk
6. Once all the APKs are installed, open the Play Store and sign into your account and IMMEDIATELY go to settings and TURN OFF auto-updates then close the Play Store and reboot your tablet. Once rebooted, if needed, the APKs will start to update.
7. When the tablet boots, tap on settings > wireless > location based services. If you followed instructions earlier and toggled this setting on, good job. Now turn it off and wait about 15 seconds and turn it back on.
8. You may get a pop-up window asking you to agree to the use of Google Location Accuracy/Services. YOU MUST TAP AGREE.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
8. From your home screen, tap the Google Settings icon then Location. You MIGHT get a pop up saying something like: "In a previous version of Google, you turned off location history. Do you want to turn it back on?" YOU MUST TAP YES.
9. Download and install Settings Database Editor. Then open a terminal app, or plug the tablet into the PC and open an ADB window and type the following commands, hitting enter after each one:
Code:
adb shell
su
pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS
10. Open Settings Database Editor and tap on the drop down menu on the right and select the 'secure' tab. Scroll down until you see 'location_providers_allowed'. The value should say:
Code:
network
11. Tap the 'location_providers_allowed' setting then tap 'edit value' and in front of 'network' add the text 'gps' (without the ') and separate the two with a comma, but no spaces and tap save. The value should now look like this:
Code:
gps,network
12. Reboot. Google location services should now work. Download a weather app like Weather Underground and set the location up for GPS. If it detects location, you're good to go. If not, you missed a step and have to start over.
ALTERNATIVE:
1. Turn off location services.
2. Install Google maps and open it. Or download and install chrome.
3. Maps: A box will pop up asking to enable location services. Tap yes/ok. Chrome: scroll to bottom of page and tap 'update location' or 'use exact/precise location'.
4. Maps: Tap on the blue or gray dot representing your location.
5. Tap on 'pick a place' and pick your location.
I had to do a non-root rewrite after running into some issues. This should work on the HD 8 as well.
Awesome...!
Love your work, long time reader but never really needed to post as I've generally read out of interest and my old trusty Samsung tablet has been serving it's purpose. As my Samsung tablet has now aged and I'm putting it to rest (R.I.P.), I've acquired a few Fire HD 10 tablets (one for me and one each for my parents). Problem is that after installing Google Play, am not able to use it with GPS software (like Sygic). I've tried the process listed here on a fresh tablet and also by reflashing to stock my tablet, but does not seem to get working.
Following your process step-by-step, there is no indication that the Play Store files gets updated and no pop-ups like the ones shown at step 8 and onwards...
Questions:
1. Is there an indicator to show that the Play Store files are being updated?
2. Is the pop-up window (indicated at step 8) always suppose to occur when we complete this step?
3. Do we need to install your APK's for the updated framework and the systemconfig updates from you before this will work?
Finally... Thanks for your great work and you're definitely a very large contributor to this community. Thank you.
niz180sx said:
Awesome...!
Love your work, long time reader but never really needed to post as I've generally read out of interest and my old trusty Samsung tablet has been serving it's purpose. As my Samsung tablet has now aged and I'm putting it to rest (R.I.P.), I've acquired a few Fire HD 10 tablets (one for me and one each for my parents). Problem is that after installing Google Play, am not able to use it with GPS software (like Sygic). I've tried the process listed here on a fresh tablet and also by reflashing to stock my tablet, but does not seem to get working.
Following your process step-by-step, there is no indication that the Play Store files gets updated and no pop-ups like the ones shown at step 8 and onwards...
Questions:
1. Is there an indicator to show that the Play Store files are being updated?
2. Is the pop-up window (indicated at step 8) always suppose to occur when we complete this step?
3. Do we need to install your APK's for the updated framework and the systemconfig updates from you before this will work?
Finally... Thanks for your great work and you're definitely a very large contributor to this community. Thank you.
Click to expand...
Click to collapse
1. There may not be an indicator.
2. If you turned location services on prior to installing the 4 apks , it should show up every time when you toggle it off then back on. I've done this more times than I care to admit and in each case the fort box pops up every time. The second one may only pop up when you've previously turned off location history. Also make sure to sign into play store wait a few minutes then toggle location off then on. Might need to clear data of 4 apks and try again though. I don't know what Amazon made this such a pain.
.
3. No. This guide it not related to any of my mods and housing need any other special APPs for this particular guide.
Side note: the GPS chip in these devices is not active. It does exist, but according to the .mk file, was deactivated in the kernel. That's why Android OS has AGPS integrated into their framework (in case a device doesn't fully support gps).
Thanks for the reply. Very helpful...
Anyways, I did another reflash to stock and reinstalled the Play Store APK's and monitored the versions. The updates never happened and I tried to force an update by pressing on the version number (in settings) a few times. But after a few hours of still not updating, the Play Store never updates and hence I tried a clear cache and clear data for the Play Store apps. This then actually allowed for the update to progress after logging in again next. Hopefully this helps anyone else that gets stuck with the same.
DragonFire1024 - One more favour, can you try and install Sygic and see if the GPS locks or not? I've tried on the 3 devices here and I'm not sure if I've just done something wrong and hence the GPS is not locking or if Sygic just isn't able to use AGPS as the GPS source and isn't able to lock since the other parts of the GPS modules are not active? Thanks in advance.
Also, if you have any GPS apps that you could recommend with on device maps, that's the only criteria I have left that I need to get working for my parents.
Thanking you.
No Root required now?
DragonFire1024 said:
I had to do a non-root rewrite after running into some issues. This should work on the HD 8 as well.
Click to expand...
Click to collapse
So, if I understand correctly, we can follow the instructions without a rooted device?
Also, you indicated that we have to start with a fresh install of Fire OS. This is no longer the case with my device, and I'm just trying to fix the location services. I can find instructions on rooting the device (which I don't want to do unless necessary) and I can find copies of the Fire OS images, but I've failed at finding instructions on how to install the stock FireOS image. My device is a Fire HD 8 (2017). If you can point me towards a thread with what I need, it would be greatly appreciated.
Thanks!
WCE68 said:
So, if I understand correctly, we can follow the instructions without a rooted device?
Also, you indicated that we have to start with a fresh install of Fire OS. This is no longer the case with my device, and I'm just trying to fix the location services. I can find instructions on rooting the device (which I don't want to do unless necessary) and I can find copies of the Fire OS images, but I've failed at finding instructions on how to install the stock FireOS image. My device is a Fire HD 8 (2017). If you can point me towards a thread with what I need, it would be greatly appreciated.
Thanks!
Click to expand...
Click to collapse
I cannot help with location services but as far as I know you CANNOT root an hd8, its not possible with locked bootloader. Only hd10 can gain root, so perhaps the better question is to ask if this can be done on an hd8
WCE68 said:
So, if I understand correctly, we can follow the instructions without a rooted device?
Also, you indicated that we have to start with a fresh install of Fire OS. This is no longer the case with my device, and I'm just trying to fix the location services. I can find instructions on rooting the device (which I don't want to do unless necessary) and I can find copies of the Fire OS images, but I've failed at finding instructions on how to install the stock FireOS image. My device is a Fire HD 8 (2017). If you can point me towards a thread with what I need, it would be greatly appreciated.
Thanks!
Click to expand...
Click to collapse
Factory reset for an HD 8 then follow this guide. This should work on all Amazon tablets. I have a Fire 7, HD 8 and 10. Works on all three, rooted or not.
I have a new Fire HD 10 (2017). I installed Google Play Store before seeing this thread. I want to use YoutubeTV but when it launches it says it can't determine my location. Which is what brought me to this thread I have the latest HD 10 OS loaded (5.6.2.0?). If I do a factory reset, will I still have that version and will it work with the process you have? Thanks, Frank
fclifton said:
I have a new Fire HD 10 (2017). I installed Google Play Store before seeing this thread. I want to use YoutubeTV but when it launches it says it can't determine my location. Which is what brought me to this thread I have the latest HD 10 OS loaded (5.6.2.0?). If I do a factory reset, will I still have that version and will it work with the process you have? Thanks, Frank
Click to expand...
Click to collapse
Yes you will still have 5.6.2.0. Before a reset, clear the data of and uninstall the 4 APKs then reset. Install the APKs from the guide linked in my OP. Install them as is and do not download the updated versions. Make sure location services are on before installation.
DragonFire1024 said:
Yes you will still have 5.6.2.0. Before a reset, clear the data of and uninstall the 4 APKs then reset. Install the APKs from the guide linked in my OP. Install them as is and do not download the updated versions. Make sure location services are on before installation.
Click to expand...
Click to collapse
So I tried to follow your instructions, but I was not able to get Google location services working. At least I don't think so. I never saw any pop ups asking me to agree to the use of Google Location services. It is probably operator error on my part. Here is what I did by the steps you have:
I first cleared data from and uninstalled the 4 APKs. Then I set the tablet back to factory default. I am attempting this without rooting.
1. The thread you linked to said that newer versions of Silk could be used to install the APKs, so I didn't download them to my PC. I used Silk in step 5.
2. I enabled developer options and enabled ADB. Did not move APKs because they are not on my PC as stated in step 1.
3. So here is the first place I wasn't sure exactly what to do. Your instructions are to go to Settings | Wireless | Connect to Wifi. However, since I reset my tablet back to Factory Defaults, the first screen is to set language and then the next is to setup Wifi. I had to connect to Wifi to proceed, so I did. The next screen says it found like 11 system updates. Wasn't sure what to do with them, so I let them be installed. The next screen wanted me to register, so I did that. The next screen has to do with restoring a backup which I skipped. The next screen has 4 options, one of which is Enable Location Services. I unchecked that (but checked it again later in Step 4). The next two screens had to do with suggested apps which I skipped. The one after that introduces Show Mode, a demo that I had to let run. After that is a Fire tutorial which I skipped. Next was an intro to Alexa hands free, which I was not able to skip.. I allowed Alexa hands free. Finally after all that I was at the home desktop screen! From there I launched the Appstore app and disabled automatic updates. Whew! And not exactly what was in your Step 3.
4. Did Settings | Wireless | Location based services and enabled it
5. Used Silk to download and install each APK in the order listed. (Downloaded one, installed, went to the next)
6. Launched Play Store, which did start ok, and after signing in turned off automatic updates. Could not tell if the 4 APKs updated.
7. Did Settings | Wireless | Location based services disabled it, counted to 20 and enabled it.
No pop up
8. From Home Screen launched Google Settings. One time I got the pop up. Another time I did not.
At this point I installed Youtube TV and it still said unable to determine location. Other apps like weather and maps did find my location so I assume some kind of location services is running. I disabled location services for weather, then launched weather again and got a dialog saying it needed location services. It did not look like the Google popup so I guess it was still the Amazon service.
So, my experience didn't quite match up with your instructions. I can see in a couple places where I could make it match more closely, but there were a lot of things in Step 3 that I wasn't clear about. Any ideas?
Thanks, Frank
fclifton said:
I have a new Fire HD 10 (2017). I installed Google Play Store before seeing this thread. I want to use YoutubeTV but when it launches it says it can't determine my location. Which is what brought me to this thread I have the latest HD 10 OS loaded (5.6.2.0?). If I do a factory reset, will I still have that version and will it work with the process you have? Thanks, Frank
Click to expand...
Click to collapse
Were you able to have luck with this for Youtube TV?
I'm still unable to get past the location prompt.
DragonFire1024 said:
Yes you will still have 5.6.2.0. Before a reset, clear the data of and uninstall the 4 APKs then reset. Install the APKs from the guide linked in my OP. Install them as is and do not download the updated versions. Make sure location services are on before installation.
Click to expand...
Click to collapse
Worked for getting my location on other apps. Thanks
pc747 said:
Were you able to have luck with this for Youtube TV?
I'm still unable to get past the location prompt.
Worked for getting my location on other apps. Thanks
Click to expand...
Click to collapse
No I don't have YouTube Tv working yet. I haven't given up on it yet.
I also got some other apps to work, but I think they were using Amazon location services, not Google.
Must be off and on
Sent from my Pixel 2 XL using Tapatalk
Youtube TV is working for now for me. But I am betting it is going to be inconsistent.
fclifton said:
I have a new Fire HD 10 (2017). I installed Google Play Store before seeing this thread. I want to use YoutubeTV but when it launches it says it can't determine my location. Which is what brought me to this thread I have the latest HD 10 OS loaded (5.6.2.0?). If I do a factory reset, will I still have that version and will it work with the process you have? Thanks, Frank
Click to expand...
Click to collapse
I also just got a Fire HD 10 and installed the 4 google apks before seeing this thread. I'm also not rooted. However, all I needed to do to get GPS to work was to turn the Fire OS Location Based Services toggle off. (Settings-Wireless-Location Based Services). Upon opening Google Maps it asked me to use GPS and it just worked.
DoughMucker said:
I also just got a Fire HD 10 and installed the 4 google apks before seeing this thread. I'm also not rooted. However, all I needed to do to get GPS to work was to turn the Fire OS Location Based Services toggle off. (Settings-Wireless-Location Based Services). Upon opening Google Maps it asked me to use GPS and it just worked.
Click to expand...
Click to collapse
Yes! Did the same and now it appears that Google location is being used. Thanks!
Reset my Fire HD 10 (7th generation) 5.6.2.0 back to factory and rooted it without any issues following this offline root method.
https://forum.xda-developers.com/hd8-hd10/general/hd-10-2017-offline-rooting-t3734860
Disabled OTA using commands from here.
https://forum.xda-developers.com/hd...7-fire-os-5-6-uninstall-t3709437/post77437463
All the files downloaded and installed from internal storage.
6, 7, 8(part 1) executed as per instructions.
8(part 2) didnt get asked.
Everything went real smooth so no issues to report. My Fire HD 10 (7th generation) 5.6.2.0 fully compatible with all of it
How do I know OTA really disabled?
How do I know the 4 apk are updating and when they are done updating or it doesnt matter if I evoke an error trying to open Playstore?
@DragonFire1024 your work help and support is truly appreciated.
MutantWizard said:
Reset my Fire HD 10 (7th generation) 5.6.2.0 back to factory and rooted it without any issues following this offline root method.
https://forum.xda-developers.com/hd8-hd10/general/hd-10-2017-offline-rooting-t3734860
Disabled OTA using commands from here.
https://forum.xda-developers.com/hd...7-fire-os-5-6-uninstall-t3709437/post77437463
All the files downloaded and installed from internal storage.
6, 7, 8(part 1) executed as per instructions.
8(part 2) didnt get asked.
Everything went real smooth so no issues to report. My Fire HD 10 (7th generation) 5.6.2.0 fully compatible with all of it
How do I know OTA really disabled?
How do I know the 4 apk are updating and when they are done updating or it doesnt matter if I evoke an error trying to open Playstore?
@DragonFire1024 your work help and support is truly appreciated.
Click to expand...
Click to collapse
You'll get an error or force close as the apks update. Check apk mirror for the latest versions. Play store is 11.6.18. I'll enable my OTA apk later and grab a screen shot for everyone to see. It's very fast and will start downloading the second it's activated and WiFi is on. It's the only apk responsible for downloading and installing system updates sent by Amazon only.
MutantWizard said:
Reset my Fire HD 10 (7th generation) 5.6.2.0 back to factory and rooted it without any issues following this offline root method.
https://forum.xda-developers.com/hd8-hd10/general/hd-10-2017-offline-rooting-t3734860
Disabled OTA using commands from here.
https://forum.xda-developers.com/hd...7-fire-os-5-6-uninstall-t3709437/post77437463
All the files downloaded and installed from internal storage.
6, 7, 8(part 1) executed as per instructions.
8(part 2) didnt get asked.
Everything went real smooth so no issues to report. My Fire HD 10 (7th generation) 5.6.2.0 fully compatible with all of it
How do I know OTA really disabled?
How do I know the 4 apk are updating and when they are done updating or it doesnt matter if I evoke an error trying to open Playstore?
@DragonFire1024 your work help and support is truly appreciated.
Click to expand...
Click to collapse
Here you go. Luckily I was able to circumvent the update before anything could install.