![]() |
2011-01-16
, 21:49
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#102
|
what is the meaning of
"Added a backup configuration file to backup activities"
thank you
another question:
"Store Current" is the same to use "New"?
![]() |
2011-01-17
, 16:16
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#105
|
~ $ activity list 20101205 20101217 Default ~ $ activity current Default ~ $ activity store 20110117 Creating: 20110117 Saving to: 20110117 Saving ........ ~ $ activity current 20110117 ~ $ activity list 20101205 20101217 20110117 Default
![]() |
2011-01-17
, 16:27
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#106
|
store did something else also than just store
I would had wanted just to store backup and continue using Default.Code:~ $ activity current Default ~ $ activity store 20110117 Creating: 20110117 Saving to: 20110117 Saving ........ ~ $ activity current 20110117
set_current "$1" get_current save2
get_current BACK="$CURRENT" set_current "$1" get_current save2 set_current "$BACK"
The Following User Says Thank You to v13 For This Useful Post: | ||
![]() |
2011-01-17
, 17:16
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#107
|
![]() |
2011-01-21
, 22:17
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#108
|
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"Internet 3G" uint32:0 |dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.ListAdapters | awk -F'"' '/at/ {print $2}') org.bluez.Adapter.SetProperty string:Powered variant:boolean:true
![]() |
2011-01-22
, 14:27
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#109
|
I have this command:
What I should write in the script ?Code:dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"Internet 3G" uint32:0 |dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.ListAdapters | awk -F'"' '/at/ {print $2}') org.bluez.Adapter.SetProperty string:Powered variant:boolean:true
#!/bin/sh
chmod +x <filename>
The Following User Says Thank You to x-lette For This Useful Post: | ||
![]() |
2011-01-22
, 15:54
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#110
|
"Added a backup configuration file to backup activities"
thank you
another question:
"Store Current" is the same to use "New"?
Last edited by iscio; 2011-01-15 at 11:45.