Folks,

Has anyone managed to get the system preferences prefRemoteSyncRequiresPassword 
or prefLocalSyncRequiresPassword working?  They appear to have no effect on a 
T5. I am successfully setting the device password.  The code segment is below.

// set the password and autolock
PrefSetPreference(prefAutoLockType, uponPowerOff);
PrefSetPreference(prefAutoOffDurationSecs, 3 * 60);
PwdSet(NULL, syncParas->password);
// set HotSync to require a password
PrefSetPreference(prefRemoteSyncRequiresPassword, true);
PrefSetPreference(prefLocalSyncRequiresPassword, true);

regards

Jon
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to