Monthly Archives: March 2016

MDX ShareFile 4.4 on Android cannot access the file browser.

Asharefilenother quick hit little bug for you.

Despite enabling Gallery access on the MDX App settings, for some reason on Android access to the upload from device page was being blocked when “document Exchange (open in)” was set to restricted.

If you lifted this restriction, all worked well. but Nobody wants that.

Anywho, with much pain and wandering around the Google Android Developer documentation, the following exception list allows you to restrict the App successfully while still allowing access to local files for upload.

{action=android.speech.tts.engine.CHECK_TTS_DATA}{action=android.app.action.SET_NEW_PASSWORD}{action=android.app.action.START_ENCRYPTION}{action=android.intent.action.GET_CONTENT}{action=android.intent.action.PICK}{action=android.intent.action.CHOOSER}{action=android.intent.action.OPEN_DOCUMENT}{action=android.intent.action.RINGTONE_PICKER}{action=android.intent.action.DIAL}{action=android.intent.action.MAIN}{action=android.media.action.IMAGE_CAPTURE}{action=android.provider.MediaStore.RECORD_SOUND}{action=android.media.action.VIDEO_CAPTURE}[action=android.intent.category.APP_GALLERY}

While using the ShareFile mobile applications, NTFS last modified date is updated each time a user accesses an NTFS connector

Here’ssharefile a weird little bug I caught in the wild while deploying XenMobile Enterprise. While browsing NTFS shares, published as connectors in the ShareFile Mobile clients, or the ShareFile desktop application for windows, all the directories in the directory you are currently browsing will have their “Last Modified” timestamp updated as below: sharefilebug Continue reading