1. jeroen_13's Avatar
    How-to; install an app without localbar !
    normally you've to install an app with DDPB or an other program.
    today i'll show you how you can install an app, wireless and without the BB Playbook USB cable !
    NOTE; YOUR PLAYBOOK HAS TO BE IN DEVELOPER MODE
    1. Download and unzip (@ your drive C:\ ) Commandlinetools.zip

    2. open CMD.
    //TYPE IN SOMETING LIKE THIS;
    (or an other location where you've saved the files.

    Code:
     
    cd C:\blackberry.tools.SDK\bin
    then type/fill in this;

    Code:
    blackberry-deploy -installApp -password <PLAYBOOK-PASSWORD> -device <IP> -package "C/path-to-your-app.bar"
    then copy it, paste it into CMD an hit ENTER

    You'll see something like this;

    Code:
    C:\blackberry.tools.SDK\bin>blackberry-deploy -installApp -password 112 -device 192.168.2.38 -package "C:\Documents and Settings\XXXXX\Bureaublad\myapp.bar"
    Info: Sending request: Install
    Info: Action: Install
    Info: File size: 3529798
    Info: Installing ...
    Info: Processing 3529798 bytes
    Info: Progress 15%...
    Info: Progress 20%...
    Info: Progress 45%...
    Info: Progress 73%...
    Info: Progress 76%...
    Info: Progress 78%...
    Info: Progress 82%...
    Info: Progress 88%...
    Info: Progress 94%...
    Info: Progress 100%...
    actual_dname::jeroenwebsiteapp8a25eead9d54e7db516b86fc38b75f77.gYABgHl8I.55wO0W.67_QQofP8A
    actual_id::gYABgHl8I-55wO0W-67_QQofP8A
    actual_version::1.1.0.0
    result::success
    
    C:\blackberry.tools.SDK\bin>
    now it should be installed on your playbook !


    Jeroen
    Princepia likes this.
    04-27-12 10:10 AM
  2. Fubaz's Avatar
    very nice
    04-27-12 10:15 AM
  3. collapsed's Avatar
    You can also do this with DDPB...Just connect both your PB and ur pc/laptop to the same network , activate development mode and check your ip...
    04-27-12 10:30 AM
  4. GreyGhostRos's Avatar
    Yeah.. I use this method to install off Ubuntu
    04-27-12 10:41 AM
LINK TO POST COPIED TO CLIPBOARD