How To Root Amazon Kindle Fire In One Click

Well well well, it seems Amazon was true to their word after all, and the newly shipping Kindle Fire is indeed wide open for those that want to get at its inner workings, allowing customization of the underlying Android operating system.
Kindle Fire Root
While Amazon had said that it wouldn’t stand in the way of anyone wishing to take a spanner to its Kindle’s software, it wouldn’t have been the first time a hardware manufacturer had reneged on a promise, so we’re glad to see they have played ball.
So, how do you get that ball rolling? Turns out, it’s actually pretty easy.
Enable ADB Access
If you’re the kind of person that likes to get intimate with your Android hardware, access the file system and generally get your hands dirty, then you’ll be needing ADB access, or Android Developer Bridge for those not all acronym’d up.
To get access, you’ll need to get hold of the Android SDK from here and then add the Vendor ID for Amazon’s Lab126 (0×1949) to the adb_usb.ini file. Chances are that if you’re doing this, the previous sentence made perfect sense to you, but if not, a quick Google search will yield the information about the Android SDK that you require.
Step 1: Go to %USERPROFILE%\.android , once you’re there, edit the adb_usb.ini file and add the following line at the end:
0x1949
Save and exit.
Step 2: Navigate to the location where you have installed the Android SDK; open the folder labeled google-usb_driver and hunt down the android_winusb.inf file and under the following lines under the [Google.NETx86] and [Google.NTamd64] sections:
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
Save and exit the file. That’s it, you’re done with the ADB part.
Enable Root Access
Step 1: Plug in your Kindle Fire to your PC, we’re assuming you’ve already plugged it in since you did go through the above written ADB hassle.
Step 2: Open Device Manager from your PC, and under “Other Devices”; you should see the Kindle Fire, now select the android_winusb.inf file.
Step 3: Enable installation of apps from Unknown Sources. You can do so by tapping the top-most bar on your Kindle Fire and navigate to Choose More and head over to Device, over there you should see a listed device.
Step 4: Head over to this thread over at XDA and download the SuperOneClick tool.
Step 5: Run SuperOneClick and simply click on the Root button on the top-left of the tool, that’s all. You now have a rooted Kindle Fire with complete Superuser access. Refer to the screenshot below if you’re still confused where / what to click.
4yZXg
Amazon has also given users the option of installing third-party apps onto the Fire, with just one option needing switching on in order to give apps the green light.
We’ll go through the drill one more time just to make it more clear on how to install third-party apps; head on over to Settings, and then Device. You’ll want to turn on ‘Allow Installation of Applications’ and hit OK when the warning box pops up. Amazon will warn about possible security risks, but we’re sure you’ll be fine with that given the plus side to installing your own apps.
That’s it, your $200 android tablet just got a whole lot more interesting, not to mention more useful. Awesome!
(source XDA)
You can follow us on Twitter, add us to your circle on Google+ or like our Facebook page to keep yourself updated on all the latest from Microsoft, Google, Apple and the web.

How to Root Your Kindle Fire

No Android device is really yours unless you have root access. Here's how to install the Android SDK and root your Kindle Fire.

1 5:55 am
Amazon's Android-powered Kindle Fire e-reader/tablet has arrived, which means only one thing: Eager Android enthusiasts everywhere will buy one and hack it so they can get superuser access, or "root" it. Root your Kindle Fire, and you can potentially install a custom Android ROM that lets you use your Kindle Fire as a full-featured tablet, install and use Android apps that require root privileges to add features and access your Kindle's system guts, and more. (You can even add support for the complete Android Market, but that's a separate guide.)
Credit for this specific Kindle Fire root method goes to Android Forums user "death2all110." In order to perform it, you'll need the Android SDK and a special root app called SuperOneClick. Don't worry, though--we'll show you how to do it from scratch.
Step 1: Turn on your Kindle Fire and tap the top bar, near the battery and Wi-Fi icons; press More... from the drop-down menu, then Device, and tap Allow Installation of Applications to On.
Step 2: Download the Android SDK from the Android Developer site. Get the version with an installer app (installer_r15-windows.exe).
Step 3: Download the Java Development Kit (version 7, at the time of this writing). Make sure to download the appropriate version of the Java Development Kit for your PC--I'm on a 32-bit Windows 7 PC, so I downloaded the Windows x86 version.
Step 4: Install the Java Development Kit. Make sure you do this before you install the Android SDK. All you need to do is to open the installer file you downloaded (mine was called jdk-7u1-windows-i586.exe) and click through the installer wizard.
Step 5: Install the Android SDK. Simply open installer_r15-windows.exe and follow the instructions. Once the Android SDK is finished installing, the SDK Manager app will automatically open with a list of software packages you can download. Go ahead and install all the prechecked packages, but make sure that the Google USB Driver package (listed under Extras) is checked. You'll need this file to let your PC communicate with the Kindle Fire. Wait for SDK Manager to download install and all the packages, and don't panic if it asks you for permission to kill a server or process. Just click OK until it's all done with the install process.
Selecting packages to install in the Android SDK Manager.Selecting packages to install in the Android SDK Manager.
Step 6: Now that you have the SDK installed, you'll have to make two quick modifications to it before you can root the Kindle Fire. First, open up your User Account folder in Windows (C:\Users\(Your Account Name), find the new ".android" directory, and find a file called adb_usb.ini. Open it up in Notepad, add a new line at the bottom of the document, and type 0x1949. Make sure that string is on its own line in the document, save it, and close it. Next, go to wherever you installed the Android SDK itself (probably C:\Program Files\Android\android-sdk), and navigate to the \extra\google\usb_driver\ directory. Find the file called android_winusb.inf and open it in Notepad. There, you'll want to take the following lines and paste them immediately underneath the [Google.NTx86] and [GoogleNTamd64] headings in the document:
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
Editing android_winusb.inf.Editing android_winusb.inf.
Save the file and exit Notepad. If Notepad doesn't let you overwrite android_winusb.inf when you're saving it, save the edited version to your desktop, and then drag the edited version over to the usb_driver directory to replace the old version with your edited version. Windows may ask you for Administrator permission to replace android_winusb.inf--don't worry, it's fine.
Step 7: Plug your Kindle into your PC. You'll need a micro-USB cable to do this, which the Fire doesn't ship with, so you'll have to buy that cable if you don't already have one that you use with your phone or camera. Windows will probably automatically attempt to install a driver for it, fail, and then mount it as a normal storage device. That's fine, though we may have to change something there later.
Step 8: Now that your PC and Kindle are connected, we're going to open up the Android SDK to make sure it recognizes the Kindle. Open up Command Prompt in Windows (Start Menu, All Programs, Accessories, Command Prompt) and navigate to wherever you installed the Android SDK.
Don't remember your DOS commands? That's okay--just open up the Command Prompt and type cd followed by the file path to the platform-tools directory (for example: cd C:\Program Files\Android\android-sdk\platform-tools\). Once you're there, type adb kill-server, press Enter, type adb devices, and then press Enter again. You should see the Command Prompt return with "List of devices attached" and a string of numbers followed by "device"--that means the Android SDK recognizes the Kindle is attached, and you're ready to proceed to the next step.
Checking to see if the Android SDK can locate the Kindle Fire via USB.Checking to see if the Android SDK can locate the Kindle Fire via USB.
However, if you don't have any devices listed, it probably means that Windows isn't using your Android SDK USB driver to communicate with your Kindle Fire. Go to Control Panel in Windows, open Device Manager, and scroll down the list of devices until you find your Kindle listed. Right-click the listing and select Update, then click Browse my computer for driver software, Browse, and navigate to the directory that holds the file you edited earlier called android_winusb.inf--probably C:\Program Files\Android\android-sdk\extras\google\usb_driver. Click Next; Windows should now switch over to the Android SDK USB driver for your Kindle. Go back to the Command Prompt; type adb kill-server, press Enter, then type adb devices, and press Enter again. You should see something show up under the list of attached devices.
Step 9: Now you're ready to root your Kindle. All you have to do is download SuperOneClick (and Microsoft's NET 2.0 Framework, if you don't already have it installed), install both apps, open up SuperOneClick, and click Root.
SuperOneClick in action.SuperOneClick in action.
Let SuperOneClick do its thing--the entire process takes a few minutes--and when it's done, go back to the Command Prompt, type adb kill-server, and press Enter. Then, just to be sure, click on the Safely Remove Hardware and Eject Media icon in the Windows Notification Area (usually a picture of a plug with a green checkmark on it), eject the Kindle, and unplug it. Congratulations--you have root access!
Patrick Miller is PCWorld's How-Tos editor. Follow him on Twitter or Facebook.

I am root! — Kindle Fire edition


Amazon’s new tablet reader, the Kindle Fire has been rooted. Early this morning [Death2All110] posted the steps he took to gain root access to his device (which is so fresh out of the box it still smells new). The heavy lifting is done by a package called SuperOneClick which aims to root all manner of phones and devices running Android.
There’s a bit more than the one click necessary, but not by much. Using the Android Developer Bridge in conjunction with the SDK you need to put in a value that will be recognized as the VID. From there, turn on the ability to install apps from unknown developers, re-enumerate the device on your PC and run the one-click package.
What can you do with this? Well, it completely opens up the Android OS so that you can bend it to your will. We haven’t seen any demonstrations yet, but it should be even better than what we saw done with the Sony PRS-T1.

How to root your Kindle Fire

No Android device is really yours unless you have root access. Here's how to install the Android SDK


Amazon's Android-powered Kindle Fire e-reader/tablet has arrived, which means only one thing: Eager Android enthusiasts everywhere will buy one and hack it so they can get superuser access, or "root" it. Root your Kindle Fire, and you can potentially install a custom Android ROM that lets you use your Kindle Fire as a full-featured tablet, install and use Android apps that require root privileges to add features and access your Kindle's system guts, and more. (You can even add support for the complete Android Market, but that's a separate guide.)
Credit for this specific Kindle Fire root method goes to Android Forums user "death2all110." In order to perform it, you'll need the Android SDK and a special root app called SuperOneClick. Don't worry, though - we'll show you how to do it from scratch.

Step 1

Turn on your Kindle Fire and tap the top bar, near the battery and Wi-Fi icons; press More... from the drop-down menu, then Device, and tap Allow Installation of Applications to On.

Step 2

Download the Android SDK from the Android Developer site. Get the version with an installer app (installer_r15-windows.exe).

Step 3

Download the Java Development Kit (version 7, at the time of this writing). Make sure to download the appropriate version of the Java Development Kit for your PC--I'm on a 32-bit Windows 7 PC, so I downloaded the Windows x86 version.

Step 4

Install the Java Development Kit. Make sure you do this before you install the Android SDK. All you need to do is to open the installer file you downloaded (mine was called jdk-7u1-windows-i586.exe) and click through the installer wizard.

Step 5

Install the Android SDK. Simply open installer_r15-windows.exe and follow the instructions. Once the Android SDK is finished installing, the SDK Manager app will automatically open with a list of software packages you can download. Go ahead and install all the prechecked packages, but make sure that the Google USB Driver package (listed under Extras) is checked. You'll need this file to let your PC communicate with the Kindle Fire. Wait for SDK Manager to download install and all the packages, and don't panic if it asks you for permission to kill a server or process. Just click OK until it's all done with the install process.

Step 6

Now that you have the SDK installed, you'll have to make two quick modifications to it before you can root the Kindle Fire. First, open up your User Account folder in Windows (C:\Users\(Your Account Name), find the new ".android" directory, and find a file called adb_usb.ini. Open it up in Notepad, add a new line at the bottom of the document, and type 0x1949. Make sure that string is on its own line in the document, save it, and close it. Next, go to wherever you installed the Android SDK itself (probably C:\Program Files\Android\android-sdk), and navigate to the \extra\google\usb_driver\ directory. Find the file called android_winusb.inf and open it in Notepad. There, you'll want to take the following lines and paste them immediately underneath the [Google.NTx86] and [GoogleNTamd64] headings in the document:
;Kindle Fire%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
Save the file and exit Notepad. If Notepad doesn't let you overwrite android_winusb.inf when you're saving it, save the edited version to your desktop, and then drag the edited version over to the usb_driver directory to replace the old version with your edited version. Windows may ask you for Administrator permission to replace android_winusb.inf - don't worry, it's fine.

Step 7

Plug your Kindle into your PC. You'll need a micro-USB cable to do this, which the Fire doesn't ship with, so you'll have to buy that cable if you don't already have one that you use with your phone or camera. Windows will probably automatically attempt to install a driver for it, fail, and then mount it as a normal storage device. That's fine, though we may have to change something there later.

Step 8

Now that your PC and Kindle are connected, we're going to open up the Android SDK to make sure it recognizes the Kindle. Open up Command Prompt in Windows (Start Menu, All Programs, Accessories, Command Prompt) and navigate to wherever you installed the Android SDK.
Don't remember your DOS commands? That's okay - just open up the Command Prompt and type cd followed by the file path to the platform-tools directory (for example: cd C:\Program Files\Android\android-sdk\platform-tools\). Once you're there, type adb kill-server, press Enter, type adb devices, and then press Enter again. You should see the Command Prompt return with "List of devices attached" and a string of numbers followed by "device" - that means the Android SDK recognizes the Kindle is attached, and you're ready to proceed to the next step.
However, if you don't have any devices listed, it probably means that Windows isn't using your Android SDK USB driver to communicate with your Kindle Fire. Go to Control Panel in Windows, open Device Manager, and scroll down the list of devices until you find your Kindle listed. Right-click the listing and select Update, then click Browse my computer for driver software, Browse, and navigate to the directory that holds the file you edited earlier called android_winusb.inf--probably C:\Program Files\Android\android-sdk\extras\google\usb_driver. Click Next; Windows should now switch over to the Android SDK USB driver for your Kindle. Go back to the Command Prompt; type adb kill-server, press Enter, then type adb devices, and press Enter again. You should see something show up under the list of attached devices.

Step 9

Now you're ready to root your Kindle. All you have to do is download SuperOneClick (and Microsoft's NET 2.0 Framework, if you don't already have it installed), install both apps, open up SuperOneClick, and click Root.
Let SuperOneClick do its thing - the entire process takes a few minutes - and when it's done, go back to the Command Prompt, type adb kill-server, and press Enter. Then, just to be sure, click on the Safely Remove Hardware and Eject Media icon in the Windows Notification Area (usually a picture of a plug with a green checkmark on it), eject the Kindle, and unplug it. Congratulations - you have root access!

Kindle Fire – A Tablet for the Masses?

So, the Amazon “Kindle Fire” tablet is now reality and I believe it will be a big seller. At $199 it is within shouting distance of that “no brainer” gadget purchase price. Best of all, for us consumers, Amazon is forcing the rest of the tablet market to prove their value and “reason for being”.
That doesn’t mean that Motorola, Asus, Acer, Toshiba, Vizio, Samsung and whoever else is making an Android tablet this week is going to be out of business. Oh, and unless Apple hires Leo Apotheker (former CEO of Hewlett-Packard), I very much doubt the iPad is going to be killed off anytime soon.
There is an “if” though, because I’m writing about a device I’ve only seen in demo videos. Problems have been known to become apparent when a million users fire up a new device or service. But, for the sake of this article I’m going to assume that the demos are real, the people that used the demo units are being honest and that Amazon is sticking with their practice of not releasing products until they are ready. Besides, if Amazon doesn’t deliver it will make for an even better article come mid-November.
First let’s talk about the timing of Amazon’s release. It’s about as good as it could get. The product is available for presale now, on the cusp of the fourth quarter, it will be released over a month before Christmas and most importantly, may be available several months before Apple is expected to announce its new iPad model(s).
In designing the Kindle Fire Amazon looked at their target market and only included hardware necessary to support that offering. The device features:
  1. 1 Ghz Dual Core Processor
  2. 7″ multi-touch display with IPS (in-plane switching) technology and anti-reflective treatment, 1024 x 600 pixel resolution at 169 ppi, 16 million colors
  3. Battery Life – 7.5 hours of video or 8 hours of book reading (WiFi Off)
  4. Weight 14.6 ounces (413 grams)
  5. Charges from wall adapter OR computer USB port
  6. Free cloud storage for all Amazon content.
  7. One-month Prime Subscription
  8. 8GB RAM
  9. Amazon Silk web browser (http://amazonsilk.wordpress.com/2011/09/28/introducing-amazon-silk/)
So, Amazon has developed a device that when coupled with their extensive online content library is clearly aimed at the consumer/home market both in price and capabilities. I doubt we’ll be reading stories about the Kindle Fire being used as a Point-of-Sale system or for navigating commercial aircraft.
However, the Kindle Fire has more than enough processing power to provide for smooth video playback, fast app launches and a responsive user interface. The display is bright, has a higher pixel density than the iPad 2, and (hallelujah!) an anti-reflective screen.
If the battery life lives up to the claims it’s more than acceptable for consumer use and being able to charge the device from either the wall or a standard USB port makes it less likely you’ll have to carry, or hunt for a high-amperage charger when needed. Basically, you’ll be able to charge it with the same charger or cable you’re using for a number of other devices in your home or car.
The Kindle Fire comes with 8GB of storage space and no slot for extra memory. I believe that is going to be sufficient when you consider Amazon is also including free storage on their cloud system. To give you an idea I looked at memory usage on my iPad where I have over 350 apps installed and they only take up about 3GB of space. For further comparison I checked my T-Mobile G2 phone and found that 150 apps there resided in less than 700MB of memory.
This should leave sufficient room for the device to hold several hours of video, books and a lot of music, and provided there’s a WiFi signal available content can be removed from the device and new downloaded from your online library. Once you have purchased content from Amazon it is always available. I suspect that Amazon will charge for non-Amazon content that is uploaded to their service much as they do with their existing MP3 library service (the first 5GB of non-Amazon content is free and 20GB of storage costs $20/year with higher limits available.).
What may also aid in the Kindle Fire being a game-changer is their new “Silk” browser. Amazon is attempting to split the workload of the browser between their “EC2” cloud service and the device. They’ll be caching pages in their cloud service as well as making intelligent guesses (based on data gathered from all of their users) at what links you’re likely to follow and pre-downloading them to the device. They’ll also be optimizing (shrinking) graphics and other content so that it is only the quality and size necessary to look good on the Kindle Fire’s display. Companies like AOL, Opera, Skyfire and a few others have tried similar, albeit less complex, schemes in the past. If Amazon can succeed in speeding up the browsing experience it would become another significant differentiator between them and the competition.
Amazon’s choices of what features they didn’t include in the Kindle Fire are almost as important as the features they did. Amazon’s new tablet reportedly does not include:
  1. GPS or Accelerometer (G-Sensor)
  2. Bluetooth Radio
  3. 3G/4G Radio
  4. No Microphone
  5. No Cameras
  6. No Memory Expansion Slot
  7. No HDMI/mini HDMI port
All of these missing features were shaved to reduce cost, size/weight and battery usage. The only item on the list that surprises me is the Bluetooth radio as it would allow people to connect their wireless headphones and external speakers. Perhaps one can be added via the device’s mini-USB port, but that smacks of the same connectivity unfriendliness as the iPad Camera Connection kit for the iPad. Dante’ should have included “dongle usage and storage” as one of the “Circles of Hell” .
Some will complain about the lack of a 3G/4G option, but I don’t believe Amazon wanted to include a feature that would require their customers to contract with a third-party company. The cost of providing an all-inclusive 3G package like they offer on the existing 3G Kindle readers would have been too pricey. Customers don’t like metered service, contracts and, in general, mobile carriers. Even the best of the carriers is ranked pretty low on the American Consumer Satisfaction Index.
I’m sure AT&T’s backpedaling on the iPad 3G’s $30/month unlimited package (it’s now $25/month for 2GB) shortly after the iPad 3G was launched also had struck a nerve. It wouldn’t take many movie downloads to more than equal the price of the device in data charges. That may lead to unhappy customers.
On a side note, I’d suggest that anyone absolutely needing 3G/4G service for their Kindle Fire consider purchasing one of the standalone mobile hotspots. For roughly the same cost you could have 4G service (if available) and use it with a variety of devices. There are also some phones offered by the carriers that allow tethering as part of their data plan (My T-Mobile G2 phone is one of them).
The rest of the items are superfluous to the Kindle Fire’s intended use. The Amazon’s development team was not intent on replacing your computer, car navigation system, smartphone or point and shoot camera. The Kindle Fire is a relatively inexpensive device that is meant to fulfill the desire to watch TV shows, movies, play games, read books, newspapers and magazines, listen to music, browse the web and check things like email and personal calendars. My guess is that list covers about 85% of the use most tablets see today and a far higher-percentage of the use predicted for the hundreds of millions of people that haven’t yet purchased a tablet.
Certainly there are going to be people that want a device that has one or more of the features that Amazon did not include. Amazon is gambling that a lot of consumers are going to decide against paying $200 more for some of the fuller featured Android tablets or $300 – $450 extra for a WiFi iPad/3G iPad with GPS capability.
Presently, there’s only one successful tablet maker, Apple and the iPad. I’m looking forward to seeing how Apple reacts to the Kindle Fire. Their response is going to tell us a lot about Apple’s market strategy moving forward. Do they want to be a sales leader in the tablet marketplace or are they content to be the manufacturer of a highly regarded, high-margin luxury model? Steve Jobs once stated that the Macintosh’s market share was greater than that of Porsche, BMW or Mercedes and being the BMW or Mercedes of the computer market wasn’t a bad thing. We’ll soon get to see if that’s still the Apple strategy or if they’re willing to compete based on price in the tablet marketplace. With their locked-in content libraries (iTunes and the Apple App Store) proving to be a significant profit center for Apple the pressure to drop price or produce lower-end iPads might be very tempting.
While Apple is planning its next move the other Tablet makers need to decide in which segment of the market they want to compete. Google (and its licensees like Asus, Acer, Toshiba, Samsung and even Sony) trails both Amazon and Apple badly in availability of streaming video and other saleable content.
Even if Google can improve its content offerings it would be hard for their partner tablet manufacturers to reduce their margins of the units when they will be sharing their profits from the sale of content with Google or even Amazon’s own Android market offerings.
I expect we’ll see some of these guys pull the plug on their current offerings and others re-work their devices to go after the other potentially large tablet segment, productivity machines. Samsung, Asus, and Acer have always been adept at producing lower-cost versions of products. None has ever shown itself to be a market pioneer or provider of entertainment content. This may lead to some of them jumping ship from Android to Windows 8 and its desktop integration, but that’s over a year away and in a marketplace where the lifecycle of a device can be less than two months (HP TouchPad), a year is a long, long time.
Sony’s choices will also be interesting to watch. While their e-readers have been technically competent they haven’t really challenged Amazon or Barnes & Noble in that marketplace. They have two tablets and, of course, their own library of video and music content. In the past they have licensed that to vendors like Apple and Amazon. I doubt they’re going to pull that content from Apple or Amazon, two significant revenue sources; however tablets like the Kindle Fire do pose a threat to their portable gaming devices, and even to their PlayStation 3 consoles.
My guess, Sony will also focus their tablet offerings to compete in the productivity segment and perhaps work a revenue sharing deal with Amazon for content distribution through their PlayStation devices.
For those old-timers out there like me, I expect that the Kindle Fire could have the same impact on the tablet market as the Commodore 64 had on the personal computer industry back in 1982. Commodore’s CEO Jack Tramiel used to proudly claim that he made, “Computers for the masses, not the (upper) classes.
So, we may end up with the two of the highest rated companies for customer satisfaction in their respective markets going toe to toe (Apple is the highest rated Personal Computer Manufacturer and Amazon holds the top spot among online retailers according to the American Customer Satisfaction Index).
For those that enjoy watching the machinations, sparring and outright wars in the high technology industry this should be a great show.

Thousands of Apps and Games Coming To Kindle Fire Next Week

All Kinds of Free Full Games. Download Free Games and Have Fun!
hello
The wait for Amazon’s Kindle Fire is almost over. Just one week to go and then we’ll see if this small tablet can give Apple’s iPad a run for its money. In case you weren’t aware, the Fire isn’t just a color Kindle eReader. You’ll be able to do a lot more with this 199 dollar 7 inch tablet than just read ebooks and magazines. You can surf your favorite sites via WiFi, watch movies, listen to music and install 1000′s of Android apps using Amazon’s AppStore. Current Android tablet and smartphone users are probably already familiar with Amazon’s AppStore, but for those of you that will get your first introduction through the Kindle Fire, the main differences between it and the regular app store (which I doubt you’ll have access to via the Fire), are that purchases will use your existing Amazon acct and Amazon offers a free paid app every day. It’s also good to know that once you download an app from Amazon’s AppStore, that same app will be available on your other Android devices.

Facebook, Pandora, Netflix, Rhapsody, Games from Electronic Arts, Zynga and Rovio, and Several Thousand More Apps and Games Coming To Kindle Fire Next Week

Just like with movies and TV shows, music, books, and magazines, Kindle Fire offers a fully-integrated Android apps and games experience – purchase or register for an app or game once, enjoy it on your Kindle Fire and other Android-based devices – and all apps and games are backed up in the Amazon Cloud for re-download anytime
SEATTLE, Nov 09, 2011 (BUSINESS WIRE) — (NASDAQ: AMZN) – When Kindle Fire customers across the country open their boxes next week, they will be able to choose from several thousand of the most popular Android apps and games, including Netflix, Rhapsody, Pandora, Twitter, Comics by comiXology, Facebook, The Weather Channel and popular games from Zynga, EA, Gameloft, PopCap and Rovio. Kindle Fire customers will be able to download these apps and games without having to register multiple times and using Amazon’s simple and secure 1-Click payment technology. Plus, all apps are Amazon-tested on Kindle Fire for the best experience possible, customers can get a great “paid” app for free every day, and once you’ve downloaded an app from the Amazon Appstore, it’s available on Kindle Fire as well as your other Android-based devices.
“We started talking to app developers everywhere the day we introduced Kindle Fire, and the response has been overwhelming,” Dave Limp, Vice President, Amazon Kindle. “In addition to over 18 million movies, TV shows, songs, books, and magazines from Amazon, we are excited to offer customers thousands of apps and games to choose from on Kindle Fire – from Pandora and Rhapsody to Facebook and Twitter to Netflix, as well as popular games from EA, Zynga and many other top game developers. And this is only the beginning – we’re adding more apps and games every day across all categories.”
With the Netflix app, Kindle Fire customers who are Netflix members can browse and instantly watch unlimited TV shows and movies and resume watching where they left off on their TV or computer. “We’re excited to team up with Amazon to give what we think will be a huge community of Kindle Fire owners the opportunity experience all that Netflix has to offer,” said Bill Holmes, Vice President of Business Development at Netflix. “We’re certain that our members will have a great viewing experience on Kindle Fire.”
“EA is proud to be part of Kindle Fire,” said Bernard Kim, Senior Vice President & Head of Global Sales and Marketing at Electronic Arts. “On Kindle Fire, we’re offering some of the world’s most popular titles with incredible gameplay and breathtaking graphics that anyone can play and enjoy anytime, anywhere.”
“Zynga strives to deliver the best mobile social gaming experiences that can be enjoyed by players anytime and anywhere,” said David Ko, Chief Mobile Officer at Zynga. “Teaming with Amazon to make Words With Friends a featured game on the Kindle Fire provides us with a great way to reach new and existing players on a fresh and exciting device.”
“As Gameloft continues to create games for the mass market, Kindle Fire comes as a very exciting new platform for us to offer our games on,” said Baudouin Corman, Vice President of Publishing for the Americas at Gameloft. “Not only does it provide us with an innovative channel for us to reach new audiences, but the tablet is set to enable a great gaming experience as well. In effect, we plan on providing Kindle Fire customers with a large catalog of top quality premium and free-to-play games.”
“We’re excited to be bringing our massively popular games to Kindle Fire,” said Andrew Stein, Director of Mobile Product Management at PopCap Games. “Kindle Fire is a great gaming device, and consumers will love the touch-screen optimized adaptations of top titles such as Plants vs. Zombies.”
“Personalized radio has the power to enhance all types of experiences anytime, anywhere and we’re thrilled that Pandora is a launch app on the new Kindle Fire,” said Jessica Steel, Executive Vice President of Business and Corporate Development at Pandora.
“We are really stoked to offer our members the Rhapsody experience on one of the most anticipated new devices this holiday season,” said Brian McGarvey, Vice President of Business Development for Rhapsody. “We want to make sure Rhapsody is available on every must-have device, including the Kindle Fire.”
“Being a featured app on Kindle Fire will allow The Weather Channel to continue to fulfill our mission of providing consumers with the most reliable weather information to help plan their daily lives – no matter where they are and what device they use,” said Cameron Clayton, Executive Vice President of Digital Product at The Weather Channel Companies.
Additional examples of apps and games that will be available to Kindle Fire customers include Allrecipes, Bloomberg, Cut the Rope, Doodle Fit, Doodle Jump, Fruit Ninja, Jenga, LinkedIn, Zillow, Airport Mania, Battleheart, Pulse, The Cat in the Hat, Quickoffice Pro, Jamie’s 20-Minute Meals, IMDb Movies & TV, and Monkey Preschool Lunchbox.
Kindle Fire offers more than 18 million movies, TV shows, songs, books, magazines, apps and games, as well as free storage in the Amazon Cloud, Whispersync for books and movies, a 14.6 ounce design that’s easy to hold with one hand, a vibrant color touch screen, a powerful dual-core processor and Amazon Silk – Amazon’s new revolutionary web browser that accelerates the power of the mobile device by using the computing speed and power of the Amazon Web Services Cloud – all for only $199. Customers also enjoy a free month of Amazon Prime, providing access to Prime Instant Video with 13,000 movies and TV shows available for unlimited streaming and the new Kindle Owners’ Lending Library where Kindle owners can now choose from thousands of books to borrow for free including more than 100 current and former New York Times Bestsellers – as frequently as a book a month, with no due dates.
Customers in the U.S. can pre-order Kindle Fire at http://www.amazon.com/kindlefire and it ships November 15. For high resolution images and video of the all-new Kindle Fire, visit http://www.amazon.com/pr/kindle.

Best Kindle Fire Games

Are you looking for and trying to download the best Kindle Fire Games? I have Motorola Xoom and Samsung Tab Tablet and love playing Android games on my tablets. Although not all iPhone and iPad games are available on Android tablets including Kindle Fire, you still won’t have hard time finding great ones as many game publishes also build their games supported on Android platform.
At this point I am still not sure if Kindle Fire supports accelerometer, it would be much more fun if it does. Many Android games do play with accelerometer interaction such as tile the screen to move the game object etc. Kindle Fire comes with Android OS 2.3 and you could access many Android Hot games right the way.
I love collecting  Android Top Game List such as:
  • Top Android Games
  • Best 5 Racing Games for Android
  • 10 Great Android Multiplayer Games
These are my top and favorite games on the go:
1. Angry Birds and Angry Birds Rio
Angry Birds is one of the most popular games on iPhone and Android. The graphics – piggy and bird characters are cutie and background music is great. It has been downloaded for million times. Very addictive and be careful! There are Kindle Fire Free Versions (with Ads) too.
Angry Birds
Angry birds seasons
Best Kindle Fire Games
Best Kindle Fire Games
2. Fruit Ninja
I love slicing fruits as Ninja. This finger game trains my finger movement and response. I’m pretty good at it.
Fruit Ninja game
Fruit Ninja game
3. Cut the Rope (Free)
This game is addictive and I love puzzle solving type. I cut the rope and pop bubbles.
Cut The Rope
Cut The Rope
4. Jeweis
Another Awesome Puzzle Game title.
Jewels on Kindle Fire
Jewels on Kindle Fire
5. Bubble Bluster
This is one of the classic and I’m glad that I could have it on my Kindle Fire.
Bubble Buster on Kindle Fire
Bubble Buster on Kindle Fire
You wouldn’t have hard time to download the best Kindle Fire Games because they are all in Amazon Appstore for Android. Grab and rank your favorite ones at Amazon Best Sellers in Game Apps today.
You may check out the Amazon current Top 100 Kindle Fire Paid and Free Games supported on Kindle Fire as this screenshot. (The ranking is updated regularly.)
Amazon Best Sellers in Game Apps
Amazon Best Sellers in Game Apps
Search tags used to get here
Kindle Fire  game best kindle fire cover kindle fire popular games angry birds how many games are on the kindle fire best kindle games kindle 4 review best kindle fire apps games for kindler fire how do you download games on kindle fire fruit ninja free on kindle fire kindle fire as ebook reader free apps on kindle fire games for Kidle fire cut the rope kindlefire is the kindle fire good for games? amazon kindle fire review kindle fire angry birds kindle fire review angry bird review kindle fire web browsers amazon kindle game ranking amazon fire kindle games download amazon fire fruit ninja Is the game angry birds available for kindle fire games on kindle
No related posts.

Do you know where to find games for your Kindle Fire?

Whether you are looking for Kindle Fire Games or to Download Fire Apps, Amazon has it all for it's Amazon Kindle Fire.

Top Free Apps


Angry Birds Free
Angry BirdsAngry Birds Free by Rovio Entertainment Ltd. 3.8 out of 5 stars
Netflix
Netflix Netflix by Netflix, Inc 3.4 out of 5 stars
Solitaire
Solitaire Solitaire by MobilityWare 3.1 out of 5 stars
Little Piano (free)
Little PianoLittle Piano
Fruit Ninja Free
Fruit NinjaFruit Ninja Free by Halfbrick Studios Pty Ltd 3.1 out of 5 stars
Tiki Golf 2
Tiki GolfTiki Golf 2 by Arb Studios LLC 3.5 out of 5 stars
Angry Birds Seasons Free
Angry BirdsAngry Birds Seasons Free by Rovio Entertainment Ltd. 3.1 out of 5 stars
Bubble Buster
Bubble BusterBubble Buster by SkitApps 3.2 out of 5 stars
MapQuest
MapQuest MapQuest by MapQuest, Inc. 3.7 out of 5 stars
Sudoku Free
Sudoku FreeSudoku Free by Icenta, Inc. 4.1 out of 5 stars

Top Paid Apps


#1: Angry Birds (Ad-Free)
Angry BirdsAngry Birds (Ad-Free) by Rovio Entertainment Ltd. 3.8 out of 5 stars(220) Buy new: $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#2: Plants vs. Zombies (Kindle Fire Edition)
Plants vsPlants vs. Zombies (Kindle Fire Edition) by PopCap Games, Inc. 4.2 out of 5 stars(39) Buy new: $2.99 $1.49 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#3: Cut the Rope
Cut theCut the Rope by ZeptoLab 4.5 out of 5 stars(803) Buy new: $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#4: Angry Birds Rio (Ad-Free)
Angry BirdsAngry Birds Rio (Ad-Free) by Rovio Entertainment Ltd. 3.6 out of 5 stars(2565) Buy new: $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#5: Angry Birds Seasons (Ad-Free)
Angry BirdsAngry Birds Seasons (Ad-Free) by Rovio Entertainment Ltd. 2.8 out of 5 stars(400) Buy new: $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#6: Where's My Water?
Wheres MyWhere's My Water? by Disney 4.7 out of 5 stars(15) Buy new: $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#7: Fruit Ninja
Fruit NinjaFruit Ninja by Halfbrick Studios Pty Ltd 3.8 out of 5 stars(312) Buy new: $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#8: EasyTether
EasyTether EasyTether by Mobile Stream 4.3 out of 5 stars(510) Buy new: $9.99 $4.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#9: Bejeweled 2
Bejeweled 2Bejeweled 2 by Electronic Arts Inc. 3.1 out of 5 stars(370) Buy new: $2.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)
#10: Drawing Pad
Drawing PadDrawing Pad by Darren Murtha Design 4.8 out of 5 stars(6) Buy new: $1.99 $0.99 (Visit the Best Sellers in Appstore for Android list for authoritative information on this product's current rank.)