Changing Launcher? - Fire HD 8 and HD 10 Q&A, Help & Troubleshooting

I bought one of these for my mom hoping it wouldn't be so well locked down. Has anyone managed to change their launcher from the default Amazon(Ad-laden) launcher? Sideloaded Nova but no dice there.

While Nova runs fine you can't replace the amazon launcher. I believe it was possible on pre 5.1.1 fire OS. Until we get root we'll just have make do.

If you're interested in changing the default firelauncher without rooting your device, please take a quick peak at my thread discussing the possibilties.
http://forum.xda-developers.com/hd8...zon-fire-hd-8-10-remove-firelauncher-t3286646
If you are currently rooted, which as of today is not possible on HD 8 & HD 10, you simply delete the com.amazon.firelauncher.apk in /system/priv-apps/com.amazon.firelauncher/, you will need to boot into fastboot and remount the system as rw if I am correct.
I hope this helps . Again, please check my thread for non-root information, it is currently unfinished.

Here is an updated tutorial on how to change the default launcher without rooting!
http://forum.xda-developers.com/hd8-hd10/general/tut-remove-default-launcher-amazon-fire-t3288192
Edit: Found a second method that is even better!

nyln said:
Here is an updated tutorial on how to change the default launcher without rooting!
http://forum.xda-developers.com/hd8-hd10/general/tut-remove-default-launcher-amazon-fire-t3288192
Click to expand...
Click to collapse
while you're method may work, it's far from optimal.
it's not possible to just rename another launcher and replace the FireOs launcher? i suppose that would be too easy.
if it were my tablet, i'd be more inclined to play around with it. unfortunately, my mom is content enough with it how it is, though i can see it being a beast and would **** around more if it were mine.
hopefully root comes soon. unfortunately, i can't help work towards it.
when all of that is said and done, i'll build a rom and kernel for it, np.

technope said:
while you're method may work, it's far from optimal.
it's not possible to just rename another launcher and replace the FireOs launcher? i suppose that would be too easy.
if it were my tablet, i'd be more inclined to play around with it. unfortunately, my mom is content enough with it how it is, though i can see it being a beast and would **** around more if it were mine.
hopefully root comes soon. unfortunately, i can't help work towards it.
when all of that is said and done, i'll build a rom and kernel for it, np.
Click to expand...
Click to collapse
I found a new method that actually works very very well, just run this in adb shell:
Code:
#!/bin/bash
am monitor | while read -r line; do
if [[ $line == *"firelauncher"* ]]
then
[B]am start com.newlauncher.launcher[/B]
fi
done

nyln said:
I found a new method that actually works very very well, just run this in adb shell:
Code:
#!/bin/bash
am monitor | while read -r line; do
if [[ $line == *"firelauncher"* ]]
then
[B]am start com.newlauncher.launcher[/B]
fi
done
Click to expand...
Click to collapse
Little bash script like that. I'll give it a try when I have time. Sleek enough, and if effective it's great.

technope said:
Little bash script like that. I'll give it a try when I have time. Sleek enough, and if effective it's great.
Click to expand...
Click to collapse
The only downside to the script is when you press the home button, there is a delay of 500ms or so, you see the firelauncher for that time.
It is not nohup or anything so it will stop working when you close adb shell (easy to do yourself, but I am preoccupied at the moment).

Why not root?
So I was actually able to ROOT my kindle fire hd 8 with the kingroot method.
After installing the apk.
Loaded it up let it try to find a root solution and it will not but you can try rooting with the other method and it WORKED for me. Never been so happy!
So after that I loaded adb shell in command prompt and typed "su" to see if I had root and it WORKED again, so I am even more happier!
Now after typing in "su" into command prompt I then typed in,
Code:
pm disable com.amazon.firelauncher
and it was successful..
NOTE: you must have another launcher installed before you do this! I had GOLauncher.
The End <3
P.S. I had installed the necessary files from rootjunky's "Amazon Fire Tablet Tool" or also known as installing google play store method..
Any questions hit me up, I have rebooted and still have root and things intact. Haven't had any problems as of yet. WOOT for ROOT

kanderson88 said:
So I was actually able to ROOT my kindle fire hd 8 with the kingroot method.
After installing the apk.
Loaded it up let it try to find a root solution and it will not but you can try rooting with the other method and it WORKED for me. Never been so happy!
So after that I loaded adb shell in command prompt and typed "su" to see if I had root and it WORKED again, so I am even more happier!
Now after typing in "su" into command prompt I then typed in,
Code:
pm disable com.amazon.firelauncher
and it was successful..
NOTE: you must have another launcher installed before you do this! I had GOLauncher.
The End <3
P.S. I had installed the necessary files from rootjunky's "Amazon Fire Tablet Tool" or also known as installing google play store method..
Any questions hit me up, I have rebooted and still have root and things intact. Haven't had any problems as of yet. WOOT for ROOT
Click to expand...
Click to collapse
After messing around the go launcher ex is a little buggy. I might try another, currently trying to figure out how to get widgets to work and once I do ill let you know the system file.
Any ideas what I should add to the fire os? Current goal is widgets

So after doing some research I believe it won't be possible on the fire cause the system files are missing. From what I've seen I feel like the new 5 the gen tablets are all the same, can't confirm it yet but if so you should be able to follow the instruction given on the kindle 7 5th gen able about booting up into twrp or cm and installing a new Rom. I'm not sure if I want to do this though. Adw launcher feels empty without widgets though
---------- Post added at 10:39 AM ---------- Previous post was at 10:37 AM ----------
kanderson88 said:
So after doing some research I believe it won't be possible on the fire cause the system files are missing. From what I've seen I feel like the new 5 the gen tablets are all the same, can't confirm it yet but if so you should be able to follow the instruction given on the kindle 7 5th gen able about booting up into twrp or cm and installing a new Rom. I'm not sure if I want to do this though. Adw launcher feels empty without widgets though
Click to expand...
Click to collapse
But do not follow my advice unless you know what your doing. Always back up everything.

kanderson88 said:
After messing around the go launcher ex is a little buggy. I might try another, currently trying to figure out how to get widgets to work and once I do ill let you know the system file.
Any ideas what I should add to the fire os? Current goal is widgets
Click to expand...
Click to collapse
I can confirm that with the latest KingRoot apk on my HD8 (5th Generation) the rooting worked. As a launcher I had before Nova and Google Now via Play Store installed. I prefer the Google Now Launcher. The Home button, the Wallpaper and the Widgets are working. Thanks for the hot rooting tip.

schr01 said:
I can confirm that with the latest KingRoot apk on my HD8 (5th Generation) the rooting worked. As a launcher I had before Nova and Google Now via Play Store installed. I prefer the Google Now Launcher. The Home button, the Wallpaper and the Widgets are working. Thanks for the hot rooting tip.
Click to expand...
Click to collapse
Does your google play store actually work? I can get it to load but once the front page is loaded, I can't search or get anything else to load on google play. It's just a continuous load. Could you let me know what framework you have. Also I cant get widgets to work on mine. Have Adw and cant get google now to work. If you can I think you should make a posts on the HD 8 and 10 thread letting us know what you did to get where you are now. Anyways I'm going to message you in a lil bit.

So I got google launcher installed and moved it to system app and now widgets work. Only problem I'm facing now is getting google play to stay working. Sometimes log me out or just stops loading traffic to the app. Any ideas? I've uninstalled it and reinstalled it but still no.

kanderson88 said:
So I got google launcher installed and moved it to system app and now widgets work. Only problem I'm facing now is getting google play to stay working. Sometimes log me out or just stops loading traffic to the app. Any ideas? I've uninstalled it and reinstalled it but still no.
Click to expand...
Click to collapse
I had in the past the same problems. After I had uninstalled the complet apk's and reinstalled the following apk's:
Google Account Manager_4.0.3-239410.apk,
Google Play services_4.0.34 (924341-38).apk,
Google Services Framework 4.0.4-338691.apk ,
and
Google Play Store 4.4.21.apk,
I had no trouble. The Google Play Store worked now fine on my HD8 with firmware 5.1.1.
Remark: You can download the apk' from this link: https://drive.google.com/file/d/0B3yLoupCwoyrSzJEMHc3UTkzam8/edit?pref=2&pli=1

schr01 said:
I had in the past the same problems. After I had uninstalled the complet apk's and reinstalled the following apk's:
Google Account Manager_4.0.3-239410.apk,
Google Play services_4.0.34 (924341-38).apk,
Google Services Framework 4.0.4-338691.apk ,
and
Google Play Store 4.4.21.apk,
I had no trouble. The Google Play Store worked now fine on my HD8 with firmware 5.1.1.
Remark: You can download the apk' from this link: https://drive.google.com/file/d/0B3yLoupCwoyrSzJEMHc3UTkzam8/edit?pref=2&pli=1
Click to expand...
Click to collapse
Thanks. I'm gonna have to try this once I get off work. Thank you again

kanderson88 said:
After messing around the go launcher ex is a little buggy. I might try another, currently trying to figure out how to get widgets to work and once I do ill let you know the system file.
Any ideas what I should add to the fire os? Current goal is widgets
Click to expand...
Click to collapse
Please try nova.

schr01 said:
I had in the past the same problems. After I had uninstalled the complet apk's and reinstalled the following apk's:
Google Account Manager_4.0.3-239410.apk,
Google Play services_4.0.34 (924341-38).apk,
Google Services Framework 4.0.4-338691.apk ,
and
Google Play Store 4.4.21.apk,
I had no trouble. The Google Play Store worked now fine on my HD8 with firmware 5.1.1.
Remark: You can download the apk' from this link: https://drive.google.com/file/d/0B3yLoupCwoyrSzJEMHc3UTkzam8/edit?pref=2&pli=1
Click to expand...
Click to collapse
Thanks for supplying the APKs. This should help me as right now infos are jumbled all across this forum and need to be cleaned up a bit.
I'd love to do a nice/clean .bin people can flash after the dust has settled. Hopefully without kingroot. Wish I knew the kingroot devs.

Also, everyone needs to slow down. We have root in a way, but we need to make sure everyone is on the same page. Don't let this forum become a mess.
Right now, it is a huge mess.. The original root thread is smart to post on and maybe the tips and tricks thread. Stop spreading things out too much. We need it all in one place, really

technope said:
Also, everyone needs to slow down. We have root in a way, but we need to make sure everyone is on the same page. Don't let this forum become a mess.
Right now, it is a huge mess.. The original root thread is smart to post on and maybe the tips and tricks thread. Stop spreading things out too much. We need it all in one place, really
Click to expand...
Click to collapse
Yeah sorry I'm trying my best to clean up my thread a little and easy to read as much as possible. Also I figured out how to fix google play if it isn't working. Look at tips,Tricks, and the Root thread if anyone is wondering.

Related

[CLOSED][TUT] Google Play Store / Amazon AppStore Swapper - HDX 7"

Closed - Go here... [MOD] HDXPosed : signature check, play store, downloads, wallpaper fix...
This is the final piece needed for a working Amazon / Google tablet. After I installed this, I stopped using my ROM slots and I'm done flashing for now. These are my recommended steps for working Google Apps + AppStore. Please ask any questions within the appropriate thread...
A Kindle Fire HDX 7" running 13.1.1.0
Rooted your kindle using [ROOT] Rooting tutorial - hdx 7" 13.3.1.0 by Faznx92
Installed SafeStrap 3.70 for HDX 7" by Hashcode and are now running on a ROM-Slot.
And a working Google Apps + Gmail from Android Cowboy's tutorial (using my suggested method in link )
leaving your Google Play Store crashing, this is the guide for you!
(For an alternate explanation, see evilgrin98's steps in post #12 )
Finally, if you want a working Google Play Store *OR* the ability to to swap between Amazon AppStore and Google Play store:
Make a nandroid backup. The installer is 3 lines and has no error checking. It works with any single adb device install.
If the installer doesn't work, you'll need to figure out adb yourself and modify the install_to_kindle.bat file or follow evilgrin98's manual install process in post #12.
Uncompress attached and run the install_to_kindle.bat on windows and it'll swap to Google Play Store on first install.
Future swaps should be done by running /data/local/tmp/amazon.sh or cm10.sh to switch back and forth.
This can be done in adb shell, terminal or Script Manager.
Use Script Manager addon, SMWidgets, to install scripts as a widget for easy switching.
What these scripts do:
Installs Cpasjuste's service.odex hack + DownloadProvider apks pulled from CM10.1 (install.sh)
Run cm10.sh to switch to working CM10 Google Play Store (copying Cpasjuste's hacked + CM10.1 files)
Run amazon.sh to switch to working Amazon AppStore (copying back Amazon service.odex & DownloadProvider apks)
What to expect after running install_to_kindle.bat, install.sh or cm10.sh:
Your device will reboot
Use your Amazon Home Launcher to access Kindle, FreeTime, Lending Library, AppStore
Use your 3rd party Launcher (Nova, Apex, etc) for your Google Play Store Apps
Your Google PlayStore will be functional for downloads and updates
Your Amazon AppStore will queue downloads
What to expect after running amazon.sh:
Your device will reboot
Use your Amazon Home Launcher to access Kindle, FreeTime, Lending Library, AppStore
Use your 3rd party Launcher (Nova, Apex, etc) for your Google Play Store Apps
Your Amazon AppStore will be functional for downloads
Your Google Play Store will crash if you try to download anything in it. You'll need to run cm10.sh to get Play Store to stop crashing and download your queued request.
Alex's Use:
Stay in Amazon mode most of the time, unless you want to update or download new content from the Google Play Store
Note:
This won't work from Cpasjuste flashable gapps or ROM as he removes too many Amazon components.
This should work for 8.9" HDX if someone sends me a modified & unmodified services.odex.
This won't work with Ptiwee / CrashThump / GSLEON3's fix, unless you change step 2 to only remove the DTC file. Otherwise, it's just the same as Cpasjuste's flashable gapps and removes too many Amazon components
I provided this to the community because of the contributions of the following people who I owe a super big thanks to...
jcase for the root exploit! This Kindle HDX community wouldn't exist without his contributions.
Moronig for finding the memory signature on HDX 7" -- WTG!
slayer615 for rolling it up the exploit & root into a batch file -- rock on!
Faznx92 for writing an excellent root guide & providing regular support!
Hashcode for his awesome SafeStrap... Without it, I wouldn't bother to go further than root...
Android Cowboy for his Google Play store tutorial. I wouldn't have had my perfect setup without trying his guide first...
Cpasjuste for the services.odex & downloadprovider apks. Swapping stores wouldn't be possible without his tutorial and binaries.
Stericson for Kindle Free -- working widgets still work for HDX! Thanks!
Ptiwee, CrashThump & GSLEON3 for inspiration. Keep up with the contributions to the community! You're amazing!
Version History
0.0.1 - First Release
0.0.2 - Cache & Dalvik Cache clearing removed for faster reboot between swaps.
reserved2
_Alex_ said:
reserved 2
Click to expand...
Click to collapse
Interesting. If we can get the same thing going as (http://forum.xda-developers.com/showthread.php?t=2591547) for the 7" then we could pretty much forget safestrap until we have some real roms to flash.
Edit: You are awesome... now the hdx 7" has everything - Or close enough for now.
dcoig1 said:
Interesting. If we can get the same thing going as (http://forum.xda-developers.com/showthread.php?t=2591547) for the 7" then we could pretty much forget safestrap until we have some real roms to flash.
Click to expand...
Click to collapse
Easy enough See post #3 now...
FYI, on my personal HDX 7" 16GB, I'm running my fully working Gapps + Amazon w/ working Store swapper on stock and doing dev in ROM-Slot-1, keeping my nandroid backups offline.
Progress should be fast....
_Alex_ said:
WIP - Untested - Working Play Store, GAPPS & Amz Services for HDX 7"
Big props to CrashThump and Ptiwee for the 8.9" version.
Version History
0.0.1 - untested
Updated 1. 'Root my Kindle' for HDX 7"
Disabled 2. 'Remove Amazon ads and some applications' - breaks too much Amazon stuff... Will fix soon.
Updated 3. 'Signature check' for HDX 7"
4 - 'Install Google Apps' and 5 - 'Fix Wallpaper' works for either
Click to expand...
Click to collapse
is this a stand alone zip to put gapps on and keep amazon svcs or is the swap procedure necessary
davekaz said:
is this a stand alone zip to put gapps on and keep amazon svcs or is the swap procedure necessary
Click to expand...
Click to collapse
Op & Post 3 runs on windows to achieve the goal. Op + Post 3 will be merged depending on free time and interest.
You're welcome to try post 3 while I work out the kinks, as long as you have safestrap and your own backup to revert to, nothing here should be able to brick you on your HDX 7".
_Alex_ said:
WIP - Untested - Working Play Store, GAPPS & Amz Services for HDX 7"
Big props to CrashThump and Ptiwee for the 8.9" version.
Version History
0.0.1 - untested
Updated 1. 'Root my Kindle' for HDX 7"
Disabled 2. 'Remove Amazon ads and some applications' - breaks too much Amazon stuff... Will fix soon.
Updated 3. 'Signature check' for HDX 7"
4 - 'Install Google Apps' and 5 - 'Fix Wallpaper' works for either
Click to expand...
Click to collapse
i layed down stock on slot1 and just went thru 2 - 6 and no change ..the gapps downloads and then errors of missing file or something at end
davekaz said:
i layed down stock on slot1 and just went thru 2 - 6 and no change ..the gapps downloads and then errors of missing file or something at end
Click to expand...
Click to collapse
Yes I pulled post 3 about five minutes ago, see post 3.... seeing same in 8.9 thread too...
Sent from my KFTHWI using Tapatalk 4
Are people getting permanently working gmail?
aimlessanomaly said:
Are people getting permanently working gmail?
Click to expand...
Click to collapse
Post 3 completely wiped... while I do have a fully functional kindle thanks to Android Cowboy and other tutorials, replicating and supporting it to work consistently is more time I care to devote...
So OP is about a play store swapping, assuming other people's tutorials worked for you. See link in OP for my recommended way of installing Google Apps. I'm not providing support for it, as it's just a comment in someone else's tutorial.
edit - 2014-01-01 - answering question
BTW, I do have a working gmail. In fact, everything is working so well for me that I no longer use ROM Slots and am just running out of my stock slot on my 16GB Kindle HDX 7"... This script was the final piece I needed to have a happy Kindle HDX 7".
Sent from my KFTHWI using Tapatalk 4
I confirm it works, but Jesus
First thing's first: thank you for all your hard work. I confirm that this is working, and it's exactly what I wanted: Google Play Store with all Amazon Prime services in tact. Kudos!
My issue, which I'm trying to help with here, is that the instructions were off and vague almost every step of the way. I'll try and return to flesh out the below post, but in the meantime:
1) Use Safestrap to backup the device I had running; the backup was sufficiently large on my device that I couldn't run a rom slot parallel to it.
2) Use Safestrap to install the provided clean rom and SuperUser ZIP. Then wipe the device.
3) Boot into the rooted fresh ROM and install ES File Explorer with SU permission.
4) Follow Android Cowboy's instructions to install a Google account and the Play Store. (I attempted to use the KindleFree app you referenced and found it mostly broken and useless. Not recommended.)
5) Install Script Manager.
6) Download swap 0.0.2. The bat file did not function as expected, so I unpack the contents from "pushme" into /data/local/tmp/.
7) Use ES File Explorer to set the permissions for *.sh per the broken bat file (755).
8) Use Script Manager to run install.sh as a "script/executable": flag as SU with the argument "-c". The device will reboot.
9) Use Script Manager to run CM10.sh: flag as SU with no argument.
At this point, the Play Store will download and install apps, and at least the Amazon Prime video service continues to function as expected without having to continuously swap app stores. I'll play around with it tonight and tomorrow and return either with more specific instructions or any issues I discover.
Thanks again!
evilgrin98 said:
First thing's first: thank you for all your hard work. I confirm that this is working, and it's exactly what I wanted: Google Play Store with all Amazon Prime services in tact. Kudos!
My issue, which I'm trying to help with here, is that the instructions were off and vague almost every step of the way...
...
Thanks again!
Click to expand...
Click to collapse
Glad to be of help! I'm vague because I did this over a course of three weeks, so I can't remember most of my steps for certain. KindleFree is required first, as I've done Android Cowboy's tutorial by itself and produced all sorts of errors as many in that thread had experienced.
Sorry to hear the script didn't work quite as expected, feel free to add more 'belt and suspenders' to it, as it was purposefully left bare bones...
evilgrin98,
Thanks for your contribution to Alex's efforts. You guys make a great team. Your method worked for me. I wasn't able to get Alex's working. I noticed some failure text at the end of text, but was unable to copy it.
It was tough following the directions because I am not familiar with the lingo. However, it was good enough for me to figure out and get PlayStore working. This means I can search, download and install apps.
I'm not sure how Amazon is suppose to work now. I don't have access to the Amazon Kindle App, Amazon App Store, Chrome browser opens into a black screen and won't go to any web page and I am unable to get live wallpapers. I've tried Stunt's fix (http://forum.xda-developers.com/showpost.php?p=42181794&postcount=75) which is suppose to work on HDX, but I haven't been able to get it to work.
My question is how do I get Amazon to work? That's why I liked this script because of the ability to have both stores. I wasn't sure about how to use amazon.sh or cm10.sh. Also, you wouldn't have a fix for live wallpapers, would you?
Thanks again guys for a job well done. I really appreciate your efforts.
tech6 said:
evilgrin98,
Thanks for your contribution to Alex's efforts. You guys make a great team. Your method worked for me. I wasn't able to get Alex's working. I noticed some failure text at the end of text, but was unable to copy it.
It was tough following the directions because I am not familiar with the lingo. However, it was good enough for me to figure out and get PlayStore working. This means I can search, download and install apps.
I'm not sure how Amazon is suppose to work now. I don't have access to the Amazon Kindle App, Amazon App Store, Chrome browser opens into a black screen and won't go to any web page and I am unable to get live wallpapers. I've tried Stunt's fix (http://forum.xda-developers.com/showpost.php?p=42181794&postcount=75) which is suppose to work on HDX, but I haven't been able to get it to work.
My question is how do I get Amazon to work? That's why I liked this script because of the ability to have both stores. I wasn't sure about how to use amazon.sh or cm10.sh. Also, you wouldn't have a fix for live wallpapers, would you?
Thanks again guys for a job well done. I really appreciate your efforts.
Click to expand...
Click to collapse
After running install.sh, you Amazon.sh or cm10.sh to switch between stores.
For working Kindle and Appstore, you'll need to use the Amazon launcher aka home. You can only download new content while the Amazon Appstore is active.
Live wallpapers isn't something I wanted, so I've never found the answer....
Sent from my KFTHWI using Tapatalk 4
Default kindle reading app
And it sounds like the amazon os kindle reading app is a no go right. Many other people are sideloading an older version of the apk and preventing the google play store from updating it.
"After running install.sh, you Amazon.sh or cm10.sh to switch between stores." I used your script, but installed using Evil's method. I guess I am not understanding how to run those files. Do I place your script folder or those files in the Kindle download area and use one of the scripts to switch between stores from there? I was going to do it in script manager, but it looked as though I would be re-installing the script.
For working Kindle and Appstore, you'll need to use the Amazon launcher aka home. You can only download new content while the Amazon Appstore is active. After reading this I used the Amazon launcher, but wasn't able to use the app store. It will just flicker and not open. I can go to the Amazon store, but can't use the Amazon app or Kindle reader on the Amazon launcher or any of my other launchers. It's not like I purchase a bunch from the app store, but just curious why it isn't working. I do have Kindle books and just wanting to know how to get it back to working. I will try installing an older version of the app and see if it will work.
Live wallpapers isn't something I wanted, so I've never found the answer.... I understand. No problem, just asking in case you had them working on your kindle.
By the way, since you are now working off your stock rom, did you delete SafeStrap or keep it?
---------- Post added 3rd January 2014 at 12:00 AM ---------- Previous post was 2nd January 2014 at 11:57 PM ----------
Yes, I've heard of that work around. I will have to try and find it to see if it will work for me. Thanks for the suggestion.
You need to run smanager to run the Amazon.sh script to switch back to Amazon app store, or cm10 for Google play store...
Sent from my KFTHWI using Tapatalk 4
Yes, I've heard of that work around. I will have to try and find it to see if it will work for me. Thanks for the suggestion.
I did find those files you mentioned. When I tried to install them, I got the error message, There was a problem parsing the package. So, that was a no go. I will have to see what's going on with that.
---------- Post added at 12:41 AM ---------- Previous post was at 12:23 AM ----------
Ok, when I did that I was able to get to the Amzn Store, but the Kindle app is still not working. I am trying to figure out how to install it. I've deleted the old one off so I could install the older version, but I'm having some troubles at the moment. Thanks for the help.
tech6 said:
Yes, I've heard of that work around. I will have to try and find it to see if it will work for me. Thanks for the suggestion.
I did find those files you mentioned. When I tried to install them, I got the error message, There was a problem parsing the package. So, that was a no go. I will have to see what's going on with that.
---------- Post added at 12:41 AM ---------- Previous post was at 12:23 AM ----------
Ok, when I did that I was able to get to the Amzn Store, but the Kindle app is still not working. I am trying to figure out how to install it. I've deleted the old one off so I could install the older version, but I'm having some troubles at the moment. Thanks for the help.
Click to expand...
Click to collapse
I used the launcher/home app for books and as the kindle app link doesn't work...
Sent from my KFTHWI using Tapatalk 4

[ROOT][WINDOWS]FIRE 5TH GEN AUTOROOT SCRIPT. NOOB FRIENDLY! Kindle Universal?

Moved to http://forum.xda-developers.com/amazon-fire/general/root-playstore-busybox-optimize-flash-t3281804
Download link
Thread moved to http://forum.xda-developers.com/amazon-fire/general/root-playstore-busybox-optimize-flash-t3281804
Thanks a lot for this nice tool (which came in too late for myself, alas). A couple of comments:
- Could you preserve timestamps of incorporated files? It would make comparisons to existing tools easier.
- I understand that ROM size is not an issue, would it be possible to make the debloat deactivations reversible? (e.g. pm disable/hide instead of rm - if something goes wrong there would be a chance to get back functionality)
- Five minutes seem a tad on the low side - I have seen more than that in a single reboot (when cache rebuilds took place).
Nevertheless: Very nice, I hope the tool will be useful to many people unpacking Fires from their stockings!
Noob
So I can run this on the stock 5.1.1 firmware by just downloading it to the sd card and install. On home screen open and it will root and install all that is listed?
Thank you in advance
Thanks for this! I just used it on my son's brand new Fire 7" tablet. I had to modify the .sh a little to run the script in Ubuntu http://pastebin.com/C1PXnqxa
egomaster said:
So I can run this on the stock 5.1.1 firmware by just downloading it to the sd card and install. On home screen open and it will root and install all that is listed?
Thank you in advance
Click to expand...
Click to collapse
Sorry about the unclear instructions. I updated the tutorial. You run the script from your computer with your device on the homescreen. :3
glitch3yf0x said:
Sorry about the unclear instructions. I updated the tutorial. You run the script from your computer with your device on the homescreen. :3
Click to expand...
Click to collapse
Thank you for clarifying. Will give this a try.
Thanks so much for the suggestions.
- I honestly don't know what you are referring to by this or how to do that, but I'll do it if you can PM me explaining it.
- Sure! I'll do this in the next version or the next, but I promise something like it will be done. :3
-I'll time it tonight and update. The script cuts off the cache rebuilds until the very end.
Thank you, the install went perfectly, this makes the Fire 5.1.1 livable until the bootloader is unlocked. I have encounter one thing, widgets cannot be added to the homescreen. Is this an expected issue or is there something going on with my tablet I need to explore?
JaboJG said:
Thanks for this! I just used it on my son's brand new Fire 7" tablet. I had to modify the .sh a little to run the script in Ubuntu http://pastebin.com/C1PXnqxa
Click to expand...
Click to collapse
Thanks man. I really appreciate it. Your name has been added to the Thanks and i'll use a modified version based of your editing in the next release tonight.
Komet1 said:
Thank you, the install went perfectly, this makes the Fire 5.1.1 livable until the bootloader is unlocked. I have encounter one thing, widgets cannot be added to the homescreen. Is this an expected issue or is there something going on with my tablet I need to explore?
Click to expand...
Click to collapse
I think I know what the problem is. It'll be fixed with the next update, which probably will be less than two hours from now. I appoligise for the inconvenience.
It's just sitting on daemon started successfully for quite a while, is this normal?
not sure what is going on, ran the script and everything went fine. however, the device is still trying to update. it seems like updates weren't blocked or something. i never let it install the initial update though that it tries to do when you turn on the device. i never even connected it to a wifi network so not sure how it can even update
google play services refuses to install as well. not sure what is wrong but seems like there must be some bugs in this script.
knives of ice said:
not sure what is going on, ran the script and everything went fine. however, the device is still trying to update. it seems like updates weren't blocked or something. i never let it install the initial update though that it tries to do when you turn on the device. i never even connected it to a wifi network so not sure how it can even update
google play services refuses to install as well. not sure what is wrong but seems like there must be some bugs in this script.
Click to expand...
Click to collapse
That's very odd. Can you attach screenshots and such so I can look into this? Also, try the updated script I have just updated the link too.
If you continue to have problems, adb sideload to start fresh.
I believe you may be getting confused with the "Updating your apps" screen, which is normal. This is android recompiling the cache for the newly installed apps.
What's the error shown when google play doesn"t install?
Soundmotion3004 said:
It's just sitting on daemon started successfully for quite a while, is this normal?
Click to expand...
Click to collapse
That's not normal. What OS are you using? Is Android Debugging enabled on your device and did you allow the "Accept debugging from this computer?" prompt on your tablet?
glitch3yf0x said:
That's very odd. Can you attach screenshots and such so I can look into this? Also, try the updated script I have just updated the link too.
If you continue to have problems, adb sideload to start fresh.
I believe you may be getting confused with the "Updating your apps" screen, which is normal.
What's the error shown when google play doesn"t install?
Click to expand...
Click to collapse
damn, went and used the other install script for google play store and still problems
here is the error i get when it tries to update google play services
CAN'T UPDATE APP
Update for "google play services" could not be downloaded due to an error. (error retrieving information from server. [RPCS:S-7 AEC-7 OIKJ-IY4V-YMNYK]
play store is there and i can browse through it but i know from doing this on my first fire tablet that i need to update google play services. that will not update not matter what i try i get that error. rebooting no help
any idea on what i can do. it seems like i'm rooted fine supersu is there. i have no experience with adb at all
also, wasn't confused with updating apps at all. it was the FIRE screen saying software is updating to the latest version. it seemed like it updated though i have no idea how when not connected to wifi
knives of ice said:
damn, went and used the other install script for google play store and still problems
here is the error i get when it tries to update google play services
CAN'T UPDATE APP
Update for "google play services" could not be downloaded due to an error. (error retrieving information from server. [RPCS:S-7 AEC-7 OIKJ-IY4V-YMNYK]
play store is there and i can browse through it but i know from doing this on my first fire tablet that i need to update google play services. that will not update not matter what i try i get that error. rebooting no help
any idea on what i can do. it seems like i'm rooted fine supersu is there. i have no experience with adb at all
also, wasn't confused with updating apps at all. it was the FIRE screen saying software is updating to the latest version. it seemed like it updated though i have no idea how when not connected to wifi
Click to expand...
Click to collapse
The Fire logo with "Updating Apps..." is normal. :3 It should be gone after two reboots.
As for the google play problem, It sounds like you need to clear the data and relogin to google. Was there anything relating to google play on your device previously before the script? You may have to be connected to wifi for google play to download updates, if you still aren't.
glitch3yf0x said:
The Fire logo with "Updating Apps..." is normal. :3 It should be gone after two reboots.
As for the google play problem, is there anything relating to google play on your device currently? It sounds like you need to clear the data and relogin to google.
Click to expand...
Click to collapse
i haven't loaded 1 thing. i never even connected to wifi before running your script.
ok i went in and cleared everything in the google framework and play store, now when i try to open play store it just spins. will not load. any suggestions? no idea what the problem could be.
EDIT - ok finally got it. for some reason it just started working. i think there must have been a notfication that was showing which i didn't accept
Glad to hear! Usually the infinite spinning wheel means you need to accept the terms of use. :3
Everything worked fine, just one note that seems to be a side affect. I had a childs profile setup before running the script, now I cannot change settings or delete the profile.

[TOOLS Fire HD 6&7 ] Rooting, Gapps, Launchers, Block OTA & Ads + More

Download the latest tools from the AFH link near end of post. It includes the changes in the attached "jobs" zip. You only need "jobs" if you downloaded the tools before May 11
EDIT May 29: Playstore is currently unreliable. Until updated, use the workaround here.
UPDATE May 17: Install Other Launcher and Install Kingroot tools may not complete if Windows username has spaces. I'll fix in next update. Until then, if your username has spaces, use this fix.
Here are tools for the 2014 Fire HD 6 and 7. A little late, I know, but some of you who still troll the forums may find them handy. Download the tools from AFH link, extract and run RUNME.bat.
IF YOU PLAN TO ROOT, TURN OFF WIFI NOW!
Tested working on OS 5.1.2.1 and below, except:
- Current Kingroot can't root 5.1.2.1. You need to downgrade. See "ROOT OS 5.1.2", below.
- OS 4: Only OTA blocking is implemented in the Block/Unblock jobs. [5/13/16 UPDATE: Also, Play Store isn't working on OS 4.
.. I probably won't fix it unless there's some demand. Try the video guide here. OS 4 users, also see post #11 for useful info about custom launchers.]
THE TOOLS
Install Play Store
Install Nova Launcher to /priv-app [root]
Install Other Launcher to /priv-app [root]
Uninstall priv-app Launchers [root]
Install Apps
Block/Unblock: OTA, ADS, AMAZON LAUNCHER, APPSTORE, AMAZON SEARCH [root]
Root Checker
Device Info
Root Tools
Install Kingroot ~ Root ~ Block OTA
Replace Kingroot with SuperSU [root]
DESCRIPTIONS
Before running a job, look here for any tips and instructions. This info is also in the readme.txt in the zip​
INSTALL PLAY STORE - Like it says. Works on both rooted and unrooted OS 5. Not for OS 4. EDIT May 29: Playstore is currently unreliable. Until updated, use the workaround here.
INSTALL NOVA LAUNCHER - Installs Nova to /system/priv-app so widgets work. If you just rooted, make this your first custom launcher. You can replace it or add a different one later.
INSTALL OTHER LAUNCHER Installs the launcher app in user_launcher folder to priv-app. Get the apk for the launcher you want (from apkmirror.com for example) and put it into the folder and run the job. EDIT 5/16/2016: Filenames must end with ".apk" No spaces allowed; replace with "_". (The tool will find spaces and pause while while you fix.)
HOW TO INSTALL GOOGLE NOW (also in Readme.txt):
It's much easier to install Google Now if Amazon is blocked, and you need a custom launcher to do that.
1. If you don't have a custom launcher installed, use Install Nova tool (installs Nova and blocks Amazon)
If you have a custom launcher, block Amazon so your custom launcher is running.
2. Get Google Now (small) from apkmirror.com, e.g., put into user_launcher folder and run Install Other Launcher job.
You'll boot to your "other" launcher
3. Run Google Now in app drawer and:
If prompted to Update Google App (Get it from Google Play), do it.
If prompted that other launcher is default, tap link to go to Amazon Settings. In Apps & Games>Manage all Applications: Swipe to All, scroll to your other launcher, tap it and see if "Launch by Default" is on. If yes, Clear Defaults. If no, go to your launcher settings and see if you can turn off default there.
Some launchers don't give up their default easily. If pressing home key doesn't show "Select Home App" after doing the above, run Block/Unblock tool and switch to Amazon. Then block Amazon again. After restart, press home key and you'll get "Select Home App" and be able to choose Google Now.
UNINSTALL LAUNCHERS - Uninstalls and deletes everything associated with a launcher installed to /priv-app. If multiple, prompts you to choose the one to uninstall.
INSTALL APPS - Installs all the apps in the user_apps folder. Put the apks into the folder and run the job. Filenames must end with ".apk" No spaces allowed; replace with "_". (The tool will find spaces and pause while while you fix.) Don't install a launcher with this; use one of the launcher tools.
BLOCK/UNBLOCK - OTA, ADS, AMAZON LAUNCHER, APPSTORE, AMAZON SEARCH
Except for OTA, these work only on rooted OS 5. OTA does a soft block on unrooted OS 4, hard block on rooted.
OTA: Disables update packages and renames DeviceSoftwareOTA.apk for a "hard" block. Unblock reverses it.
ADS: Blocks/unblocks the lockscreen ads.
AMAZON LAUNCHER: Block disables the stock launcher (Amazon UI) and the Appstore, which forces the home key to use your custom launcher. Unblock switches you to Amazon. Checks for custom launcher before disabling Amazon. Black screen with multiple custom launchers: If you haven't set a default launcher, disabling Amazon will boot to black screen. (System doesn't know which launcher to use.) Press home key (circle at bottom) for launcher choices. TIP: To easily switch between your launcher and Amazon, use @bibikalka's guide here to set up "one-tap switching" from launcher home screen.
APPSTORE: Blocks the appstore so in-app links take you to the Play Store (instead of throwing that stupid Appstore prompt). Amazon complains bitterly if you run this from Amazon UI, so use it at your custom launcher or just use the Amazon launcher block.
AMAZON SEARCH: If you have Google Search installed, blocking Amazon Search makes your launcher search bar use Google instead of Amazon shopping.
DEVICE INFO - Just some specs that I find interesting. Lazy man's way to find out which tablet is plugged in, OS it's running, whether rooted . . .
INSTALL KINGROOT, ROOT, BLOCK OTA - Installs Kingroot, prompts you through rooting and blocks OTA updates.
- Installs kingroot v.4.8.5 by default.
- You can skip installation if Kingroot already installed
- You can install a later version if available: Check for new versions here: http://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
ROOTING AND UPDATES: An update file can download while you're rooting. The Kingroot tool prevents it from installing as soon as you press Enter to tell the tool you're rooted. Then it looks for any downloaded file and if it finds one it tells you where it is and prompts you to delete.
Amazon says that updates install when the the device is not being used, but be aware that on OS 5 there's some risk. To minimize the risk, never leave the tablet idle while rooting. Just keep running Kingroot until root is successful and then press Enter to block installation of any download. (These instructions are in the tool.) To eliminate all risk, you can downgrade and root OS 4.5.3. On OS 4 the tool blocks update installation before rooting. (There's no way to do this on OS 5.) From OS 4.5.3, you upgrade with root in TWRP per bibikalka's root Tut.
True story: Kingroot once rebooted 5 times and told me "Root Failed" 3 times before finally succeeding. An update had downloaded to /cache, but the kingroot tool successfully blocked installation and found the file, which I deleted. So, although it's possible you could get upgraded, as long as you keep the tablet busy trying to root and then press Enter as soon as you're rooted, it's very unlikely.
REPLACE KINGROOT WITH SUPERSU - Installs W0lfDroid's sh script and prompts you through using it to replace Kingroot.
I reviewed and tested the script and it does (only) what it says: Removes all Kingroot (except Purify app, which tool uninstalls) and installs SuperSU. The tool uses SuperSU v. 2.4.6 for OS 5 (known working on OS 5.1.2) and SuperSU v. 2.4.9 for OS 4 (because 2.4.6 didn't seem to work).
FULL DISCLOSURE: I lost root one time after running this on OS 4. I think the problem was SuperSU 2.4.6 and that's why I changed it. I've tested many times and this only happened once, but you should know it happened. AFAIK W0lfDroid script is still the best free tool for the job.
ERRORS: Script was written to remove Kingroot from multiple android versions, so it tries to remove Kingroot files that don't exist on Lollipop. THIS PRODUCES LOTS OF ERRORS. THAT'S OK. I left in all commands so it will work on OS 4, too.
USE THIS SOON AFTER ROOTING. W0lfDroid's script should work fine even with root apps installed, but all I know for sure is it runs quick and easy on a "fresh" system.
ADB Sideload
There's an adb-sideload job in the jobs folder. I didn't put it on the menu because it uses commands that may not run on some systems. Also, if you know what you're doing, it's probably faster to manually sideload an update. If someone wants to try it, put the update bin file into adb_sideload folder and run sideload.bat.​WINDOWS TESTING: Script was tested on English-language versions of Win 7 Pro and Home. Some testing on Win 10. (Thanks @SpaceBananas!) There's nothing that can hurt your tablet, but there may be kinks to work out based on Windows version. Hope a tester will work with me to help make the tools accessible to everyone. Thanks!
ADB DRIVERS REQUIRED: Try the guide in first link below. If problems, try the second.
Guide: http://forum.xda-developers.com/fir...ivers-fire-t3189000/post62561840#post62561840
Other options: http://forum.xda-developers.com/showpost.php?p=63072252&postcount=2
ROOT OS 5.1.2
IF YOU PLAN TO ROOT, TURN OFF WIFI NOW!
ROOT GUIDE: Follow this guide to use Kingroot and the root tools to set up your tablet.
At this time, Kingroot can only root OS 5.1.2 (February 2016) and below.
You can downgrade OS 5.1.2.1 (March 2016) to 5.1.2 and root, as explained in Root Guide, but this is an exception!
In general, never downgrade in order to use Kingroot. It's the fastest way to a brick!
You may be able to safely downgrade a higher OS to OS 4.5.3, root, and then upgrade in TWRP per @bibikalka's root Tut. Before trying this on an OS later than 5.1.2.1, make sure the tutorial says it's safe.
DOWNLOAD THE TOOLS FROM AFH ➔ . FireHD_TOOLS v 1.2
Update as of 5/11/16
➔ If you got the tools before the update, just replace the jobs folder in FIREHD_TOOLS with the one in attached "jobs_v1.x.zip"
Change Log
5/11/2016 - v1.2: Updated sideload.bat. (Missed the Find/Findstr fixes.)
5/10/2016 - v1.1: Fixed "No such file or directory" and "Permission denied" errors for users with *nix Find command installed
.
Nice Work!
@DoLooper - Magnum Opus, no less !
Why version 0.1 ??? The first release - solid 1.0 !!!
Updated. See OP.
Guys, I could use some feedback. Tools are getting downloaded a lot. Anybody using them? Are they helpful? Problems? Wishes? Anything? Thanks!
.
Updated again <sigh>. Sideload tool didn't get updated in v1.1. Apologies to those who downloaded the jobs zip.
DoLooper said:
Updated. See OP.
Guys, I could use some feedback. Tools are getting downloaded a lot. Anybody using them? Are they helpful? Problems? Wishes? Anything? Thanks!
.
Click to expand...
Click to collapse
Thanks DoLooper.
I tried these tools on my Fire HD 7 running 4.5.5.1 rooted with KingRoot.
I was able to use the script to successfully switch from KingRoot to SuperSU as well as to install Nova Launcher.
However, I had issues with the script elsewhere.
The play store seemed to install okay and it let me put in my google account info. After that, things went down hill. I was able to open the Play Store app without it crashing, but I just kept getting the "Error retrieving information from server. [RH-01]" message . I tried numerous things to correct this, but nothing seemed to work. In the end, I downgraded to 4.5.5, wiped data, cache and dalvik, and then flashed gapps via TWRP. This worked out, so all is good now.
I also had trouble with blocking the default launcher. Nova seemed to install okay, but the default launcher still worked and was a constant nag with each press of the home button. I fixed this by freezing the default launcher via Titanium Backup.
I don't know if these issues are particular to 4.5.5.1, or if I'm just unlucky. Regardless, I still appreciate your effort for putting this together. :good:
I'm currently trying to get wallpapers and widgets to work on the Nova launcher with no success. I tried the fixes intended for earlier Kindle models and (not surprisingly), they didn't work. Specifically, I tried Stunt's Wallpaper Fix and Kindlefree from the app store.
Any ideas where I should look for guidance on making Wallpapers and Widgets work?
Thanks again!
notorious.dds said:
Thanks DoLooper.
I tried these tools on my Fire HD 7 running 4.5.5.1 rooted with KingRoot.
I was able to use the script to successfully switch from KingRoot to SuperSU as well as to install Nova Launcher.
However, I had issues with the script elsewhere.
The play store seemed to install okay and it let me put in my google account info. After that, things went down hill. I was able to open the Play Store app without it crashing, but I just kept getting the "Error retrieving information from server. [RH-01]" message . I tried numerous things to correct this, but nothing seemed to work. In the end, I downgraded to 4.5.5, wiped data, cache and dalvik, and then flashed gapps via TWRP. This worked out, so all is good now.
I also had trouble with blocking the default launcher. Nova seemed to install okay, but the default launcher still worked and was a constant nag with each press of the home button. I fixed this by freezing the default launcher via Titanium Backup.
I don't know if these issues are particular to 4.5.5.1, or if I'm just unlucky. Regardless, I still appreciate your effort for putting this together. :good:
I'm currently trying to get wallpapers and widgets to work on the Nova launcher with no success. I tried the fixes intended for earlier Kindle models and (not surprisingly), they didn't work. Specifically, I tried Stunt's Wallpaper Fix and Kindlefree from the app store.
Any ideas where I should look for guidance on making Wallpapers and Widgets work?
Click to expand...
Click to collapse
Thanks for feedback. Tools apparently need work for OS 4.5.5.1. I tested pretty well on 4.5.3 and 4.5.5, but not 4.5.5.1. There may be some peculiarity there.
- The play store error has been reported on some 2015 Fires (using a different tool, but same method to install). It's unclear why it happens on some devices and not others, and they haven't found a fix, but it may be an OS 4 issue on the Fire HDs. I'll look into it.
- Nova & stock launchers: The block on stock launcher didn't work because it isn't implemented for OS 4. As mentioned at top of OP, only OTA block is available for OS 4. I'll need to add it in an update. Hadn't thought about need for it when using the Nova tool.
Would you please look in /system/priv-app folder and see if com.teslacoil.launcher.apk is at the bottom of directory? If so, are perms set to rw- r-- r--? Let me know and we'll proceed from there to get you widgets. Thanks.
DoLooper said:
Thanks for feedback. Tools apparently need work for OS 4.5.5.1. I tested pretty well on 4.5.3 and 4.5.5, but not 4.5.5.1. There may be some peculiarity there.
- The play store error has been reported on some 2015 Fires (using a different tool, but same method to install). It's unclear why it happens on some devices and not others, and they haven't found a fix, but it may be an OS 4 issue on the Fire HDs. I'll look into it.
- Nova & stock launchers: The block on stock launcher didn't work because it isn't implemented for OS 4. As mentioned at top of OP, only OTA block is available for OS 4. I'll need to add it in an update. Hadn't thought about need for it when using the Nova tool.
Would you please look in /system/priv-app folder and see if com.teslacoil.launcher.apk is at the bottom of directory? If so, are perms set to rw- r-- r--? Let me know and we'll proceed from there to get you widgets. Thanks.
Click to expand...
Click to collapse
Thanks for the help!
I found the com.teslacoilsw.launcher-1.apk file, but it's in my /data/app folder... and it is chmod'ed to 644.
Also, I did successfully install the AppWidgetPicker.apk and LiveWallpapersPicker.apk files to /system/app using the "kindlefree" app, but I think that about all the app did. These files are also chmod'ed to 644.
notorious.dds said:
Thanks for the help!
I found the com.teslacoilsw.launcher-1.apk file, but it's in my /data/app folder... and it is chmod'ed to 644.
Also, I did successfully install the AppWidgetPicker.apk and LiveWallpapersPicker.apk files to /system/app using the "kindlefree" app, but I think that about all the app did. These files are also chmod'ed to 644.
Click to expand...
Click to collapse
I've been using OS 5 for too long! Forgot you can't get wallpaper on OS 4 without fussing. It's unclear from your post: Did the pickers get wallpaper to work? This is the way we did it back when we always booted twrp and installed xposed: http://forum.xda-developers.com/fire-hd/general/how-to-wallpaper-custom-launcher-t3123009
As to widgets: What I meant is, you should have /system/priv-app/com.teslacoil.launcher_4.2.2.apk. Do you? I just retested this on 4.5.3. Nova (com.teslacoil.launcher_4.2.2.apk) got copied there and chmod'ed to 644 as it should and widgets are working fine.
No wallpaper is a bad problem, though, and no tool can fix it--unless that LiveWallpapersPicker DID work. Let me know. And let me know about /system/priv-app/com.teslacoil.launcher_4.2.2.apk.
BTW, how come you want to stay on OS 4?
DoLooper said:
I've been using OS 5 for too long! Forgot you can't get wallpaper on OS 4 without fussing. It's unclear from your post: Did the pickers get wallpaper to work?
Click to expand...
Click to collapse
Nope.
DoLooper said:
This is the way we did it back when we always booted twrp and installed xposed: http://forum.xda-developers.com/fire-hd/general/how-to-wallpaper-custom-launcher-t3123009
Click to expand...
Click to collapse
I think I tried that to no avail, but I can't remember exactly which module I used.
DoLooper said:
As to widgets: What I meant is, you should have /system/priv-app/com.teslacoil.launcher_4.2.2.apk. Do you? I just retested this on 4.5.3. Nova (com.teslacoil.launcher_4.2.2.apk) got copied there and chmod'ed to 644 as it should and widgets are working fine.
Click to expand...
Click to collapse
I think I ended up installing Nova via the app store so that's why it wasn't on the system partition. However, my widgets seemed to work when I checked again. I have no idea why they wouldn't work when I first tried them. I did end up creating two simple scripts via the "Scripter" app that would enable and disable the stock launcher. I put them as widgets on the nova desktop allowing for single click toggling of the stock launcher.
DoLooper said:
No wallpaper is a bad problem, though, and no tool can fix it--unless that LiveWallpapersPicker DID work. Let me know. And let me know about /system/priv-app/com.teslacoil.launcher_4.2.2.apk.
Click to expand...
Click to collapse
No, nothing seemed to fix the wallpaper... always black. Am understanding this correctly that the wallpaper works on this thing if I load Lollipop?
DoLooper said:
BTW, how come you want to stay on OS 4?
Click to expand...
Click to collapse
I didn't want to fiddle around with change the bootloaders every time I wanted into TWRP. At this point, it doesn't matter anyway... I hard bricked the device by flashing the 5.2.0 stock recovery last night
The post about using this to revert to stock should be edited or removed. It's bad.
The only reason I was trying to revert to stock was that I ended up getting into a situation where the stock launcher would continue looping back to the Welcome/select language screen. I wiped cache, data, and dalvik and reflashed the 4.5.5 rom which didn't fix it. I even tried that same approach including a wipe of system... same result. I was quite surprised to see the problem continue even after wiping everything. At that point I figured I go back to full stock and start over... BAD IDEA.
Anyway, I ordered a new one and it should be here tomorrow. I'm now curious if it's possible to recover the bricked device via the UART port on the motherboard. We'll see.:fingers-crossed::fingers-crossed:
notorious.dds said:
. . .
I think I ended up installing Nova via the app store so that's why it wasn't on the system partition. However, my widgets seemed to work when I checked again. I have no idea why they wouldn't work when I first tried them. I did end up creating two simple scripts via the "Scripter" app that would enable and disable the stock launcher. I put them as widgets on the nova desktop allowing for single click toggling of the stock launcher.
No, nothing seemed to fix the wallpaper... always black. Am understanding this correctly that the wallpaper works on this thing if I load Lollipop?
I didn't want to fiddle around with change the bootloaders every time I wanted into TWRP. At this point, it doesn't matter anyway... I hard bricked the device by flashing the 5.2.0 stock recovery last night
The post about using this to revert to stock should be edited or removed. It's bad.
The only reason I was trying to revert to stock was that I ended up getting into a situation where the stock launcher would continue looping back to the Welcome/select language screen. I wiped cache, data, and dalvik and reflashed the 4.5.5 rom which didn't fix it. I even tried that same approach including a wipe of system... same result. I was quite surprised to see the problem continue even after wiping everything. At that point I figured I go back to full stock and start over... BAD IDEA.
Anyway, I ordered a new one and it should be here tomorrow. I'm now curious if it's possible to recover the bricked device via the UART port on the motherboard. We'll see.:fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
Sorry to hear about the brick. Good thing Amazon is patient with us.
Yes, wallpaper works fine on OS 5. [For others who read this, on OS 4 the only way to get wallpaper is with Xposed (installed in TWRP) and the kindleBG module in the link I posted above. And BTW, although the tools don't block OS 4 Amazon launcher ATM, it can be done manually. Commands are here.]
Thanks for your input. Play store didn't work for me either this time, despite earlier success. Everything else except the launcher block (and other non-OTA blocks) does work, so for now I'm just going to edit post and see if there's any other interest in play store on OS 4. (I trust you'll get OS 5 on replacement or will want to update to it.)
As to TWRP: Once tablet is set up, booting TWRP isn't needed much except for upgrading. and bibikalka gives us lots of options for doing it.
Let us know if anything comes of UART port tests. You'd be the hero of the community!
Workaround for Windows username with spaces
The Install Other Launcher and Install Kingroot jobs may not complete if your Windows username has spaces in it. I'll fix this in next update. Meanwhile here's the workaround:
1. Right-click RUNME.bat and choose Edit. [file opens in Notepad]
2. Add a blank line under :: Set paths and run menu.
3. Type: SET "username=abc"
4. Make sure this section of RUNME looks like below and then save and close Notepad
Code:
:: Set paths and run menu.
SET "username=abc"
SET "main=%CD%\"
SET "jobsdir=%main%jobs\"
[remaining code]
This changes the username only for the tools. The rest of Windows continues to use the real username.
I'm getting ready to update. Please let me know if you found any problems.
Used the tool on my Fire HD 6 (4th Gen) running a Rooted OS 5.1.2.1 to install a new launcher and block OTA's, ads, fire launcher, appstore, and Amazon search. Everything worked without issue! Thanks for the awesome and simple to use tool! Tablet is now almost pure Android. Great work!!!
Sidenote: Used bibikalka's TUT (http://forum.xda-developers.com/fire-hd/general/how-to-upgrade-to-lollipop-root-gapps-t3163950) on my Fire HD 6 that was currently running Fire OS 4.5.3 with TWRP Recovery to obtain a Rooted Fire OS 5.1.2.1..
I adb'd the 5.1.2 upgrade to my slab this way.
$ adb push update-kindle-20.5.4.2_user_542168620.bin /sdcard/
3047 KB/s (663908627 bytes in 212.722s)
My OS is FIRE OS 5.1.2 Build Date March 31, 2016 1:37 AM.
I tried and got an error to the effect, "cannot upgrade because the upgrade you are trying is older than the one you have".
So I'm probably running an even later version of 5.1.2 where they blocked that loophole.
I'm just going to by a cheap Chinese slab and root that.
wallywallywally said:
I adb'd the 5.1.2 upgrade to my slab this way.
$ adb push update-kindle-20.5.4.2_user_542168620.bin /sdcard/
3047 KB/s (663908627 bytes in 212.722s)
My OS is FIRE OS 5.1.2 Build Date March 31, 2016 1:37 AM.
I tried and got an error to the effect, "cannot upgrade because the upgrade you are trying is older than the one you have".
So I'm probably running an even later version of 5.1.2 where they blocked that loophole.
I'm just going to by a cheap Chinese slab and root that.
Click to expand...
Click to collapse
use adb sideload in Stock recovery
Sent from my KFFOWI using XDA Labs
sd_shadow said:
use adb sideload in Stock recovery
Sent from my KFFOWI using XDA Labs
Click to expand...
Click to collapse
Yuh, I used sideload AND IT WORKED!!
I also have a fire 5th generation. Does the same procedure work for that, assuming I use the proper 5.1.2 for that device: https://kindle-fire-updates.s3.amaz...ate-kindle-global-37.5.4.2_user_542168620.bin
wallywallywally said:
Yuh, I used sideload AND IT WORKED!!
I also have a fire 5th generation. Does the same procedure work for that, assuming I use the proper 5.1.2 for that device: https://kindle-fire-updates.s3.amaz...ate-kindle-global-37.5.4.2_user_542168620.bin
Click to expand...
Click to collapse
yes
Sent from my KFFOWI using XDA Labs
Confirmed, this procedure worked for Fire (5th generation), however the amazon update file is different (see a few posts back)
I just got a fire HD 6 (4th Gen) with the 4.5.2 OS.
Everything I see talks about 4.5.3 and later. I have not turned on wifi, so basically in a holding pattern for now. I want to root/twrp and maybe a custom rom.
Can some give me advice on the best path to take? Should I upgrade then root? Or root then upgrade? Any advice is appreciated.

How to make Location services work?

I was not planning to root my Fire HD 10 (7the generation) OS 5.6.2.0 so I got the 4 google account files set up as per instructions. Worked perfect. Then I installed Nova Launcher and had to add Launcher Hijack to make it stick. All worked great except no widget support. Solved that with some ADB commands also found here on XDA.
Now I discovered same as others that my location services do not work but could not find a way to make it work without undoing all I did, rooting it and then doing it all again with root. Can I avoid rooting and redoing it with any fix on top of what I already done?
MutantWizard said:
I was not planning to root my Fire HD 10 (7the generation) OS 5.6.2.0 so I got the 4 google account files set up as per instructions. Worked perfect. Then I installed Nova Launcher and had to add Launcher Hijack to make it stick. All worked great except no widget support. Solved that with some ADB commands also found here on XDA.
Now I discovered same as others that my location services do not work but could not find a way to make it work without undoing all I did, rooting it and then doing it all again with root. Can I avoid rooting and redoing it with any fix on top of what I already done?
Click to expand...
Click to collapse
This has worked consistently through numerous resets. This hasn't failed me yet. The key is to make sure location services are turned on before installing any Google apps or deleting bloatware. See here: https://forum.xda-developers.com/hd8-hd10/help/fix-how-to-google-location-services-t3813111
DragonFire1024 said:
This has worked consistently through numerous resets. This hasn't failed me yet. The key is to make sure location services are turned on before installing any Google apps or deleting bloatware. See here: https://forum.xda-developers.com/hd8-hd10/help/fix-how-to-google-location-services-t3813111
Click to expand...
Click to collapse
Thanks for the response!
I saw this before but was not sure I wanted to go down that road. Well I decided and here I go. I intend to try the following root process. Please let me know if any other preferred method is likely to be more reliable.
https://forum.xda-developers.com/hd8-hd10/general/hd-10-2017-offline-rooting-t3734860
Its done and working!

FireTV-Settings 3.0 Mod Root works on Tank and Mantis without Amazon Launcher

!! deprecated !!
0815hoffi said:
FireTV-Settings 3.0 Mod Root works on Tank and Mantis without Amazon Launcher
based on https://github.com/rainman74/FireTV-Settings/releases
install as normal APK.
Root is needed.
NewSettingsGerRoot.apk = German
NewSettingsEngRoot.apk = English
FireTV-SettingsGer.zip = Android Studio Zip German
FireTV-SettingsEng.zip = Android Studio Zip English
Feel free to customize it for whatever works best for you! ...
Click to expand...
Click to collapse
Ok so the apk file is unnecessary with root since the zip is in charge of that correct? This is actually interesting considering that the Amazon Launcher being disabled with root therefore losing functionality to accessing settings unless you were to use adb commands.
Edit: the apk was supposed to be installed, works 100%
Skel40 said:
Ok so the apk file is unnecessary with root since the zip is in charge of that correct? This is actually interesting considering that the Amazon Launcher being disabled with root therefore losing functionality to accessing settings unless you were to use adb commands.
Edit: the apk was supposed to be installed, works 100%
Click to expand...
Click to collapse
Questions...
So does the Zip need to be flashed?
Then install the APK?
Is the Amazon launcher disable by doing this, or do I have to disable that myself?
Can you easily remove it?
The Zip file is for customize.
SourceCode for Android Studio.
You must disable it .
OK so disable
com.amazon.tv.launcher
?
1. install APK
2. Flash zip ( for customize if you want)
3. disable launcher
The zip, what does it modify and how do you go back?
Sorry for the questions, just want to know what to expect if i have an issue...
Install other Launcher.
For mantis maybe you need FTVLaunchX to start the alternate Launcher.
#adb shell pm disable com.amazon.tv.launcher
Install apk to access the settings without amazon Launcher.
The Zip the SourceCode to build apk.
I hope it is understandable now
Thanks bro, this works perfect with ATV Launcher 0.1.2 now i can access amazon built-in apps on 4k stick.
Thanks for this.
Couple of queries:
Lots of icons on my custom launcher. But all start off at sleep. Is this normal? If so why so many icons?
The command to disable the amazon launcher is not working and I do have root. Any ideas?
Edit: Not to worry about the above. I found a new version that gives me just the one icon
Also found the instructions to delete the amazon launcher so that is good.
Only problem that some might have is installing new apps from the amazon marketplace (or whatever they call it).
Any ideas about how to do this?
Use this Version.
https://forum.xda-developers.com/showpost.php?p=82368799&postcount=1
Amazon Market is not working.
You must sideload the apps.
Also you can push the apps over the Amazon Website to your Stick.
App Updates should be installed automatic.
0815hoffi said:
Use this Version.
https://forum.xda-developers.com/showpost.php?p=82368799&postcount=1
Click to expand...
Click to collapse
Thanks for that.
I manage a lot of these sticks. Most I know the Amazon accounts for so will use the web site to push to them if they request new apps.
I will ask for the other account details but if they wont provide them I will send them to the website to install themselves if they want new apps.
It seems Amazon pushed out a new prime Video app today (or I was told about it today) that asks it you want to install it.
Was told it no longer works with this setup if it is installed. Was fine yesterday and no prompt to update then.
Might be a problem with the Prime Video app in general and not this setup, but all my sticks are running these fixes now.
Just tested on one and it is true. Trying to open Prime Video does nothing. Tried both the icons for it (one never worked but now both do not).
Will see if I can roll it back (once I find the original apk).
Thanks for this. So nice not to see the Amazon Launcher at all now.

Categories

Resources