I can't use Tethering between W8 and a SONY Tablet Z2, it's never connected, is there any trick about that ?

Comments

  1. It's with the demo application, it work fine from Windows to Windows, but can't connect from Android.
    I've also tried to send an UDP message with idUDPServer, and I have the same problem

    ReplyDelete
  2. Yes I'm sure, Android can connect to the local addr of my PC with idTCPClient to an idTCPServer (192.168.0.41); And only when I open this TCP connexion, my PC can receive an UDP broadcast from Android : idUDPServer1.Broadcast('Hello', 2048)...strange isn't it ?

    I've compiled FMXClientTetherDesktop for MacOSX...now Android and MacOS both says "Working with : -CommandApp" ?! Windows is still not connected.

    ReplyDelete
  3. Oooh... I think I've made a confusion between VCLTetherDeskop and VCLTetherClient...so the FMX client did not connect to the VCLClient :/

    ReplyDelete
  4. Mixing VCL and FMX applications in AppTethering is entirely possible. If the FMX app works and the VCL doesn't, that might be an issue in the actual application. I've run demos VCL to VCL, VCL to FMX, Desktop to mobile and mobile to mobile...

    ReplyDelete
  5. Well I think it was my mistake, from"Object Pascal\RTL\Tethering\DesktopCast\", I've launched the FMX client on Android and the VCL Client on PC insteed of "VCL Deskop" !

    The strange thing is that the FMX client on OSX can connect to the FMX client on Android ! but not under Windows.

    I can't test under iOS, I don't have an iPhone and the simulator doesn't work anymore with SP1
    https://quality.embarcadero.com/browse/RSP-9716

    ReplyDelete
  6. BTW iPhoneSimulator 7.1 works with XE7SP1 (see my comment in the above QC link), and the client do connect to Android also.

    ReplyDelete

Post a Comment