kindle-fire

Android - Image picker doesn't work on Kindle Fire?

。_饼干妹妹 提交于 2019-12-05 07:22:07
I have the following code to display an imagepicker. After user picks an image onActivityResult gets called, to return me the data for the selected image. On kindle however, I get a resultCode of 0, and data as null. Anyone else has noticed this problem before? This problem happens only on kindle fire. startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), SELECT_PICTURE); I'm running into this exact same issue. Prior to the recent Kindle Fire update, which happened a few days ago for me, picking images from the gallery worked fine

Kindle Fire, Fire phone, and Amazon TV Emulators

让人想犯罪 __ 提交于 2019-12-05 06:37:02
问题 I was trying to create Kindle Fire emulators to test apps for Kindle Fire tablet, fire phone, Amazon TV. I've followed the documentation but I couldn't create emulators for these. Can anybody tell me that whether Amazon is giving support for emulators or not? 回答1: You need a basic SDK development setup using the Android SDK Manager with the latest versions of the following downloaded: Android SDK Tools Android SDK Platform-tools Android SDK Build-tools Android 4.2.2 API 17 SDK Platform

Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY on Kindle fire

别等时光非礼了梦想. 提交于 2019-12-04 03:42:03
问题 I am trying to run the demo android maps project(MapsDemo) that comes along with the Android SDK (Google API 10) on my Kindle Fire but it throws this exception when the application is installing. [2012-01-31 23:01:15 - MapsDemo] Installing MapsDemo.apk... [2012-01-31 23:01:17 - MapsDemo] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2012-01-31 23:01:17 - MapsDemo] Please check logcat output for more details. and Log Cat 01-31 23:06:01.206: D/PackageManager(1372): Scanning package

How can I detect kindle fire with javascript?

天大地大妈咪最大 提交于 2019-12-04 02:04:43
I'm trying to detect with javascript if my website is running on a kindle fire mobile device. I've tried with navigator.userAgent and navigator.appVersion but I get this results on kindle : 5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 and Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 What can I use form those strings to know that I'm on a kindle and not on other device? The User Agent String for Kindle Fire is: Mozilla/5.0 (Linux; U; Android 2.3.4; en

Emulator for Amazon Kindle

…衆ロ難τιáo~ 提交于 2019-12-03 11:50:47
问题 My app would work very nicely on the new Amazon Kindle Fire, but it would be nice to test it and remove any kinks before they flood onto the market! Is there an emulator of the kindle fire available 回答1: Quoting the documentation: It is possible to configure a standard Android emulator to simulate the Kindle Fire device platform. You should configure your emulator with the following characteristics: Width: 600px Height: 1024px (note that the device will reserve 20px of the height to display a

SDK options is not available for Kindle Fire in Eclipse?

纵然是瞬间 提交于 2019-12-03 06:26:51
I have followed the procedure to set up the development environment for Kindle Fire in Eclipse from the Amazon Site . Though I added the add-on URL in 'Manage Add-On Site' option correctly, still Android SDK Manager is not displaying the following options for downloading: Android 4.2.2 (API 17) SDK Platform ARM EABI v7a System Image Intel x86 Atom System Image Kindle Fire HD 7″ (3rd Generation) Kindle Fire HDX 7″ (3rd Generation) Kindle Fire HDX 8.9″ (3rd Generation) Now I am able to see only : Any clue ?? Suggestion ??. Kindle Fire HD 7″ (3rd Generation) Kindle Fire HDX 7″ (3rd Generation)

How to embed a high-resolution icon in a non-Amazon-AppStore Kindle Fire app?

不羁岁月 提交于 2019-12-03 05:55:18
问题 So it looks like the Kindle Fire supports sideloading, which is great, and supports it even without the use of ADB - a user can download an APK and tap on the "download complete" notification just as on any normal Android device. However, when I actually try loading my app this way it looks really crappy in the Kindle's app launcher screen - it's kind of low-resolution in the "Apps" screen and it's extremely low-resolution as a recently-opened item on the home screen. It appears to be using

Debugging Adobe AIR apps on Kindle Fire

。_饼干妹妹 提交于 2019-12-02 20:46:16
问题 Possible? I think to do this I need to upgrade the AIR runtime on the Fire to 3, but the version in the app store won't install. I can't create an AIR apk that is both captive runtime and debug that I know of, so the debug version of the app has to run on the AIR runtime installed. Since the Fire comes with 2.7, 3.x apps won't run in debug mode. Has anyone managed to get AIR 3 running on a Fire without using captive runtime? 回答1: To update AIR on your KF you have to get root privileges. Also

Debugging Adobe AIR apps on Kindle Fire

淺唱寂寞╮ 提交于 2019-12-02 09:51:27
Possible? I think to do this I need to upgrade the AIR runtime on the Fire to 3, but the version in the app store won't install. I can't create an AIR apk that is both captive runtime and debug that I know of, so the debug version of the app has to run on the AIR runtime installed. Since the Fire comes with 2.7, 3.x apps won't run in debug mode. Has anyone managed to get AIR 3 running on a Fire without using captive runtime? To update AIR on your KF you have to get root privileges. Also keep in mind that android build on KF doesn't have any copy command (it cut off). So the best way I found is

Kindle Fire Customize Soft Key menu

落爺英雄遲暮 提交于 2019-12-02 09:25:13
问题 Does anyone know how to remove or hide the menu and search buttons from the soft key menu. I'd like to accomplish what is being done in the Pulse app where the search button is hidden or the Kindle Fire help & feedback app where both the search and menu buttons are hidden. I was curious if they are actually modifying the soft key menu, or making the app fullscreen and placing a graphic of the menu in it's place. I'm aware of This post, which does not adequately answer the question, as there