Notices


Reply
Thread Tools
elie-7's Avatar
Posts: 968 | Thanked: 663 times | Joined on Jun 2010 @ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
#701
Originally Posted by No!No!No!Yes! View Post
In Dash Beecon (the one with n900 mockup)...


Set 2 to Hidden


Resize at your will


Blank image 1 (or prepend ";") in Command Title settings so it won't waste time/memory loading unused images
thanks mate, before everything can we please get bigger icons ???
and it was working great, but now it stopped updating for some reason..... its showing 0000 .
__________________
rolling down the street, smoking ENDO, sipping on gin and juice
laid back, with my mind on my money and my money on my mind .
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#702
Originally Posted by elie-7 View Post
thanks mate, before everything can we please get bigger icons ???
and it was working great, but now it stopped updating for some reason..... its showing 0000 .


__________________
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:
Posts: 54 | Thanked: 7 times | Joined on Mar 2010 @ Slovakia, Žilina
#703
how to checksum ? thanks
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#704
Originally Posted by Pavol View Post
how to checksum ? thanks
Proceed as per instructions and you won't need to checksum...
http://wiki.maemo.org/Queen_BeeCon_W...ommand_Data.21
__________________
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
 
neboja's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#705
@No!No!No!Yes!
4. to orient icons p/l only when main "apps" button is pressed, and then to check for orientation, and place icons in portrait or landscape

maybe even that way!
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#706
Originally Posted by neboja View Post
@No!No!No!Yes!
4. to orient icons p/l only when main "apps" button is pressed, and then to check for orientation, and place icons in portrait or landscape

maybe even that way!
OK. Found this http://wiki.maemo.org/Accelerometers#sysfs

Let's see what we can do with it...
__________________
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
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#707
Originally Posted by No!No!No!Yes! View Post
OK. Found this http://wiki.maemo.org/Accelerometers#sysfs

Let's see what we can do with it...


Here's a walkthrough (approx!!!) for only the braves ... I'm sorry I can't find a slot for implementing it in short time span.

Create A beecon
updates @click
upsize B via dbus if necessary
switch on B via dbus methods on paramater widgetVisible and update_content post-action
DBUS reset_rearm_timer (several seconds) in B for auto-hide
DBUS force B to update_content

Create B beecon
create landscape png image with applications grid (BL)
setup Exit Status = 0 image to BL
setup Exit Status = 1 image to BP
updates @click
create portrait png image with applications grid (BP)
calculate coordinates/sizes for hotspot grid both for BL and BP

if timer execution then downsize B via dbus if necessary, switch-off and hide, disarm timer
if DBUS execution then fetch device orientation:
read 1st value from /sys/class/i2c-adapter/i2c-3/3-001d/coord
if 1st value between -700 and -1000 then orientation is P
if 1st value between 0 and -700 then orientation is L
store position in B via echo (P or L) or rememberme placeholder;
exit 0 to display BL or 1 to display BP according to sensor
if CLICK on B then retreive hotspot according to orientation and run relevant application
__________________
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-10-04 at 14:11.
 

The Following User Says Thank You to No!No!No!Yes! For This Useful Post:
elie-7's Avatar
Posts: 968 | Thanked: 663 times | Joined on Jun 2010 @ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
#708
the flip clock is working great, i know it still needs some work to be a fully working flip clock widget, just one thing can we please have white icons (white instead of black and black instead of white ) .
mine is looking like htc sense today widget .
__________________
rolling down the street, smoking ENDO, sipping on gin and juice
laid back, with my mind on my money and my money on my mind .
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#709
Originally Posted by elie-7 View Post
the flip clock is working great, i know it still needs some work to be a fully working flip clock widget, just one thing can we please have white icons (white instead of black and black instead of white ) .
mine is looking like htc sense today widget .
Own thread created for QBW Flipclock Widget ... please let's use it for followup on the matter and requests
Thanks.
__________________
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:
neboja's Avatar
Posts: 277 | Thanked: 93 times | Joined on Jan 2010 @ Belgrade
#710
Originally Posted by No!No!No!Yes! View Post


Here's a walkthrough (approx!!!) for only the braves ... I'm sorry I can't find a slot for implementing it in short time span.

Create A beecon
updates @click
upsize B via dbus if necessary
switch on B via dbus methods on paramater widgetVisible and update_content post-action
DBUS reset_rearm_timer (several seconds) in B for auto-hide
DBUS force B to update_content

Create B beecon
create landscape png image with applications grid (BL)
setup Exit Status = 0 image to BL
setup Exit Status = 1 image to BP
updates @click
create portrait png image with applications grid (BP)
calculate coordinates/sizes for hotspot grid both for BL and BP

if timer execution then downsize B via dbus if necessary, switch-off and hide, disarm timer
if DBUS execution then fetch device orientation:
read 1st value from /sys/class/i2c-adapter/i2c-3/3-001d/coord
if 1st value between -700 and -1000 then orientation is P
if 1st value between 0 and -700 then orientation is L
store position in B via echo (P or L) or rememberme placeholder;
exit 0 to display BL or 1 to display BP according to sensor
if CLICK on B then retreive hotspot according to orientation and run relevant application
hmmmm..... i would wish to avoid making simple images to put in background for apps and suf.... however, if that is nessesery, it will be like that...

i was thinking if it is posible to place command to start app from BP/L widget, in form of that it take even a ICON from the app... ???? O_o
i know i ask to much, but i dont know limitations of QBW... maybe you do

another thing: i am not programmer... and stuff that you put there for me... well i understand what is it... but have no clue how to implement it...
i know that only a misplaced letter or sign is enough for beacon to not work...
therefore, i can just give you a ideas and questions, and opinions, rather than help you in putting some widgets together...
(wish i can, but i can't)
anyhow,... if you think i CAN help in some way, except these above,... tell me HOW!
 
Reply

Thread Tools

 
Forum Jump


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