1. soaresr's Avatar
    Had anyone tried to investigate why you can do this? In your browser go to https://Z-10-IP/ and it responds but it returns a 404 since it's looking for index.html but it doesn't exist (chrome does anyway).

    Anybody have any idea why BB has allowed this port to remain open and respond?
    11-19-13 03:29 PM
  2. vader42's Avatar
    Hiya,

    I don't know about that page - probably something to do with dev mode. You can, however, start a web server manually. You need a shell program (eg bgshell). Start it up, then type:

    python-3.2 -m http.server

    it will start a (non-encrypted) web server using your current location as the root. I use this to transfer files to computers/devices that don't support smb (microsoft shares).

    Web Inspector (enabled in the browser) opens a web port that you can connect to to debug web pages. This is mainly done when developing a web based app.
    Last edited by vader42; 11-19-13 at 04:01 PM.
    11-19-13 03:48 PM
  3. jcarlos100's Avatar
    Hiya,

    I don't know about that page - probably something to do with dev mode. You can, however, start a web server manually. You need a shell program (eg bgshell). Start it up, then type:

    python-3.2 -m http.server

    it will start a (non-encrypted) web server using your current location as the root. I use this to transfer files to computers/devices that don't support smb (microsoft shares).

    Web Inspector (enabled in the browser) opens a web port that you can connect to to debug web pages. This is mainly done when developing a web based app.
    This was so interesting i wanna learn more...lmao

    Posted via CB10
    11-19-13 04:12 PM

Similar Threads

  1. Replies: 7
    Last Post: 11-21-13, 06:42 PM
  2. PlayBook to car stereo via Bluetooth
    By ikalinin in forum BlackBerry PlayBook
    Replies: 5
    Last Post: 11-20-13, 08:45 AM
  3. Please help!Probably my Z10 STL100-1 has been broken!
    By DS1976 in forum BlackBerry Z10
    Replies: 8
    Last Post: 11-19-13, 04:47 PM
  4. Another good commercial which never made to mainstream TV
    By BB10user07 in forum General BlackBerry News, Discussion & Rumors
    Replies: 3
    Last Post: 11-19-13, 04:21 PM
LINK TO POST COPIED TO CLIPBOARD