I've rooted and put a new launcher on my Kindle Fire HD 7' and have gotten the Kindle App to work by placing it in the system/apps folder just fine. I can read my books and my library is in tact, however I can't seem to use my Prime Lending properly. There are books I've looked up on Amazon.com and it says it's available for the free Kindle lending program w/Prime, but am not sure how to utilize that with a rooted KFTT using the Apex Launcher, stock OS, and the Kindle App (from Google Play). Any suggestions?
Tiger-Bake said:
I've rooted and put a new launcher on my Kindle Fire HD 7' and have gotten the Kindle App to work by placing it in the system/apps folder just fine. I can read my books and my library is in tact, however I can't seem to use my Prime Lending properly. There are books I've looked up on Amazon.com and it says it's available for the free Kindle lending program w/Prime, but am not sure how to utilize that with a rooted KFTT using the Apex Launcher, stock OS, and the Kindle App (from Google Play). Any suggestions?
Click to expand...
Click to collapse
Just rooting and adding Google Play will not effect things. When you put the custom launcher on your tablet, you hid the availability to use the Prime lending library. The reason is because you have to access this through your tablet to be able to borrow. You will have to remove the current launcher or switch to the stock launcher and enter the lending library from there.
Related
As always I am running a non stock device running honeycomb. Your mileage may very, yada,yada yada...
So the apps from the Kindle Fire have been laid bare so we can all have a chance to play with them. Well from a viewsonic stand point my experience is thus. The Amazon video app works up to the point you attempt to rent a video, them it FC on you. the Kindle reader from the fire immediately FC as does the browser.The e-mail app seems to work but is nothing to write home about. The app store app seems to be functional, and will tell you you cannot download the fire version of apps, it will also find apps you did not download from them and try to update them. The live wallpapers all seem to FC. So what else works the amazon shop works, the Quick Office works. the 3D gallery works. I have not tried all of the apps so maybe the facebook app is better then the stock android one?
As to the kindle fire launcher this has been a no go as it seems to want to pull up the amazon browser immediately, and this causes a FC.
Oh here is the XDA Kindle fire dump thread.
http://forum.xda-developers.com/showthread.php?t=1295928&page=3
Ok so i have a few questions:
What cases are you people using?
is there a way to help with the lag on the fire gen 2?
In the apex launcher how do i get to my books?
Is there a better launcher?
does this seem complete? it is the framework-res.apk i just want to make sure cause i added in photos and such for the lock screen. wanted to make sure nothing was accidentally deleted
One more question to add: what is the best video app for putting your personal videos on the fire?
For Access to your books you have to remove(move) Kindle App from /system/app and install kindle app from play store.
Sent from my KFOT using xda app-developers app
Ahrak said:
For Access to your books you have to remove(move) Kindle App from /system/app and install kindle app from play store.
Sent from my KFOT using xda app-developers app
Click to expand...
Click to collapse
I'm not sure what happened exactly, but I have Kindle Books still available via original carousel launcher after rooting and installing Google Play services. I remember losing access to books and magazines when I rooted the first time (8.1.13) and installed Google Play services.
When I lost root with the forced 8.1.14 update, I rerooted, did a factory reset, deregistered, re-registered...and then I somehow had access to books and mags again, without having to install the Kindle app, all while retaining ability to use Google Play Services.
If someone wants to try to reproduce my results, those are the only steps I remember doing.
I can still access my books from the original carousel as well but its in the apex launcher i have issues
There are quite a few Kindle apps that reside in the system folder which I do not use not does my device. Although they run on startup and stay running, I'm convinced most are not needed nor need to be running.
Does anyone have a list of apps which can be removed without causing damage?
Sent from my KF-HD7
I've frozen the following (not removed) with no side effects. I'm sure there's more though:
Amazon
Amazon GameCircle
Amazon Kindle
Amazon MP3
Amazon Video
Exchange Services
Kindle Setup
Kindle Tutorial
KindleStoreWebApp
Braves1995 said:
I've frozen the following (not removed) with no side effects. I'm sure there's more though:
Amazon
Amazon GameCircle
Amazon Kindle
Amazon MP3
Amazon Video
Exchange Services
Kindle Setup
Kindle Tutorial
KindleStoreWebApp
Click to expand...
Click to collapse
Awesome, thanks.
Did freezing them increase your boot-time at all? Or any increase in performance?
EDIT: Is it also possible to freeze the original kindle home launcher? Noticed that runs as well
Sent from my rooted KF-HD7
evildread said:
Awesome, thanks.
Did freezing them increase your boot-time at all? Or any increase in performance?
EDIT: Is it also possible to freeze the original kindle home launcher? Noticed that runs as well
Sent from my rooted KF-HD7
Click to expand...
Click to collapse
Yes you can freeze kindle home and silk too. Just be sure to have replacement apps installed
Sent from my KFHD using xda premium
I recently rooted my Fire tablet, and installed chromecast, google services etc and google play onto tablet, and am using google now launcher.
But I still can't use Netflix to Cast to my tv.
I can use youtube, and the CC app but netflix will not register my CC.
Has anyone found a workaround to remove whatever amazon put in to block them from seeing CC.
Thanks.
Work
Hi,
My device is a Amazon Fire 7 5Th (50$) and yesterday i'v rooted!
After root i'v edit the /system/build.prop to change Device Information.
I'v change Amazon to Aaamazon and Fire to Faaire (If you want to be cool to put three letters AAA. ... uppercase, ) in build.prop. I do not know the consequences of this, . However it work..
Tecnical Information:
If you decompile netflix apk you can see this(WTF).
Code:
if (Build.MANUFACTURER.equals("Amazon") && (Build.MODEL.equals("KFOT") || Build.MODEL.equals("KFTT") || Build.MODEL.equals("KFJWA") || Build.MODEL.equals("KFJWI")))
{
Log.d("screen", "PlayScreen for Amazon Kindle HD");
return new PlayScreenKindleHD(playerfragment, listeners1, postplaytype);
}
if (i >= 14)
{
Log.d("screen", "PlayScreen for ICS (Android 4+");
return new PlayScreenICS(playerfragment, listeners1, postplaytype);
}
if (Build.MODEL.equals("Kindle Fire") && Build.MANUFACTURER.equals("Amazon"))
{
Log.d("screen", "PlayScreen for Amazon Kindle Fire");
return new PlayScreenKindleFire(playerfragment, listeners1, postplaytype);
} else
Now my netflix on my Amazon fire use chromecast fine! (i think that playstore and chromecast app are needed)
By
A.
Did you just add ro.build.manufacturer=Aaamazon and ro.build.model=Faaire to your build.prop ? Because they are missing in mine and i'm not sure what to do.
I did other tests
in my case (amazon fire tablet 5th), only changing the property ro.build.manufactures from Amazon to Aaamazon (change amazon in other) the chromecast it work.
if your device ro.build.model are KFOT,KFTT, KFJWI or "Kindle Fire" you must change text to other. See the code to understand.
when Netflix in its code adds my device model my chromecast stop working. But I'll try to re-edit the build.prop.
But why netflix, check model and manufactures for amazon? app Crash? trade agreements ? I do not know.
I do not know the consequences of this change in other app
for now I have no problems to report.
can you make a tutorial on how to edit the system/build.prop because I keep trying to do this and es explorer wont let me change anything.
johnveaz Your device is root ? You can use app from play store to edit build.prop.
Abysz said:
Did you just add ro.build.manufacturer=Aaamazon and ro.build.model=Faaire to your build.prop ? Because they are missing in mine and i'm not sure what to do.
Click to expand...
Click to collapse
I changed ro.product.manufacturer to Amaazon and after a reboot I'm good to go FYI
I tired this and got no where, which app are you guys using??
Recently rooted my Kindle Fire 7 (OS 5.1.1) specifically for the use with Chromecast in my home. Same issues as OP--Netflix just won't offer the casting option.
Does anyone have an update on this build.prop edit? Any side effects or consequences?
Any other methods to get Netflix casting via Chromecast?
Cheers
Also helped with WatchESPN
I was having the same problem with WatchESPN not showing the cast button on my rooted 3rd gen 2013 Fire HD (OS 4.5.5.1).
I tried the Market Helper app, but it didn't activate any missing cast buttons for me.
I then proceeded with the build.prop edit only after making a full TWRP backup.
I only changed ro.product.manufacturer to Amaazon and rebooted.
Worked like a charm. Been testing various functions on the Kindle for a few days and nothing seems affected.
My prime videos and music load fine, and apps install (no incompatible device messages) from google play.
Will post an update if something odd occurs.
Will most likely change the setting back to the original before making newer backups and then re-enter it when finished just as an extra precaution.
One month update: Chromecast working well with apps on the kindle. No ill effects from build.prop edit.
Is it possible to edit build.prop without root?
I'm stuck on 5.3.2.1 with no way to roll back as of yet, which means no way to root, either...
BUMP
stuck w/ fire os 5.4.0.0 not able to root or cast netflix to chromecast. also i see netflix has removed all legacy versions of 3.1.0 from even being able to login to netflix and the two companies together have done their best to prevent workarounds because i've been searching with torbrowser and duckduckgoose for weeks even checked the 0days. why on earth would they do this. how is this possible on an open source api? im so confused. can't root and can't use the one program i bought the tablet for.. utterly fking disgusted at these tactics. i will just use kodi or one of it's numerous clones fk netflix and amazon. canceling both subscriptions.
I am planning on buying this (FIRE) tablet for reading books . But recently I came to know that kindle doesn't support epub format. As you know epub is probably the best extension for books. :laugh::laugh: I am now in a fix that if I can use moon+reader pro to read such formatted books or not.
can anyone assure me? :angel::angel:
Thanks in Advance.
If you are on 5.01 you can install the Google Play store and then will have access to install Fbreader which does work on the tablet for epub format books. I can't confirm about moon reader as I've never used it but fbreader does work. Amazon app store will say fbreader isn't compatible but it does work.
There is also Aldiko, which is the best book reader app for Android IMHO.
Along the same lines, has anybody had this problem?
I have Nova Launcher installed as my default launcher (not sure if this is part of the issue or not) and the book reader app (whatever variation of the Kindle App is installed) is unable to see any .mobi files that I have sideloaded into the kindle folder.
D97 said:
Along the same lines, has anybody had this problem?
I have Nova Launcher installed as my default launcher (not sure if this is part of the issue or not) and the book reader app (whatever variation of the Kindle App is installed) is unable to see any .mobi files that I have sideloaded into the kindle folder.
Click to expand...
Click to collapse
It can if you put them in the kindle folder in the system memory, not on a card. All my books I can read.
Thanks for the reply - I have actually put them in the kindle folder ... they are just not being seen by the kindle app. I think that I am just going to have to restore / re-setup the tablet and see if it still happens. I might have tweaked something somewhere and can't remember what it is / was.
d
D97 said:
Thanks for the reply - I have actually put them in the kindle folder ... they are just not being seen by the kindle app. I think that I am just going to have to restore / re-setup the tablet and see if it still happens. I might have tweaked something somewhere and can't remember what it is / was.
d
Click to expand...
Click to collapse
I'm having the same problem. I have a bunch of mobi files and it's only showing 2 in the library.
If I open any of the other mobi files from a file viewer it opens the files just fine in the Kindle app. However it won't save reading position etc because the book is not in the library. Highly annoying!
The Kindle app in the Play store does not have this issue. I tried replacing the built in Kindle app with the one from the Play store but didn't manage to do it. Even when I delete the original Kindle app and sideload the APK it crashes and launch.
I use Calibre to convert them to mobi. So far, so good.
Moonreader
Moonreader supports all ebook formats. Is easy to use and has night mode.
I have moved on to the Cyanogenmod 5.1 and am using the official Kindle App now so I haven't had any problems recently - having said this, it started working at some point (registering my .mobi files in the app) but I can't explain why it happened.
+1 for Calibre (run on computer) to convert ebooks to/from different formats.