Switzerland ... can't install any app. not even free apps - Kindle Fire Android Development

When I try to download a FREE app I see
"Purchasing..."
and then
"The Amazon AppStore is not available in your region"
:-(
What can I do?

First, this belongs in general.
Two, root and use the android market. Or try and use a proxy that is located in the US or a country that amazon allows the appstore in.

sorry for posting in the wrong forum.
I did root my kindle, BUT I can't install any of the apk's because there is no File Explorer on the kindle ...
>Proxy
where do I enter a proxy (on the kindle)?

You will have to get either root explorer or es explorer apk file, and then push that onto the kindle with adb.
search for pushing apps with adb.
Then after you get them in, you put in the market, etc and work from there

Rooted here. What about emailing the apk's to yourself?
Sent from my ADR6300 using XDA Premium App

Go to Amazon's home page, click on "Your Account" on the top right, under "Settings" and "Address Book", click on "Add New Address", and add a United States address (perhaps one generated from Fake Name Generator).
You can now set that as your primary location, and use it as if you were in the United States.
I did this with a Germany address to buy an eBook off of Amazon, as that specific eBook was not available for customers within the United States. Switching back to my native American address still allowed me access to the eBook, so you can switch back and forth with no recourse.

Use the fake Addy I always use 360 Pile Drive, Long Island City, ny 11101

I've also read that if you buy yourself an Amazon gift card and credit this to your account that works too.

unfortunately setting a US address didn't help.
I was able to "adb push" RootExplorer onto my Fire. Appears in Settings-Applications. But how do I start RootExplorer?

fx3000se said:
unfortunately setting a US address didn't help.
I was able to "adb push" RootExplorer onto my Fire. Appears in Settings-Applications. But how do I start RootExplorer?
Click to expand...
Click to collapse
You might need to install a different Launcher in order to run RootExplorer and later the Android Market as well, have a look at his video...
youtube.com/watch?v=70DhBzCOjEw
Regards
dalogrus

One step further, thanks to the ICS launcher
Next problem:
When I open "Market" I get to see "You must add an account to the device to continue. Do you want to add one now?"
When I click Yes the "Market"-App closes and nothing else happens...

fx3000se said:
unfortunately setting a US address didn't help.
I was able to "adb push" RootExplorer onto my Fire. Appears in Settings-Applications. But how do I start RootExplorer?
Click to expand...
Click to collapse
It needs a US Credit Card address.

Hmm, never had that specific thing happen to me. However I did have issues with the Android Market closing on me. I am not by my computer at the moment, but I remember that out of all vending.apk's the one that finally worked for me was the one included in the "gapps.rar" file including all the google apps and is found uner a link posted on these forums under the Kindle Fire Android Market installation tutorial.
Hope that helps...

I was missing the GoogleServiceFramework.apk
Thanks for all the help!

looks like I was (too) optimistic
The app is always closing on me. Tried to install several vending/framework combinations to no avail

fx3000se said:
looks like I was (too) optimistic
The app is always closing on me. Tried to install several vending/framework combinations to no avail
Click to expand...
Click to collapse
Did you install or move the GSF to /system/app?

I just "installed" it

Hi, you need to "just install" the framework (from whichever folder you downloaded it to), then:
- copy the market app
- navigate to /system/apps
- mount the folder as R/W (read/write)
- paste the market app there
- change market's permissions to (rw-r--r--)
- install the market
That should do it
Regards
dalogrus

new day...hopefully new luck
Market is up an running, that is, almost running...
Downloads start (at least the progress bar open) but never end . What am I missing?

Try a different market app.
Vending.apk did what you are describing to me. Instead I used com.amarket.apk found in the gapps.zip and worked fine.

Related

[HOWTO] Install Latest WaveSecure in ROM

I found that [email protected]'s ROM had a good idea of adding WaveSecure to the system partition (preventing listing in the My Downloads part of market, and preventing uninstallation through normal means), but his version is slightly out of date now (latest version is 3.0.0.43)
As a result, I set about finding a means to install WaveSecure to ROM myself. Here are my findings for anyone interested in doing the same.
Install the latest version from the market (3.0.0.43 at this time). Now use adb pull to get it off the device onto your pc
Code:
adb pull /data/app/com.wsandroid.apk D:\com.wsandroid.apk
Now open Market back up from the menu, go to My Downloads, and choose Wavesecure Mobile Security Beta and uninstall it for just now (to get it off the data/A2SD location that normal apps are stored in) - thanks, my-space!
Then push the saved apk to the system partition after a remount (to make it read/write)
Code:
adb remount
Code:
adb push D:\com.wsandroid.apk /system/app/com.wsandroid.apk
Then set it all up as usual (will appear in apps list immediately)
and remount system as read only again
Code:
adb remount
And that seems to be it so far. Remember to change the D:\com.wsandroid.apk path to whatever you actually used.
Let me know if anyone finds any problems with this, but I've done it and, fingers crossed, it's worked OK for me.
Obviously, this is only for root users, and there are no guarantees for this.
Couple of questions that might need looked into -
- Do settings carry across after a wipe (as Paul claims Modaco's version does. I've never tried it so can't confirm)
- Is there any disadvantage to using this method? (I guess this is all Modaco's update.zip does, but I don't know)
you forgot to metion to uninstall wavesecure before it is pushed back into system....
my_space said:
you forgot to metion to uninstall wavesecure before it is pushed back into system....
Click to expand...
Click to collapse
Oops! Knew I'd forget something, as I always seem prone to do. Well spotted, and OP corrected.
Thanks
No worries I got a bit confused when i pushed it back onto the phone and was still in my downloads...
I've rooted my phone already but whenever i try to use the command adb remount I get "remount failed: operation not permitted". Suggestions?
I see more and more often, redundant threads.
What How-to will you post next time? How to change backlight settings?
You're pointlessly spamming the board.
I can't say i agree with the 'pointlessly spamming the board' comment, but i would have thought this would at least be better in the applications and themes subforum rather than in development.
Don't forget that an awful lot of android users (and more recently all HTC devices) are more and more 'newbs' and need stuff like this.
While this is good and provides info that people like that need (and myself cos i'm crap at adb and stuff like that so wouldn't have had a clue how to do this previously), maybe the development forum is not the best place for it....
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
usb0 said:
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
Click to expand...
Click to collapse
You won't be notified, correct
If anybody doesn't already know, WaveSecure have started hosting update.zip files. This means it's now easy to update your "baked-in" version of WaveSecure without much messing around.
https://www.wavesecure.com/installations/update.zip
Download the file, save it to your SD card, reboot into the recovery console and choose the option to apply an update.zip file.
Voila! Your version of WaveSecure will be updated to the very latest version
DJBenson said:
[...]
Click to expand...
Click to collapse
That's really awesome! Thanks for the tip!
Just a question of curiosity: If I push an app to /system/app/ and then issue the rm-command to remove its apk, won't there be lying a bunch of files associated with the program and with absolutely no function, since the app itself is removed? How do I know the name of these files and where they are located for removal?
I'm a bit confused by that question. My understanding (which may be incorrect but from what I've seen of the "guts of a ROM" appears to be the case) is that the applications reside in the apk files, they are not extracted. If you list the content of any of the app folders (/system/app, /data/app or /data/app-private) then all you get is a bunch of apk files (and some odex files). So when you 'push' an apk to the phone, that application is then "installed", when you rm/remove an application, you do so by removing the apk.
if you remove the apk you have left something in /data/dalvik-cache. wiping the dalvik-cache every now and then helps reclaiming that space, though it is not much.
the app settings and data are stored in /data/data, you could delete the files manually by checking their names (no idea if/what convention the names follow), imho not worth the trouble as it is only a few kb.
odex files aren't created if you don't do in a PITA process manually. don't worry about them, don't touch them, then you're good. odex files are only for system apps.
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
motomeup said:
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
Click to expand...
Click to collapse
""Just (re)flash a ROM................""
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
strife242 said:
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
Click to expand...
Click to collapse
I believe it is kept up to date, as VillainROM kitchen uses it as a source for the WaveSecure app (fetched each night to keep it up-to-date).
I've certainly never had any problems with it.
Excellent guide Pulser,... I should really reinstall Wavesecure now Im not using a MoDacO Custom ROM. Nice one bruv.
Found this to be helpful.
https://www.wavesecure.com/blog/how-to-make-wavesecure-hard-reset-proof.aspx
I just did a search in the Market fro 'wavesecure' and two things popped up WaveSecure and WaveSecure UninstallProtection Add-on which needs to be uninstalled before WaveSecure and if the add-on is uninstalled it is supposed to lock the phone. (all this is in the description I have yet to try)

Kindle Fire: Install Apps outside US

Hello there everybody
Nice to meet you all
I come before you with a grave problem: Is there another way to install apps on a rooted kindle outside the US? For sideloading, you need a free app from the Amazon App Store, which, I had to find out, was not available outside the US.
In retrospect, it was quite a stupid thing to buy the device. Lesson learned.
But maybe you might know a way? (I can't install the google market without a file explorer)
Thank you.
I contacted Unblock-Us and they told me they are working on supporting the Amazon App Store. If they do, then it's just a matter of setting your router's DNS according to what they give you and it'll be possible. They have a week of free trial which is enough to download the file explorer you want.
Outside of that, I'm in the same problem. The second option would be to have someone in America register a dummy Amazon account onto his Kindle Fire, click "buy" on the free file explorer app, then de-register, and when you register your own Kindle Fire to the same account, you could sync the app with your kindle. As far as I know, Amazon still allows syncing your bought content into the device even outside the US (I never tested this though).
If anyone can please volunteer to try the second option that would be awesome. Till then we need to wait for Unblock-Us.
Google is ur friend:
http://www.mobileread.com/forums/showthread.php?t=157358
lots of different options in the above thread. Enjoy.
Shftup said:
Google is ur friend:
lots of different options in the above thread. Enjoy.
Click to expand...
Click to collapse
I don't really see anywhere in that thread where you can sideload apps without the ES Explorer or some other sort of app.. we can't download apps at all.
Another thread on that site says that you can install apps as long as you have a US account on Amazon.. which is not true. I have an account with a US address, US credit card and US location for the kindle and it says my location is not the US on the Fire, meaning it tracks IP.
Could adb be used, So download ES to the PC and use adb install ? That should work fine
or get the ES apk file from google, upload to dropbox, access dropbox from fire, it will automatically install it for u.
Shftup said:
or get the ES apk file from google, upload to dropbox, access dropbox from fire, it will automatically install it for u.
Click to expand...
Click to collapse
Wait.. you can just download APK files and install it? Is it really that easy?
All the guides said you need ES Explorer which is what was so misleading. There's no issue here at all and you don't need an explorer for anything, just Google.
Side loading
Hi, did you try side loading the ES file explorer?
bikkou said:
I don't really see anywhere in that thread where you can sideload apps without the ES Explorer or some other sort of app.. we can't download apps at all.
Another thread on that site says that you can install apps as long as you have a US account on Amazon.. which is not true. I have an account with a US address, US credit card and US location for the kindle and it says my location is not the US on the Fire, meaning it tracks IP.
Click to expand...
Click to collapse
Had you tried using a proxy? is this even posible? (to use a proxy I mean).
BTW, in wich country are you? I was going to buy a kindle fire for my wife but know I dont think so. We live in Mexico...
MacaronyMax - my hero
Just a little detail on what got my file explorer working in the UK:
Downloaded the needed apk file (don't ask - probably a really dodgy source). I copied it into my Program Files\Androidzandroid-sdk\platform-tools folder (for ease of install).
Then installing was as easy as "adb install *****.apk" (enter your filename).
Complete success, and now with my root file manager I can now do all the other things.
I'm one who has an american amazon account with bank account and everything. Seems as if some geo-ip mapping is stopping purchases from outside america, even on US devices.
Hope this helps.
You don't need additional apps to install APK files
Hey bikkou, that's right, you don't need additional apps to install APK files on your Kindle Fire. I agree, all threads out there seem misleading in this point.
I emailed myself an APK file, accessed my email account with the built in browser, downloaded the file, and then, when I tapped the file (which was listed in the downloads section) the device offered me the option to install the application.
My wife is playing Angry Birds Rio on my Kindle Fire right now
leopignataro said:
My wife is playing Angry Birds Rio on my Kindle Fire right now
Click to expand...
Click to collapse
Thank you for your finding, really nice solution
IdrisBengoch said:
Just a little detail on what got my file explorer working in the UK:
Downloaded the needed apk file (don't ask - probably a really dodgy source). I copied it into my Program Files\Androidzandroid-sdk\platform-tools folder (for ease of install).
Then installing was as easy as "adb install *****.apk" (enter your filename).
Complete success, and now with my root file manager I can now do all the other things.
I'm one who has an american amazon account with bank account and everything. Seems as if some geo-ip mapping is stopping purchases from outside america, even on US devices.
Hope this helps.
Click to expand...
Click to collapse
I did what you said and now I can install all the apps that I want
Thanks

[Solved] Any way to access an apk file immediately after flashing?

I'm not sure if this is possible as ICS has no built in file manager, but is there anywhere I can put an apk file that it would be accessible without one? Specifically I want to be able to open an apk to install a file manager as the first thing I do after flashing a rom, to avoid needing to go through the market.
I thought maybe I could leave it in sdcard/download but it seems like the downloads program is blind to anything in that folder that wasn't officially "downloaded". (I suppose I could upload one to my dropbox and download it via the browser, if there are no viable options). Also made a few stabs at getting the gallery program to show one but it seems to filter out anything that's not a picture or video.
Any ideas for places to stick an apk and get one of the stock programs to let me open it?
maybe email it to yourself?
but you would have to log into the email app to do that
but there isnt really anyway to access the file without a file explorer
Open your favourite rom zip, add your apk to /system/app, save the zip, push that zip to the phone, flash.
Peesashiz said:
maybe email it to yourself?
but you would have to log into the email app to do that
Click to expand...
Click to collapse
Yeah in general I'm trying to cut out the step of signing into anything and just restoring my apps from a backup before I need to cancel automatic restore functions (which I do want on and running once I do my own initial run of things).
bk201doesntexist said:
Open your favourite rom zip, add your apk to /system/app, save the zip, push that zip to the phone, flash.
Click to expand...
Click to collapse
I'm guessing this comes with the consequence of raising any apk added in this manner to system app level? Not that I distrust the apps I'd have in mind for this to do anything malicious themselves, but is there any danger of opening security holes by elevating apps not designed to be system apps?
What I've done many times is just enabling Air Plane as soon as I can after flashing a ROM. That's way I can install any apk I want.
Hope it helps.
heo_con184 said:
What I've done many times is just enabling Air Plane as soon as I can after flashing a ROM. That's way I can install any apk I want.
Click to expand...
Click to collapse
Hmm but then what is your method for getting to that apk? If you do it over wifi that seems to defeat the point, no?
Personally I've found that it works just fine to uncheck the boxes for recovery syncing during the setup process, and then just re-enabling them later in settings. (Alternately, not signing into my google account at all until I've performed a backup). That way even if I end up signing into the market to download a recovery app, it doesn't automatically try to re-download everything else on its own.
I'm starting to think that my dropbox solution will be the cleanest, as it'll be a simple step of opening the browser and downloading a single apk every time at the same link.
I bet that the inclusion of a basic file explorer will be one of those headline items in a future android release. A nice basic functionality that the bloggers can rehash to death before anything actually hits.
Download the file manager apk over wifi and install the APK via download manager.
I do it all the time with Chinese android tablets with no market access.
Or Bluetooth it from another device.
Or just use the market
LTE EX Galaxy Nexus - 4.0.3 AOSP
Asus Transformer - Revolver OC/UV
JoeSyr said:
Hmm but then what is your method for getting to that apk? If you do it over wifi that seems to defeat the point, no?
Personally I've found that it works just fine to uncheck the boxes for recovery syncing during the setup process, and then just re-enabling them later in settings. (Alternately, not signing into my google account at all until I've performed a backup). That way even if I end up signing into the market to download a recovery app, it doesn't automatically try to re-download everything else on its own.
I'm starting to think that my dropbox solution will be the cleanest, as it'll be a simple step of opening the browser and downloading a single apk every time at the same link.
I bet that the inclusion of a basic file explorer will be one of those headline items in a future android release. A nice basic functionality that the bloggers can rehash to death before anything actually hits.
Click to expand...
Click to collapse
Transfer by USB from my laptop.
Is there a way to do that in which the device will launch the apk you move over? When I copy files over usb, it only ever puts them into whatever directory, and I need a file explorer to interact with them on the phone. And then I'm back to square one, as far as this particular task is concerned (once things are up and running I just use the LAN option in ES file explorer and it's as convenient as could be).
you have the apk in your computer right?
connect the phone to pc, and use adb to install
'adb install <apk_file_name.apk>'
Ah. I haven't used adb since I first unlocked/rooted a few months ago. Guess it probably pays to be a little familiar with those tools; they don't even occur to me when problem solving these days.
JoeSyr said:
Ah. I haven't used adb since I first unlocked/rooted a few months ago. Guess it probably pays to be a little familiar with those tools; they don't even occur to me when problem solving these days.
Click to expand...
Click to collapse
mark thread as solved then, if that solved it
Well a completely in-phone solution would still be nice, but I guess if there were any of those they'd have come up by now.
I'll probably use abd if I'm actively working at my computer and a dropbox download otherwise.

[Q] "The application is not registered" error when I launch kindle reader. Ugh.

[Q] "The application is not registered" error when I launch kindle reader. Ugh.
Very few search results for this error, so I'm out of ideas. It has come up once before but the thread is closed -->
http://forum.xda-developers.com/showthread.php?t=1356441
My reader worked fine for 8 months. Then it updated to version 3.7.0.108.
Now when I click any of the "tabs" such as home, archive, on device, etc... I get this:
"The application is not registered. Trying to register it now. Please try again in a few seconds..."
No book will open, I get an "Invalid Item" error and it suggests I redownload it.
I have a rooted 1st generation KF with GoLauncher on it and ...I dunno if it's a custom rom or what.
I get a blue kindle fire logo when I first power up. I just installed the recommended stuff with the Kindle Fire Utility.
Fixes I've tried:
1. Restarting the device
2. Force stopping the app, then clearing the cache.
3. Going to the play store and choosing "Uninstall". The problem is, this doesn't really uninstall the app, it says something like "this will uninstall all updates to the kindle reader". If I go to settings --> applications, the option to fully uninstall is grayed out.
After doing the google play 'uninstall', the device freezes if I try to launch the reader.
4. Manually reinstalling/updating via the google play store. Now it launches and the device doesn't freeze, but I still get the errors. Also my books are gone but that's no biggie.
I also called tech support. They had me unregister my device from settings --> My Account... and eventually re-register it.
They also had me clear cache. Then those things didn't work they elevated me to level 2 tech support.
I foolishly mentioned I had the go launcher installed, they refused to help any further and insisted the 3rd party launcher was the cause of the problem, and my only fix is to factory reset and stick to the stock software.
So, if you made it this far, thanks for listening... now what?
If you have Root Explorer (or equivelent) for access to system apk files, you could try deleting that app from the /system/app folder, restart the device, go back to the system apps, paste another copy (or version) of that app in there and set permissions to match the other apks in the folder, reboot and hope it might correct the issue. It sounds like a software glitch from the getgo even on un-rooted devices.
howdy, thanks for the idea.
I have root explorer and root access, but when I go to rename or delete anything in that folder, I get "the file cannot be renamed because the file system is read only".
Also, I'm only assuming it's the app called "Kindle for Otter" which is the only one with the traditional kindle reader icon of a dude under a tree reading.
Is there an alternative reader that's still very convenient? Like I don't have to download books via USB or anything, it just monitors the appropriate folders and my freshly-purchased books appear in the list?
CreeDo said:
howdy, thanks for the idea.
I have root explorer and root access, but when I go to rename or delete anything in that folder, I get "the file cannot be renamed because the file system is read only".
Also, I'm only assuming it's the app called "Kindle for Otter" which is the only one with the traditional kindle reader icon of a dude under a tree reading.
Is there an alternative reader that's still very convenient? Like I don't have to download books via USB or anything, it just monitors the appropriate folders and my freshly-purchased books appear in the list?
Click to expand...
Click to collapse
You must just be rooted and not have any custom ROM installed otherwise you could mount the system/app folder as r/w, meaning you probably don't have Superuser installed? Superuser is supposed to be installed when you root the device with the Kindle Utility but I couldn't get it to do it. Since you are rooted then you could try the MoDoCo ROM as it is based on Amazon's own 6.3.1 software and includes the Kindle Reader, Amazon app store and everything that is included with the stock software. In addition it includes the Google services framework and Playstore so you can have the best of both worlds, Google and Amazon. It runs much better than stock and I just flashed it onto my wife's Kindle and she is pretty satisfied with it.
There are plenty of decent reader apps and my suggestion would be try many different ones until you find a suitable one.
Josepho1997 said:
Actually, you just have to click the button on the top of root explorer. It should says "Mount R/W" Click it. Now you should be able to delete it and replace it.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
Yes that is true but if Superuser (or equivelent) isnt present it doesnt work to well
Well, the mountR/W thing worked, and since then I've gone through a bunch of stuff.
And I'm back to square one. But read anyway if you're bored.
I'm a the point where I could reluctantly nuke everything and start over, I guess that would involve reflashing the rom
and reinstalling all apps?
Here's what I've tried:
• Replaced kindleforotter.apk, set permissions, and rebooted, when the kindle came back up it went straight to the stock launcher... weird.
Maybe cuz GoLauncher coincidentally updated.
• At this point I should click that APK, right? But, curious, I went to my books tab.
All my books are there but missing covers. Some have a down arrow/download icon, others don't.
• 4 books without the icon successfully redownloaded after an error, and were readable.
Sadly these are all older books and the other 20 or 30 books would not do anything when tapped.
• Next I tried reinstalling the app by clicking the kindleforotter.apk I downloaded. It reinstalled, I rebooted,
clicking the shortcut still doesn't work but I went back to the books tab in my kindle launcher.
Now, none of the items launch. The "Invalid Title" items give that error again, but this time they do not redownload.
• I tried removing everything from sdcard/Books and sdcard/Kindle and rebooting. Now only those 4 'lucky' books show up.
But they no longer open when tapped. Looks like it's trying to launch the reader but it crashes.
• Tried manually resending the latest book to my kindle via Amazon's website. It didn't show up.
• So I clicked Sync under my settings icon, and that really hosed it. The kindle launcher would infinitely crash and reopen.
• Since that's worse than the original issue I just updated the reader via the play store, getting myself back to square one.
Thanks if anyone has any other ideas... or some less painful way to reinstall this app completely without wiping out everything.
Sounds like a big mess.....you might just have to start over from scratch. At least that "should" clear up the misc. errors you're receiving. You'd have to re-root if but that process is simple. Reinstalling apps might take a little time but would be worth it if it corrects the issue. The Kindle's stock software (or any software) is not immune to undesirable performance.
One basic correction attempt with software and operating systems is to wipe it clean and re-install. I've had many PCs that had to be wiped and the OS re-installed to fix messed up stuff. Usually we try to re-install apps first to see if it corrects it......sounds like you've already done that.
You could always just find an alternative reader
Howdy... I went ahead and tried support one more time (sometimes you get lucky) but they had no ideas other than a factory reset. I'm gonna look into modaco.
edit: on the off chance you come back to this thread,
I factory reset, installed modaco via TWRP, have one problem.
Books work fine. But I can't access my apps.
When I click the "Apps" tab at the top, the screen flashes briefly and then I'm right back to the usual home screen
(aka the default kindle launcher screen).
I seem to remember a notification (with an amazon icon) about pending app downloads, in the bar at the top.
I skipped over it to check on my books. Now it's gone, and I can't get it back or view a list of apps on the system.
What gives?
CreeDo said:
Howdy... I went ahead and tried support one more time (sometimes you get lucky) but they had no ideas other than a factory reset. I'm gonna look into modaco.
edit: on the off chance you come back to this thread,
I factory reset, installed modaco via TWRP, have one problem.
Books work fine. But I can't access my apps.
When I click the "Apps" tab at the top, the screen flashes briefly and then I'm right back to the usual home screen
(aka the default kindle launcher screen).
I seem to remember a notification (with an amazon icon) about pending app downloads, in the bar at the top.
I skipped over it to check on my books. Now it's gone, and I can't get it back or view a list of apps on the system.
What gives?
Click to expand...
Click to collapse
That's odd......I never experienced that with MoDaCo. Did you wipe everything before you flashed MoDaCo (cache, dalvik, factory reset and system)? There were slight bugs with MoDaCo I noticed but nothing like that. Try reflashing but dont wipe sd card
guitarman2010 said:
That's odd......I never experienced that with MoDaCo. Did you wipe everything before you flashed MoDaCo (cache, dalvik, factory reset and system)? There were slight bugs with MoDaCo I noticed but nothing like that. Try reflashing but dont wipe sd card
Click to expand...
Click to collapse
I'll see if I can do that. One worry I had... I see modaco is offered in more than one place, and seems to have some options with the installation...
can you point me to a specific zip file that you know for sure is a good working one? Otherwise, I'll assume my zip is good but my wipe wasn't. I just factory reset and never messed with dalvik and the rest, I'm guessing that's all important...
CreeDo said:
Very few search results for this error, so I'm out of ideas. It has come up once before but the thread is closed -->
http://forum.xda-developers.com/showthread.php?t=1356441
My reader worked fine for 8 months. Then it updated to version 3.7.0.108.
?
Click to expand...
Click to collapse
I had the same problem. Solved it by going back to an earlier version of the app.3.6.0.87.
Hey, just wanted to thank you, I reinstalled modaco, but first did the cache wipe and dalvid wipe from the TWRP menus. Apps tab works fine now. Books too.
So far only one minor hiccup... the apps I had formerly installed via GoLauncher. I logged into google play, redownloaded one of them (DrawSomething) and specified that it send the app to my Kindle Fire from the dropdown. It gave me something like "this app will be installed shortly". But I never got anything... no download, no notification. Did it a second time and same deal. Eventually I downloaded it from the Amazon app store, but I'm worried apps from Google Play won't work easily anymore.
Do you know what I should do if I need an app from Google Play?
Had same problem
In case it helps anyone else. I had the same problem. Turns out that the google play store (which remember doesn't come standard with a Fire) had updated the Amazon Kindle application. I went into the play store and uninstalled (un-updated) the Amazon Kindle app and then everything worked.
Good Luck!
Old version solved it!
mochamoo said:
I had the same problem. Solved it by going back to an earlier version of the app.3.6.0.87.
Click to expand...
Click to collapse
I have a rooted 1st gen KF running a cyanogen ICS ROM where the Kindle app had been working fine for a while, but suddenly wasn't registered and I couldn't even get the register dialog to display. Found the 3.6.0.87 apk online, installed it and it works fine now.
FYI 3.6.0.87 works on non rooted
pofigster said:
I have a rooted 1st gen KF running a cyanogen ICS ROM where the Kindle app had been working fine for a while, but suddenly wasn't registered and I couldn't even get the register dialog to display. Found the 3.6.0.87 apk online, installed it and it works fine now.
Click to expand...
Click to collapse
This fixes the same problem for non-rooted Kindle Fires where you are running an sideloaded launcher and the Kindle book app and need to reregister.

Rooted successfully, have play store app but won't open...help

I properly rooted my Kindle fire HD. I then tried to install the play store app. I went to about 5 or 6 different website with similar but different instructions how to get the play store app working. For the life of me I can't get it to work. I have all the files installed and it shows the play store app on the device but when I click on it nothing happens. It will let me install the program but when I click open it does nothing. I've restarted it, tried different tips from different websites and am completely at a loss for what my next trouble shooting tip needs to be.
Also, I saw where you can remove the ads by changing the extension name of a file to .bat or go in and uncheck some boxes, both in the super user ES3 folders and neither one will accept the changes.
Please help my sanity.
Biggredd2069 said:
I properly rooted my Kindle fire HD. I then tried to install the play store app. I went to about 5 or 6 different website with similar but different instructions how to get the play store app working. For the life of me I can't get it to work. I have all the files installed and it shows the play store app on the device but when I click on it nothing happens. It will let me install the program but when I click open it does nothing. I've restarted it, tried different tips from different websites and am completely at a loss for what my next trouble shooting tip needs to be.
Also, I saw where you can remove the ads by changing the extension name of a file to .bat or go in and uncheck some boxes, both in the super user ES3 folders and neither one will accept the changes.
Please help my sanity.
Click to expand...
Click to collapse
Uninstall the Play Store in whatever way you can (such as using ES File Explorer), then use the KF Fist Aide tool to install the Play Store again. It also has an option to remove the Amazon ads too.

Categories

Resources