Agentry: Android Branding Client

Hi all,
I understand that the android branding client supports three different ways of customization.
Replace anything that is called a "Resource" in Android development. This includes icons, images and strings. Differentiation by language is possible.
Change the application's name and package id via build-android-common.xml
Provide an exported Agentry.db file which contains a full application including complex tables preset server and user data.
Is there a way to modify the Agentry.db file in such a way that it contains only the application and a pre set server but no user data? We want the user to be forced to log in the first time he starts the application with no pre set user name. We are currently using Agentry 6.1.4.179.
Any ideas?
Thanks,
Christoph

Changing the server address of the database file wouldn't work unless unless the server you build the pre-build client db file shares the same encryption key.
Yes, this way does expect the logic to be published to server.
Are you rolling up just an update version, or setting up a new server?
If it a new server, I would believe you would want to make sure the server is up and running before trying to put users on it, this would give you time to pre-build the clients
If you are rolling a new version, are there so many to the changes to the application that the expected to take a long time to download all the changes?
Stephen

Similar Messages

  • Afaria (How to upload Agentry Android Branding Client in Afaria)

    Hello All , I am trying to upload Agentry android branding client .apk  from afaria application enterprise policy. when i try to do afaria server got crash every time so i just wonder do i need to do any thing while packaging android branding clients . because at same time if i use .apk file provided by SAP its working in afaria as well . Can you please help on it ? Thanks & Regards,   Kunal Varaiya
    Tags edited by: Michael Appleby

    Hi,
       What the size of the apk file ? And can you see any errors in the logs ?
    Thanks,
    Srikanth M

  • Agentry Android Branding version 6.0.36+.0

    Hello All. Can i hard code server name and port in in agentry android branding client ? Ex : like Server : xyz.abc.com       Port  : 445 So , when user login first time in agentry client no need to enter server name and port for them . By default hard coded values will come . Thanks & Regards,   Kunal Varaiya

    Kunal,
    Just to let you know, Agenytry 6.0.42 is now available on the SAP Download Center and contains the change to allow Android branding to a server/port without the Agentry.db.
    Also, please mark the question as answered so others can benefit.
    Glad you got it working.
    --Bill

  • Agentry Abdroid Branding version 6.0.40.1

    Hello All , how to set version name in agentry android branding version ? i set inside AgentryManifest.xml file but its not reflection . so when i try to upload in afaria , afaria got crash becasue couldnt find version name from branding client even though version name set . Can you please help on it ? Thanks & Regards,   Kunal Varaiya
    Tags edited by: Michael Appleby

    Kunal,
    Just to let you know, Agenytry 6.0.42 is now available on the SAP Download Center and contains the change to allow Android branding to a server/port without the Agentry.db.
    Also, please mark the question as answered so others can benefit.
    Glad you got it working.
    --Bill

  • How to integrate 3D visual viewer with agentry android client

    Dear experts,
    I am working on SAP Work Manager 6.2,  integrating 3D visual viewer with agentry android client.
         - 3D Visualization is working with my WPF client
         - 3D Visualization is failing with my Android client (see below)
         - GIS is working on the same Android client.
    SAP® EAM and service mobile app SDK Installation Guide" version 1.0  indicates in step 5 to "Add Visual Enterprise libraries to the MobileAppsVELibrary project".  Could you confirm that this step is equivalent to copy contents of "DVL/Android/libs/" to libs folder of the MobileAppsVELibrary project? Is there other DLLs to copy in this step?
    3D Visualization on Android problem description:
    Code Levels:
    Eclipse => Luna 4.4.0 + ADT 23.0.4
    Agentry SDK => SMPAgentryClientFramework-Android-70.5.1.10.zip
    Mobile Apps Open UI SDK 1.0 => 51048778_5.zip
    SAP 3D SDK => SAP3DVisualEnterpriseApplicationsSDKv2_1.zip
    PB description:
    If I display VDS attachment, the screen is blank.
    ( If I display the 2nd attachment (image/jpeg), the image is displayed successfully on the Android device )
    ( If I click on the Locations link , the map is displayed successfully )
    I do not see an error the the android log.
    I am also getting some encrypted information on the Android client when I double click the blank screen and hit left/right arrows
    Regards.
    Regards.

    Hi Kunal,
    Thanks for your help. How do I checked that I have properly included the DVL libraries?
    I have implemented the following steps: (text in italic is extracted from the SAP® EAM and service mobile app SDK Installation Guide" )
    Thanks again. Didier.
    1. Add the Agentry SDK - Follow the instructions from the Open UI SDK documentation to set up the Android environment with Agentry Open UI projects in Eclipse.
    2. Add Common Library project in Eclipse
    3. Add VE Library project in Eclipse
    I have created the following projects from the files
    SMPAgentryClientFramework-Android-70.5.1.10.zip
    Mobile Apps Open UI SDK 1.0.51048778_5.zip
    b. Add MobileAppsVELibrary as a library in the AgentryAndroidClientSolution project.
    c. Copy the activities declaration
     AndroidManifest.xml
    4. Add VE Resources Library project in Eclipse
    5. Add Visual Enterprise libraries to the MobileAppsVELibrary project
    I have copy the libDVL.so files into AgentryAndroidClientSolition libs folder from the file SAP3DVisualEnterpriseApplicationsSDKv2_1.zip

  • Open UI from Agentry,Android

    HI experts,
    I am integrating Open UI in agentry android ,i had imported all agentryUI framework for android  and i had created one sample activity in the project AgentryAndroidClientResources , can i call  that  activity in agentry by passing activity name(Class name) in "ExternalField" in the screen set??
    Kindly guide me my approach is correct or not
    Thanks
    Kaviyarasu.s

    Yeah sure micheal,
    I had created one filed in screen in agentry editor that screen has one row and one column so this will covers the whole page in the screen i had the filed type as "External Field",then in the External field section i had put my adapter class "ExternalUI"
    That class i had created in Agentry AgentryAndroidClientSolution project within the "com.sap.mobile.platform.client.openui.extensions" 
    ExternalUI class will extend with ExternalDataDisplayAdapter  class in the getview method i had constructed my own view and returned for my requirement i need web view so i returned as web view
    if u need any layout view also we can do by this way
        public View getView()
      WebView webview=null;
      if(_context!=null)
      LinearLayout ll = new LinearLayout(_context);
      ll.setOrientation(LinearLayout.VERTICAL);
      webview = new WebView(_context);
      browser.loadUrl("URL");
      return webview;

  • Sending email via android email client from Air application

    Hello!
    I'm creating an Air application for Android and was wondering if it's possible to send an email via the android/gmail client within the application.
    Thank you for any help or direction in advance
    sjhitta

    Hi Jari,
    Thanks to reply me.
    There is an workspace details where user solve that problem but now i have troed to access that workspace but its not working .i have cofusion how can i do this where i put
    apex_mail.send(
    p_to => v_recipient_list
    , p_from => v_from_list
    , p_subj => 'Hello world'
    , p_body => v_body
    , p_replyto => null);
    this package
    and how to and where set SMTP of Gmail and i don't know about gmail SMTP Server Specification
    i ahve jus create a form with
    P1_TO Text Field
    P1_SUBJECT Text Field
    P1_FILE_BRE File Browse...
    P1_COMMENT Textarea
    Please guid me...how can i do that step by step
    Thanks

  • Agentry Android Client Security Issue

    Hello all,
    We are using "Image Capture" type on Agentry 70.7 Android Client, it is accesing device camera or photo gallery, the problem is when it returns the client after taking a photo or choosing an image, it is asking password again, is there any way to disable it ?

    Murat,
    I recall that was a known issue that I though was addressed.  I would recommend opening an issue with support for more details.
    --Bill

  • Agentry Android Client Error

    Hi,
    I'm working on SMP 2.3 SP02 and using 6.1.2 Agentry Server, 6.1.2 Android Client. If Android device system language is English, Agentry Client works correctly. But when i change device system language, client gives error during transmit and shuts down.
    I've tried SP03 and SP04 but they both did not work.
    Thanks,
    Serkan Demir

    Hi Serkan,
    I have analyzed the issue of the problem.
    The problem of your error is as follows.
    When you transmitted your client or Android Agentry client (whatever version you use: 4.4, 4.4.2, 7.0.5.7, 7.0.6.2.48) is failing due to the client saw an updated definition from the server. The application is trying to download the new set of definition but your localized files are not properly loading.
    Your localizations/<overrideFiles>.tr.ini stated that you are not using any locale values ''. This means you are only using the named Country language - "tr".
    With this statement, you need to provide the needed override files for all the localization ini files.
    This includes the Enable.ini. You need to get Enable.tr.ini. In short, you need to make sure the Agentry system loads all the localizations properly. You need to make sure that nothing gets skipped.
    The main issue with skipping is that your timeStamp listed in your system showed that the definition is newer than your <OverrideFiles>.tr.ini.  This causes the application to try to load the application but due to your localization is not loading it is getting confuse and is failing on conversion.
    The technique is to play with the timeStamp of your application definition versus the override base files. The check Style is in Turkish but your localization files is not loaded so the conversion fails and you get the error (11).
    Potential actions:
    1. So you have to somehow work the system where you may try to load the application in English first (no conversion).
    2. So the application Check Style gets loaded without conversion.
    3. Then try to turn on your localization so that the application will start converting without downloading the application anymore.
    Another option:
    1) It could also be that your overrideFiles.tr.ini timeStamp has a time older than your application definition.
    2) You need to check the timeStamp of your overrideFiles.tr.ini and compare this to your Application/Development/<yourApplication> timeStamp.
    3) Check which one is newer.
    4) From the timeStamp determine why would the application load first before the override.
    5) As stated in my potential action above, we have to work the system to see how the application gets loaded so that conversion happens after the application update (probably on 2nd sync).
    Remember your error is that all your overrideFiles.tr.ini needs to be successfully loaded and not skipped. If you can do this it will work. Then you have to worry about other stuff that you need to do:
    A) Like making sure you have enabled the SAP language to sync with your SMP server. See http://service.sap.com/sap/support/notes/2116194 (for how to sync SAP timeZone with SMP test case).
    B) Setup your timeZoneAlias for your Android client to match SMP or SAP http://service.sap.com/sap/support/notes/1813025
    A and B step required in most time zone setup.
    Hope this helps.
    Mark Pe
    SAP Senior Support Engineer

  • Agentry Android Client - Device Language Problem

    Hi all,
    We are using SMP 2.3 SP04 and Agentry 6.1.4 versions both for client and server.
    There is no problem when the client's device system language is English. But when it is a diferent language, gives an error.
    Check the screenshot below,
    Previous client versions are worse, because they all just crash after "Checking Style Definition" step.
    Thanks in advance.

    Murat,
    One idea for non-English language is that all the localization files or configuration files (*.ini) or any edited files were saved in encoding type: Unicode.  If you are using Notepad to save your changes, when you press save or save as there is an Encoding type selection next to the "Save" button. Make sure it is Unicode (not Aschii).
    Here is the definition of Unicode Wiki: http://en.wikipedia.org/wiki/Unicode
    If you look at the Wiki Unicode characters support Non-English or character type better.
    The above is just a trick we use in support. Also when Agentry implemented multilingual support the code supported Unicode encoding.
    This is one idea.
    Another idea is to dive in the log files just before the failure occurred for Replacing Definition for EditFieldStyle. Check which file it used.  Try opening it in Notepad and click Save As - See what encoding it is using (The Encoding will be displayed next to the Save button).
    Regards,
    Mark Pe
    SAP Senior Support Engineer (Mobility)

  • Android Beta client refuses to launch RemoteApp via URI scheme

    Android Beta (8.1.7) client refuses to accept following URI: "rdp://full%20address=s:fqdn&remoteapplicationmode=i:1&remoteapplicationprogram=s:%7C%7Ccalc" with the error message "The RDP file is not valid. Notify your network administrator."
    But it can launch RemoteApp via equivalent RDP file:
    full address:s:fqdn
    remoteapplicationmode:i:1
    remoteapplicationprogram:s:||calc

    Hi,
    For URI scheme, please try to use “:” instead of “=” (equal sign) and recheck result. 
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Emails not always synchronized W7 Thunderbird when read first in Android Email client

    Hi
    when receiving email and reading it first in Android 4.2 email client in mobile, mails do not always appear in W7 Thunderbird 24.6.0. This does not take place always, mostly email are synched to pc also when read first in mobile.
    Please advise how to debug this further?
    br Markku

    Yes, there are settings but will depend on the type of email account you have. For gmail, once I erase emails from my phone they will not show up in my inbox on my computer after it syncs every few minutes. If you have gmail you can change the deleted items to sync by selecting going to your  gmail inbox in your phone, select menu --> Settings --> Labels -->Deleted Items Sync All.
    If you have a different email provider, please let us know and we will confirm if the option is available.
    Thanks,

  • Android Web Client Capability?

    Any chance of getting access to Lookout and/or citadel data through an Android phone (web client, app, or other)?

    Here is how we have done it before.
    The lookout process is set as seperate client & server processes.  Create a virtual machine (or another system) running Remote Desktop, Lookout Client and the client process.  Setup your users in remote desktop and lookout.  
    Go to android market place and get PocketCloud (free would work to test).  Connect to the virtual machine with Remote Desktop and view the client process.
    Keeps clients from directly conencting on the production machine, for Pro versions you bypass the 1 session limit for desktop, user management is simplified (lookout).
    Good luck,
    Mike
    Forshock - Consult.Develop.Solve.

  • Mouse Cursor Problem on Android RD Client Application

    Hi;
    I am use to Lenovo tablet. my problem is rd client mouse cursor. the cursor positions on left and top corner always. do not item select. do not  item click.
    Help me, please.

    Hi Sir,
    >>The week before it work perfectly and we have had nothing changed since then except for the fact that we have changed the RD web access public IP to the same as the RD Gateway's
    Is it possible to change the public IP back for troubleshooting ?
    Beset Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • RD Client on Android Remote Resources -

    I'm having an issue with an RDS farm setup. The Android RD Client will not load Work Resources (works on iOS and on PC). It throws a connection error "TLSEndpointException: 6,"  Here are the logs
    Do not to send this report to untrusted people! This report does not contain passwords, but contains information such as user names and computer names.
    App.versionName: 8.0.12.25288
    Build.VERSION.SDK_INT: 21
    build.VERSION.RELEASE: 5.0.1
    Build.VERSION.INCREMENTAL: 476182.10
    Build.VERSION.CODENAME: REL
    Build.BOARD: MSM8974
    Build.BOOTLOADER: 3.19.0.0000
    Build.BRAND: htc
    Build.CPU_ABI: armeabi-v7a
    Build.CPU_ABI2: armeabi
    Build.DEVICE: htc_m8whl
    Build.DISPLAY: LRX22C release-keys
    Build.FINGERPRINT: htc/sprint_wwe/htc_m8whl:5.0.1/LRX22C/476182.10:user/release-keys
    Build.HARDWARE: qcom
    Build.ID: LRX22C
    Build.MANUFACTURER: HTC
    Build.MODEL: 831C
    Build.PRODUCT: sprint_wwe
    Build.TYPE: user
    Build.USER: buildteam
    b8d9bda0
    ASIOSocketAdapter (-9): handleResolve: error: asio.netdb:1, working resolvers: 0, instance: 0xb8d1d610 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleResolveError: error: asio.netdb:1 msg: Host not found. Please provide the fully-qualified name or the IP address of the host., working resolvers: 0 connectingQueue size: 0, instance:
    0xb8d1d610 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleResolve: error: system:0, working resolvers: 1, instance: 0xb8d17e08 for endpoint: 0xb8c20ce8
    [2015-Mar-31 10:53:03] RDP (0): Resolved 'desktop.<external domain>.org' to '<external ip address>' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 0 to 1 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): 0xb8d17e08 startDeadlineTimer() for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleResolve: error: asio.netdb:1, working resolvers: 0, instance: 0xb8d17e08 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleResolveError: error: asio.netdb:1 msg: Host not found. Please provide the fully-qualified name or the IP address of the host., working resolvers: 0 connectingQueue size: 0, instance:
    0xb8d17e08 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): ~ASIOSocketEndpoint: bye bye. instance: 0xb8d65330
    ASIOSocketAdapter (-9): ~ASIOSocketEndpointPrivate: bye bye. instance: 0xb8c298b8 for endpoint: 0xb8d65330
    [2015-Mar-31 10:53:03] RDP (0): ------ END ACTIVE CONNECTION ------
    ASIOSocketAdapter (-9): 0xb8d1d610 stopDeadlineTimer(): ops cancelled1 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleConnect: connecting. error: system:0 msg: Success instance: 0xb8d1d610 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleConnect: trying regular connect, instance: 0xb8d1d610
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 1 to 2 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8d1d610 for endpoint: 0xb8d9bda0 calling onConnected() upstack
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8d1d610 for endpoint: 0xb8d9bda0 scheduling read and write operations
    ASIOSocketAdapter (-9): 0xb8d1d610 handleDeadlineTimeout: system:125 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): 0xb8d17e08 stopDeadlineTimer(): ops cancelled1 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleConnect: connecting. error: system:0 msg: Success instance: 0xb8d17e08 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleConnect: trying regular connect, instance: 0xb8d17e08
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 1 to 2 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8d17e08 for endpoint: 0xb8c20ce8 calling onConnected() upstack
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8d17e08 for endpoint: 0xb8c20ce8 scheduling read and write operations
    ASIOSocketAdapter (-9): 0xb8d17e08 handleDeadlineTimeout: system:125 for endpoint: 0xb8c20ce8
    [2015-Mar-31 10:53:04.007248] IEndpoint (-9): 0xb8cc2da8 acceptTrust
    [2015-Mar-31 10:53:04.007415] IEndpoint (-9): 0xb8767608 acceptTrust
    [2015-Mar-31 10:53:04.019251] IEndpoint (-9): 0xb8cc1428 onConnected
    HTTPEndpoint (-9): 0xb8cc2da8 onConnected()
    HTTPEndpoint (-9): 0xb8cc2da8 forwarding onConnected() upstack
    [2015-Mar-31 10:53:04.019454] IEndpoint (-9): 0xb8cc2da8 onConnected
    HTTPEndpoint (-9): initiateRequest() 0xb8cc2da8 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Idle(0) sendState: Complete(4) receiveState: Complete(4)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 receive state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 master state from Idle(0) -> Requesting(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from ContentPlain(1) -> Complete(4)
    [2015-Mar-31 10:53:04.023450] IEndpoint (-9): 0xb8c7f528 acceptTrust
    [2015-Mar-31 10:53:04.023546] IEndpoint (-9): 0xb8767608 acceptTrust
    [2015-Mar-31 10:53:04.024401] IEndpoint (-9): 0xb8d17fa0 onConnected
    HTTPEndpoint (-9): 0xb8c7f528 onConnected()
    HTTPEndpoint (-9): 0xb8c7f528 forwarding onConnected() upstack
    [2015-Mar-31 10:53:04.024567] IEndpoint (-9): 0xb8c7f528 onConnected
    HTTPEndpoint (-9): initiateRequest() 0xb8c7f528 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Idle(0) sendState: Complete(4) receiveState: Complete(4)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 receive state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 master state from Idle(0) -> Requesting(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from ContentPlain(1) -> Complete(4)
    HTTPEndpoint (-9): Switching 0xb8c7f528 receive state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): onResponseHeadersReceived state=Requesting(1) receiveState=ContentPlain(1) sendState=Complete(4)
    HTTPEndpoint (-9): 0xb8c7f528 onResponseHeadersReceived completing redirect immediately
    HTTPEndpoint (-9): 0xb8c7f528 forwarding onResponseHeadersReceived to http delegate 0xb8d1d980
    HTTPEndpoint (-9): 0xb8c7f528 onResponseComplete
    HTTPEndpoint (-9): 0xb8c7f528 before processAuthentication
    HTTPEndpoint (-9): 0xb8c7f528 auth step completed
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Complete(4) -> Complete(4)
    HTTPEndpoint (-9): 0xb8c7f528 challenge complete before initiateRequest
    HTTPEndpoint (-9): initiateRequest() 0xb8c7f528 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Requesting(1) sendState: Complete(4) receiveState: ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 receive state from ContentPlain(1) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 master state from Requesting(1) -> Requesting(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 receive state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): onResponseHeadersReceived state=Requesting(1) receiveState=ContentPlain(1) sendState=Complete(4)
    HTTPEndpoint (-9): 0xb8cc2da8 onResponseHeadersReceived completing redirect immediately
    HTTPEndpoint (-9): 0xb8cc2da8 forwarding onResponseHeadersReceived to http delegate 0xb8d176f8
    HTTPEndpoint (-9): 0xb8cc2da8 onResponseComplete
    HTTPEndpoint (-9): 0xb8cc2da8 before processAuthentication
    HTTPEndpoint (-9): 0xb8cc2da8 auth step completed
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Complete(4) -> Complete(4)
    HTTPEndpoint (-9): 0xb8cc2da8 challenge complete before initiateRequest
    HTTPEndpoint (-9): initiateRequest() 0xb8cc2da8 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Requesting(1) sendState: Complete(4) receiveState: ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 receive state from ContentPlain(1) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 master state from Requesting(1) -> Requesting(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from ContentPlain(1) -> Complete(4)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from ContentPlain(1) -> Complete(4)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 receive state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): onResponseHeadersReceived state=Requesting(1) receiveState=ContentPlain(1) sendState=Complete(4)
    HTTPEndpoint (-9): 0xb8cc2da8 onResponseHeadersReceived completing redirect immediately
    HTTPEndpoint (-9): 0xb8cc2da8 forwarding onResponseHeadersReceived to http delegate 0xb8d176f8
    HTTPEndpoint (-9): 0xb8cc2da8 onResponseComplete
    HTTPEndpoint (-9): 0xb8cc2da8 before processAuthentication
    HTTPEndpoint (-9): 0xb8cc2da8 auth step completed
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Complete(4) -> Complete(4)
    HTTPEndpoint (-9): 0xb8cc2da8 challenge complete before initiateRequest
    HTTPEndpoint (-9): initiateRequest() 0xb8cc2da8 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Requesting(1) sendState: Complete(4) receiveState: ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 receive state from ContentPlain(1) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 master state from Requesting(1) -> Requesting(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 receive state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): onResponseHeadersReceived state=Requesting(1) receiveState=ContentPlain(1) sendState=Complete(4)
    HTTPEndpoint (-9): 0xb8c7f528 onResponseHeadersReceived completing redirect immediately
    HTTPEndpoint (-9): 0xb8c7f528 forwarding onResponseHeadersReceived to http delegate 0xb8d1d980
    HTTPEndpoint (-9): 0xb8c7f528 onResponseComplete
    HTTPEndpoint (-9): 0xb8c7f528 before processAuthentication
    HTTPEndpoint (-9): 0xb8c7f528 auth step completed
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Complete(4) -> Complete(4)
    HTTPEndpoint (-9): 0xb8c7f528 challenge complete before initiateRequest
    HTTPEndpoint (-9): initiateRequest() 0xb8c7f528 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Requesting(1) sendState: Complete(4) receiveState: ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Complete(4) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 receive state from ContentPlain(1) -> Headers(0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 master state from Requesting(1) -> Requesting(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 send state from ContentPlain(1) -> Complete(4)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): Switching 0xb8c7f528 send state from ContentPlain(1) -> Complete(4)
    HTTPEndpoint (-9): Switching 0xb8c7f528 receive state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): onResponseHeadersReceived state=Requesting(1) receiveState=ContentPlain(1) sendState=Complete(4)
    HTTPEndpoint (-9): 0xb8c7f528 onResponseHeadersReceived completing redirect immediately
    HTTPEndpoint (-9): 0xb8c7f528 forwarding onResponseHeadersReceived to http delegate 0xb8d1d980
    HTTPEndpoint (-9): 0xb8c7f528 onResponseComplete
    HTTPEndpoint (-9): processRedirect() 0xb8c7f528 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Requesting(1) sendState: Complete(4) receiveState: ContentPlain(1)
    HTTPEndpoint (-9): 0xb8c7f528 redirected RPC_OUT_DATA: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 -> http://desktop.<external domain>.org/rdweb/rpc/rpcproxy.dll
    [2015-Mar-31 10:53:07] RDP (0): HTTP RPC_OUT_DATA connection redirected from https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 to http://desktop.<external domain>.org/rdweb/rpc/rpcproxy.dll
    HTTPEndpoint (-9): Switching 0xb8c7f528 master state from Requesting(1) -> Idle(0)
    [2015-Mar-31 10:53:07.262609] IEndpoint (-9): disconnect(): 0xb8c7f528 sub endpoint: 0xb8d17fa0
    [2015-Mar-31 10:53:07.262791] IEndpoint (-9): disconnect(): 0xb8d17fa0 sub endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8d17e08 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 2 to 3 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): 0xb8d17e08 handleRead calling disconnect, ec: system:125 message: Operation Canceled error code: 125 error cateogry: system
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8d17e08 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 3 for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): 0xb8d17e08 close(): really disconnecting for endpoint: 0xb8c20ce8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 4 for endpoint: 0xb8c20ce8
    [2015-Mar-31 10:53:07.263690] IEndpoint (-9): 0xb8d17fa0 onClosed
    HTTPEndpoint (-9): 0xb8c7f528 onClosed(0xb8d17fa0)
    HTTPEndpoint (-9): Switching 0xb8c7f528 master state from Idle(0) -> Idle(0)
    HTTPEndpoint (-9): 0xb8c7f528 onClosed(0xb8d17fa0) triggering reconnectOnce logic
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: created. instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): 0xb8c9eb00 Adding hostname to searchlist: desktop.<external domain>.org for endpoint: 0xb8db61d8
    [2015-Mar-31 10:53:07.264256] IEndpoint (-9): 0xb8ce1000 ctor: set delegates
    [2015-Mar-31 10:53:07.264443] IEndpoint (-9): setSubEndpoint(): 0xb8c7f528 sub endpoint: 0xb8ce1000
    [2015-Mar-31 10:53:07.264615] IEndpoint (-9): connect(): 0xb8ce1000 sub endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): connect(): connect socket. instance: 0xb8c9eb00 hostname: desktop.<external domain>.org port: 80 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 0 to 0 for endpoint: 0xb8db61d8
    HTTPEndpoint (-9): Switching 0xb8cc2da8 receive state from Headers(0) -> ContentPlain(1)
    HTTPEndpoint (-9): onResponseHeadersReceived state=Requesting(1) receiveState=ContentPlain(1) sendState=Complete(4)
    HTTPEndpoint (-9): 0xb8cc2da8 onResponseHeadersReceived completing redirect immediately
    HTTPEndpoint (-9): 0xb8cc2da8 forwarding onResponseHeadersReceived to http delegate 0xb8d176f8
    HTTPEndpoint (-9): 0xb8cc2da8 onResponseComplete
    HTTPEndpoint (-9): processRedirect() 0xb8cc2da8 url: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 master state: Requesting(1) sendState: Complete(4) receiveState: ContentPlain(1)
    HTTPEndpoint (-9): 0xb8cc2da8 redirected RPC_IN_DATA: https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 -> http://desktop.<external domain>.org/rdweb/rpc/rpcproxy.dll
    [2015-Mar-31 10:53:07] RDP (0): HTTP RPC_IN_DATA connection redirected from https://desktop.<external domain>.org:443/rpc/rpcproxy.dll?localhost:3388 to http://desktop.<external domain>.org/rdweb/rpc/rpcproxy.dll
    HTTPEndpoint (-9): Switching 0xb8cc2da8 master state from Requesting(1) -> Idle(0)
    [2015-Mar-31 10:53:07.269554] IEndpoint (-9): disconnect(): 0xb8cc2da8 sub endpoint: 0xb8cc1428
    [2015-Mar-31 10:53:07.269729] IEndpoint (-9): disconnect(): 0xb8cc1428 sub endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8d1d610 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 2 to 3 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): 0xb8d1d610 handleRead calling disconnect, ec: system:125 message: Operation Canceled error code: 125 error cateogry: system
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8d1d610 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 3 for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): 0xb8d1d610 close(): really disconnecting for endpoint: 0xb8d9bda0
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 4 for endpoint: 0xb8d9bda0
    [2015-Mar-31 10:53:07.270382] IEndpoint (-9): 0xb8cc1428 onClosed
    HTTPEndpoint (-9): 0xb8cc2da8 onClosed(0xb8cc1428)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 master state from Idle(0) -> Idle(0)
    HTTPEndpoint (-9): 0xb8cc2da8 onClosed(0xb8cc1428) triggering reconnectOnce logic
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: created. instance: 0xb8c02020 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): 0xb8c02020 Adding hostname to searchlist: desktop.<external domain>.org for endpoint: 0xb8d0bc98
    [2015-Mar-31 10:53:07.270862] IEndpoint (-9): 0xb8797660 ctor: set delegates
    [2015-Mar-31 10:53:07.271042] IEndpoint (-9): setSubEndpoint(): 0xb8cc2da8 sub endpoint: 0xb8797660
    [2015-Mar-31 10:53:07.271211] IEndpoint (-9): connect(): 0xb8797660 sub endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): connect(): connect socket. instance: 0xb8c02020 hostname: desktop.<external domain>.org port: 80 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 0 to 0 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleResolve: error: system:0, working resolvers: 1, instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    [2015-Mar-31 10:53:07] RDP (0): Resolved 'desktop.<external domain>.org' to '<external ip address>' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (-9): handleResolve: error: asio.netdb:1, working resolvers: 1, instance: 0xb8c02020 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleResolveError: error: asio.netdb:1 msg: Host not found. Please provide the fully-qualified name or the IP address of the host., working resolvers: 1 connectingQueue size: 0, instance:
    0xb8c02020 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleResolve: error: asio.netdb:1, working resolvers: 0, instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleResolveError: error: asio.netdb:1 msg: Host not found. Please provide the fully-qualified name or the IP address of the host., working resolvers: 0 connectingQueue size: 1, instance:
    0xb8c9eb00 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 0 to 1 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): 0xb8c9eb00 startDeadlineTimer() for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleResolve: error: system:0, working resolvers: 0, instance: 0xb8c02020 for endpoint: 0xb8d0bc98
    [2015-Mar-31 10:53:07] RDP (0): Resolved 'desktop.<external domain>.org' to '<external ip address>' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 0 to 1 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): 0xb8c02020 startDeadlineTimer() for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): 0xb8c9eb00 stopDeadlineTimer(): ops cancelled1 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleConnect: connecting. error: system:0 msg: Success instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleConnect: trying regular connect, instance: 0xb8c9eb00
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 1 to 2 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8c9eb00 for endpoint: 0xb8db61d8 calling onConnected() upstack
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8c9eb00 for endpoint: 0xb8db61d8 scheduling read and write operations
    ASIOSocketAdapter (-9): 0xb8c02020 stopDeadlineTimer(): ops cancelled1 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleConnect: connecting. error: system:0 msg: Success instance: 0xb8c02020 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleConnect: trying regular connect, instance: 0xb8c02020
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 1 to 2 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8c02020 for endpoint: 0xb8d0bc98 calling onConnected() upstack
    ASIOSocketAdapter (-9): handleConnect: instance: 0xb8c02020 for endpoint: 0xb8d0bc98 scheduling read and write operations
    ASIOSocketAdapter (-9): 0xb8c9eb00 handleDeadlineTimeout: system:125 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): 0xb8c02020 handleDeadlineTimeout: system:125 for endpoint: 0xb8d0bc98
    HTTPEndpoint (0): 0xb8c7f528 onException(0xb8ce1000)
    [2015-Mar-31 10:53:07.428846] IEndpoint (-9): 0xb8c7f528 onException: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/tlsendpoint_openssl.cpp' at line 432
       User Message : TLSEndpointException: 6,
    ASIOSocketAdapter (-9): ~ASIOSocketEndpoint: bye bye. instance: 0xb8c20ce8
    ASIOSocketAdapter (-9): ~ASIOSocketEndpointPrivate: bye bye. instance: 0xb8d17e08 for endpoint: 0xb8c20ce8
    RpcOverHttp (9): Exception in endpoint 0xb8c7f528 : Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/tlsendpoint_openssl.cpp' at line 432
       User Message : TLSEndpointException: 6,
    [2015-Mar-31 10:53:07.429917] IEndpoint (-9): 0xb8767608 onException: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/tlsendpoint_openssl.cpp' at line 432
       User Message : TLSEndpointException: 6,
    [2015-Mar-31 10:53:07] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/tlsendpoint_openssl.cpp' at line 432
       User Message : TLSEndpointException: 6,
    [2015-Mar-31 10:53:07] RDP (0): Error message: TLSEndpointException: 6,
    [2015-Mar-31 10:53:07.434814] IEndpoint (-9): disconnect(): 0xb8767608 sub endpoint: 0xb8ca7998
    HTTPEndpoint (-9): disconnect() 0xb8cc2da8 master state: Idle(0) sendState: Complete(4) receiveState: ContentPlain(1)
    [2015-Mar-31 10:53:07.435016] IEndpoint (-9): disconnect(): 0xb8cc2da8 sub endpoint: 0xb8797660
    [2015-Mar-31 10:53:07.435160] IEndpoint (-9): disconnect(): 0xb8797660 sub endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8c02020 for endpoint: 0xb8d0bc98
    HTTPEndpoint (-9): disconnect() 0xb8c7f528 master state: Idle(0) sendState: Complete(4) receiveState: ContentPlain(1)
    [2015-Mar-31 10:53:07.435397] IEndpoint (-9): disconnect(): 0xb8c7f528 sub endpoint: 0xb8ce1000
    [2015-Mar-31 10:53:07.435541] IEndpoint (-9): disconnect(): 0xb8ce1000 sub endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 2 to 3 for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 2 to 3 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): 0xb8c02020 close(): really disconnecting for endpoint: 0xb8d0bc98
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 4 for endpoint: 0xb8d0bc98
    [2015-Mar-31 10:53:07.436032] IEndpoint (-9): 0xb8797660 onClosed
    HTTPEndpoint (-9): 0xb8cc2da8 onClosed(0xb8797660)
    HTTPEndpoint (-9): Switching 0xb8cc2da8 master state from Idle(0) -> Idle(0)
    HTTPEndpoint (-9): 0xb8cc2da8 onClosed(0xb8797660) sending onClosed downstack
    AuthenticateDefault (0): createNegotiateWebAuthInstance failed, Negotiate auth is not supported
    [2015-Mar-31 10:53:07.436414] IEndpoint (-9): 0xb8cc2da8 onClosed
    ASIOSocketAdapter (-9): ~ASIOSocketEndpoint: bye bye. instance: 0xb8d9bda0
    ASIOSocketAdapter (-9): ~ASIOSocketEndpointPrivate: bye bye. instance: 0xb8d1d610 for endpoint: 0xb8d9bda0
    [2015-Mar-31 10:53:07.436904] IEndpoint (-9): 0xb8767608 onClosed
    [2015-Mar-31 10:53:07] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2015-Mar-31 10:53:07] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (-9): 0xb8c9eb00 handleWrite calling disconnect, ec: system:125 message: Operation Canceled error code: 125 error cateogry: system
    ASIOSocketAdapter (-9): disconnect(): requesting disconnect. instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): handleDisconnect(): canceling the socket.  for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 3 for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): 0xb8c9eb00 close(): really disconnecting for endpoint: 0xb8db61d8
    ASIOSocketAdapter (-9): ASIOSocketEndpointPrivate: switching state: from 3 to 4 for endpoint: 0xb8db61d8
    [2015-Mar-31 10:53:07.442768] IEndpoint (-9): 0xb8ce1000 onClosed
    HTTPEndpoint (-9): 0xb8c7f528 onClosed(0xb8ce1000)
    HTTPEndpoint (-9): Switching 0xb8c7f528 master state from Idle(0) -> Idle(0)
    HTTPEndpoint (-9): 0xb8c7f528 onClosed(0xb8ce1000) sending onClosed downstack
    AuthenticateDefault (0): createNegotiateWebAuthInstance failed, Negotiate auth is not supported
    [2015-Mar-31 10:53:07.444010] IEndpoint (-9): 0xb8c7f528 onClosed
    HTTPEndpoint (-9): ~HTTPEndpoint 0xb8c7f528
    ASIOSocketAdapter (-9): ~ASIOSocketEndpoint: bye bye. instance: 0xb8db61d8
    ASIOSocketAdapter (-9): ~ASIOSocketEndpointPrivate: bye bye. instance: 0xb8c9eb00 for endpoint: 0xb8db61d8
    HTTPEndpoint (-9): ~HTTPEndpoint 0xb8cc2da8
    ASIOSocketAdapter (-9): ~ASIOSocketEndpoint: bye bye. instance: 0xb8d0bc98
    ASIOSocketAdapter (-9): ~ASIOSocketEndpointPrivate: bye bye. instance: 0xb8c02020 for endpoint: 0xb8d0bc98
    [2015-Mar-31 10:53:07] RDP (0): ------ END ACTIVE CONNECTION ------
    Sent on the new Sprint Network
    Any ideas?

    Can you try our Remote Destkop Beta application and tell us if you are running into the same issue:
    https://play.google.com/store/apps/details?id=com.microsoft.rdc.android.beta&hl=en

Maybe you are looking for

  • Database error"ORA-00060: deadlock detected while waiting for resource"

    Hi All, I got dump as Database error text........: "ORA-00060: deadlock detected while waiting for   resource" Internal call code.........: "[RSQL/RDUP/NRIV ]" Please check the entries in the system log (Transaction SM21). An exception occurred that

  • Weird issue with cli php..

    I try to start my script off with #!/usr/bin/php -r So that I can not use the <?php and ?> tags, and I keep getting an error. Can anyone get this to work? I am using a custom compiled php, so maybe something is wonky on my end.. I keep getting Parse

  • Is The 6280 camera really this bad?

    6280: > k510: > Click to enlarge. My k510 with 1.3mp take better photos then the 6280 with 2mp. And swithcing from low quality to high quality in the options does absolutely nothing. So should i replace this phone, or all the 6280 have this poor came

  • When I open Firefox, why does it take so long for my home page (which is aol) to load?

    Really nothing more to say, it just takes so long to open my home page I get annoyed and close it out. Please help cause I really like Firefox and it worked alot faster when I first installed it.

  • Can't watch xfinity online

    I normally watch most TV legally online via the xfinity website. I pay for cable but prefer to watch the shows on my computer rather than a television. Over the past few months when I try watch xfinity TV shows online but they wont play past the firs