Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    QBW for the noobs updated [7/28/2011]

    Reply
    Page 12 of 18 | Prev | 2   10     11   12   13     14   | Next | Last
    eefo | # 111 | 2011-07-18, 18:30 | Report

    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)

    Edit | Forward | Quote | Quick Reply | Thanks

     
    eefo | # 112 | 2011-07-18, 18:32 | Report

    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 .

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by eefo; 2011-07-18 at 19:21.
    The Following User Says Thank You to eefo For This Useful Post:
    Electricgod

     
    eefo | # 113 | 2011-07-20, 11:43 | Report

    few updates for noobs on the first page ^_^

    Edit | Forward | Quote | Quick Reply | Thanks

     
    nicholes | # 114 | 2011-07-20, 13:14 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    eefo | # 115 | 2011-07-20, 13:24 | Report

    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 .

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to eefo For This Useful Post:
    nicholes

     
    junieboi | # 116 | 2011-07-25, 14:20 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    eefo | # 117 | 2011-07-25, 14:30 | Report

    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 .

    Edit | Forward | Quote | Quick Reply | Thanks

     
    junieboi | # 118 | 2011-07-26, 09:34 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mdeacu | # 119 | 2011-07-26, 12:41 | Report

    how can i create those invisible wifgets so i can use the call , message , and contacts buttons from the dock. pls help

    Edit | Forward | Quote | Quick Reply | Thanks

     
    eefo | # 120 | 2011-07-26, 12:59 | Report

    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 .

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 12 of 18 | Prev | 2   10     11   12   13     14   | Next | Last
vBulletin® Version 3.8.8
Normal Logout