I would like to shutdown bluetooth when Palm TT go to power off. So, I
register sysNotifySleepRequestEvent. When this notification occurs, I close
BT by using BtLibClose() and check the radio state to ensure BT close.
However I found out that the callback routine doesn't work when user set the
secu
I register sysNotifySleepRequestEvent to check BT status when user press
power button to power off my Palm TT. However I found out that the callback
routine doesn't work when user set the security password when Palm TT
startup. If I disable the security function, the callback routine work again
(I
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Raymond
Ho
Sent: Tuesday, April 13, 2004 8:30 AM
To: Palm Developer Forum
Subject: Re: max. no. to store feature value in dynamic heap
what should I do if I need to restore the features values after reset ?
"Douglas Handy" <[EMAI
what should I do if I need to restore the features values after reset ?
"Douglas Handy" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED]
???...
> Ray,
>
> >Is there any limitation to use feature manager to store feature variables
in
> >dynamic heap ?
>
> Read the docs on FtrSet(), specifically:
>
>
Is there any limitation to use feature manager to store feature variables in
dynamic heap ?
Now I'm storing 35 features values in my application. However I found out
that the values stored in features are wrong (or changed by unknow reason).
Especially when I the Palm is reset and get the feature v
There is no Bluetooth library in simulator. Is there any way to simulate
bluetooth features in simulator ?
err = SysLibFind("Bluetooth Library", &refBtNum) return false in Palm 5.0
simulator ?
Raymond
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http:
I'm using CW9 and connect to Palm TT for debugging. I would like to use
sysNotifyLateWakeupEvent in my problem. However, when I power-off the Palm
TT, the connection to Palm TT is broken during debug. Is there any good ways
let me debug sysNotifyLateWakeupEvent even power -off
error = SysNotifyR
With bluetooth connection, I use RFComm to communicate with bluetooth device
as following :
MemSet( &btParams, sizeof(btParams), 0 ); // note this leaves the
remote dev addr null
btParams.role = btVdClient; // we are the client side
btParams.authenticate = false; //No l
Dear sirs,
I would like to use BtLibSecurityNumTrustedDeviceRecords() to get the no. of
trusted device and info. There is one device listed in trust device pref.
However BtLibSecurityNumTrustedDeviceRecords returns zero. Below is my code,
any problem ?
if (SysLibFind("Bluetooth Library", &refBtN
How to simulate BT API in Palm Simulator ? e.g.
SrmExtOpen(sysFileCVirtRfComm, ...) ? Because I can't find the BT library in
simulator as following code :
if (FtrGet(btLibFeatureCreator, btLibFeatureVersion, &value) != errNone)
Quit application;
Raymond
--
For information on using
How to user SysSetTrapAddress and SysGetTrapAddress ? It seems OS 5.0
doesn't support it, right ?
My program doesn't work in Palm TT, but I need to work with
"sysTrapEvtGetEvent".
Any idea.
Raymond Ho
--
For information on using the Palm Developer Forums, or to unsubscri
I try to change the attribute of file in SD card but fail. Here is my code :
err = VFSFileOpen(volRefNum, kExpansionKeyPathFilename, vfsModeReadWrite,
&ref);
err = VFSFileGetAttributes(ref, &value);
value = value|vfsFileAttrHidden|vfsFileAttrSystem;
err = VFSFileSetAttributes(ref, value);
err = VF
help.
Best Regards,
Raymond Ho
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
13 matches
Mail list logo