How do I enable developer options and ADB on a Fire Phone?

13,789

Solution 1

Code Apprentice, The link you provided doesn't show the SDK for firephone. It provides the sdk for fire os 3.0, but not 3.5. Below are the actual links he needs. Those were harder to find since Amazon has duplicate locations for its documentation, and not all of them have been correctly updated yet.

https://developer.amazon.com/public/resources/development-tools/sdk

https://developer.amazon.com/public/solutions/devices/fire-phone/docs/setup

Installing the Fire Phone SDK Add-on (from Android Studio)

Take the following steps in the Android Studio IDE to install the Fire Phone SDK add-on.

  1. In Android Studio, on the Tools menu, under Android click SDK Manager. - or - On the command line, run the following command, where <ANDROID_SDK> is the path to your Android SDK:

    <ANDROID_SDK>/tools/android

  2. In the Android SDK Manager window, verify that SDK Path points to the path to your Android SDK. To modify the path, in Android Studio, on the File menu, click Project Structure, and then update the Android SDK Location.

  3. In the Android SDK Manager window, from the Tools menu, click Manage Add-on Sites.
  4. In the Add-on Sites dialog box, click the User Defined Sites tab, and then click New.
  5. In the Add Add-on Site URL dialog box, enter the following URL:

    https://s3.amazonaws.com/android-sdk-manager/redist/addon.xml

  6. Click OK and then Close. Wait for the Android SDK Manager to refresh, as indicated by the progress bar.
  7. Expand Tools and click Android SDK Tools (latest version), Android SDK Platform-tools (latest version), and Android SDK Build-tools (latest version).
  8. Expand Android 4.2.2 (API 17) and click SDK Platform and Fire Phone SDK Addon. If your SDK Manager is sorted by repository, you can find the Fire Phone SDK under the URL from Step 5.
  9. Click Install n Packages.
  10. In the Choose Packages to Install dialog box, accept the license agreements for the packages, and then click Install.

Note: If you want to download the contents of the Fire Phone SDK without installing the add-on through your IDE, you can get the zip archive at https://s3.amazonaws.com/android-sdk-manager/redist/Fire_Phone.zip

You can also upgrade through the gradle plugin instead, or through Eclipse ADT.

Solution 2

On the Fire phone, the developer options in Settings are hidden by default. To show developer options, do the following:

  1. Open the Settings interface.
  2. Scroll to the Device section and expand the section.
  3. Tap Get info about your Fire.
  4. Now tap any item in the list repeatedly. You must tap the item at least seven times within five seconds.
  5. A Developer Options button appears at the bottom of the screen. Click that button
  6. Set the Developer Options slider to the ON position.
  7. Select USB Debugging.

https://developer.amazon.com/public/solutions/devices/fire-phone/docs/connecting-your-device

Solution 3

for firephone adb connection you need amazon fire phone sdk provided by Amazon. Inside that sdk you find device driver for firephone then you can connect your fire phone to the system rest thing are same you need to go settings then enable developer option there.

Share:
13,789
Mark Scheel
Author by

Mark Scheel

If you are trying to contact me, look up digital construction and find the contact page, fill out the form there. If you are interested in my book on Google Glass, and Google Glass Programming called "Software Development for Google Glass", you can find it on Amazon here: https://www.amazon.com/Software-Development-Google-Glass-information/dp/0990394700/

Updated on June 11, 2022

Comments

  • Mark Scheel
    Mark Scheel almost 2 years

    I have a new Fire phone, the box says "Fire with dynamic perspective" and "fire phone 32gb", it arrived today 7/24/2014.

    I can't figure out how to turn on developer options like in a normal Android device or how to see it in ADB on a Mac or a Windows box. Instructions for older Fire tablets do not work.

    There is no information online about this particular device even