Summary | Forced Multiplexed Bitmask is 15 for Android 4.4.2 devices |
Queue | Synchronization |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.michel (at) vermessung-michel (dot) de |
Created | 05/21/2014 (4066 days ago) |
Due | |
Updated | 05/31/2014 (4056 days ago) |
Assigned | |
Resolved | 05/24/2014 (4063 days ago) |
Milestone | |
Patch | No |
does this fix it?
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 39829e9196e63348577baedc27fa6a0145b2e171
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat May 24 12:01:25 2014 -0400
Bug: 13199Fix reveresed logic..../ActiveSync/lib/Horde/ActiveSync/Device.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/39829e9196e63348577baedc27fa6a0145b2e171
State ⇒ Rejected
Most likely, the issue is that your ROM is not sending the OS
information in the DEVICEINFORMATION requests. This isn't that
uncommon for Android clients, and is the reason for the
activesync_device_modify hook in horde/config/hooks.php. There is
example code in that hook.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Forced Multiplexed Bitmask is 15 for Android 4.4.2 devices
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ New
resources for calendar etc. This does not work with Android 4.4.2
devices (based on OmniRom). I the code I can see a check for Android
version 4.4.0 enabling multiple calendars, maybe this needs to be
enhanced to something like >= 4.4.0?