/usr/share/anyremote/cfg-data/Server-mode/exampleVibrate.cfg is in anyremote-data 6.3.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | %
% anyremote configuration file for customization of GUI of Java client. (Server-mode)
%
% STATUS stable
% XTEST no
% SOUND no
% ENV no
GuiAppName=Text example
GuiAppType=Example
GuiAppBinary=true
GuiAppProtocols=Server
GuiAppDesc=Example of anyRemote Android/J2ME clients text screen customization.
[Protocol]=Server
(Init)=\
Include($(CfgDir)/Utils/aliases-server.cfg);\
Make(var,vibrotime,by_value,2);
(Connect)=\
Set(parameter,debug,on);\
Set(status,$(vibrotime));\
Set(title,Use buttons 1 and 3);\
Set(icons,Viration Example,\
1,minus,2,fit,3,plus,\
4,fit,5,fit,6,fit,\
7,fit,8,fit,9,fit,\
*,question,0,fit,#,fit);\
Macro(SET_MENU);
Back=Set(text,close);
DO_VIBRATE=\
Set(vibrate,$(vibrotime));\
Set(status,$(vibrotime));
1=Make(var,vibrotime,expr $(vibrotime) - 1);Macro(DO_VIBRATE);
2=Macro(DO_VIBRATE);
3=Make(var,vibrotime,expr $(vibrotime) + 1);Macro(DO_VIBRATE);
4=Macro(DO_VIBRATE);
5=Macro(DO_VIBRATE);
6=Macro(DO_VIBRATE);
7=Macro(DO_VIBRATE);
8=Macro(DO_VIBRATE);
9=Macro(DO_VIBRATE);
* *=Set(text,replace,Help,1 Longer vibration\n3 Shorter vibration\n* * Help)
0=Macro(DO_VIBRATE);
#=Macro(DO_VIBRATE);
[End]
|