Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Overview of this book

Table of Contents (15 chapters)
LiveCode Mobile Development Beginner's Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – adding Kindle Fire to ADB


It only takes one line of text to add Kindle Fire to the list of devices that ADB knows about. The hard part is tracking down the text file to edit and getting ADB to restart after making the required changes. Things are more involved when using Windows than with Mac because you also have to configure the USB driver, so the two systems are shown here as separate steps.

The steps to be followed for adding a Kindle Fire to ADB for a Windows OS are as follows:

  1. In Windows Explorer, navigate to C:\Users\yourusername\.android\ where the adv_usb.ini file is located.

  2. Open the adv_usb.ini text file in a text editor. The file has no visible line breaks, so it is better to use WordPad than NotePad.

  3. On the line after the three instruction lines, type 0x1949.

  4. Make sure that there are no blank lines; the last character in the text file would be 9 at the end of 0x1949.

  5. Now, save the file.

  6. Navigate to C:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver...