|
2010-10-26
, 10:57
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#772
|
|
2010-10-27
, 05:38
|
|
Posts: 121 |
Thanked: 100 times |
Joined on Jun 2010
|
#773
|
The Following User Says Thank You to kamiwey For This Useful Post: | ||
|
2010-10-27
, 11:55
|
|
Posts: 334 |
Thanked: 118 times |
Joined on Apr 2010
@ United Kingdom
|
#774
|
The Following User Says Thank You to moepda For This Useful Post: | ||
|
2010-10-27
, 12:19
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#775
|
techie said i should report this No!No!No!Yes! . using techie occp widget (temperature,battery,clock speed) when i lock screen/keys then unlock i get dbus error .
error enabling QBW_SUBSYSTEM_TIMER)
subsystem(s) disabled in QBW instance(id8!)
this only happens unlocking screen/keys not secure device. techie using pr1.2 so cant test , myself unsure of dbus so techie suggested qbw may need fix ? am using clock speed adjusted to locked/unlocked but this error was not present on pr1.2.
im using latest QBW 1.3
cheers , moepda
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-10-27
, 12:44
|
|
Posts: 334 |
Thanked: 118 times |
Joined on Apr 2010
@ United Kingdom
|
#776
|
The Following User Says Thank You to moepda For This Useful Post: | ||
|
2010-10-27
, 13:16
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#777
|
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2010-10-27
, 14:32
|
|
Posts: 334 |
Thanked: 118 times |
Joined on Apr 2010
@ United Kingdom
|
#778
|
The Following User Says Thank You to moepda For This Useful Post: | ||
|
2010-10-27
, 17:32
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#779
|
|
2010-10-27
, 19:25
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#780
|
@No!No!No!Yes! i've one question about the new orientation, is it suposed to rotate on screen or start the beecon?
In my case i just made a test icon on my desktop for xterm. When orientation set to 'yes' it starts whenever i rotate phone sidewise...
Am i missing something og did i think the new feature did something else?
Really like the the new look of .png's and animation... Good stuff mate Ohh and no issues after updating (flashed the PR1.3)
#We fetch previous state from button text
c=$QBW_CURRENT_RESULTS_TEXT
#Deal with widget startup condition and init button 1st position
if [ "_$c" == "_" -o "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ];then
#Insert here commands to turn on
#nothing if, on startup, sensor is already on
c=1;
fi;
if [ "$QBW_EXEC_REASON" == "QBW_CLICK" ];then
if [ $c -eq 1 ]; then
#Insert here commands to turn off
c=0;
else
#Insert here commands to turn on
c=1;
fi;
fi
case "$QBW_ORIENTATION_MODE" in
"portrait") x=644; y=292 ;xt=`expr 4 + 4 \\* $c` ;;
"landscape (inverted)") x=644; y=155 ;xt=`expr 5 + 4 \\* $c` ;;
"portrait (inverted)") x=0 ; y=155 ;xt=`expr 6 + 4 \\* $c` ;;
*) x=0 ; y=292 ;xt=`expr 3 + 4 \\* $c` ;;
esac
#Move beecon on screen command according to x,y calculated in 'case'
run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw$QBW_ID oh.no.more.qbw.set_position int32:$x int32:$y
#Store current status
echo $c
#Exit with correct code to show the image according to current orientation status
exit $xt
Partial Change Log
Usual WARNINGS apply to extras-devel material
As anticipated, 1.3 brings 2 new major features and a lot of UI restyles:
- Orientation/Accelerometer Support
- GPS Location Support
Orientation Support is now working with no particular issues since some days.
GPS Support could be still a little big buggy ...
Again changelog is quite long and also a lot of internal optimization and hidden flaws have been hopefully addressed
Again please bear with some possible regressions!!!
Feel free to experiment with all extended features and please report bugs and experiences or feature requests here.
Please, report any problem or crash during installation/upgrade if they still persist
Have fun!!!
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras