6.0.0-alpha12
6/6/25

[#4481] Funambol client uses 'fwx-xxx' as device id
Summary Funambol client uses 'fwx-xxx' as device id
Queue Synchronization
Type Bug
State Resolved
Priority 2. Medium
Owners karsten (at) horde (dot) org
Requester jochem (at) mondrian (dot) nl
Created 10/03/2006 (6821 days ago)
Due
Updated 10/04/2006 (6820 days ago)
Assigned 10/03/2006 (6821 days ago)
Resolved 10/04/2006 (6820 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/04/2006 09:55:38 AM Karsten Fourmont State ⇒ Resolved
 
10/03/2006 07:58:03 PM Karsten Fourmont Comment #2 Reply to this comment
committed, thanks.
10/03/2006 11:34:17 AM Jan Schneider Assigned to Karsten Fourmont
State ⇒ Assigned
 
10/03/2006 07:12:05 AM jochem (at) mondrian (dot) nl Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Funambol client uses 'fwx-xxx' as device id
Queue ⇒ Synchronization
Reply to this comment
Funambol windows mobile client 3.0.31 uses 'fwm-xxx' as device ID. 
Because of this change, SynxML/Device.php doesn't recognise the client 
as a sync4j/funambol client. Like 47 needs to be changed to:



if (stristr($si, 'sync4j') !== false || stristr($si, 'sc-pim') !== 
false || stristr($si, 'fwm-') !== false) {

Saved Queries