|
2012-04-24
, 12:34
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#282
|
I suppose I was wondering out-loud whether there is a specific software 'toggle' instruction they use (with the firmware taking care of the rest) as opposed to using 'if-then' type code. I kept getting hints when reading through some of the NFC documentation that such a 'toggle' instruction for BT might exist.... but maybe not
I'd still like to get toggling with matching NDEF tag statements working at some stage as I don't like being defeated by a problem! I could get it to work by using the ToggleBT if I could work out how to register the program in the NDEF handler to match particular types of tag.
|
2012-04-24
, 14:19
|
Posts: 105 |
Thanked: 62 times |
Joined on Aug 2009
@ Finland
|
#283
|
|
2012-04-24
, 14:41
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#284
|
Installed 1.6 and it works nicely. Noticed one thing though, if I have a rule that changes availability (from available to away with gtalk) the text does not change.
|
2012-04-24
, 14:54
|
|
Posts: 704 |
Thanked: 241 times |
Joined on Dec 2011
@ Johannesburg - South Africa
|
#285
|
This is by design, if I understand correctly. The summary in ui only says 'availability changes' regardless what changes there are.
This is for simplicity of code and also for practical reasons. Since there might be quite many accounts (gtalk, msn, skype etc) and each of them different settings (some online, some away, some busy etc), it'd be a bit annoying to construct meaningful summary in the available space.
So the genetic summary if anything is done to availability was chosen.
|
2012-04-24
, 18:05
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#286
|
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-04-24
, 20:01
|
Posts: 105 |
Thanked: 62 times |
Joined on Aug 2009
@ Finland
|
#287
|
This is by design, if I understand correctly. The summary in ui only says 'availability changes' regardless what changes there are.
This is for simplicity of code and also for practical reasons. Since there might be quite many accounts (gtalk, msn, skype etc) and each of them different settings (some online, some away, some busy etc), it'd be a bit annoying to construct meaningful summary in the available space.
So the genetic summary if anything is done to availability was chosen.
|
2012-04-24
, 20:29
|
Posts: 66 |
Thanked: 26 times |
Joined on Apr 2010
|
#288
|
|
2012-04-24
, 20:48
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#289
|
Ok. I don't like the design, but I think I get it Normally when IM clients change their availability also the message is changed to "Away as a result of being idle" or to "Not available as a result of being idle" or something like that. Now that is not possible.
|
2012-04-24
, 22:28
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#290
|
~ # dpkg -i profilematic_1.6.0_armel.deb
aegis-deb-release: Missing ':' in ' b27838cd7450c6f10d39ce9491ec20a1 756954 free/source/Sources
d91852b967d8dbeab6248c6f1556405c 224347 free/source/Sources.gz
144e299a324fedc82763cb3ddfacadd1743cd7ed 756954 free/source/Sources
44afe3219b48edd1fe357726716df2e02dcf4759 224347 free/source/Sources.gz
c3ca448e424cefa1c2f1468847a2230fccea9ef3afafcb5cd9 27cd99914e8cea 756954 free/source/Sources
f507ece4b736634f52ef579e5742313df4ba1b19da1f9483f8 bb2e214e578690 224347 free/source/Sources.gz
'
Sélection du paquet profilematic précédemment désélectionné.
(Lecture de la base de données... 47156 fichiers et répertoires déjà installés.)
Dépaquetage de profilematic (à partir de profilematic_1.6.0_armel.deb) ...
aegis-installing profilematic (from '')
Package profilematic: denied 'mce:eviceModeControl' -- origin '' does not allow it
Package profilematic: denied 'mce:eviceModeControl' for '/opt/profilematic/bin/profilematicd' -- origin '' does not allow it
Package profilematic: denied 'mce:eviceModeControl' for 'applauncherd-launcher::/usr/bin/applauncherd.bin' -- origin '' does not allow it
Paramétrage de profilematic (1.6.0) ...
Changing ProfileMatic configuration file ownership to user
Starting profilematicd ...
apps/profilematicd start/running, process 9959
Traitement des actions différées («*triggers*») pour «*desktop-file-utils*»...
Traitement des actions différées («*triggers*») pour «*hicolor-icon-theme*»...
Traitement des actions différées («*triggers*») pour «*applauncherd-launcher*»...
I'd still like to get toggling with matching NDEF tag statements working at some stage as I don't like being defeated by a problem! I could get it to work by using the ToggleBT if I could work out how to register the program in the NDEF handler to match particular types of tag.