Notices


Reply
Thread Tools
Posts: 169 | Thanked: 41 times | Joined on Apr 2010 @ Portugal
#71
Hi all,
Anyone can help me to make a script to view the football results from there:

http://www.futebol365.pt/directo/default.asp

For exemple, for the "Inglaterra: Premier League"

Please ?
 
matts76's Avatar
Posts: 324 | Thanked: 201 times | Joined on Apr 2010 @ UK
#72
Originally Posted by nokian-series View Post
Hi all.
I have done a script to one of those widgets, but it is freezing my device, hildon desktop stop works, and other strange things.
I've tried to uninstall it, but when re-install, the configurations are there too.
I cand access the configuration to modifiy the script, phone hangs up.
I can acess the x-terminal and filesystem over ssh.
So..what file and where is it, that stores the script code so i can 'edit' it other way then the default one ?
Or, anyway to remove\uninstall with the defenitions too ..

help please
I had a similar problem with the hard sleep mode widged, i screwed up the set up a bit and forgot to uncheck the updade at start up and switch desktop options so as soon as i turned my n 900 on it went straight to sleep when i uninstalled and re installed it i got the same problem. the way i solved it was rather low tech, using the lock button to activate the desk top for about half a second at a time i first held the stylus down to enter desktop edit (took a few tries) and then selected the wrench icon on the offending widged to edit it, before that i tried simply deleting the widget but the problem just reacured as soon as i tried to replace it, hope this helps in some way.
__________________
My N900@1Ghz Rocks
I wanted a phone, but i ended up with an all encompasing obsession

 

The Following User Says Thank You to matts76 For This Useful Post:
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#73
Hi all ... please support troubleshooting and bugfixing by providing as much info as possible, especially if you suspect it is a program bug and not an own script messup!

Solution and support will be given maximum priority if reported via:
Queen Beecon's bugtracker
__________________
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
 
iceman600's Avatar
Posts: 324 | Thanked: 65 times | Joined on Jun 2008 @ FL
#74
Originally Posted by matts76 View Post
I had a similar problem with the hard sleep mode widged, i screwed up the set up a bit and forgot to uncheck the updade at start up and switch desktop options so as soon as i turned my n 900 on it went straight to sleep when i uninstalled and re installed it i got the same problem. the way i solved it was rather low tech, using the lock button to activate the desk top for about half a second at a time i first held the stylus down to enter desktop edit (took a few tries) and then selected the wrench icon on the offending widged to edit it, before that i tried simply deleting the widget but the problem just reacured as soon as i tried to replace it, hope this helps in some way.
lol... im having the same problem. mine is i did a command to oen a specific site on a browser... i forgot to unchecked the update the widget on startup/switched to desktop. so now when i open the device it opens the page.. since i did not unchecked the update when switched to desktop, everytime i close the browser it pop ups again.

no!no!no!yes! is there a way to reset to default config of the commands... im serching the file system for the configurations cant find it. reinstall didnt work...

funny thing is everytime i add a queenbee widget it opens the browser again. so meaning adding a new widget makes the command i make the default one...

just wannt to reset the settings and play withit again.
is there a way to reset to default config?

thanks
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#75
Originally Posted by iceman600 View Post
lol... im having the same problem. mine is i did a command to oen a specific site on a browser... i forgot to unchecked the update the widget on startup/switched to desktop. so now when i open the device it opens the page.. since i did not unchecked the update when switched to desktop, everytime i close the browser it pop ups again.

no!no!no!yes! is there a way to reset to default config of the commands... im serching the file system for the configurations cant find it. reinstall didnt work...

funny thing is everytime i add a queenbee widget it opens the browser again. so meaning adding a new widget makes the command i make the default one...

just wannt to reset the settings and play withit again.
is there a way to reset to default config?

thanks
Configuration file is:
Code:
/home/user/.queen_beecon
For those of you who are having issues at widget startup:
  1. open up x-terminal
  2. Code:
    sudo gainroot
  3. Code:
    vi /home/user/.queen_beecon
  4. find updOnStartup=true (all instances supposed to be culprits)
  5. set it to false (updOnStartup=false)
  6. save file
  7. immediately issue:
    Code:
    killall hildon-home
  8. hildon-home will restart automatically and widgets won't run any more at startup

If Configuration file:
Code:
/home/user/.queen_beecon
is messed up real bad ... just delete it, issue killall hildon-home and cross your fingers!!!

Generally speaking, there will NOT be any need to remove either package with:
Code:
dpkg -P queen-beecon
or images directory with:
Code:
rm -r /home/user/.queen_beecon_dir
rm -r /home/user/MyDocs/.images/queen_beecon_dir/
WARNING
For all Beecons used as buttons I suggest to set the update policy as this in order to prevent accidental triggering of the button!!!

__________________
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

Last edited by No!No!No!Yes!; 2010-04-17 at 21:26.
 

The Following 2 Users Say Thank You to No!No!No!Yes! For This Useful Post:
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#76
Wiki page is on the go ... see here:
http://wiki.maemo.org/Queen_BeeCon_Widget
__________________
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 2 Users Say Thank You to No!No!No!Yes! For This Useful Post:
iceman600's Avatar
Posts: 324 | Thanked: 65 times | Joined on Jun 2008 @ FL
#77
Originally Posted by No!No!No!Yes! View Post
Wiki page is on the go ... see here:
http://wiki.maemo.org/Queen_BeeCon_Widget
im hoping to see a tv rage as promised...
 
Posts: 176 | Thanked: 59 times | Joined on Mar 2010
#78
Sorry, please outline the steps needed to change the update policy ?
 
Posts: 1,427 | Thanked: 2,077 times | Joined on Aug 2009 @ Sydney
#79
Originally Posted by SallyJane View Post
Sorry, please outline the steps needed to change the update policy ?
What steps? Just uncheck the ones you don't need.
Also, leave Update Interval to 0 if you don't want periodic update.
(btw, this is right down the bottom. So you need to scroll down)
 
Posts: 176 | Thanked: 59 times | Joined on Mar 2010
#80
OMG of course, scrolling down reveals the hidden page !

Thanks !

 
Reply


 
Forum Jump


All times are GMT. The time now is 20:08.