[Q] How to sideload apps without rooting or using a file manager app - Kindle Fire General

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.

Related

Can't install drivers

Sorry for the noob question but I haven't been able to figure this out. I just bought my son a Nook Color and I'm trying to root it. I can't get the drivers to install. I already have ADB installed from when I rooted my Kindle Fire. Every time I plug in the Nook, Windows installed the drivers automatically. I tried manually updating but it always says the best driver is installed. I tried some of the batch files other people created but nothing has worked. Any help would be appreciated. I hate being locked down.
lithium630 said:
Sorry for the noob question but I haven't been able to figure this out. I just bought my son a Nook Color and I'm trying to root it. I can't get the drivers to install. I already have ADB installed from when I rooted my Kindle Fire. Every time I plug in the Nook, Windows installed the drivers automatically. I tried manually updating but it always says the best driver is installed. I tried some of the batch files other people created but nothing has worked. Any help would be appreciated. I hate being locked down.
Click to expand...
Click to collapse
Just a question why do you even need to install the drivers? They are not needed for root and then after you root you can use wireless adb which is a lot easier to set up and use.
Sent from my NookColor using Tapatalk
Thanks for the reply. I basically just want the amazon app store. The Nook app store sucks. I was following some directions I found. I'll try some other methods.
lithium630 said:
Thanks for the reply. I basically just want the amazon app store. The Nook app store sucks. I was following some directions I found. I'll try some other methods.
Click to expand...
Click to collapse
If you just want to installthe Amazon app, then why you head into the ADB over USB thingy? Who lead you through that way?
I can help but it's irrelevant to get the Amazon app install and running.

[Q] Buying apps from Android Marketplace

I've checked as well as I could in KF forum and haven't run across this problem. When I try to download select apps Google Play it tells me they aren't compaible with my device. One was Draw something and I could use an .apk I got from 4shared before they updated it so I know it works. Is there a known solution to this. I've read about changing a file in \system but as far as I can tell that dir doesn't exist. I would think KF would have to have that, I just can't get to it.
Also what exactly does the Replace Framework-res in the KFU do? Does in just replace everything if you screw it up?
I remember when I had my nook color I was able to change some txt file to make the nook appear as a another device allowing more access to apps I didn't have before. I believe Paul O'Briens rom currently does that. Not sure how its being down now but you might find something there.
Sent from my Amazon Kindle Fire using xda premium
Yeah I figured out the whole \system business and feel retarded from that. Ill try editing tomorrow and if that's too much ill just check out that mod. Thanks for the help.

[Q] installing application

hello,
i read there are different way to install application , i wish to try to understand all the way and how they work, could you help me in this ? i am a noob but i am perfectionnist
- open the market from your rooted nook, select the app , install
- open the market from a computer , connect with your google account, select the app, install
- find the apk , download on sd card , use a file explorer to install
these are the easy ways, is there any more way to do ? thanks
c-loet said:
hello,
i read there are different way to install application , i wish to try to understand all the way and how they work, could you help me in this ? i am a noob but i am perfectionnist
- open the market from your rooted nook, select the app , install
- open the market from a computer , connect with your google account, select the app, install
- find the apk , download on sd card , use a file explorer to install
these are the easy ways, is there any more way to do ? thanks
Click to expand...
Click to collapse
Using the ADB interface.
eded333 said:
Using the ADB interface.
Click to expand...
Click to collapse
i am just in the middle of looking for that in the forum, i don't understand what it is and how it works... can't find easy explanation...
The first three steps of one of my manual tutos:
http://forum.xda-developers.com/showpost.php?p=20069222&postcount=3
Helps you get ADB running on windows.
ADB is Android Debug Bridge. It provides terminal-based interface for interacting with your phone’s file system.
And this makes a small simple script to easily connect to your device.
http://forum.xda-developers.com/showpost.php?p=20069359&postcount=14
Check my other manual tutos if you are interested in some examples of what you can do with ADB. (On my sig)
thanks eded333, i will have a close look to that. I like to understand, but i feel like my computer skills are to small to go ahead in that step. but anyway, i will try
Unless you want to use your e-ink device as a tablet, you don't want to have a market app (even Amazon) on it. Or to have mail programs. I personally prefer to use it for reading though I have a normal tablet for other stuff.
Anyways, my point is try to get used to adb way, this one is keeping your nook less bloated than anything else.
Sent from my GT-P1000 using Tapatalk 2

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] 1/11/2014 HDX8.9 Working Play Store, GAPPS & PARTIAL Amz Services...

{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?

Categories

Resources