Notices


Reply
Thread Tools
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#871
I've never tried symlinks, don't know enough about them. something new to learn.
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#872
Originally Posted by JonWW View Post
No!No!No!Yes!
While playing around with the orientation QBW I have noticed that the orientation event will sometimes stop, don't know why.
Happened to me as well just today, played a bit (couple of days) and suddenly orientation change events seem not to be issued any more to QBW dbus connection/callback ... problem seems to have gone away with reboot.

Originally Posted by JonWW View Post
If I create another orientation QBW the second one is un-effected as are all other QBWs.
Need some more explanation here... it means 2nd one works and others as well or none work any more?

Originally Posted by JonWW View Post
If I enter the Advanced settings and press Run it will work correctly,
Running beecon in this way, no $QBW_EXEC_REASON==QBW_ORIENTATION_MONITOR event will be triggered but only $QBW_EXEC_REASON==QBW_SETTINGS_SAVE_RUN event; $QBW_ORIENTATION_* variables will be however set as per any previous recorded phone orientation

Originally Posted by JonWW View Post
also if I resize the QBW and press Save & Run it will not run
Running beecon in this way, no $QBW_EXEC_REASON==QBW_ORIENTATION_MONITOR event will be triggered but only $QBW_EXEC_REASON==QBW_TEST_DRIVE event; $QBW_ORIENTATION_* variables will be however set as per any previous recorded phone orientation

Originally Posted by JonWW View Post
nor will the resize setting get saved!
This is the weirdest thing ... which seems not to be Orientation related ... are you saying that widget width&height settings are not changed and saved even if you modify them and press SAVE or SAVE&RUN?

What beecon are you using?
__________________
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
 
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#873
Originally Posted by No!No!No!Yes! View Post
problem seems to have gone away with reboot.
Reboot seems the only way to get it to work!

Originally Posted by No!No!No!Yes! View Post
Need some more explanation here... it means 2nd one works and others as well or none work any more?
All other QBWs continued to work, admittiedly after the first orientation one failed I created the second orientation one which continued to work correctly
EDIT: while the first remained broken.

Originally Posted by JonWW View Post
If I enter the Advanced settings and press Run it will work correctly
$QBW_ORIENTATION_MODE will correctly retrieve the device orientation each time you change devices position and press the Run button which is displayed in the Raw Output box.

Originally Posted by JonWW View Post
If I resize the QBW and press Save & Run it will not run nor will the resize setting get saved!
Normaly this works with other QBWs

Originally Posted by No!No!No!Yes! View Post
This is the weirdest thing ... which seems not to be Orientation related ... are you saying that widget width&height settings are not changed and saved even if you modify them and press SAVE or SAVE&RUN?
Save&Run normaly will work but Save&Run did not save when the orientation error occured, Save always worked! Does the run command here share functions with normal QBW operation that are different to Advaned Settings -> Run

Originally Posted by No!No!No!Yes! View Post
What beecon are you using?
I havn't updated to the latest version as I think I saw someone having problems, so I'll be on the previous version. Can't tell you the exact version as the about box cuts off the full version number (text too large another bug), all I get is "Queen Beecon Widget 1."

Last edited by JonWW; 2010-11-03 at 16:53.
 
Posts: 908 | Thanked: 501 times | Joined on Sep 2010 @ West Sussex, England
#874
Can anyone tell me the code for QBW to have 'general' profile, 'silent' profile, and OCing? Currently I use CMD but i prefer QBW because i can have the backgrounds transparent
 
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#875
 
Posts: 908 | Thanked: 501 times | Joined on Sep 2010 @ West Sussex, England
#876
Originally Posted by JonWW View Post
Does this help?
http://wiki.maemo.org/Phone_control#Profiles
those are what i use for CMD, is it the same code for QBW? Sorry, i'm literally the biggest QBW n00b you'll find. And does that code go in 'advanced', or in the main page 'command settings display'?

LAstly, what about OCing? Is it the same again as is in CMD?
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#877
Originally Posted by JonWW View Post
Reboot seems the only way to get it to work!

All other QBWs continued to work, admittiedly after the first orientation one failed I created the second orientation one which continued to work correctly
EDIT: while the first remained broken.

$QBW_ORIENTATION_MODE will correctly retrieve the device orientation each time you change devices position and press the Run button which is displayed in the Raw Output box.

Normaly this works with other QBWs

Save&Run normaly will work but Save&Run did not save when the orientation error occured, Save always worked! Does the run command here share functions with normal QBW operation that are different to Advaned Settings -> Run

I havn't updated to the latest version as I think I saw someone having problems, so I'll be on the previous version. Can't tell you the exact version as the about box cuts off the full version number (text too large another bug), all I get is "Queen Beecon Widget 1."
Can't really think of the problem here ... it seems offending instance got stuck in the middle of nowhere... and I'm unable to speculate further without logfile.
As per all these weird problems I assume it is not reproducible , I ask you if possible, next time it happens, to turn v4 verbosity on in Advanced Dialog Box and drop me the logfile after trying some of the weird thingies you were trying this time.

However, please do update to latest release 1.3.2 as problems Dousan reported seemed to be related to a buggy script and not to buggy widget (hopefully )

Text too large bug in About Box is fixed in 1.3.2
__________________
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
 
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#878
You may need to call the dbus command with
Code:
run-standalone.sh dbus-send --type=m...
Pop all your command into QBW and test to see if they work.

The Advanced settings have a multi line edit box which makes it much easier to edit your commands. QBW scripts are basically normal XTerminal scripts so you might find it easier to test in XTerminal, but the Advanced settings will also display the output if you press Run
 
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#879
Originally Posted by No!No!No!Yes! View Post
I ask you if possible, next time it happens, to turn v4 verbosity on in Advanced Dialog Box and drop me the logfile after trying some of the weird thingies you were trying this time.
Ok this one will be new to me, have seen it in the Wiki, am I correct in thinking that next time the orientation locks up, edit the same QBW and set V4 log, then play around with the same widget, saving/running it etc...

Originally Posted by No!No!No!Yes! View Post
Text too large in About Box is fixed in 1.3.2
That one was worrying me

I will also update tonight.
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#880
Originally Posted by JonWW View Post
Ok this one will be new to me, have seen it in the Wiki, am I correct in thinking that next time the orientation locks up, edit the same QBW and set V4 log, then play around with the same widget, saving/running it etc...
Verbosity is a global setting. Any beecon is ok to activate it globally. The rest is as you pictured!!!

Enjoy...
__________________
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
 

The Following User Says Thank You to No!No!No!Yes! For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 05:35.