[Freerdp-devel] compile libfreerdp-android.so

2013-03-21 Thread Artem Katukov
Hi I'm trying to compile freerdp for Android. I'm trying to do this under Windows and Ubuntu. But no success, as in both cases I can't build libfreerdp-android.so to put it into the final apk-file. FreeRDP Developer Manual states the following: CMake outputs libfreerdp-android.so to

Re: [Freerdp-devel] compile libfreerdp-android.so

2013-03-21 Thread Bernhard Miklautz
Hi, On 03/21/2013 12:54 PM, Artem Katukov wrote: FreeRDP Developer Manual states the following: CMake outputs libfreerdp-android.so to libs/armeabi-v7a, but the Android project expects them in client/Android/libs/armeabi-v7a do you use a recent version from git? In the meanwhile the app was

Re: [Freerdp-devel] Building FreeRDP for iOS platform

2013-03-21 Thread Martin Fleisz
Hi Eugene, the iOS port currently doesn't generate a XCode project for the FreeRDP libraries. After using cmake for the configuration you will have to call make and it will create all the FreeRDP and iOS binaries for you (you can enable/disable making the iOS binaries using

Re: [Freerdp-devel] Sound not working in 1.1 Beta1

2013-03-21 Thread Gerald Richter - ECOS
Hi,   we added some debugging code to the alsa plugin and found out that it hangs in the call to   snd_pcm_htimestamp(alsa-pcm_handle, frames, tstamp);   we have tried to replace all calls to this function with calls to   frames = snd_pcm_avail (alsa-pcm_handle);   That mostly solves the

Re: [Freerdp-devel] compile libfreerdp-android.so

2013-03-21 Thread Artem Katukov
21.03.2013, 18:01, Bernhard Miklautz bmikla...@thinstuff.at:  But I can't find anywhere in the interface the possibility to connect through RD Gateway.  Is this feature missing in android port? This feature isn't available yet in the port. FreeRDP supports it but it isn't exposed in the

Re: [Freerdp-devel] compile libfreerdp-android.so

2013-03-21 Thread Bernhard Miklautz
Hi, On 03/21/2013 04:27 PM, Artem Katukov wrote: 21.03.2013, 18:01, Bernhard Miklautz bmikla...@thinstuff.at: But I can't find anywhere in the interface the possibility to connect through RD Gateway. Is this feature missing in android port? This feature isn't available yet in the port.

Re: [Freerdp-devel] Building FreeRDP for iOS platform

2013-03-21 Thread noname
Thank you Martin, With some small modification of CMakelist files I generated Xcode projects from FreeRDP/libfreerdp folder and from FreeRDP/winpr. After that I changed some setting for both project files for all target to compile as static libraries and run iFreeRDP on my iPad. Thanks. On

[Freerdp-devel] Bogus behaviour while redirecting drive, smartcard and sound to the Windows Server 2003

2013-03-21 Thread Dmitry Bastron
Hi all the community! I opened Github issue already ( https://github.com/FreeRDP/FreeRDP/issues/1122#issuecomment-15280542) but want duplicate it here to pay more attantion to this issue that lasts more than 20 days already. I've made a little investigation about this problem and here is what