User:Lxp

(New page: Welcome to my Maemo notes page. == wlancond debug level == Get current debug level: gconftool -g /system/osso/connectivity/IAP/wlancond_debug_level Set debug level: gconftool -s /syste...)
(osso-xterm toolbar added)
 
(One intermediate revision not shown)
Line 1: Line 1:
Welcome to my Maemo notes page.
Welcome to my Maemo notes page.
 +
 +
== osso-xterm toolbar ==
 +
 +
Get current keys:
 +
 +
  gconftool -g /apps/osso/xterm/keys
 +
  gconftool -g /apps/osso/xterm/key_labels
 +
 +
Set keys:
 +
 +
  gconftool -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,bar,greater]"
 +
  gconftool -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|,>]"
Line 5: Line 17:
Get current debug level:
Get current debug level:
-
gconftool -g /system/osso/connectivity/IAP/wlancond_debug_level
+
 
 +
  gconftool -g /system/osso/connectivity/IAP/wlancond_debug_level
Set debug level:
Set debug level:
-
gconftool -s /system/osso/connectivity/IAP/wlancond_debug_level -t int 2
+
 
 +
  gconftool -s /system/osso/connectivity/IAP/wlancond_debug_level -t int 2
Unset debug level:
Unset debug level:
-
gconftool -u /system/osso/connectivity/IAP/wlancond_debug_level
+
 
 +
  gconftool -u /system/osso/connectivity/IAP/wlancond_debug_level
After changing the debug level you have to restart wlancond:
After changing the debug level you have to restart wlancond:
-
stop wlancond
+
  stop wlancond
-
start wlancond
+
  start wlancond

Latest revision as of 06:27, 8 March 2011

Welcome to my Maemo notes page.

[edit] osso-xterm toolbar

Get current keys:

 gconftool -g /apps/osso/xterm/keys
 gconftool -g /apps/osso/xterm/key_labels

Set keys:

 gconftool -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,bar,greater]"
 gconftool -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|,>]"


[edit] wlancond debug level

Get current debug level:

 gconftool -g /system/osso/connectivity/IAP/wlancond_debug_level

Set debug level:

 gconftool -s /system/osso/connectivity/IAP/wlancond_debug_level -t int 2

Unset debug level:

 gconftool -u /system/osso/connectivity/IAP/wlancond_debug_level

After changing the debug level you have to restart wlancond:

 stop wlancond
 start wlancond