Menu
  • HOME
  • TAGS

crop image in amazon kindle devices by using crop intent

android,image,android-intent,amazon,kindle-fire

Try to use some custom library for croping : https://github.com/edmodo/cropper https://github.com/jdamcd/android-crop ...

Detecting Display settings (Adjusted or Default ) in Amazon Fire TV

android,kindle-fire,kindle,amazon-fire-tv

Looks like there is a way to detect if the user has run the overscan wizard and accepted a setting (either no overscan or applied one). If you were to use this to prompt the user to adjust (and I can't find a way to launch the wizard directly) you...

Deploying to Amazon Fire TV over USB

adb,kindle-fire

ADB over USB is not possible on the Fire TV, so you can't just connect it to a PC via USB. ADB over USB is possible on the Fire TV Stick however. (source) Your only option for the Fire TV is to root it. Rooting would allow you to connect...

Connecting Kindle Fire to Android Studio on Mac OS X

android,android-studio,avd,mobile-application,kindle-fire

Thanks to the comments added to my post, I have been able to figure out an answer for all 3 of my issues. The Kindle Fire USB Driver is for Windows users only. Mac/Linux users don't need to worry about it. (@Christina) I was trying to add the SDK simply...

Amazon Kindle Fire AVD

android,amazon,emulator,avd,kindle-fire

Kindle Fire emulators have been discontinued and no longer available to download. Instead, you can create a virtual device with the same specifications as a Fire tablet or phone. See their official guide on Testing without an Amazon Device....

Amazon SDK Tester initiateItemDataRequest does not return products

android,in-app-purchase,amazon,kindle-fire

finally found the very easy solution. It seems that Huawei blocks the local filesystem on the phone if the device is connected to the computer. Because of this, the SDK Tester cannot read the amazon.sdktester.json File. And this is finally the reason why I did not receive any IAP-Products. So...