You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

On this page

Overview

...

  • a Windows PC or a Mac
  • a BlackBerry 10 device
  • a USB cable compatible with the PC and the device

Installing the required software on your PC

Downloading the BlackBerry Native SDK tools for your PC

Windows PC
Mac

Preparing your BlackBerry 10 device

...

  • Connect the device to your PC with the USB cable
  • On the device, open the Settings application
  • In the Settings application, navigate back to the main screen if necessary, and then to Security and Privacy
  • From Security and Privacy, navigate to Developer Mode
  • Enable Developer Mode; enter the device password for confirmation
  • Note down the IP address of the device: it should be in the form of 169.254.x.y (usually, 169.256.0.1)

Installing the application

...

  • (on Windows) Press Windows+R; type cmd and press Enter⏎. This should open a command window
  • (on Mac) Open Applications → Utilities → Terminal. This should open a command window
  • enter the command cd <full path to the host_10_3_0_2702 directory> and press Enter⏎. To easily enter the full path to the host_10_3_0_2702 directory, you can drag and drop it on the command window

  • (on Windows) enter the command cd win32\x86\usr\bin and press Enter⏎
  • (on Mac) enter the command cd darwin/x86/usr/bin and press Enter⏎
  • enter the command blackberry-deploy -installApp -device 169.254.x.y -password <device password> <full path to the BAR file> (where 169.254.x.y is the IP address of the device), and press Enter⏎. To easily enter the full path of the BAR file, you can drag and drop it on the command window
  • ...
  • No labels