Notices


Reply
Thread Tools
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#111
ok after you have added a scriipt , there are few things you need to do to get a fine result.

the box under Command title settings heading is the one where you type the name of the image you wanted to use and have placed it in the required directory ( /home/user/MyDocs/.image/.queen_beecon_dir or /home/user/.queen_beecon_dir)
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#112
Originally Posted by Electricgod View Post
yes,it works...wow.
but is it possible to add commands for contacts and conversation on the same dock bar?cause when i click wherever on the dock bar the phone app opens
you mean clicking on the + sign on the dockbar also opens the phone app ?

if it is then you should change the size of this beecon .
in the settings of the queen beecon widget you have made , at the top of it , there are 2 sliders of width and height .
change the width so it only covers the phone icon in the dock bar.
and for the codes for conversation and contacts check the first post of this thread .
the codes are there .
__________________
Every hero becomes a bore at last.
www.itechiapk.com

Last edited by eefo; 2011-07-18 at 19:21.
 

The Following User Says Thank You to eefo For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#113
few updates for noobs on the first page ^_^
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#114
assalamualaikum

can i create a QBW for this code that run on python??if yes than how?
i type in xterminal "python" than Enter and than this code


import gst
bin = gst.element_factory_make("camerabin")
bin.set_property("videoenc", gst.element_factory_make("dspmp4venc"))
bin.set_property("videomux", gst.element_factory_make("hantromp4mux"))
bin.set_property("audioenc", gst.element_factory_make("nokiaaacenc"))
bin.set_state(gst.STATE_PLAYING)
bin.set_property("filename", "test.mp4")
bin.set_property("mode",1)
#starts recording
bin.emit("user-start")

# wait some time

# stops recording
bin.emit("user-stop")
bin.set_state(gst.STATE_PAUSED)
bin.set_state(gst.STATE_NULL)

that was my thread i strated for spying uising N900!!!

http://talk.maemo.org/showthread.php?t=71326&page=2
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#115
Originally Posted by nicholes View Post
assalamualaikum

can i create a QBW for this code that run on python??if yes than how?
i type in xterminal "python" than Enter and than this code


import gst
bin = gst.element_factory_make("camerabin")
bin.set_property("videoenc", gst.element_factory_make("dspmp4venc"))
bin.set_property("videomux", gst.element_factory_make("hantromp4mux"))
bin.set_property("audioenc", gst.element_factory_make("nokiaaacenc"))
bin.set_state(gst.STATE_PLAYING)
bin.set_property("filename", "test.mp4")
bin.set_property("mode",1)
#starts recording
bin.emit("user-start")

# wait some time

# stops recording
bin.emit("user-stop")
bin.set_state(gst.STATE_PAUSED)
bin.set_state(gst.STATE_NULL)

that was my thread i strated for spying uising N900!!!

http://talk.maemo.org/showthread.php?t=71326&page=2

wa'alaikum-us-salam .
buddy , as i am not a coder so dont know much about it but as far as i know qbw codes usually start with [queen-beecon-header]
means this script as it is wont work in qbw .
if you want this script to work , you have to contact any coder or have to wait for any coder to read your post and make one script for you .
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 

The Following User Says Thank You to eefo For This Useful Post:
Posts: 21 | Thanked: 1 time | Joined on Apr 2011
#116
Originally Posted by eefo View Post
well i have start using it today , and what i have learnt is (you can say) is the a b c of it :P
like i have learnt to use different commands , as in i have the battery widget showing percentage , remaing rootfs .
well try to play with these codes and you will be able to use the other codes by the time.
you know you cant eat a whole burger in one bite
so calm down and start learning the a b c as i did :P

here the link for some useful codes for practicing :P
http://wiki.maemo.org/Desktop_Comman..._start_browser

and the instructions i have already mentioned in earlier posts .
like what size you want your widget to be or do you want the text to be shown etc.
yes bruv. the date and time code in the above link, i am suppose to insert values for the letters, thanks in advance.
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#117
Originally Posted by junieboi View Post
yes bruv. the date and time code in the above link, i am suppose to insert values for the letters, thanks in advance.

code for time

echo "`date +'<span font=\"neuropolitical 35\" color=\"#ffffff\" >%I</span> <span font=\"neuropolitical 30\" color=\"#ffffff\" >:</span> <span font=\"neuropolitical 35\" color=\"#ffffff\" >%M</span> <span font=\"neuropolitical 25\" color=\"#ffffff\" >%P</span>'`"

change the font name(neuropolitical) to your choice
this is code i am using at the moment and for date i have three separate codes , one for date , one for month and one for year .

but you can use this one .
date +"%a, %-d.%-m.%Y"


if you want , lemme know i will post my codes for date as well .
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
Posts: 21 | Thanked: 1 time | Joined on Apr 2011
#118
Originally Posted by eefo View Post
code for time

echo "`date +'<span font=\"neuropolitical 35\" color=\"#ffffff\" >%I</span> <span font=\"neuropolitical 30\" color=\"#ffffff\" >:</span> <span font=\"neuropolitical 35\" color=\"#ffffff\" >%M</span> <span font=\"neuropolitical 25\" color=\"#ffffff\" >%P</span>'`"

change the font name(neuropolitical) to your choice
this is code i am using at the moment and for date i have three separate codes , one for date , one for month and one for year .

but you can use this one .
date +"%a, %-d.%-m.%Y"


if you want , lemme know i will post my codes for date as well .
thanks but have a time widget @ the moment, it's the date, month and year i am after, so yes would you post your codes please. btw don't understand what to do with this code (date +"%a, %-d.%-m.%Y") hence the initial contact. thanks again.


one love bruv.
 
Posts: 19 | Thanked: 0 times | Joined on Mar 2011
#119
how can i create those invisible wifgets so i can use the call , message , and contacts buttons from the dock. pls help
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#120
Originally Posted by junieboi View Post
thanks but have a time widget @ the moment, it's the date, month and year i am after, so yes would you post your codes please. btw don't understand what to do with this code (date +"%a, %-d.%-m.%Y") hence the initial contact. thanks again.


one love bruv.
the code mentioned above , put it in new qbw .

steps :
1- add a new qbw on desktop.
2- got to add cmd
3- give it a title
4- add this code in the second line
5- save and run and tada

and i will post my codes in next post .
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 
Reply

Tags
it's noob tym:p

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:00.