kindle-fire

ADB cannot detect my Kindle Fire on Windows 7, but Device Manager can

旧城冷巷雨未停 提交于 2019-12-17 19:38:11
问题 So I've thrown the book at this problem and think I've isolated the cause. I've downloaded and installed JDK 32 and 64 bit. I've installed the Android SDK as needed. I've modified android_winusb.inf inside of the google-usb-driver to include the Kindle Fire device IDs. I tried downloading the kindle fire windows 7 driver from amazon (as described in the answer here), and using that. I tried modifying that driver to include the fire device ID in the x86 section. I've killed and restarted adb

How-to suppress Search icon on Kindle Fire Menu/Actionbar

白昼怎懂夜的黑 提交于 2019-12-13 14:50:22
问题 A Search Icon appears in Kindle footer area (which I think is sort of an actionbar). It always appears on all my activities but I don't have search functionality on every activity. How do I get rid of it? Please note, I think there is a way since I have seen applications that do not have the search in the footer menu/actionbar on every screen. 回答1: According to the Kindle Fire User Guide page 8, section Content Bar, the search button helps users search their content library, not search within

Kindle Fire: PopupMenu$OrientationChangeListener leak

痴心易碎 提交于 2019-12-13 04:50:49
问题 I have a little popup menu that anchors on a button in the action bar. This works well on 3.0/3.1 Xoom and Galaxy tabs, and a 4.1 Nexus 7. However, on a 7" Fire HD (this one), I get an error about a leaked intent receiver when exiting the application. The error occurs only if the menu was not opened during that run. There is no mention of OrientationChangeListener in the one copy of the source I've found; I suspect Amazon has a different implementation. Questions : Has anyone encountered this

How does sendtokindle/Reader/Reading View works?

ε祈祈猫儿з 提交于 2019-12-13 02:18:40
问题 As Tile says, I know there is couple browser e.g. Safari, Firefor, Amazon Silk browser supporting the "reading mode" which can turn any blog/web/news article into a pure text article without any other elements(beside the pics already in the article). I was wondering how the "reading mode" could be implemented through a web based application ?(I knew the "SendToKindle" plugin for Chrome is something have this kind of function) But I have no idea how this is been implemented. Any one knows

Cannot install ADB for Kindle Fire HD

时间秒杀一切 提交于 2019-12-12 15:15:54
问题 I'm trying to root it although after i install the correct ADB drivers, when I plug in my Kindle fire HD 7", Kindle Fire -> Android Composite ADB Interface. does not show up in device manager, hence I cannot preform the root. I have added 0x1949 to the adb_usb.ini. I have tried removing all drivers including the phatom ones restarting then reinstalling. I have turn ADB in setting to on in the kindle. 回答1: I've found for some devices that don't play nice the Universal driver from Koush does

Kindle Fire and Google Maps api

孤街醉人 提交于 2019-12-12 12:23:20
问题 We're developing an app with some map features, with <uses-library android:name="com.google.android.maps" /> in the manifest. It runs well on a Xoom and a Galaxy Tab, as well as several phones. It also runs fine in one of the Google APIs emulators. When installing to the Kindle Fire, we get [2011-12-20 16:25:04 - android] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-12-20 16:25:04 - android] Please check logcat output for more details. [2011-12-20 16:25:04 - android] Launch

How can I open ~/.android/adb_usb.ini for the Kindle Fire?

无人久伴 提交于 2019-12-11 00:36:29
问题 This is a pretty basic question, but I can't figure out how to get to the ~/.android/adb_usb.ini file in order to edit it so I can develop on my Fire. What does the ~ mean? Where is .android? Just a little confused... 回答1: ~ is a shortcut for the home directory that usually has your name on it, the longer variant is usually /Users/yourusername . .android is therefore found under /Users/yourusername/.android . Note that files and folder which begin with a dot are considered hidden. This means

FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY isn't set for intents from history

人走茶凉 提交于 2019-12-09 03:11:17
问题 In my activity: <activity android:name=".MainActivity" android:screenOrientation="landscape" android:launchMode="singleTask" android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" /> I use onNewIntent to handle new intents. I don't need to process intents from history and in the beggining I've put this code if ((intent.getFlags() & Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY) != 0) { return; } However this flag is not set for the history intents on Kindle Fire . On other android

Setting margins on RelativeLayout doesnt work on Kindle Fire

ぃ、小莉子 提交于 2019-12-08 03:51:05
问题 This is similar to my previous question but it didnt work with the Kindle Fire (2.3.4). I used a FragmentTransaction to add a Fragment into a FrameLayout. I want to dynamically change the margin of the RelativeLayout used by the Fragment. However, the margins are not changing with FrameLayout.layoutParams on the Kindle Fire. However, this works on 3.2.1. I also tried using setMargins() and it didnt work. Does anyone know how I can dynamically change the margins on the Kindle Fire? public View

How can I detect kindle fire with javascript?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-05 17:42:42
问题 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