Remote starting 2X RDT with 'Intent' works no longer. Why?

Discussion in 'Parallels Client for Android' started by LVE, Dec 5, 2014.

  1. LVE

    LVE Bit poster

    Messages:
    1
    For several months the following code allowed me to start and connect the 2X RDP Client automatically out of my own app.

    > intent1.Initialize(intent1.ACTION_MAIN, "")
    > intent1.SetComponent("com.tux.client/.menus.ActFarmsList")
    > intent1.PutExtra ("External_Launch", True)
    > intent1.putExtra("Save", False)
    > intent1.putExtra("Server", "10.101.2.49")
    > intent1.putExtra("UserName", txtUserName.text)
    > intent1.putExtra("Password", txtPassWord.text)
    > StartActivity(intent1)

    Recently however this code opens the 2X Client, sets the server name but does NOT start the connection anymore. This new behavior started probably after a recent 2X RDP app update.
    I checked all possible settings in 2X RDP but none of these seem to be related with this topic.
    The 2X RDP Client version on my Android device is 12.0.2188 running on an Android version 4.4.2

    Does anybody know how to get it working again? Thanks!
     

Share This Page