if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then # add here switch on instructions gconftool-2 -s /system/osso/dsm/display/display_brightness -t int 2 echo "Level 2"; exit 1; fi; if [ "$QBW_CURRENT_RESULTS_TEXT" == "Level 2" ]; then # add here switch off instructions gconftool-2 -s /system/osso/dsm/display/display_brightness -t int 5 echo "Level 5"; exit 0; else # add here switch on instructions gconftool-2 -s /system/osso/dsm/display/display_brightness -t int 2 echo "Level 2"; exit 1; fi;