1. leticeberry's Avatar
    I'm able to connect to vpn, but I still get the installing app please wait message, then nothing.

    Posted via CB10
    11-11-14 05:26 PM
  2. GP540's Avatar
    Me too just sits there with new vpn settings and with latest apk

    Passport official os

    In Squircle I Trust
    11-11-14 09:33 PM
  3. ralfyguy's Avatar
    Same here

    Posted via CB10
    11-11-14 09:40 PM
  4. Rebelllious's Avatar
    A little might-help advice to those stuck at "Installing app, please wait".
    When you get this, ensure your development mode is on (sometimes people do miss this) and reboot your device so that when it starts the development mode is on. It is for now the only way I found to solve this. Will keep on trying.
    11-12-14 03:08 AM
  5. leticeberry's Avatar
    A little might-help advice to those stuck at "Installing app, please wait".
    When you get this, ensure your development mode is on (sometimes people do miss this) and reboot your device so that when it starts the development mode is on. It is for now the only way I found to solve this. Will keep on trying.
    I really appreciate your efforts. When you get this up and running, it will be a must have app.
    11-12-14 09:16 AM
  6. D3C0D3R's Avatar
    I really appreciate your efforts. When you get this up and running, it will be a must have app.
    For many it does work and is already up and running!

    For many, they overlook the fact the phone has to already be on the vpn before they try using the app & development mode must be on!

    Praise be unto our Lord Squircle | Passport SQW100-1/10.3.0.1418
    11-12-14 09:24 AM
  7. leticeberry's Avatar
    For many it does work and is already up and running!

    For many, they overlook the fact the phone has to already be on the vpn before they try using the app & development mode must be on!

    Praise be unto our Lord Squircle | Passport SQW100-1/10.3.0.1418
    Those points were NOT overlooked. It just doesn't work for me and some others. I posted my settings here on the previous page. I always make sure I'm connected to vpn and development mode is on.
    11-12-14 10:03 AM
  8. GP540's Avatar
    Still having issues please advise dev mode is on vpn connected

    Please verify this


    Should I be changing the vpn settings to http://vpn.sideload.it? Or as shown

    Sideload.it - sideload any BAR files for FREE (no computer needed!!!)-img_20141112_094130.png

    In Squircle I Trust
    11-12-14 10:43 AM
  9. GP540's Avatar
    Okay so here goes guys
    Restart and try turning off wifi and installing over network

    I'm not sure if it was my router settings or the runtime not liking wifi again.

    But verify against my settings and it should work



    Sideload.it - sideload any BAR files for FREE (no computer needed!!!)-img_20141112_094943.png
    Sideload.it - sideload any BAR files for FREE (no computer needed!!!)-img_20141112_094953.png
    Sideload.it - sideload any BAR files for FREE (no computer needed!!!)-img_20141112_094933.png

    In Squircle I Trust
    D3C0D3R likes this.
    11-12-14 10:51 AM
  10. Rebelllious's Avatar
    Those points were NOT overlooked. It just doesn't work for me and some others. I posted my settings here on the previous page. I always make sure I'm connected to vpn and development mode is on.
    Did you try my previous piece of advice on rebooting the phone?
    11-12-14 01:13 PM
  11. Rebelllious's Avatar
    By the way, now you can like Sideload.it on Facebook. As BlackBerries say, "spread the word"
    https://www.facebook.com/pages/Sidel...48550831864368
    11-12-14 02:05 PM
  12. leticeberry's Avatar
    Did you try my previous piece of advice on rebooting the phone?
    Yes

    Posted via CB10
    11-12-14 06:20 PM
  13. Micki Raffa1's Avatar
    Jvvoiiimr

    Posted via CB10
    11-12-14 07:14 PM
  14. yhamaie's Avatar
    I have just LIKED your Facebook page.

    Meanwhile, would you mind sharing a revised version of https://raw.githubusercontent.com/Re...moteinstall.sh which would display installation in progress?
    11-13-14 12:13 AM
  15. Rebelllious's Avatar
    It's already there.
    11-13-14 02:47 AM
  16. yhamaie's Avatar
    It's already there.
    Thank you so much. Having installed a slightly modified script (as follows) on a CentOS 7 PC at my apartment, I have been executing it from Internet browsers . . . e.g.

    Code:
    http://192.168.55.1/install_output.php?device=192.168.55.122&password=****&file=Piano.bar
    Code:
    <?php
    $device = $_GET['device']; $password = $_GET['password']; $file = $_GET['file'];
    echo "<p>Installing $file to $device . . .</p>\n";
    echo "<p>Executing command as ", exec("whoami"), " . . .</p>\n";
    $command = "/etc/bar/install.sh $device $password $file";
    $output = array();
    $output = shell_exec("{$command} 2>&1");
    echo "<pre>$output</pre>";
    ?>
    Last edited by yhamaie; 11-13-14 at 11:43 PM.
    11-13-14 04:41 AM
  17. Rebelllious's Avatar
    Great. You are free to modify the script according to your needs. Just one question: is it more convenient in comparison to using an app?
    11-13-14 05:12 AM
  18. Rebelllious's Avatar
    When looking into the server logs I found a specific error that was first noticed by BCITMike. I did encounter that when developing the scripts and the app, but it was not really often. Anyway, here is what is written at the BlackBerry Supportforums:

    Cannot connect: Connection to https://<IP address> refused. You may have to reboot the target. - this is the actual mistake happening.
    Reason #1: The BlackBerry Tablet OS is not responding.
    Solution #1: Reset the target device.

    Reason #2: The device password is not longer accepted by the blackberry-deploy service.
    Solution #2: Clear the device password and set it again.
    This was actually written concerning Playbook, but as you all know the same is applied to BB10 as well. So, you are welcome to try both solutions and double-check everything. And I would change "reset" for "reboot" here.
    11-13-14 08:59 AM
  19. yhamaie's Avatar
    Just one question: is it more convenient in comparison to using an app?
    I believe that your app is much more convenient, while the browser alternative is not that bad.

    P.S.

    SELinux can be set at Permissive instead of Disabled.
    BCITMike likes this.
    11-13-14 05:09 PM
  20. Rebelllious's Avatar
    I believe that your app is much more convenient, while the browser alternative is not that bad.
    P.S.
    SELinux can be set at Permissive instead of Disabled.
    Can you answer my PM?
    11-15-14 03:33 AM
  21. UnlimitedEra's Avatar
    I'm stuck on installing this app. Please wait a little.
    I have vpn set and dev mode on. I also tried multiple bars

    |Posted Via Z10STL100-2|10.3.1.1151|
    11-19-14 08:21 AM
  22. Rebelllious's Avatar
    Reboot the device and re-enable dev mode with a different password. This is the only advice I can offer you. I wrote about it several posts earlier.
    11-19-14 09:33 AM
  23. hustmobile's Avatar
    Thanks. This is great.
    11-19-14 09:39 AM
  24. leticeberry's Avatar
    Never was able to get this to work for me. I researched this thread and tried everything. Oh well. I did get Snap installed with Sachesi, so I'm good. This app would have been awesome if it worked for me. At least it works for others. Enjoy.
    11-19-14 12:32 PM
  25. Rebelllious's Avatar
    leticeberry, did you try changing networks (wifi vs cellular, or different wifi networks)? Did you try reenabling dev mode with different password? If you still want me to help you, you could just PM me and that could be more productive than complaining here.
    11-19-14 02:14 PM
634 ... 1415161718 ...

Similar Threads

  1. Snap for Amazon Appstore please!
    By CrackberryQ in forum More for your BlackBerry 10 Phone!
    Replies: 9
    Last Post: 11-06-14, 04:55 AM
  2. STL100-1 Debrick and core OS files?
    By ahmad habib in forum BlackBerry 10 OS
    Replies: 3
    Last Post: 09-20-14, 06:59 PM
  3. Sachesi Error with 10.3.0.1154 for my Z10?
    By ahmad habib in forum BlackBerry 10 OS
    Replies: 3
    Last Post: 09-20-14, 01:59 PM
LINK TO POST COPIED TO CLIPBOARD