{CLOSED} [TUT] 1/11/2014 HDX8.9 Working Play Store, GAPPS & PARTIAL Amz Services... - Kindle Fire HDX 7" & 8.9" General

{CLOSED} [TUT] 1/11/2014 HDX8.9 Working Play Store, GAPPS & PARTIAL Amz Services...
I am no longer updating this thread. Currently, you best bet for everything working is SafeStrap, rom slot, Hashcode's Stock Fire Rom, Xposed module & the flashable gapps from Cpasjuste. I currently have a work load that precludes me from investigating anything further. Not too mention it seems other have the time & a better grasp on everything than I do. I will continue to help those stuck in bootloops or with issues as time permits. I recommend starting anew with your device, restoring the factory firmware, & then using safestrap & the other items mentioned above to get Play Store & Amazon working together.
Edited on 1/11/2014 - Added a fixed version of wget to the hdx.7z file to correct the gapps download rename issue.
READ ME FIRST OR YOUR DEVICE WILL EXPLODE, SCORCHING YOUR EYEBALLS!
If you have never modified an Android Device, if you have no idea what ADB is, how it is used & nearly every command memorized because you have been participating at xda for years or lurking for half a decade, if you do not know what the SDK, ANT, IDE or Ubuntu is, if you cannot afford to possibly throw away $300 to $600, then do yourself a favor & leave your Kindle alone. This is not a simple process, nor does it seem to work the same for everyone. I am NOT a developer. I also have a family & a career, which is very time consuming. I lost over a week in vacation days this past year because I rarely have time for myself, so that should tell you about how much time I am going to have for you if you break something. Sure, I will try to help WHEN I HAVE TIME, but if you are messing with things & then sending me a one line PM saying "I brick it" without any specifics about EVERYTHING you have done, well, I am not even going to respond. So, now you know, if you still want to mess around & possibly break some stuff, go right ahead.
EDIT: It seems if some Amazon services do fail to work for most people. books work fine for me, but not most others & the Amazon App store is not working 100% either. I am working on a fix.
Okay, firstly, I have to thank @Ptiwee who was the first to really bring all of the scattered data & info together, discovering the location in the Java/Smali, where the issue in getting Play Store to function correctly resided.
You will also find a lost pf tips & fixes in post #2. I will add to it as developments arise.
This is a step by step guide for the newer member that wants to learn. I have tried to be as precise as possible & list out every step, along with a few tips on getting your Android adventure started successfully. There are no dumb questions, except for those you should have asked. So ask away & we'll try to get you an answer you'll understand.
Now, we must thank @CrashThump who took Ptiwee's solution & instead of relying on the notoriously unreliable apktool & dependecies, he took the time to recompile a fixed binary in the form of new services.odex. This is exactly what I had been looking to do, but I have been having some troubles with aapt & apktool & he just probably knows a lot more than I do. Either way, it's here now & it works.
Be sure to hit thanks to those guys, for without there help, you would still be bootlooping & cursing Amazon under your breath.
This is NOT an easy or clean way to install GAPPS package, but it works perfectly & I for one have NOT lost a single Amazon service. It is relatively low risk if you follow directions & test that things are working before jumping in head first.
Here is what you need to do to install the Play Store & GAPPS (for now), until I or another member has the time to properly compile everything into an easy to use utility. The root & signature verification parts of this tool work well. The install GAPPS script can fail occasionally, but it will not hurt anything.
This guide is for use on windows, though I will later also present a terminal command version for Linux & possibly Mac. It will be a manual version for now & I will not get to it until later. Feel free to take the data here & compile it into whatever tool or utility you want. I don't think anyone would have an issue with that, just be sure to thank everyone mentioned in this post. you can also easily open the script & just manually do everything in the script for linux. Just make sure you also grabbed the tools like SED from Ptiwee's original script tool.
For this to work, you must be rooted & have busybox installed, along with completing the steps & requirements listed below. The script from CrashDump in the HDX.7z file can root your device, as well as install gapps, fix for signature checking & the wallpaper issue. I recommend downloading everything ahead of time, including the attached busybox installer. If you are already rooted, you can skip some steps, otherwise follow the directions closely.
1. Download the Windows batch file & the necessary scripts & binary from CrashDump named hdx.7z. It can be found below in the attachments.
EDIT (1/11/2014) - Added a different version of wget to fix the download rename issue..
Download & install a BusyBox installer on your device.
2. Ensure you have the latest Java SDK installed. The JDK can be found here: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Make certain you install the version for your operating System, i.e. 32-bit or 64-bit.
For 32-bit (x86), the JDK you want is titled: jdk-7u45-windows-i586.exe
For 64-bit (x64), the JDK you want is titled: jdk-7u45-windows-x64.exe
I recommend installing it to the default directory.
Once you have this installed, make sure to add it to you PATH in Environmental Variables.
To do this, hit the Windows button (like you are going to open an app), or launch the file explorer & RIGHT CLICK on "Computer" & select "Properties".
.Go to "Advanced System Settings" & select the "Advanced" tab.
Select the "Environmental Variables" button towards the bottom right side of the window.
In the second window, "System Variables", scroll to "Path" & select edit.
Add your systems path to the recently installed version of the Java SDK (JDK) to "Variable Value:", it should look something like this:
C:\Program Files\Java\jdk1.6.0_33\bin; (make sure yours reflects your correct version & path to the JDK Bin directory. DO NOT JUST COPY/PASTE MINE). Also take care to have a semi-colon ( both before & after your path & DO NOT ALTER ANY OF THE OTHER VALUES.
I also recommend you add these file types to the entry below, called (PATHEXT):
.BAT;.CMD;.JS;.JSE;.SH
These two steps allow you to use these tools from any directory, telling tools & applications where to find the resources they need.
After installing the Java SDK (JDK), make sure you also have a "System Variable" entry called "JAVA_HOME" with a value that is the same as your environmental variable, pointing to your Java SDK Bin directory. Mine is "C:\Program Files\Java\jdk1.6.0_33\bin" (again, you need to have YOUR installed location, not mine, so do not copy/paste from here).
3. Ensure you have installed the Android SDK. You do NOT need Eclipse, just the SDK. It can be found here: http://dl.google.com/android/installer_r22.3-windows.exe
Install the SDK somewhere simple & avoid spaces in directory names. My SDK (when I bother to use Windows anymore, is C:/Android/
I use Eclipse, so for me, my directury tree is "C:/Android/sdk & C:/Android/eclipse" this is where all the important Android tools live, like ADP & AAPT & Fastboot, in /sdk/tools & /sdk/platform-tools.
4. The script & utilities used by CrashDump need several Linux based tools, like SED & a few others. Fortunately, the GnuWin32 package exists & can be downloaded here: http://sourceforge.net/projects/getgnuwin32/files/
This is a set of packages designed to work with Windows, It will download an executable & you will open it, paying attention to where it is downloading & extracting the packages. Once it is finished, you will go to what ever directory you selected for the "GetGnuWin32" folder & you will click on a script batch file named "download.bat. This will download all the GnuWin32 packages. Follow the instructions & let it download the updates as it goes.
Once this is complete, you will then go back into your "GetGnuWin32" folder. Now you will double click (execute/run) the script batch file named "install.bat".
This process takes about 15 to 30 minutes depending on your machine & your download speed.
5. Connect your device to the USB port & give it time to install the proper drivers. Next, open a cmd window & enter: adb devices
If successful, you should see your device serial number listed, similar to this:
C:\Users\gleon>adb devices
List of devices attached
B0xxxxxxxxxSH device
If your device was recognized & you see something similar to the above, congratulations, you have installed the SDK successfully & are now ready for some action. If not, you may need to install the HDX adb drivers. If you are here, you have most likely already done most of the steps above anyways.
7. Extract the file HDX.7z to somewhere simple like C:/ or in your Android SDK directory.
Double click on the "HDX.bat" script & a terminal window will open with the following data:
Only for Kindle Fire HDX 8.9
WARNING ! All the manipulations here are dangerous.
Your tablet may become unstable or unusable.
Nobody except you will be considered as responsible.
What do you wanna do ?
1. Root my Kindle Fire HDX 8.9
2. Remove Amazon ads on lockscreen and some Amazon applications
3. Remove signature check (Requisite for Google Apps)
4. Install Google Apps
5. Fix wallpaper
6. Quit
Choice :
Select option #1 if you are NOT yet rooted. Once you root, open up the Superuser app & give it a minute. Make sure it is working & then install the attached busybox installer on your device & make sure to open it & install busybox & the applets. I suggest using the "Smart Install" feature. It will take a minute or two for it to load & install busybox, but please wait & ensure it installs successfully.
To install busybox, you can transfer it to your device & use a file explorer to navigate to the apk, OR you can use your newly installed SDK & open a cmd prompt in the folder you downloaded or extracted the bb installer & issue the following command (just the part in quotes, WITHOUT the quotes of course): c:\Android> "adb install busybox.apk"
It will say "successful" once busybox is installed. Open the app & let it setup. Then click on the "install" button & let it do its thing.
Once you are rooted, have busybox & Superuser installed, or If you are already rooted with both installed, you can move to the script tool's option # 3, "Remove signature check <Requisite for Google Apps>
This is going to replace the services.odex file from your devices /system/framework directory. It will restart the SystemUI, which means it will look like it has reboot, but do not panic, it will not boot loop your device, it will resume normally in a moment.
Once it is has restarted the SystemUI & the screen comes back on, you can now use option #4 "Install Google Apps".
Congratulations, you now have an Amazon HDX 8.9 with fully functioning GAPPS, including Play Store & you have all Amazon Services working.
Take wht you have learned & pass it along. This is a forum about sharing ideas & knowledge. Pay it forward.
I know this is written fairly simply, but I do this so that nobody will misunderstand. i know many of you know what you are doing, but there are new users & members here every day. I will do whatever I can to help you if you have issues & as you have seen, I have already been able to fix 2 types of soft bricks, so your risk is much more limited than even a few weeks ago.

Fixes, Tips & Tricks
Tips & Fixes:
1. For all of your Google Play installed app to show up in the app drawer, please delete versions in the "Cloud" tab of the App Drawer. (This only applies to the Stock Amazon launcher/app drawer).
2. Currently, all apps & Amazon Service work EXCEPT Amazon App store. A work around is listed below.
3. There is a work around for the Amazon App Store crash. It will work if you remove the existing app, delete the dalvik cache & then install the generic Amazon App Store for Android from here: http://www.amazon.com/gp/mas/get/android/ref=mas_rw_ldg
You will need an app like Titanium Backup Pro, which can remove unnecessary Dalvik files. This work around functions, however, the Amz App will crash occasionally. Also be sure you are uninstalling the App Store, not the IntentProxy, which also show as Apps in TB.
4. I have not thoroughly tested this, however from short testing, it appears that Kindle Free Time does indeed work. It will launch, allow password to be set & rules & times to be selected.
5. If you have any issues & want to return to 100% stock, I will be uploading a fixed build.prop, along with a script to download & ready the latest update. This will erase all changes in the device System partition, without removing installed apps in the user land, aka /data/app.

I'm looking forward to trying this when I get home! Thank you all for you hard work!!

Does this require root?

cbtk18 said:
Does this require root?
Click to expand...
Click to collapse
Yes. Steps 1-6 is PC preparation to run step #7, for Kindle modification. You need 'option #1 - root' for any other option to work.
---------- Post added at 05:37 PM ---------- Previous post was at 05:28 PM ----------
GSLEON3 said:
Tips & Fixes:
2. Currently, all apps & Amazon Service work EXCEPT Amazon App store.
Click to expand...
Click to collapse
With Amazon App store not working, does this also include functionality of downloading of content locally in Freetime, Kindle, MP3, Video?
I've tried all known methods (except ptiwee/crashdump/yours) and I still haven't gotten a working App Store + content sync... All content requests show 'queued' indefinitely...
Thanks,
Alex

I can play, download & watch movies, music & books without issue. Only the Amazon app store has issues for me. Being one of the worst curated Android Markets around, I could care less, though I do plan on comparing it to the HD 8.9 DL manager, which functions 100% for everything.
My household all have tablets & my youngest is a teen, so no idea on Free time, but I'll check for you when I get everything back in place. I'm bricked again (on purpose & not from this, so don't worry) I'm trying to find a fix for another user with issues.
Sent from my Nexus 5 using XDA Premium HD app

Can we use the wallpaper fix? There was another thread saying wallpaper fix bricked their device (8.9). Is it ok to do here?

Amazon Appstore
will you find a way to get the amazon appstore to work

Now if only this could be ported to 7 ...great job
Sent from my KFTHWI using XDA Premium 4 mobile app

So I went ahead and applied the wallpaper fix built in this tool. It was fine. Although I did have a black screen for awhile, basically seemed dead for a couple minutes, which concerned me. Next step... how to get live wallpapers? I love this. Makes the 8.9 better than the 7" now. Functionally that is, minus the live wallpaper that is working with thor-gapps rom for the 7".

Yes no Amazon apps work at all on 7 but 1 person claims all is working on his but I don't see how with Thor gapps rom
Sent from my KFTHWI using XDA Premium 4 mobile app

davekaz said:
Now if only this could be ported to 7 ...great job
Sent from my KFTHWI using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Nobody said step 7,options 2+ won't work on 7, it just hasn't been tested..... I would go back to ptiwee's original script to test, and as it modifies files from the device and doesn't rely on potentially device specific modified binaries...
Sent from my AT100 using Tapatalk 4

Thanks for a very good jobb, which give us all users of HDX 8.9 get a fantastic tablet. I do not understan what you mean with this lines, "For all of your Google Play installed app to show up in the app drawer, please delete versions in the "Cloud" tab of the App Drawer."? Where do I find "Cloud Tab?"
I use Nova launcher so mabe it´s not for me?
Thanks

lasset said:
Thanks for a very good jobb, which give us all users of HDX 8.9 get a fantastic tablet. I do not understan what you mean with this lines, "For all of your Google Play installed app to show up in the app drawer, please delete versions in the "Cloud" tab of the App Drawer."? Where do I find "Cloud Tab?"
I use Nova launcher so mabe it´s not for me?
Thanks
Click to expand...
Click to collapse
If you're using Nova Launcher, then you're right, you likely won't care.
GSLEON3 is pointing out for those who choose to use the stock launcher app carousel and you're wondering why play store apps aren't showing up, it's due to a conflict between the existence of the app in Amazon App Cloud and the Google Play store. To resolve this, he's recommending you remove this from Amazon App Cloud...

Ok, thanks I understand and I stay in Nova.
Thanks and A Happy New Year from Sweden!
---------- Post added at 12:31 PM ---------- Previous post was at 12:30 PM ----------

davekaz said:
Yes no Amazon apps work at all on 7 but 1 person claims all is working on his but I don't see how with Thor gapps rom
Sent from my KFTHWI using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Has anyone tried using the Amazon store app from the Google play store?

improvius said:
Has anyone tried using the Amazon store app from the Google play store?
Click to expand...
Click to collapse
Great Idea. This may work. I'll have a try after morning coffee.

Has anyone tested this on the 7 inch HDX?
Is there any reason why this would/should not work on this model?
Thanks!

Guys, I am about 99% sure that you do not need the GnuWin32 packages for this to work. Duh... I forgot we are using a binary, not an on the fly rebuild like Ptiwee.
I'll test & modify instructions accordingly.
Sent from my KFAPWI using XDA Premium HD app

GSLEON3 said:
Guys, I am about 99% sure that you do not need the GnuWin32 packages for this to work. Duh... I forgot we are using a binary, not an on the fly rebuild like Ptiwee.
I'll test & modify instructions accordingly.
Sent from my KFAPWI using XDA Premium HD app
Click to expand...
Click to collapse
thanks again for the all the hard work and persistence..
xda is about sharing and learning and "a man only owns what he knows"..
thanks again..great job!!
question though.. can i go ahead and try this on my kindle fire hdx 8.9 LTE 64GB?

Related

[Q] How to sideload apps without rooting or using a file manager app

Hey guys,
I've searched high and low in this forum and others for a solution to my problem, I have been unable to find one. I'm looking for a way to sideload apps onto a Kindle Fire so that, after the third party app has been installed, I can clear the Launcher data and the next time I start the device it boots to the setup and welcome screens like the very first boot.
The reason I want to avoid rooting or having to download a file manager app to the device is that I am planning to create a script for the process.
Any advice or links to a helpful guide?
lama1130 said:
Hey guys,
I've searched high and low in this forum and others for a solution to my problem, I have been unable to find one. I'm looking for a way to sideload apps onto a Kindle Fire so that, after the third party app has been installed, I can clear the Launcher data and the next time I start the device it boots to the setup and welcome screens like the very first boot.
The reason I want to avoid rooting or having to download a file manager app to the device is that I am planning to create a script for the process.
Any advice or links to a helpful guide?
Click to expand...
Click to collapse
Now I'm confused, on the Android Forums you said it was so you could give it to someone as a gift and you wanted to give them the "first-time use" experience. I really don't see anyone needing a script for something like this but I may be wrong.
It's more of a fun project for me than anything else, a Kindle Fire loaded with apps makes for a great and affordable gift and I have other family members who I intend to give the Kindle Fire to as a gift. But I don't want them to feel as though I've been mucking with it
lama1130 said:
It's more of a fun project for me than anything else, a Kindle Fire loaded with apps makes for a great and affordable gift and I have other family members who I intend to give the Kindle Fire to as a gift. But I don't want them to feel as though I've been mucking with it
Click to expand...
Click to collapse
I completely understand, I still think the easiest way would be to just use ES file explorer, or something similar, to install them and then just delete the app. Maybe someone here will have a different idea.
I may be confused, but couldn't youbjust build a rom with the apps loaded in and flash it?
Sent from my ADR6300 using XDA App
Twisted politiks said:
I may be confused, but couldn't youbjust build a rom with the apps loaded in and flash it?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Perhaps. Can you link me to any guides on this?
Are you trying to make a script that will be run on a computer or on the Fire itself? If you're running the script on an actual device (terminal emulator, gscript, etc):
Code:
pm install /path/to/file.apk
In that case the .apk will need to be copied onto the device first. If you're running a script from a computer and have the device plugged in via USB you can use:
Code:
adb install /path/to/file.apk
...and for that one the .apk needs to be on your computer somewhere. I know 'adb install' doesn't require root. I don't remember if 'pm install' does, but I think it doesn't. Either way, you just need to get a copy of the .apks you want to install.
Cant you just reset the device to factory defaults from the settings?
iroctheworld said:
Cant you just reset the device to factory defaults from the settings?
Click to expand...
Click to collapse
That gets rid of your apps as well.
eldarerathis said:
Are you trying to make a script that will be run on a computer or on the Fire itself? If you're running the script on an actual device (terminal emulator, gscript, etc):
Code:
pm install /path/to/file.apk
In that case the .apk will need to be copied onto the device first. If you're running a script from a computer and have the device plugged in via USB you can use:
Code:
adb install /path/to/file.apk
...and for that one the .apk needs to be on your computer somewhere. I know 'adb install' doesn't require root. I don't remember if 'pm install' does, but I think it doesn't. Either way, you just need to get a copy of the .apks you want to install.
Click to expand...
Click to collapse
I don't have any experience using adb, but I'll start looking into it.

Rooting Kindle Fire HD - continually fails

I am about ready to give up. I tried the "root-android.org" oneclick and it continually fails. The technical support for the rooting software from root-android.org is not helping. I'm not sure that the oneclick method has ever worked on a Kindle Fire HD 7.2.3. I have downloaded SDK and the ADB as directed and kindle does show up on my devices (32 bit with Vista running) but various methods can't seem to connect to the Kindle from the PC. I really want to be able to do more with the Kindle and with some help I believe that it can be done. Any help from anyone would be greatly appreciated. I do have a Macbook Pro, but everything I have read indicates that you need to use a pc and not a mac.
http://forum.xda-developers.com/showthread.php?t=2069117
something got lost
Krsmqn said:
http://forum.xda-developers.com/showthread.php?t=2069117
Click to expand...
Click to collapse
When I first went to the thread I started to read about the rooting procedure. I went to eat dinner and afterwards the same informationa thread isn't there. The first one stated that with vista I should load some corrective software. It also talked about entering some CMD commands and then rebooting.
After dinner I don't get the same steps when I log on???????
Found an issue with browsers
chetek said:
When I first went to the thread I started to read about the rooting procedure. I went to eat dinner and afterwards the same informationa thread isn't there. The first one stated that with vista I should load some corrective software. It also talked about entering some CMD commands and then rebooting.
After dinner I don't get the same steps when I log on???????
Click to expand...
Click to collapse
When I am on the Mac I use Firefox and come up with one page for "http://forum.xda-developers.com/showthread.php?t=2069117" that shows on top the rating results and the process. When I am on the PC and go to "http://forum.xda-developers.com/showthread.php?t=2069117" I am using IE and I get a page that doesn't have the results for rating the process but rather its a page that let's you rate the process and has an entirely differnent bunch of discussions. Go figure...
say waaa?
chetek said:
When I first went to the thread I started to read about the rooting procedure. I went to eat dinner and afterwards the same informationa thread isn't there. The first one stated that with vista I should load some corrective software. It also talked about entering some CMD commands and then rebooting.
After dinner I don't get the same steps when I log on???????
Click to expand...
Click to collapse
I have no idea what you mean. The link I provided goes to the same thread every time.
It worked - rooted my Kindle Fire HD 7.2.3
Thank you so much for the assistance in completing the rooting of my Kindle Fire HD 7.2.3. I have so much admiration for all the developers that take the time to help newbie like myself when it comes to modifying these devices. So you know, the procedure was VERY easy to follow for this 67 year old man. Krsmgn, I am so grateful especially to you for getting me on the right track.:laugh::good:
The only issue I have now is getting Google play to work. I completed all the steps except the last one to keep Amazon from interfering when I want to go to the Google Play store. I still don't see anything in my apps for Google Play and wonder if I did something wrong along the way. I was able to use my phone Google Play store login and password when installing the software.
I also have a proble with ES File Explorer in that I can't get to the area called for in step 16 of the proceedure for getting the Amazon apk file moved to the download file.
chetek said:
Thank you so much for the assistance in completing the rooting of my Kindle Fire HD 7.2.3. I have so much admiration for all the developers that take the time to help newbie like myself when it comes to modifying these devices. So you know, the procedure was VERY easy to follow for this 67 year old man. Krsmgn, I am so grateful especially to you for getting me on the right track.:laugh::good:
The only issue I have now is getting Google play to work. I completed all the steps except the last one to keep Amazon from interfering when I want to go to the Google Play store. I still don't see anything in my apps for Google Play and wonder if I did something wrong along the way. I was able to use my phone Google Play store login and password when installing the software.
I also have a proble with ES File Explorer in that I can't get to the area called for in step 16 of the proceedure for getting the Amazon apk file moved to the download file.
Click to expand...
Click to collapse
Sir do you have an app anywhere called terminal emulator? If so go in there and type su and tell me what it says? (Verifying that you have root) after that I may be able to help walk you through the process
Or....
Open ES File Explorer, open settings and choose root settings (down near the bottom) make sure all the boxes are checked. Then you should be able to access /system/.
As for Google Play, go here.
Krsmqn said:
Open ES File Explorer, open settings and choose root settings (down near the bottom) make sure all the boxes are checked. Then you should be able to access /system/.
As for Google Play, go here.
Click to expand...
Click to collapse
Haha probably a lot simpler to do his method. Also if you have a super user app open it and set it to auto grant permissions. Had an issue myself where it wouldn't show the prompt
Market stops
Fianlly see Google Play in the apps. I rechecked all the steps and found that I cannot move Vending.apk to /System/app. The failure indicates that the file cannot be moved from /sdcard/Download to /System/app.
I also can't figure out how to "ES File Explorer or Root Explorer, change permissions set to Owner: Read-Write, Group: Read and Others: Read". Is the procedure talking about tyhe Vending.apk file?
STOP - I was able to move the file (Vending.apk), rebooted the Kindle and now I can go to Google Play where it shows my already purchased apps for my mobile phone. It indicates that two of the phone apps are starting to download but that's it. Seems like it can't really download. The files are continually stating that they are "starting download".
chetek said:
Fianlly see Google Play in the apps. I rechecked all the steps and found that I cannot move Vending.apk to /System/app. The failure indicates that the file cannot be moved from /sdcard/Download to /System/app.
I also can't figure out how to "ES File Explorer or Root Explorer, change permissions set to Owner: Read-Write, Group: Read and Others: Read". Is the procedure talking about tyhe Vending.apk file?
STOP - I was able to move the file (Vending.apk), rebooted the Kindle and now I can go to Google Play where it shows my already purchased apps for my mobile phone. It indicates that two of the phone apps are starting to download but that's it. Seems like it can't really download. The files are continually stating that they are "starting download".
Click to expand...
Click to collapse
Look in the settings menu (pull down status bar and click more+), find Applications, click, find Installed Applications, click, look for "Appstore" and force stop, clear data. Reinstall vending apk. Reboot.
Google play icon keeps disappearing from apps
Krsmqn said:
Look in the settings menu (pull down status bar and click more+), find Applications, click, find Installed Applications, click, look for "Appstore" and force stop, clear data. Reinstall vending apk. Reboot.
Click to expand...
Click to collapse
Seems like I am there but not quite there. In apps I lose the Google Play icon yet I keep the market icon. I tried downloading a live wallpaper that I have on my phone but it stops. Wallpapers can't be set. Am I missing something?
Refresh
chetek said:
Seems like I am there but not quite there. In apps I lose the Google Play icon yet I keep the market icon. I tried downloading a live wallpaper that I have on my phone but it stops. Wallpapers can't be set. Am I missing something?
Click to expand...
Click to collapse
Seems like you got yourself in a weird spot. Rather then trying to find the needle in the haystack, it's sometimes easier to simply start over from scratch. What I mean is to remove all google stuff and reinstall. I mean everything "google" that wasn't on your kindle when you got it.
Then... Start over here.
Give it a try. I have been right where you are and this has worked for me. Nobody said it was going to be easy to make something do what it wasn't intended to do.
All is well that ends well
Thanks so very much for your patience and assistance. I have everything working on my Kindle and I owe it all to you. I even have the living wallpapers, seeing all the online videos I couldn't before, using ES file explorer I can look at everything from root down.
Many thanks to you and all the developers at XDA.:victory:
[ROOT] How To: Root the Kindle Fire 7" HD or 2 with Linux/MAC - Noob (Simple) Versio
chetek said:
I am about ready to give up. I tried the "root-android.org" oneclick and it continually fails. The technical support for the rooting software from root-android.org is not helping. I'm not sure that the oneclick method has ever worked on a Kindle Fire HD 7.2.3. I have downloaded SDK and the ADB as directed and kindle does show up on my devices (32 bit with Vista running) but various methods can't seem to connect to the Kindle from the PC. I really want to be able to do more with the Kindle and with some help I believe that it can be done. Any help from anyone would be greatly appreciated. I do have a Macbook Pro, but everything I have read indicates that you need to use a pc and not a mac.
Click to expand...
Click to collapse
chetek,
I am sorry to hear you are having trouble. The One-click Method does work on the Kindle Fire HD and 2 it is not preferred since there are many known Bugs with SuperOneClick. The first problem is the SDK, if you install the SDK and setup the environment variable correctly you will trigger Root MANY ANDROID and Qemu Root to fail since they already have a build in adb tool.
The problem with installing the SDK is several fold:
1. The SDK is over 500MB - The SDK is designed for Developers NOT End Users
2. There are only 2 programs used by the normal End User: adb.exe and fastboot.exe - they total less than 200KB
3. Qemu has its own adb.exe
4. SuperOneClick has its own adb.exe
5. Root MANY ANDROID! has its own adb.exe
So what happens is when SuperOneClick calls to it's internal adb.exe, this triggers the SDK adb.exe to start. They both use the same port so the are unable to communicate to the Kindle due to this port conflict. If adb.exe is lucky, it attempts to pull from it's own Root directory in an attempt to Push su ans Superuser.apk. Guess what? These files are not in the SDK directory so in the end, the utilities completely fail.
The solution? Remove the SDK, you will be able to Root the device in less than 5 minutes. Next you asked about Rooting the Kindle with a Mac, yes this can be done and is preferred over Windows since the Kindle driver is built into Mac OS X, here is a link to the steps:
[ROOT] How To: Root the Kindle Fire 7" HD or 2 with Linux/MAC - Noob (Simple) Version
Finally, since you have Vista, please be sure to apply this fix prior to Rooting the Kindle:
[Bug Report] Attention Windows 7 and Vista Users - Noob (Simple) Version
So the final conclusions are:
1. Remove the SDK
2. Remove the SDK Path Statement if Inserted into PATH
3. Verify Driver is functioning
4. Apply the Fix
5. Use the Mac if Windows continues to fail
I also have problems rooting my kindle fire hd its running 7.2.3
I have tryed Mac os x and windows 7 no luck can someone help me out thanks
kindle fire hd
[ROOT][HOW TO] Root the Kindle Fire 7" HD and 2 with Windows - Noob (Simple) Version
Raymond199483 said:
I also have problems rooting my kindle fire hd its running 7.2.3
I have tryed Mac os x and windows 7 no luck can someone help me out thanks
kindle fire hd
Click to expand...
Click to collapse
Raymond199483,
First let's get you in a thread which we monitor closely - click on the link below:
[ROOT][HOW TO] Root the Kindle Fire 7" HD and 2 with Windows - Noob (Simple) Version
Please begin the operation per the instructions. Check the driver per the tutorial, then post us what you see in the Windows Device Manager. If everything appears OK, then proceed to the Rooting steps, please let us know what happens with the first two steps - do you see error? If yes, what do they say?
Once you give us additional information we will be able to get you Rooted.

[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

UPDATED: [ROOT] How to Install the Google Play Store on Stock 4.5.5.1 -Thor

After this little adventure, I went into further testing. There is now a much simpler method of installing the Google Play Store. Fully functional. Two methods to be exact, and an experimental one.
Method 1) -Recommended if you have Safetrap 4.01
Make sure you have SuperUser (Not tested with Kingroot)
and you are running 4.5.5.1 (It'll probably work in earlier versions.)
Note: I have Superuser installed as a system app for safety.
My device is a Kindle Fire Hdx 7" (3rd gen) Thor.
-You need Safetrap (or head to method 2 for a non safe-trap procedure)
-You need to be rooted
-And you need to download from Open GApps (Platform: ARM Android: 4.4 Variant: Pico < Smallest package)
First, you must make space in System/Priv-app to flash this little package. (< There's no way around this)
I deleted [ moffice, weather, and the android.mail.apk ] (I do not need those. I actually do not need a lot of the amazon services except for books.)
Reboot into Safetrap and flash/Install the opengapps package.
Wipe Dalvik/Cache. Reboot
> If you get a "Failed" - It means you need to delete more apps.
Make sure the message reads "Insufficient space, etc" and not "incompatible,"
If you are successful, reboot.
Open the Google Play Store and simply sign in with your account. You are done.
I haven't experienced any crashing. nada.
Use Market helper for incompatible app (Although inbox by gmail isn't working for me, everything else is.)
Method 2) Recommended if you don't have Safe trap.
You might need to delete some apps from system/priv-app if you get "Insufficient space error" <For me, I didn't have to delete anything.>
You do not need Safetrap.
-You need Root and you need to follow the method described here, but with a little tweak:
Move all the apps mentioned in the guide to System/Priv-app > Account And Sync Settings, Google Services Framework, Google Login Service, and Vending.apk)
Install Google Play Services from your downloads (Normal Install) < I am using the latest ones I got off Google.>
Reboot.
Open the android market (in apps) and sign in. <
Download the latest Google Play Store (from the guide or Google)
I renamed it vending.apk for short.
Delete the vending.apk found in System/Priv-app and replace with the new one.
Reboot.
Google Play Store is functional and shouldn't crash.
--------------------------
(I highly recommend a Custom ROM. The quality and functionality can not be beaten..)
Update: Now that the kindle app on android supports exporting highlights from personal docs/side-loaded books, etc.. I've made the full switch to CM11
------
Not recommended.
The method below is now experimental. I couldn't get it to reproduce after replacing Kinguser With SuperSu.
This is a fully functional Playstore. You can search, download and update
Tested on:
Kindle Fire HDX 7" (3rd Gen) running 4.5.5.1 w/ Kingroot
* No one is more responsible for your device than you. With that in mind, back up, read carefully, don't go the extra mile just because, and be aware there is always a risk. On to the fun stuff~
You will need:
-Root
-Safetrap v4
-All 4 apks from here (Skip all the instructions there and scroll to where it says —Then install these apks—
You also need the Google Apps Minimal Edition from here.
----INSTRUCTIONS
-Move all 4 apks to sdcard/download and install each one.
-Move your Google Apps Minimal Edition.zip to sdcard/download and keep it there.
Reboot into Safetrap.
* Make sure you have a backup of your STOCK Rom !
Go to Install > Find your Google Apps Minimal Edition.zip and install it.
From the same screen once you are done wipe dalvik/cache
Reboot.
You might run into a gray screen ? Hit the home button. It is a one time thing.
Login to your existing Google account. You'll notice the App Store will crash after a minute.
Reboot. That's it. Playstore shouldn't crash anymore.
#If it works for other devices, versions, let me know. Thank you.
I tested it on my own device, and downloaded a couple of apps. If something changes I will update this.
Update: You can find the latest Google Play Store and Services here. Uninstalling both items is necessary to install the new version then you can use ccleaner to remove any Google app that says 'newer version installed'
I did method 2. This absolutely worked. I'm especially pleased, because I kept seeing that I would need Safestrap and a custom ROM in order to get the Play Store on my HDX 7. So, thanks for the instructions.
If I used Kingroot to root my device can I still use method 2?
Also can I use twrp instead of safestrap? I have no idea what each one does what.
I rooted my tablet (HDX 7 4.5.5.1) using Kingroot, and my ultimate goal is to use google services and youtube properly. And change the OS (Is Nexus rom a good idea?)
Thanks for any help guys.
talkslow4me said:
If I used Kingroot to root my device can I still use method 2?
Also can I use twrp instead of safestrap? I have no idea what each one does what.
I rooted my tablet (HDX 7 4.5.5.1) using Kingroot, and my ultimate goal is to use google services and youtube properly. And change the OS (Is Nexus rom a good idea?)
Thanks for any help guys.
Click to expand...
Click to collapse
- no twrp, only safestrap v4 (which limits roms to cm11 and HDX Nexus)
- Google Services does not play well with FireOS v4. Strongly encourage custom rom if Google/YouTube is the end game
- YouTube via browser is also an option. Opera works well (as do others). Need to sideload via Opera home page or Apkmirror.
Hello
I went through Method 2, but can't get google service running.
There's one step that I could not understand, moving the apk files to system/priv-ap, why do we have to do so?
Thank you
mohzean said:
Hello
I went through Method 2, but can't get google service running.
There's one step that I could not understand, moving the apk files to system/priv-ap, why do we have to do so?
Thank you
Click to expand...
Click to collapse
Google Play Services and FireOS v4 simply do not get along. This is just one of many threads that suggest an integration methodology that yields a suboptimal experience or (more commonly) a crippled device. Bite the bullet and go with Safestrap v4 and a compatible custom rom (cm11 or HDX Nexus).
Thanks Luxen!!! It works perfectly! Device: Kindle Fire HDX 7" gen 3.
I used method 1.
Installed Kingroot, SuperSU, Safestrap, removed several APKs (MOffice (WPS Office), Cannon, EPSON, HP, Weather) from System/Priv-app using Total Commander (ASTRO file manager does not work) to make spaces, applied Pico OpenGApps, wipe Dalvik/Cache, reboot.
Then boom, it just works, no errors, no nothing! Updated all google apps. Everything works!
Can't thank you enough, great jobs!
Best,
mxnerd said:
Thanks Luxen!!! It works perfectly! Device: Kindle Fire HDX 7" gen 3.
I used method 1.
Installed Kingroot, SuperSU, Safestrap, removed several APKs (MOffice (WPS Office), Cannon, EPSON, HP, Weather) from System/Priv-app using Total Commander (ASTRO file manager does not work) to make spaces, applied Pico OpenGApps, wipe Dalvik/Cache, reboot.
Then boom, it just works, no errors, no nothing! Updated all google apps. Everything works!
Can't thank you enough, great jobs!
Best,
Click to expand...
Click to collapse
I am glad it worked out for you. Believe it or not, since I did method 1, I am still running my custom rom since that very day. Stable and smooth sailing.
Vanb85 said:
I did method 2. This absolutely worked. I'm especially pleased, because I kept seeing that I would need Safestrap and a custom ROM in order to get the Play Store on my HDX 7. So, thanks for the instructions.
Click to expand...
Click to collapse
This is the reason I tried to experiment with several different methods. I knew there are some users that are not interested or are too intimidated by Safetrap/Custom Roms, so I am glad it worked for you! :good:
I was wondering if anyone could help me a little bit with option 2 in the op's post? I am not the most tech savvy person in the world, so I am struggling a little with it. I have Kindle HDX 7 (3rd gen). I have managed to root using Kingroot. I attempted installing Google store. Got all the files downloaded and I thought installed accurately, but it would never let me sign in. I uninstalled and was going to retry using method 2 above that says move the files to system/private app before installing. I can't figure out how to get them from download to there though. I have ES File Explorer, but downloaded the recommended WIFI Explorer Pro to see file structure on my computer. Tried dragging and dropping and that did not work. Any advice? The instructions for #2 have not been the easiest for me to follow.
leigh80 said:
I was wondering if anyone could help me a little bit with option 2 in the op's post? I am not the most tech savvy person in the world, so I am struggling a little with it. I have Kindle HDX 7 (3rd gen). I have managed to root using Kingroot. I attempted installing Google store. Got all the files downloaded and I thought installed accurately, but it would never let me sign in. I uninstalled and was going to retry using method 2 above that says move the files to system/private app before installing. I can't figure out how to get them from download to there though. I have ES File Explorer, but downloaded the recommended WIFI Explorer Pro to see file structure on my computer. Tried dragging and dropping and that did not work. Any advice? The instructions for #2 have not been the easiest for me to follow.
Click to expand...
Click to collapse
Several ways to copy/move files in ES File Explorer. Perhaps easiest is to long file and scan options that pop-up (varies by version and config) for 'copy', 'move', 'copy to', etc. If nothing obvious check in 3-dot menu. Then navigate to target folder and tap 'paste'. Multiple files can be selected and copied at once.
If the files reside on your computer you should be able to copy/move using the same technique. Or simply download the directly to your device using the built-in Silk browser then move to target folder using ES File Explorer.
Might want to consider a custom ROM which has the Play Store built-in. While Amazon and Google components get along better in FireOS 5.x it is never a happy marriage with occasional glitches as versions of both change over time.
Thank you Davey126. I will give that a try. I have debated installing a custom rom, but fear that may be a little beyond my capabilities. I am struggling enough just getting Google Play on it. I am use to Android, so it has been hard to adjust to how locked down the Kindle is. Maybe if I come across some instructions I can easily follow, I will finally give that a custom rom a try.
leigh80 said:
I was wondering if anyone could help me a little bit with option 2 in the op's post? I am not the most tech savvy person in the world, so I am struggling a little with it. I have Kindle HDX 7 (3rd gen). I have managed to root using Kingroot. I attempted installing Google store. Got all the files downloaded and I thought installed accurately, but it would never let me sign in. I uninstalled and was going to retry using method 2 above that says move the files to system/private app before installing. I can't figure out how to get them from download to there though. I have ES File Explorer, but downloaded the recommended WIFI Explorer Pro to see file structure on my computer. Tried dragging and dropping and that did not work. Any advice? The instructions for #2 have not been the easiest for me to follow.
Click to expand...
Click to collapse
Actually you need to turn ON the ROOT EXPLORER option from TOOLS on Es File Explorer. to do so... Tap on TOOLS > ROOT EXPLORER > MOUNT RW and then mark all 4 options on right side (under RW) and tap on OK. doing so you will be able to move, copy and delete files/apks from/to System folders.
Hi @Luxen and everyone! I have a Kindle Fire HD 7 3rd generation running Fire OS 4.5.5 (Aug. 2015) and want to install Google Play Store on it. After searching for several hours, I can't find any worked method since all threads I found are outdated and people reported they were no longer working. I'm wondering if the method in this thread can work with my Kindle? Thank you!
kyoceralover said:
Hi @Luxen and everyone! I have a Kindle Fire HD 7 3rd generation running Fire OS 4.5.5 (Aug. 2015) and want to install Google Play Store on it. After searching for several hours, I can't find any worked method since all threads I found are outdated and people reported they were no longer working. I'm wondering if the method in this thread can work with my Kindle? Thank you!
Click to expand...
Click to collapse
In general Amazon and Google components do not play well on FireOS v4.x. It can be made to work...sort of...but tends to be susceptible when Play components auto update which happens frequently. A more reliable approach is to install a custom rom (CM11 or Nexus) that natively supports Google Play Framework, Services and Store.
If you opt to go this route the following thread may be of interest: http://forum.xda-developers.com/kin...used-partially-fire-os-to-proper-rom-t3421623
Google Play Store for Kindle Fire HD 7 (2013) 3rd gen on Fire OS 4.5.5
Davey126 said:
In general Amazon and Google components do not play well on FireOS v4.x. It can be made to work...sort of...but tends to be susceptible when Play components auto update which happens frequently. A more reliable approach is to install a custom rom (CM11 or Nexus) that natively supports Google Play Framework, Services and Store.
If you opt to go this route the following thread may be of interest: http://forum.xda-developers.com/kin...used-partially-fire-os-to-proper-rom-t3421623
Click to expand...
Click to collapse
Great! Thank you very much! I'll try what sd_shadow suggest first
I believe that 4.5.5 can be rooted with kingroot
KingRoot thread
then see rootjunky's supersume video
https://www.youtube.com/watch?v=3O3DcpeS_Ic
or manually install supersu with a terminal emulator
http://www.w0lfdroid.com/2015/05/How...h-SuperSU.html
Click to expand...
Click to collapse
then flash mine to CM11/Nexus
New here
I have the Fire HDX 7" 3rd gen and was wanting to make it a true Android tablet due to Amazon not updating it further. I have read post after post and I am so confused as to where to even begin. I know it needs to be rooted and a custom ROM installed, I just wish there was one place I could find step by step instructions to do so. I'd rather have Fire OS than have an usable tablet. Maybe I just need to give up trying to do it.
mckev24 said:
I have the Fire HDX 7" 3rd gen and was wanting to make it a true Android tablet due to Amazon not updating it further. I have read post after post and I am so confused as to where to even begin. I know it needs to be rooted and a custom ROM installed, I just wish there was one place I could find step by step instructions to do so. I'd rather have Fire OS than have an usable tablet. Maybe I just need to give up trying to do it.
Click to expand...
Click to collapse
Take a peek at this thread to get a sense of what's involved. Not a step by step guide by any means but touches on the highlights. Post back with any immediate questions.
http://forum.xda-developers.com/kin...used-partially-fire-os-to-proper-rom-t3421623
Davey126 said:
Take a peek at this thread to get a sense of what's involved. Not a step by step guide by any means but touches on the highlights. Post back with any immediate questions.
http://forum.xda-developers.com/kin...used-partially-fire-os-to-proper-rom-t3421623
Click to expand...
Click to collapse
Can I download ES file explorer from the Amazonn app store or should it be downloaded elsewhere? I have downloaded and installed KingRoot, but I haven't ran it as of yet.
Also wanted to say thanks for pointing me in the right direction!
mckev24 said:
Can I download ES file explorer from the Amazonn app store or should it be downloaded elsewhere? I have downloaded and installed KingRoot, but I haven't ran it as of yet.
Also wanted to say thanks for pointing me in the right direction!
Click to expand...
Click to collapse
Not sure how current the version in the Amazon App store is. Best grab a copy from here.
Tip: If unsure post any questions you may have before acting. HDX is a touchy device; easy to brick and hard (often impossible) to recover if you stray too far off the trail. Several great folks monitor these forums and can help as needed.

[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.

Categories

Resources