argv[0] is always the application name, so don't use it for your arguments On 06/07/2018 02:49 PM, Mohammad Zubair Khan wrote: > Hi, > > I tried to do add the following code to setConnectionInfo() where we are > creating arguments.which will eventually call freerdp_parse_arguments() > > File file = new > File(CURRENT_FILE_DIRECTORY_PATH+"Invitation.msrcIncident"); > args.add(CURRENT_FILE_DIRECTORY_PATH+"Invitation.msrcIncident"); > args.add("/assistance:MBXVL6V395C8"); > > I hoped it would work similar to the following command, which I got from > https://github.com/FreeRDP/FreeRDP/wiki/Quality-Assurance-(QA)#remote-assistance-protocol > > xfreerdp Invitation.msrcIncident /assistance:XXXXXXXXXXXX > > However, it doesn't seem to work. Also, I was not able to find where these > commands are passed for connection in FreeRDP lib. > Have you ever tried something similar which may help or any suggestion? > > Thanks in advance. > > Regards, > Zubair > > > > On Wed, Jun 6, 2018 at 7:23 PM, Armin Novak via FreeRDP-devel < > freerdp-devel@lists.sourceforge.net> wrote: > >> Hi, >> >> you just need to provide the file path to >> LibFreeRDP.freerdp_parse_arguments for android. (Be aware that the >> extensions must match) >> See LibFreeRDP.setConnectionInfo for that. >> >> xfreerdp does support that. >> >> best >> Armin >> >> On 06/06/2018 01:00 PM, Mohammad Zubair Khan via FreeRDP-devel wrote: >>> Armin, >>> >>> Thank you for responding to the query. I have another one related to it. >>> >>> Can you please guide me a bit how this can be done? >>> >>> I can create "Invitation.msrcIncident" which can be used for providing >> the >>> remote access to the Desktop, but how can I use this file with FreeRDP? >>> I assume during initialization I have to pass this invitation file and >>> password as parameters. But I don't find any suitable parameters listed >> in >>> the manual ( https://github.com/awakecoding/FreeRDP-Manuals/ >>> blob/master/User/FreeRDP-User-Manual.markdown). >>> >>> Can you please point out if there are any parameters which can be used? >>> Also, do you know which clients support this feature so that I can test >>> this before trying it on Android >>> >>> Regards, >>> Zubair >>> >>> >>> On Tue, Jun 5, 2018 at 2:16 PM, Armin Novak via FreeRDP-devel < >>> freerdp-devel@lists.sourceforge.net> wrote: >>> >>>> Hi Zubair, >>>> >>>> currently there is no option to input the required data/files on the >>>> android client, but the remote assist feature is supported by other >>>> clients (and the code is mostly in the common library) >>>> >>>> Should be possible to extend the android UI to allow creating bookmarks >>>> from such data/files and passing on the data to the library, but it >>>> requires some work. >>>> >>>> best >>>> Armin >>>> >>>> On 06/05/2018 09:33 AM, Mohammad Zubair Khan via FreeRDP-devel wrote: >>>>> Hello, >>>>> >>>>> I am a novice in case of freeRDP. I have tried to compile the Android >>>>> client and I am able to use it to connect to remote Windows 10 PCs. >>>>> However, I can either work on it directly or connect to it remotely as >>>>> expected. >>>>> >>>>> I want to use RDP to connect to a windows based system and mirror and >>>>> extend its screen. Is there any way I can use Remote Assistance or >> quick >>>>> assist feature of Windows to use it with FreeRDP client? >>>>> >>>>> Regards, >>>>> >>>>> Zubair >>>>> ------------------------------------------------------------ >>>> ------------------ >>>>> Check out the vibrant tech community on one of the world's most >>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>>> _______________________________________________ >>>>> FreeRDP-devel mailing list >>>>> FreeRDP-devel@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >>>>> >>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> FreeRDP-devel mailing list >>>> FreeRDP-devel@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >>>> >>> ------------------------------------------------------------ >> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> FreeRDP-devel mailing list >>> FreeRDP-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >>> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> FreeRDP-devel mailing list >> FreeRDP-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >> >
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel