I searched the Games and Apps forum and the Amazon FIre forums, and didnt find anyone with this problem.
I have an Amazon 7" 5th Gen Fire, and I have installed Google Play store via sd_shadow's method, and I am very happy that it worked.
The thing I am having a problem is this:
Xcom: Enemy within downloads the full 3.4 gig game, but upon launching, within the app, it tries to "download" something in game, but fails every time, right at the start.
I have the game on my phone as well, and the md5sums are the same for the 2 OBB files, but that is all I can find of the game. There are no Android/media or Android/data files.
Suggestions? Does anyone have this working ?
Thanks,
WoodTablet
You could try to copy the files on your phone over to the fire, putting them into the same folder locations.
Where do I look though ?
These 2 directories dont have any files for the game.
/0/Android/media
/0/Android/data
The files in this directory are the same on the phone as on the tablet (I used md5sum to confirm they are exactly the same)
/0/Android/obb/com.tt2k???/xcom-ew/
Same problem
I've had the same issue with XCOM on my Fire (2015) and my Fire HD8 (2016).
My guess is that somehow they're trying to authenticate or get extra data, but the Amazon services mess that up by intercepting or blocking them in some way. Sort of like how if you try to open a google play link in an app you only get the option to open it in the amazon appstore.
My Fire 2015 is on stock at the moment, but I may flash SlimLP or CM to see if this issue still happen when there is not an Amazon service in sight.
I have the same problem with XCOM:EW on m Fire HD8 (2017).
I already opened a support ticket for 2K but honestly I don't think, they will or are able to solve this issue.
My guess is that as long as we don't have native Android custom rom like Lineage, resp. as long as we are completely depended on Amazon, this problem won't be solved for us
Has anyone figured out a workaround?
Any solution?
unknownsoldierx said:
Any solution?
Click to expand...
Click to collapse
Get a different device. Seriously, best answer given game requirements and device capabilities.
I have a solution
Hi everyone,
I'm digging up this thread because I have found a solution.
XCom:EW works differently when run on an Amazon device or on a standard Android Device.
On an Amazon device, it tries to connect to an AWS bucket to get en update. The AWS Bucket is not working anymore, that's why you have a download failed error.
To avoid this behavior, you need to:
- decompile the APK (using APK Easy Tool for example)
- Edit the Smali code of the main file to change a small comparison, and trick the application to think it is not running on an Amazon Device.
The file you have to change is:
com\tt2kgames\xcomew\UE3JavaApp.smali
Line 13203: nst-string v15, "Amazon"
Change it to
Line 13203: nst-string v15, "NONE"- Recompile and sign the APK
- Install it to your Fire Hd
And VOILA!
It works very smoothly on my Amazon Fire HD 10.
I hope you will enjoy it too.
Jon_Ge said:
Hi everyone,
I'm digging up this thread because I have found a solution.
XCom:EW works differently when run on an Amazon device or on a standard Android Device.
On an Amazon device, it tries to connect to an AWS bucket to get en update. The AWS Bucket is not working anymore, that's why you have a download failed error.
To avoid this behavior, you need to:
- decompile the APK (using APK Easy Tool for example)
- Edit the Smali code of the main file to change a small comparison, and trick the application to think it is not running on an Amazon Device.
The file you have to change is:
com\tt2kgames\xcomew\UE3JavaApp.smali
Line 13203: nst-string v15, "Amazon"
Change it to
Line 13203: nst-string v15, "NONE"- Recompile and sign the APK
- Install it to your Fire Hd
And VOILA!
It works very smoothly on my Amazon Fire HD 10.
I hope you will enjoy it too.
Click to expand...
Click to collapse
Thanks! I can confirm that this works. If only the devs would fix the app so this weren't necessary.
unknownsoldierx said:
Thanks! I can confirm that this works. If only the devs would fix the app so this weren't necessary.
Click to expand...
Click to collapse
Please forgive my N00bishness, but I found this thread while trying to install the game to my new Fire HD 10 9th gen.
I've installed APK Easy Tool to my PC, but... where even is the .apk to decompile? I can't find it anywhere on my device.
KamikazeCricket said:
Please forgive my N00bishness, but I found this thread while trying to install the game to my new Fire HD 10 9th gen.
I've installed APK Easy Tool to my PC, but... where even is the .apk to decompile? I can't find it anywhere on my device.
Click to expand...
Click to collapse
I used APK Export.
https://play.google.com/store/apps/details?id=com.ses.app.apkexport
Thank you!
Worked for me.
Seriously dude, how do you even come UP with something like this!?! Just amazing. Thank you so much.
I have the same problem with xcom on my Fire too.
I used APK Export.
But can't find the file UE3JavaApp.smali. Instead I edited UE3JavaApp.java.
But there is no line: nst-string v15, "Amazon"
Can someone help?
Can't find this file. Maybe apk changed? I have XCOM_EW 1.7.0
And btw the issue still exist on the new gen amazon fire tablets. I'm running on fire hd 10 plus
I've had success with this instruction above by user Jon_Ge in Post #9. Thx for that!
In Wordpad i found it under the line: const-string v15, "Amazon"
Besides this in the Apk Easy Tool you have to look for the correct folder after decompiling the apk. It creates another folder where you have to search for and set this new one in the directory for compilation.
Otherwise you would just compile the same unchanged file like i did in first time. Then i realized i had to change the file directory for the decompiled and changed file to have the correct file compiled. I hope this helps.
GetSAS said:
I've had success with this instruction above by user Jon_Ge in Post #9. Thx for that!
In Wordpad i found it under the line: const-string v15, "Amazon"
Besides this in the Apk Easy Tool you have to look for the correct folder after decompiling the apk. It creates another folder where you have to search for and set this new one in the directory for compilation.
Otherwise you would just compile the same unchanged file like i did in first time. Then i realized i had to change the file directory for the decompiled and changed file to have the correct file compiled. I hope this helps.
Click to expand...
Click to collapse
Thanks!
Related
This is posted here because theres no "General" section for the KFDH8
There's really go guides/how to's/info all in one place for the KFHD8 so I figured I'd put one together. I didn't come up with any of this stuff, but I searched high and low for some of these answers and some aren't "simple" to find.
I AM IN NO WAY RESPONSIBLE IF ANY OF THE FOLLOWING INSTRUCTIONS CAUSE DAMAGE TO YOUR DEVICE, VOIDS YOUR WARRANTY, CAUSES BIG FOOT TO DO UNMENTIONABLE THINGS TO YOU WHILE YOU'RE SLEEP, OR IN ANY OTHER WAY RUINS YOUR LIFE. THESE ARE ALL PERFORMED AT YOUR OWN RISK!!!
[How To] Root Kindle Fire HD 8.9"
The author of the OP asked the file not be mirrored anywhere else, so please don't take the file and create another post with the file mirrored. If the link doesn't work, the op is located here. You need to post there or here and ask someone for a link via PM. ALSO This does NOT Install Busy Box, you'll need to download and install that once you get the market installed.
1 - Download the .zip file here
2 - Extract the file to the folder of your choice
3 - Double click the "RunMe.bat" file and follow the directions
(note, there is a step that will ask you to type something on your screen, watch for it, otherwise you'll have to start over)
Alternatively, you can download and use the tool located here. It'll automatically root it for you when you do the Restore+Root option(but it's a 1.1gb file so prepare for a lengthy download time)
Click to expand...
Click to collapse
[How To] Install TWRP on the Kindle Fire HD 8.9"
The instructions and files are found here along with REALLY good instructions. Little hint: when you're typing in the code, it's probably best to just copy and past what Hashcode typed up rather than try to type it out yourself.
Link to CM10.1(Android 4.2.2): Files plus are all listed here. Just download the files, copy to your kindle, boot into recovery(with the device powered off, hold Vol + and power. Release power once you see the Kindle logo but keep holding Vol + until it boots into TWRP), and install.NOTE: THERE IS AN EXTRA STEP IF YOU HAVE SYSTEM VERSION 8.3!
Click to expand...
Click to collapse
[How To] Install gApps onto the Kindle Fire HD 8.9"
In order to do this you need a file explorer app that will allow you to write to the system folder and change file permissions(I.E. - ES File Explorer)
1 - Download the file located here
2 - Extract the file and copy the Apps folder to your kindle(located under the "System" folder once the file is extracted)
3 - Navigate to the Apps folder you just copied to your Kindle and install GoogleServicesFramework.apk and GoogleLoginService.apk
4 - Copy Phonesky.apk and Talk.apk to /system/app on your Kindle
5 - Change the permissions of Phonesky.apk and Talk.apk so they're set to the following:
User: Read Write
Group: Read
Others: Read
6 - Install Phonesky.apk and Talk.apk and reboot the device
Google Play Market should now show up under your apps. Just to be safe, I also reinstall GoogleServicesFramework.apk and GoogleLoginService.apk again just to be sure...probably not needed...but it's what I do
Click to expand...
Click to collapse
[How To] Set a different default launcher on your Kindle Fire HD 8.9"
You can do this 1 of 2 ways, the way I'm listing is "fool proof" so to speak, but require you to purchase Titanium Backup Pro. The other way doesn't cost anything, but also doesnt work for EVERY launcher(such as ADW.Launcher EX). The other way with directions is here(though it says it's for the Kindle Fire 7, it will work on the 8.9" too)
1 - Download your launcher of choice(I prefer Go Launcher HD for Pad and install from Google Play
2 - Open Titanium Backup Pro
3 - Go to the "Backup/Restore" tab, long press on the launcher you just installed and click "Convert to system app"
4 - Press the "home" buttom and it will prompt which launcher you want to use
Click to expand...
Click to collapse
[How To] Remove Bloatware from your Kindle Fire HD 8.9"
Again, there are two ways to do this(one being use ADB and manually delete the apps from the /system/app folder) but again, this way is probably a bit safer
1 - Open Titanium Pro
2 - Go to the "Backup/Restore" tab
A - If the app you want to remove is RED then you have to long press on the app, select "Convert to user app", long press it again, and select "Backup-->Verify-->Uninstall"(this will back it up in case you need to reinstall it)
B - If the app you want to remove is white, then you can just long press and select "Backup-->Verify-->Uninstall
C - If the app you want to remove is RED AND doesn't give the option to convert it to a system app, if you can just tap the app name(not long press) and select "Freeze App" that will disable the app so it's not used anymore.
Click to expand...
Click to collapse
Q. Why can't I get certain apps to install on my Kindle Fire DH 8.9" through Google Play?
A. That's because the KFHD8 isn't supposed to have Google Play on it, so certain apps will say they aren't compatible with your device. The way around that is to either A - change your build.prop so that it shows a different device(which I wouldn't do if I was you) or B - Use Market Helper. It will fool the Play Market into thinking you have a different device which will allow you to install the "restricted" apps. You'll need Root, GoogleServicesFramework and GoogleLoginServices installed for this to work.
Q. When I try to use "X" app, it says Google is requesting permissions to log-in, but when I click on the notification, it just disappears.
A. You need to install GoogleLoginServices
Q. Why can't I add widgets to my homescreen when using my customer launcher?
A. The Kindle Fire does not by default support homescreen widgets, this you need to install the App Widget Picker THEN set a widget.
Q. When I try to open Gmail it just says the app has stopped...why?
A. You need to install Account and Sync Settings.
Q. OH NOOO!!!! I FUBAR'ed MY KFHD8!!! HOW DO I RESET IT BACK TO FACTORY?!?!?!?!
Download and use the tool located here
Q. Is the SIM card in my KFHD8 removable? If so, is the tablet unlocked?
A. The sim card is removable. It's located on the top left side of the device. And yes, it is unlocked. BUT there are no T-Mobile 3g/4g bands as seen in the FCC doc [url="https://apps.fcc.gov/eas/GetApplicationAttachment.html?id=1794817']here[/url].
That's all for now folks! I'll add more as it comes along. If you see a mistake or think something might be a good idea to add...just lemme know...i'll get it added!
I totally agree with most of these steps, especially rooting and TWRP. However, in my opinion a simpler way to get things like a new launcher and the android market on the kindle with an application called KindleFree - http://www.xda-developers.com/andro...cher-and-google-play-store-on-kindle-fire-hd/
Its a straight forward APK that does most of the work for you in regards to installing services and getting things configured. There is a free version linked and after using the free version to get the process started a paid version will let you complete the rest of the setup (It costs $1).
It was a life saver for me because of its simplicity.
If you have installed TWRP recovery, can't you just flash the last ICS gapps from recovery?
Rooting 8.3.1
Hi!
I forgot to opt-out of automatic updates and today my KFHD8 has updated itself to v8.3.1.
I tried to root it againg using Root_with_Restore_by_Bin4ry_v27 (from the link on the thread You provided) but after saying it was a success and rebooting I tried running "SuperSU" and I get this message:
"There is no SU binary installed, and SuperSU cannot install it."
Click to expand...
Click to collapse
And I tried:
PHP:
adb shell su
to confirm but it also states that:
/system/bin/sh: su: not found
Click to expand...
Click to collapse
What can I do about it? Please, help!
I'm about to order a Kindle Fire HD 8.9 and wanted to get confirmation that rooting and custom rom installation is working on the 8.3.1 version of the firmware. Thanks!
Yes 8.3.1 can be rooted and you can install a custom rom. There is a thread in Q&A called rooting 8.3.1 from scratch that has detailed instructions if you need help.
Sent from my GT-N7100 using Tapatalk 2
---------- Post added at 06:26 AM ---------- Previous post was at 06:25 AM ----------
mmesh said:
Hi!
I forgot to opt-out of automatic updates and today my KFHD8 has updated itself to v8.3.1.
I tried to root it againg using Root_with_Restore_by_Bin4ry_v27 (from the link on the thread You provided) but after saying it was a success and rebooting I tried running "SuperSU" and I get this message:
And I tried:
PHP:
adb shell su
to confirm but it also states that:
What can I do about it? Please, help!
Click to expand...
Click to collapse
The rooting did not work for some reason - try it again.
Sent from my GT-N7100 using Tapatalk 2
what option do u use for the program?
Im guessing special option, but just want to make sure.
lp894 said:
This is posted here because theres no "General" section for the KFDH8
There's really go guides/how to's/info all in one place for the KFHD8 so I figured I'd put one together. I didn't come up with any of this stuff, but I searched high and low for some of these answers and some aren't "simple" to find.
I AM IN NO WAY RESPONSIBLE IF ANY OF THE FOLLOWING INSTRUCTIONS CAUSE DAMAGE TO YOUR DEVICE, VOIDS YOUR WARRANTY, CAUSES BIG FOOT TO DO UNMENTIONABLE THINGS TO YOU WHILE YOU'RE SLEEP, OR IN ANY OTHER WAY RUINS YOUR LIFE. THESE ARE ALL PERFORMED AT YOUR OWN RISK!!!
[How To] Root Kindle Fire HD 8.9"
The author of the OP asked the file not be mirrored anywhere else, so please don't take the file and create another post with the file mirrored. If the link doesn't work, the op is located here. You need to post there or here and ask someone for a link via PM. ALSO This does NOT Install Busy Box, you'll need to download and install that once you get the market installed.
[How To] Install TWRP on the Kindle Fire HD 8.9"
[How To] Install gApps onto the Kindle Fire HD 8.9"
In order to do this you need a file explorer app that will allow you to write to the system folder and change file permissions(I.E. - ES File Explorer)
[How To] Set a different default launcher on your Kindle Fire HD 8.9"
You can do this 1 of 2 ways, the way I'm listing is "fool proof" so to speak, but require you to purchase Titanium Backup Pro. The other way doesn't cost anything, but also doesnt work for EVERY launcher(such as ADW.Launcher EX). The other way with directions is here(though it says it's for the Kindle Fire 7, it will work on the 8.9" too)
[How To] Remove Bloatware from your Kindle Fire HD 8.9"
Again, there are two ways to do this(one being use ADB and manually delete the apps from the /system/app folder) but again, this way is probably a bit safer
Q. Why can't I get certain apps to install on my Kindle Fire DH 8.9" through Google Play?
A. That's because the KFHD8 isn't supposed to have Google Play on it, so certain apps will say they aren't compatible with your device. The way around that is to either A - change your build.prop so that it shows a different device(which I wouldn't do if I was you) or B - Use Market Helper. It will fool the Play Market into thinking you have a different device which will allow you to install the "restricted" apps. You'll need Root, GoogleServicesFramework and GoogleLoginServices installed for this to work.
Q. When I try to use "X" app, it says Google is requesting permissions to log-in, but when I click on the notification, it just disappears.
A. You need to install GoogleLoginServices
Q. Why can't I add widgets to my homescreen when using my customer launcher?
A. The Kindle Fire does not by default support homescreen widgets, this you need to install the App Widget Picker THEN set a widget.
Q. When I try to open Gmail it just says the app has stopped...why?
A. You need to install Account and Sync Settings.
Q. OH NOOO!!!! I FUBAR'ed MY KFHD8!!! HOW DO I RESET IT BACK TO FACTORY?!?!?!?!
Download and use the tool located here
Q. Is the SIM card in my KFHD8 removable? If so, is the tablet unlocked?
A. The sim card is removable. It's located on the top left side of the device. And yes, it is unlocked. BUT there are no T-Mobile 3g/4g bands as seen in the FCC doc [url="https://apps.fcc.gov/eas/GetApplicationAttachment.html?id=1794817']here[/url].
That's all for now folks! I'll add more as it comes along. If you see a mistake or think something might be a good idea to add...just lemme know...i'll get it added!
Click to expand...
Click to collapse
when I try to download all I get is a .js file
I believe Amazon released an update today as my KFHD just rebooted itself and turned back on with a progress bar. My question or issue is this: does an update automatically cause a rooted KFHD to lose root access? I still have access to Google Play store and a bunch of apps I could only access through root. And most of the apps still work except LMT Launcher, which is the only one that is no longer working as far as ive noticed.So all I have to do is plug back in and root my KFHD again and I should be good, right?
Version 7.3.0 is out. Here are the specs from the Amazon page:
"Support for X-Ray for Textbooks
Explore the “bones” of your textbook, and access all the most important terms and concepts, with glossary definitions and links to relevant textbook pages.
Simplified Chinese Support
In addition to the other languages offered, you can now change your device language to Simplified Chinese.
Track your reading progress with Time To Read
Kindle Fire HD 7” calculates your reading speed to let you know when you’ll finish a chapter or book.
Support for Kindle Editions with Audio/Video
You can now read books that contain audio and/or video clips.
Print Replica Textbook Enhancements
Scroll through thumbnails at the bottom of the screen to preview pages and jump quickly between chapters, and mark important notes and highlights in your Notebook for easy reference."
None of this seems overly important, but then again I do like to have the latest version as long as there is no harm to the root.
macbranson said:
I believe Amazon released an update today as my KFHD just rebooted itself and turned back on with a progress bar. My question or issue is this: does an update automatically cause a rooted KFHD to lose root access? I still have access to Google Play store and a bunch of apps I could only access through root. And most of the apps still work except LMT Launcher, which is the only one that is no longer working as far as ive noticed.So all I have to do is plug back in and root my KFHD again and I should be good, right?
Click to expand...
Click to collapse
Anything you install as a system apk will be deleted. When amazon sends an update it typically sends system.img, recovery.img and boot.img.
That is why the lmt launcher will not work because it has to be installed as a system.apk to work, same with root access since su binary is placed within the system files.
if you want to install the 2nd bootloader, you should not update. Amazon have fixed the bootloade with the update and so it dosn't work for now. i don't know, if it perhaps work with soupkit, because the insallation is a little bit different, but the resultat is the same (I could install kinelogy 1.1 after doing that).
I'm still on 7.2.1, found Wi-Fi performance/range considerably better than on 7.2.3, unless 7.3.0 improves it I won't be updating for quite some time.
This explains why I lost root and Go Launcher HD yesterday. Regained root with the same Noob Simple guide here with little more than annoyance. The file to prevent the OTA update had been moved per the guide (otacerts.zip) but think I deleted it in a cache cleaning frenzy... that will learn me
macbranson said:
I believe Amazon released an update today as my KFHD just rebooted itself and turned back on with a progress bar. My question or issue is this: does an update automatically cause a rooted KFHD to lose root access? I still have access to Google Play store and a bunch of apps I could only access through root. And most of the apps still work except LMT Launcher, which is the only one that is no longer working as far as ive noticed.So all I have to do is plug back in and root my KFHD again and I should be good, right?
Click to expand...
Click to collapse
Ouch! I got caught by this update . . . i am now running 7.30 on my KFTT 7"
Sad, since I had a nice rooted image all set up well. Unfortunately, I became a bit lazy and did not check on whether or not I had effectively disabled updates during my last restore/reflash of 7.2.3 (I had not done that ;-(
sigh! Like you, I have all my apps and the Play store working, but anything requiring root -like root explorer or TIBU, won't work until I can reroot on this version -or flashback. . . The only question is whether the root exploitation works on this new version, I am not sure any of us has tried yet. . .oh well. . here we go (again!)
EDIT: OK, I was able to re-root the same way I did before (used the tools in prokennexusa noob threads!) All back to normal!
markbc01 said:
Ouch! I got caught by this update . . . i am now running 7.30 on my KFTT 7"
Sad, since I had a nice rooted image all set up well. Unfortunately, I became a bit lazy and did not check on whether or not I had effectively disabled updates during my last restore/reflash of 7.2.3 (I had not done that ;-(
sigh! Like you, I have all my apps and the Play store working, but anything requiring root -like root explorer or TIBU, won't work until I can reroot on this version -or flashback. . . The only question is whether the root exploitation works on this new version, I am not sure any of us has tried yet. . .oh well. . here we go (again!)
Click to expand...
Click to collapse
Same root method worked, system feels about the same with tweaks installed and benchmarked similarly (7344 vs 7444 with AnTuTu)
I just can't get my launcher off of the stock one. Nothing will take.
I simply plugged my KFHD back in and re-rooted. I regained access to applications that required system access. So my LMT is working again. I didn't lose any apps as far as I've noticed. This update turned out to be a pretty minor inconvenience.
macbranson said:
I simply plugged my KFHD back in and re-rooted. I regained access to applications that required system access. So my LMT is working again. I didn't lose any apps as far as I've noticed. This update turned out to be a pretty minor inconvenience.
Click to expand...
Click to collapse
Which method did you use to root again ?
Nop update here istill in 7.2.3
Damn just got the damn update like 5 min go
Sent from my Nexus 7 using Tapatalk 2
Has anyone had any success of their launchers working correctly since the update?
I re-rooted my kindle but I'm not able to make the launchers...well launch.
geeibara said:
Has anyone had any success of their launchers working correctly since the update?
I re-rooted my kindle but I'm not able to make the launchers...well launch.
Click to expand...
Click to collapse
I'm update ver 7.3.0 normal,apex launcher and Gplay normal .Update Chrome from Gplay very good :good:
quan_1986 said:
I'm update ver 7.3.0 normal,apex launcher and Gplay normal .Update Chrome from Gplay very good :good:
Click to expand...
Click to collapse
I'm not able to move the apk files to /system/app
When I try to move it, it only moves to /System, I tried to install it in /system, but nothing works.
geeibara said:
I'm not able to move the apk files to /system/app
When I try to move it, it only moves to /System, I tried to install it in /system, but nothing works.
Click to expand...
Click to collapse
I had this issue as well - and then noticed something else that was really weird. When I tried to move to /system/app it only moved to system - but I also noticed (at least in my case) it was renaming the file by adding "app" (which was the folder name I was trying to move it to) on the front of the file name - so... GoLauncher HD.apk was being renamed appGoLauncher.apk but was landing in the /system folder instead of /system/app
So - I created a new folder called "temp" in the /System/App directory (i.e /system/app/temp) and moved the files there. Sure enough, they landed in /system/app with the the word "temp" appended to the front of the file name, so GoLauncher.apk was now tempGoLauncher.apk. However, it was in the right directory - so I then simply renamed it by removing the "temp" from the front of the name and continued with install
I still have lots of other issues though in getting it to work. It appeared to be working for a while, but has stopped again.
#3Clara said:
I had this issue as well - and then noticed something else that was really weird. When I tried to move to /system/app it only moved to system - but I also noticed (at least in my case) it was renaming the file by adding "app" (which was the folder name I was trying to move it to) on the front of the file name - so... GoLauncher HD.apk was being renamed appGoLauncher.apk but was landing in the /system folder instead of /system/app
So - I created a new folder called "temp" in the /System/App directory (i.e /system/app/temp) and moved the files there. Sure enough, they landed in /system/app with the the word "temp" appended to the front of the file name, so GoLauncher.apk was now tempGoLauncher.apk. However, it was in the right directory - so I then simply renamed it by removing the "temp" from the front of the name and continued with install
I still have lots of other issues though in getting it to work. It appeared to be working for a while, but has stopped again.
Click to expand...
Click to collapse
haha yah I noticed that too, I had files like appappappappappappapplauncher lol. Thanks this helped a lot
modmyphone said:
I just can't get my launcher off of the stock one. Nothing will take.
Click to expand...
Click to collapse
Are you going through Google Play? I used Prokennexusa' post to get the launchers back:
http://forum.xda-developers.com/showthread.php?t=2069668
Gah.. I actually tried to deactivating the manual update and some how the update still pushed through.. which really sucks cause I hard my set up perfect..hope all I have to do is reroot.. ..all that time spend for nothing
Sent from my KFTT using xda app-developers app
BmanCV-60 said:
Are you going through Google Play? I used Prokennexusa' post to get the launchers back:
http://forum.xda-developers.com/showthread.php?t=2069668
Click to expand...
Click to collapse
Actually, I tried 3 different ways.
1) I reluctantly attempted ProKennexusa's method via the KFFFirstAide tool. I say reluctantly since I'm pretty much a Nova snob. I guess luckily for me, it wouldn't take.
2) I then moved onto downloading Nova from the store. The store claimed that both installs went good, but had no option to change my launcher. Upon inspection, the Nova launcher file was nowhere to be found on the device. The pro unlocker could be found, but no the launcher.
3) Since I had a couple of older copies in Dropbox, I figured I'd try those. Usually I could install straight from Dropbox. Not last night. I could launch the install, but the Kindle wouldn't allow me to press the install button. I then just saved the file to the device and still couldn't get it to install. It wasn't until moving it to system/app that I was able to actually install it. But still, no option to set it as my launcher.
This morning, in a bit of Kindle rage, I literally rebooted the device 23 straight times pausing between boots to see what happened. On the 23rd reboot, it finally asked me which launcher to set as default. So now I finally have gotten away from the freakish kindle launcher and am back at home with Nova.
I personally like the stock android browser for quick internet (not to mention that it supports flash). I tried to copy the browser.apk file from another device and transfer it to my KF HD 7", but when installing got a message saying "Parse Error" - There is a problem parsing the package. So, obviously that method will not work.
Does anyone out there have a method to get the stock android browser onto the KF HD 7?
Thanks in advance!
You need to push it or copy it to the /system/app folder, and give it root permissions.
>>Sent from my homebuilt TARDIS running Android 4.3... Or maybe it's a rooted Kindle Fire HD running ChameleonOS
Ph0enix_216 said:
You need to push it or copy it to the /system/app folder, and give it root permissions.
Click to expand...
Click to collapse
Thanks for your reply. I had already moved the .apk file to the /system/app folder and attempted to run it there. That's when I got the parse error described above. It did not ask for root permissions, so I wasn't able to grant them. Unless there is something else that I am missing?
Thanks again for your help!
LeiraHoward said:
Thanks for your reply. I had already moved the .apk file to the /system/app folder and attempted to run it there. That's when I got the parse error described above. It did not ask for root permissions, so I wasn't able to grant them. Unless there is something else that I am missing?
Thanks again for your help!
Click to expand...
Click to collapse
There shouldn't be a superuser request. To install the stock browser, first:
a.) Move it to /system/app
b.) Give it root permissions from there like this: rw-r--r--. You can do this in an app like ES File explorer by holding the app and selecting "permissions." Just check the boxes that apply.
c.) Reboot--the app will probably crash if you try to launch it without restarting your system. After the Kindle reboots, try the app to make sure it works. This method is how you move any app to the /system/app folder and make it work correctly (although some won't work if you do this).
Hope this helped. If you have anymore questions, go ahead and ask
Ph0enix_216 said:
Hope this helped. If you have anymore questions, go ahead and ask
Click to expand...
Click to collapse
Thanks for the instructions. (And sorry for the delay getting back to you). I didn't get a chance to try this until just now.
Unfortunately, I'm still not able to get this to work. I keep getting the Parse Error when I attempt to install the .apk. I double checked everything, and the permissions are fine, and I restarted the Kindle Fire, and still no luck. I can only think of two things that might still be the issue:
(1) I got my browser.apk from a Jellybean 4.2 version of Android, it is possible that it is too new for the Kindle Fire version. (Not sure where I could get an older version, though).
(2) Amazon may just not play nicely with normal .apk files.
Yea you usually get a parse error if its for a newer version of android.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Yea you usually get a parse error if its for a newer version of android.
Click to expand...
Click to collapse
Any idea where I could pick up a clean copy of an older version? I'm actually not sure what version of android Amazon Kindles are running.
Kindles run ice cream sandwich based os, I don't know offhand where you could get a copy without having to download a ROM and extracting the apk from it without flashing it.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Kindles run ice cream sandwich based os, I don't know offhand where you could get a copy without having to download a ROM and extracting the apk from it without flashing it.
Click to expand...
Click to collapse
Thanks... I just realized that my husband's android phone runs ice cream sandwich... I'm going to try to get the browser.apk file from him when he comes home tonight. If that doesn't work, I'll try grabbing it from a ROM. Thanks again.
LeiraHoward said:
Thanks... I just realized that my husband's android phone runs ice cream sandwich... I'm going to try to get the browser.apk file from him when he comes home tonight. If that doesn't work, I'll try grabbing it from a ROM. Thanks again.
Click to expand...
Click to collapse
Someone uploaded the stock AOSP Browser.apk on the Kindle Fire HD Themes & Apps forum a while back, which was pulled from a phone running ICS or something. I attached it at the bottom. I had it working fine on my Kindle when I was running stock OS. All I did was move it to my SD card, push it to "/system/app," and grant it root permissions. I had to do it this way, as it would force close if I tried to install it the normal way.
And Amazon does play nice with some .apk files. It's just a matter of finding the right ones. Unfortunately, you can't know until you install it as to whether or not it works or not.
Ph0enix_216 said:
Someone uploaded the stock AOSP Browser.apk on the Kindle Fire HD Themes & Apps forum a while back, which was pulled from a phone running ICS or something. I attached it at the bottom. I had it working fine on my Kindle when I was running stock OS. All I did was move it to my SD card, push it to "/system/app," and grant it root permissions. I had to do it this way, as it would force close if I tried to install it the normal way.
And Amazon does play nice with some .apk files. It's just a matter of finding the right ones. Unfortunately, you can't know until you install it as to whether or not it works or not.
Click to expand...
Click to collapse
Thanks. I somehow or another missed the notification of your reply, so just now got around to downloading and attempting to install this version of browser.apk. Unfortunately, it doesn't work for me, either. It fails in a different way, gets part way through the install process and then just gives me a message saying "Application not installed." *sigh* Ah well. Thanks for your help anyway!
Ph0enix_216 said:
Someone uploaded the stock AOSP Browser.apk on the Kindle Fire HD Themes & Apps forum a while back, which was pulled from a phone running ICS or something. I attached it at the bottom. I had it working fine on my Kindle when I was running stock OS. All I did was move it to my SD card, push it to "/system/app," and grant it root permissions. I had to do it this way, as it would force close if I tried to install it the normal way.
And Amazon does play nice with some .apk files. It's just a matter of finding the right ones. Unfortunately, you can't know until you install it as to whether or not it works or not.
Click to expand...
Click to collapse
I was finally able to get it working... I went back to the forum you mentioned and found an older version of the browser.apk that finally worked. Still won't "install" and I can only access the browser from an app manager software, not the KFHD system, but it exists. Thanks!
Hi everyone,
I recently got a Kindle Fire HD for Christmas I am delighted with it, however I am disappointed that Amazon's App Store is somewhat limited in comparison to other App stores such as GooglePlay.
I was wondering if someone could point me in the direction of a step by step guide on how root a Kindle Fire HD 11.3.1.0. I looked at this thread http://forum.xda-developers.com/showthread.php?t=2544736 however I apologise for being a newb but I did not really understand it! Do I simply connect my Kindle Fire HD to my computer and then run the script? I would appreciate a step by step guide as I am quite clueless when it comes to these things!
So once the Kindle Fire HD has been rooted, can GooglePlay be installed?
Also is it dangerous to root a Kindle? Can I break it? And is there the possibility that future software updates could break my Kindle having rooted it?
Thanks for your time and I would appreciate any input!
jha1991 said:
Hi everyone,
I recently got a Kindle Fire HD for Christmas I am delighted with it, however I am disappointed that Amazon's App Store is somewhat limited in comparison to other App stores such as GooglePlay.
I was wondering if someone could point me in the direction of a step by step guide on how root a Kindle Fire HD 11.3.1.0. I looked at this thread http://forum.xda-developers.com/showthread.php?t=2544736 however I apologise for being a newb but I did not really understand it! Do I simply connect my Kindle Fire HD to my computer and then run the script? I would appreciate a step by step guide as I am quite clueless when it comes to these things!
So once the Kindle Fire HD has been rooted, can GooglePlay be installed?
Also is it dangerous to root a Kindle? Can I break it? And is there the possibility that future software updates could break my Kindle having rooted it?
Thanks for your time and I would appreciate any input!
Click to expand...
Click to collapse
Hi jha1991, you do need to be careful about rooting and making changes to your device. The most impost advice I can offer would be to do your research. Ensure that you know what device you actually own and its version. Amazon have not made this easy with their version and naming convention. Most mistakes which are encountered are as a result of not following instructions correctly or attempting to follow a process which was not designed for the device you own.
Check your device by going to "Settings" ---> Device ----> System Updates.
The actual version should be under Current version.
If you do in-fact have the 11.3.1.0 . I have good news and bad news.
THE GOOD NEWS
This is the new version of the device, thus far, the device can be safely rooted if you follow the instructions in this link.
http://forum.xda-developers.com/showthread.php?t=2544736
Tips: Ensure that the drivers for the device are installed correctly, not the Microsoft native ones which the OS provides by actual ADB drivers. (You can search around for those, I have found that there are a few different variations of those so you would need to find the ones which work for you, based on the OS you are running and configuration of your machine. Feel free to install and un-install until you get this step right.
Once this is done you can safely root the device by running the batch file provided. Run the file by double clicking and not by right clicking and running as administrator. (A bit odd I know)
THE BAD NEWS
At present there is no secondary or unlocked boot loader for the device, which would allow users to side load TWRP and other essentials. So installation of custom roms and other freedoms are currently not available. My advice, wait it out and allow the developers to release a tested and working solution for an unlocked boot-loader for the firmware of this device.
THE ALTERNATIVE FOR APPS
You can install apps by copying the apk files directly to the device and installing from there, you do not need Google Play to do this. The current methods being used to run Google play on the device are hit and miss and have been known to cripple and already crippled kindle fire OS.
Install any app you want by uploading the APKs
Check out this site to get this done, it would be a good start.
http://apps.evozi.com/apk-downloader/
CHEERS.
Nice answer :good:
Very well elaborated and detailed answer right there. I think this should be a sticky post since users with the new KFHD [3rd gen] (11.3.1.0) get a very nice overview about their device and their current possibilities!
I can confirm that the rooting script mentioned above works perfectly fine for the new Kindle.
If anybody wants to get rid of the Amazon-ads, here are the steps to get this done:
(All credits for this go to "Codemasta"!!!)
Root your Kindle Fire HD 2013
Download and install ES File Explorer from amazon AppStore (its free)
Start ES File Explorer and enable Root Explorer
Browse to "/data/securedStorageLocation/dtcp/"
Marke the "adunits" folder
Go to "more" and "settings"
Remove the permissions from "rwx --- ---" to "--- --- ---"
(Optional) Remove all folders in the adunits folder
Just don't ever try to mess with the dtcp****** etc. files located inside the app-folder since they're signed and can get you your Kindle bricked.
Afaik this is the only reliable and safe way to get rid of those ads on the KFHD 11.3.1.0 atm.
Concerning the Google PlayStore, I haven't really testet that matter, but I can confirm that by copying the apk.-files on your Kindle and then running them from your Kindle, you are able to get any game or app you want
Hope this helps anybody being confused about what possibilities there are for the new Kindle :fingers-crossed:
Greetings!
@cerberus0f Thanks for this, I appeciate it! However the thread you linked me to is the one I originally mentioned. Is there a step by step guid on how to root? It's good to know that apps can be installed by copying apk files, therefore no Google Play store needed
@cruzersteve Thanks also, those adverts are quite annoying!
jha1991 said:
@cerberus0f Thanks for this, I appeciate it! However the thread you linked me to is the one I originally mentioned. Is there a step by step guid on how to root? It's good to know that apps can be installed by copying apk files, therefore no Google Play store needed
@cruzersteve Thanks also, those adverts are quite annoying!
Click to expand...
Click to collapse
Links in my signature
@LinearEquation this is the thread from my original post. So do I just simply plug my Kindle into my computer, download the zip file and run the runme.bat file? Is it that simple? Because that is all I can gather from this thread...
Thanks
@cerberus0f & @cruzersteve, thank you for the great info on the 3rd gen. I've had mine rooted since Christmas day and have been able to use most apps that I want, but sometimes (non gapps) I get a error that says I need google play services.
It's this normal?
Sent from my KFSOWI using Tapatalk
jha1991 said:
@LinearEquation this is the thread from my original post. So do I just simply plug my Kindle into my computer, download the zip file and run the runme.bat file? Is it that simple? Because that is all I can gather from this thread...
Thanks
Click to expand...
Click to collapse
Pretty much But before that you gotta make sure your Kindle has a ADB-connection to your computer. I'm sure there are plenty of instructions on how to get those adb drivers to recognize your Kindle, so just search the forums or google and you'll get plenty of guides + the neccessary drivers there. But don't worry, it's a very simple process.
Basically, this:
-Uninstall any existant drivers on your computer for the Kindle in case you have connected the device to it before (which you prolly have )
-Install the ADB drivers on your system (nothing more but a simple setup.exe file installation)
-Plug your Kindle to the computer, make Windows stop searching automatically for the needed drivers and point him to the folder where the new drivers are.
That's pretty much it, but I'm sure any guides with screenshots out there will leave you without any doubts on this!
Once you have assured your Kindle gets recognized by ADB (enable ADB on the Kindle!!!) you just run the script from above and you're set!
Your Kindle will be rooted afterwards
Greetings!
---------- Post added at 03:56 PM ---------- Previous post was at 03:51 PM ----------
mswierse said:
@cerberus0f & @cruzersteve, thank you for the great info on the 3rd gen. I've had mine rooted since Christmas day and have been able to use most apps that I want, but sometimes (non gapps) I get a error that says I need google play services.
It's this normal?
Sent from my KFSOWI using Tapatalk
Click to expand...
Click to collapse
Nothing you have to worry about, and yeah afaik that's a totally normal behaviour.
Some apps heavily rely on Google Play Services, so that's nothing strange
I've not encountered a message like that yet though. Do those apps still work after the message pops up or do they close upon this message?
Greetings!
@cruzersteve I downloaded and installed the ADB drivers, however when I plug the Kindle in via USB, Windows does not search for the ADB drivers I installed, but installs new drivers. The Kindle appears as a Portable Media Device in my devices. How do I get Windows to look for the ADB drivers?
Thanks
jha1991 said:
@cruzersteve I downloaded and installed the ADB drivers, however when I plug the Kindle in via USB, Windows does not search for the ADB drivers I installed, but installs new drivers. The Kindle appears as a Portable Media Device in my devices. How do I get Windows to look for the ADB drivers?
Thanks
Click to expand...
Click to collapse
That's why I told you to search for detailed guides about this, since it's kinda hard to explain this just with words, but let me give it a try
Step-by-step:
1.) Plug your Kindle to your computer
2.) Open your device manager
3.) Right-click your Kindle-device in the device manager (Section should be portable devices) --> Chose uninstall
4.) We've now uninstalled any existing driver for the Kindle on your system. Now make sure again that you've enabled ADB-support on your Kindle!!!
5.) Unplug the Kindle from your PC
6.) Install ADB drivers to your system [Skip this if already done ^^]
7.) Now comes the "tricky" part. It requires you to click fast enough, but it's not really hard either xD Plug in your Kindle to your computer.
--> Since there are no drivers on the system for this device, Windows is gonna start looking for compatible drivers for the device. This should get displayed by a icon on the right of your taskbar. Double-click that so the windows driver search gets displayed. And on the bottom part of this box, there should be an option like this: "Stop searching automatically for drivers for this device" [Sorry for not providing the exact words, my system is in german so I can't But there's only one option you can click to make him stop so you basically can't miss it =) ]
8.) So now, we've stopped Windows from installing the drivers he needed for the device. Go to the device manager once again, and by the side of your Kindle, there should be displayed a yellow exclamation mark now, since the system is missing the adb-drivers.
9.) Right-click the Kindle once again, chose "Update drivers" and then click yourself through the driver installation process. Make sure to chose the option "Chose specific folder location to look for drivers" (or something like that) when you get asked for it. Then, obviously, point him to the folder where your ADB-drivers are installed.
10.) You should be done by now. After this your device should be installed with the correct ADB-drivers
Sorry for my bad english, not my native language but I'm trying! xD
Here's a youtube video, his steps aren't all the same as I described them since he starts off way later in the process than I did, but might be helpful as well: http://www.youtube.com/watch?v=Ds7HjmJ5Yg8
Greetings & good luck!
mswierse said:
@cerberus0f & @cruzersteve, thank you for the great info on the 3rd gen. I've had mine rooted since Christmas day and have been able to use most apps that I want, but sometimes (non gapps) I get a error that says I need google play services.
It's this normal?
Sent from my KFSOWI using Tapatalk
Click to expand...
Click to collapse
Yes thats normal because as I stated before, Google Play services is not functioning on the new KFHD7 2013 model yet. So any actual Gapp (Google Hangouts, google books, etc.) will not function. Only self running apps like the XDA app from the Play Store will work.
@cruzersteve some apps do keep working, others do not. Even on the apps that seem to keep working, errors keep randomly popping up.
@LinearEquation... I know gapps won't work, I'm not referring to them. Like my screen shot showed, Living Social and Groupon don't work. Those are just the only two I can think of now, but there are others.
Sent from my KFSOWI using Tapatalk
Download Manager
So i rooted my kindle, and proceeded to start hacking up the system. i hid my softkeybar in lieu of pie controls, and replaced the stock keyboard with thumb keyboard. all of this worked swimmingly until i tried to install the google play services. i backed up my download manager via titanium and installed the edited ones via another post on this forum. Now the play store does not work, nor does any other web interface for download (ie browser amazon app store etc)
Can someone please pull and upload
/system/app/DownloadProvider.apk and
/system/app/DownloadProviderUi.apk
or direct me to a link where i may download these files? Until i have them my kindle is pretty worthless
@cruzersteve warum hast du nicht frueher gesagt, dass du Deutsch bist? Danke fuer die Erklaerung, sehr einfach zu verstehen. Ich werde heute Abend versuchen.
PS Dein Englisch ist perfekt!
kyleberry.graphics said:
So i rooted my kindle, and proceeded to start hacking up the system. i hid my softkeybar in lieu of pie controls, and replaced the stock keyboard with thumb keyboard. all of this worked swimmingly until i tried to install the google play services. i backed up my download manager via titanium and installed the edited ones via another post on this forum. Now the play store does not work, nor does any other web interface for download (ie browser amazon app store etc)
Can someone please pull and upload
/system/app/DownloadProvider.apk and
/system/app/DownloadProviderUi.apk
or direct me to a link where i may download these files? Until i have them my kindle is pretty worthless
Click to expand...
Click to collapse
Here you go:
rainabba said:
Here you go:
Click to expand...
Click to collapse
Thank you! Back up and running
Custom roms for 2013 KFHD7 ver 11.3
Hi everyone! I've been scouring as many sources as I can looking for news of Cyanogenmod for the 2013 Kindle Fire HD 7" (ver. 11.3) and I can't find anything. I was just now able to root it, at least. Anybody heard anything? Point me in the right direction? I got this thing for Christmas and it's sitting there next to my Nexus 5 feeling bad for itself. I like the hardware, but that Amazon OS is *brutal*.
Rooting is quite easy, and there is a script in the forums. There are no Rom capabilities yet as no one has found an exploit to unlock the boot loader yet.
Sent from my KFSOWI using xda app-developers app
Has anyone got google now working? I got gmail working but the play services won't install so google search won't work. I'm wanting to try GEL
Sent from my KFSOWI using xda app-developers app
Hi every one,
first, sorry for my english. I'm french.
I root my Kindle fire HD with this tuto: http://forum.xda-developers.com/showthread.php?t=2069117
Then, I intall Playstore with this tuto: http://forum.xda-developers.com/showthread.php?t=2069329
Finally, I install Go launcher HD with this tuto: http://forum.xda-developers.com/showthread.php?t=2069668
But I have only black screen and no wallpaper.
I know it's a know issue, and I try to apply this fix: http://forum.xda-developers.com/showpost.php?p=42181794&postcount=75
But when I try to launch the RunMe.bat and choose the first choice, it say me:
"Your system partition is too low on disk space to complete the procedure, please delete your alternate launchers, widget picker, and livre wallpaper chooser if installed and try again".
I do that, I uninstall go launcher Ex and HD and every thing from the system/app folder, but it say me the same thing everytime. I really don't know How I can apply the fix... :/
My kindle Fire HD is on version : 7.4.8
Thanks a lot for your help!
This is a problem that happens when the system partition doesn't have enough space to safely install the fix, anything you added to the system folder should be uninstalled temporarily. If it was not for thisnpritective measure you would have had the device go into a boot loop. If you can verify that your device does have enough free space on the system partition(around 30-35 mb if I remember correctly) then technically you can modify the script to disable the failsafe pretty easily. Run "df /system" from a adb shell or terminal to find out how much so pace the system partition has free. Personally I recommend just flashing a new ROM over the amazon os because they are so much better but if you want to stick with amazon os then I will try to help you out with the wallpaper fix.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
This is a problem that happens when the system partition doesn't have enough space to safely install the fix, anything you added to the system folder should be uninstalled temporarily. If it was not for thisnpritective measure you would have had the device go into a boot loop. If you can verify that your device does have enough free space on the system partition(around 30-35 mb if I remember correctly) then technically you can modify the script to disable the failsafe pretty easily. Run "df /system" from a adb shell or terminal to find out how much so pace the system partition has free. Personally I recommend just flashing a new ROM over the amazon os because they are so much better but if you want to stick with amazon os then I will try to help you out with the wallpaper fix.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
Thanks a lot for your response!
It was that. Too mucuh stuff in my app's folder.
I clean it a bit, and the fix has began and succesfully finish.
But no wallpaper... :/
Just a black creen like before.
I try with wallchanger, but nothing.
Hard way just for a wallpaper... thanks Amazon^^
You have rebooted the device right? If it still doesn't work undo the fix and redo it again, also clearing the dalvik cache can sometimes help.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
You have rebooted the device right? If it still doesn't work undo the fix and redo it again, also clearing the dalvik cache can sometimes help.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
Yes, I have rebboted.
Automatically when the fix have finished, and again manually after.
I try to do it againt after cleaning, but I doesn't work.
I don't understand...
Can you be more specific? Did the script fail or you mean it applied it again but didn't work again?
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
Can you be more specific? Did the script fail or you mean it applied it again but didn't work again?
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
The scripts finish and say me it finished successfully, and the wallpaper must now work. And the Kindle reboot automatically.
It say me to press key to finish, and the script close.
So I think, it's the normal process with the fix.
I try twice, but same result. The script say me it's good, but no wallpaper, just a black screen.
Hmm wonder if there were any errors along the way I don't have failsafes in place for. If you could copy and paste the output into a post in code brackets I could tell if there was a issue or just use the debugger batch file. Read the instructions for it though or you will think it's broken. You could always just downgrade the kindle is with kffa or flash another ROM to fix the problem.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
Hmm wonder if there were any errors along the way I don't have failsafes in place for. If you could copy and paste the output into a post in code brackets I could tell if there was a issue or just use the debugger batch file. Read the instructions for it though or you will think it's broken. You could always just downgrade the kindle is with kffa or flash another ROM to fix the problem.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
Ok, I try again (always blackscreen), and this is all the fix say during the process:
Code:
Could Not Find C:\WINDOWS\system32\framework-res.apk.orig
Doing prelim checks...
Passed!
***********************************************
* Checking For Backup *
***********************************************
* This may take a moment. *
***********************************************
remote object '/data/local/framework-res.apk.orig' does not exist
No Backup Found. (this isn't a bad thing)
***********************************************
* Beginning Wallpaper Fix! *
* This will take a few minutes to complete. *
***********************************************
5708 KB/s (34047391 bytes in 5.824s)
Decompiling framework-res.apk...
Input file (framework-res.apk) was not found or was not readable.
FINDSTR: Cannot open decompiling\res\values\bools.xml
Patching bools.xml...
'xml.exe' is not recognized as an internal or external command,
operable program or batch file.
'unix2dos.exe' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
0 file(s) moved.
Recompiling framework-res.apk...
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.Direc
toryException: java.io.FileNotFoundException: decompiling (The system cannot fin
d the file specified)
at brut.androlib.Androlib.readMetaFile(Androlib.java:164)
at brut.androlib.Androlib.build(Androlib.java:183)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.directory.DirectoryException: java.io.FileNotFoundException: dec
ompiling (The system cannot find the file specified)
at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:55)
at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:38)
at brut.androlib.res.util.ExtFile.getDirectory(ExtFile.java:55)
at brut.androlib.Androlib.readMetaFile(Androlib.java:160)
... 4 more
Caused by: java.io.FileNotFoundException: decompiling (The system cannot find th
e file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:53)
... 7 more
'7za.exe' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the file specified.
Updating framework-res.apk
'7za.exe' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the file specified.
***********************************************
* Backing Up Original framework-res.apk *
* Please grant if a superuser request comes up*
***********************************************
Backup safety check temporarily disabled due to bug. (this doesnt really hurt a
nything as most people just flash back to fix it anyways.)
Installing Wallpaper Fix...
4791 KB/s (34047391 bytes in 6.939s)
***********************************************
* Congratulations! *
***********************************************
* Your wallpaper should now function! *
***********************************************
* Thanks for using Stunts Wallpaper Fix! *
***********************************************
Cleaning Up...
Could Not Find C:\WINDOWS\system32\framework-res.apk
Could Not Find C:\WINDOWS\system32\newframework-res.apk
Could Not Find C:\WINDOWS\system32\resources.arsc
The system cannot find the file specified.
Press any key to continue . . .
If there is no solution, I'll install a custom ROM I think. Simplest I think^^
But a question about that, with another ROM, can I'll still be able to use the Amazon market, read my books buy on, and everything like the Amazon ROM?
If It's ok with that, I think this is the solution.
Is there a really safe processus for? And good custom ROM with this device?
Sorry for all my stupid questions, I'm a really noob with root, etc...
Ah I see why the fix isn't working, its something to do with when it when it retrieved the framework-res.apk, or something of that nature because the file couldn't be found when it attempted to decompile.
To answer your questions about a custom ROM, I prefer stock cm personally, latest version is cm 11. I don't know too much about what's possible with the amazon market on the non amazon is. I think you can still read books, but forget about amazon prime movies and such. I'll check what the amazon app can do in a sec and edit the post. I personally son,t own any books on amazon market so I can't personally test if I can read them, I mainly read manga on my kindle with the pocket manga app. The process to install a custom ROM is safe if you follow the instructions and check things like the md5sum of the bootloader ahead of time and such, but it is possible to hard brick this device. Main point, you probably wouldn't hard brick the device, as long as you check the bootloader's md5sum before flashing it the worst you can do is soft brick it and that's fixable with a fastboot cable. The process is fairly easy and automated if you use the fire flash app.
Edit: OK so I think you can use the amazon app, I can neither confirm nor deny because my amazon kindle app is crashing at launch. I think it works on cm 11 though, I'm still on cm 10.1 because of I'm still having to figure out a way to keep my tablet ui when going to cm 11. Someone might post if they can use it or not because I am unsure. You can always flash back to amazon os, so I wouldn't worry about it too much.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
Ah I see why the fix isn't working, its something to do with when it when it retrieved the framework-res.apk, or something of that nature because the file couldn't be found when it attempted to decompile.
To answer your questions about a custom ROM, I prefer stock cm personally, latest version is cm 11. I don't know too much about what's possible with the amazon market on the non amazon is. I think you can still read books, but forget about amazon prime movies and such. I'll check what the amazon app can do in a sec and edit the post. I personally son,t own any books on amazon market so I can't personally test if I can read them, I mainly read manga on my kindle with the pocket manga app. The process to install a custom ROM is safe if you follow the instructions and check things like the md5sum of the bootloader ahead of time and such, but it is possible to hard brick this device. Main point, you probably wouldn't hard brick the device, as long as you check the bootloader's md5sum before flashing it the worst you can do is soft brick it and that's fixable with a fastboot cable. The process is fairly easy and automated if you use the fire flash app.
Edit: OK so I think you can use the amazon app, I can neither confirm nor deny because my amazon kindle app is crashing at launch. I think it works on cm 11 though, I'm still on cm 10.1 because of I'm still having to figure out a way to keep my tablet ui when going to cm 11. Someone might post if they can use it or not because I am unsure. You can always flash back to amazon os, so I wouldn't worry about it too much.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
Ok thanks for your responses!
I'll install CM11. But, Must I really buy this cable? http://shop.teamblackhat.info/Factory-Adapters-motadapt.htm
I don't have, juste the original cable and sector in the kindle's box.
On this video, he don't use special cable: https://www.youtube.com/watch?v=PVuvR-hHOLE#t=14
is this proccess is safe? I guess, but I prefer ask you before make a mistake^^
OK I haven't clicked the link yet but I don't tend to use video tutorials, there have been a few hard bricks from people downgrading to a incompatible bootloader. You don't need a fastboot cable/adapter unless you brick it. Lemme grab a link for you. And I will check the video out to make sure its the right one while I'm at it.
Edit: OK well that seems to be the right video, personally I prefer this tutorial: http://forum.xda-developers.com/showthread.php?t=2271909
Its pretty simple, and you don't have to verify the md5sum when downgrading the bootloadernsinc exit includes the file and I assume checks this itself. Only major steps I recommend are put the ROM and gapps on the sdcard ahead of time in case of a boot loop into twrp, and make sure you check the box off with red text around it warning about the bootloader needing to be downgraded. If you don't check the box that downgrades the bootloader then you are going to need a fastboot cable to fix the red screen brick that will result. Oh and another thing, the IMG link has not been updated yet to the twrp 2.7 build which is the latest, so when it says to grab twrp from that page, instead go here: http://forum.xda-developers.com/showthread.php?t=2218796
Once you go there download the zip and extract the img file from it and use it instead.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
OK I haven't clicked the link yet but I don't tend to use video tutorials, there have been a few hard bricks from people downgrading to a incompatible bootloader. You don't need a fastboot cable/adapter unless you brick it. Lemme grab a link for you. And I will check the video out to make sure its the right one while I'm at it.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
Ok, thanks a lot for your help. It's very appreciated!
So I wait your link for the good process to be sure everything will be ok.
Updated post ^^
I kinda put more into that post than I thought I would. I for some reason can't stand YouTube. I mean its great on occasion but I think I grew to dislike it from people constantly sending me instant messages with YouTube links back in the day, annoyed me so much that I grew to dislike it... Kinda funny if I think of it that way.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
Updated post ^^
I kinda put more into that post than I thought I would. I for some reason can't stand YouTube. I mean its great on occasion but I think I grew to dislike it from people constantly sending me instant messages with YouTube links back in the day, annoyed me so much that I grew to dislike it... Kinda funny if I think of it that way.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
Ok, I'll follow the tuto wich you gave me in link.
But, in the introduction, Seokhun wrote:
++Note: As of December 2013, Hashcode updated the freedom-boot.img to Amazon 7.4.6 so there should be no more bootloops or any other issues like that for those running 7.4.6 or lower, but to be safe, revert back regardless. If your tablet is running anything higher than 7.4.6, you will run into issues when completing the guide. Again, if you revert back to 7.2.3 like I pointed to above, then you will have no issues. If you didn't revert, always make sure your tablet is running the same or lower version than Hashcode's freedom-boot.img.
Click to expand...
Click to collapse
My kindle is on version 7.4.8. Is there a problem with that?
EDIT: ok I confirm, the tuto is very clear and easy to follow step by step.
I've been very careful and I've follow the written tuto with the video tuto in the same time to read and watch step by step to do no mistake, and It's perfect. Everything works perfectly!
CM11 is installed, no problem!
Thanks a lot for your help stunts, without you, I'll still be in the sand...
Great forum and great community!
Edit2 : Amazon store, apps, books, everything works perfectly... awesome!!
quicker fix
if u just want an easy way to wallpaper, then install vire launcher. i use it and it is nice. it could use more features but itll come along. i also ran into another launcher or 2 that also allowed wallpapers but cant remember the names offhand. i too never got the wallpaper fix to work for my kindle as well. 3rd gen KFSOWI. waiting for unlocked bootloader or whatever lol.