![]() |
2011-07-30
, 15:19
|
Posts: 1,336 |
Thanked: 3,932 times |
Joined on Jul 2010
@ Brittany, France
|
#141
|
![]() |
2011-08-01
, 11:58
|
Posts: 21 |
Thanked: 1 time |
Joined on Apr 2011
|
#142
|
if you simply want to get rid of unfreshed qbw ,you better choose two widgets at the same time ,one would be the fresh and other ofcourse would be the one,you talking about .Simply cross the widget which you dont want to have and with the other you may process to get anything on the desktop .
dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.set_state int32:128
before using this code,you should probably be well aware of what you doing ,anyway every problem has its solution .so you better reboot the device after doing that or post your screen shots.
![]() |
2011-08-01
, 12:03
|
Posts: 21 |
Thanked: 1 time |
Joined on Apr 2011
|
#143
|
apology guys , was finding a proper screen recorder software , and after finding one , faced file size problem .
so just made a quick video and the description is here .
description
first i have added two beecons
first one is the old one with the title of menu
and the other one is with new title which is the new one .
after that i went into settings of the old qbw to see the id to show that it is being removed .
then pressed x to delete the old beecon from the desktop
then i went into the settings of new qbw and then hit the advance button on the bottom right corner and then pressed yes and then it asked you to remove it completely and then pressed yes , it will remove the old beecon .
and then i added a new beecon to show that it is adding new beecons now .
http://www.youtube.com/watch?v=Mge-C_kQ4XQ
hope this will help
![]() |
2011-08-01
, 12:11
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#144
|
@ eefo
watched the vid, the sequence was too quick to follow even with your post to support it, still in need of help. thanks in advance.
![]() |
2011-08-01
, 12:12
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#145
|
Oh OK, sorry for misunderstanding. Yes I tried making a new OCCP widget, but I got the same error messages.
![]() |
2011-08-01
, 14:16
|
Posts: 21 |
Thanked: 1 time |
Joined on Apr 2011
|
#146
|
![]() |
2011-08-20
, 23:21
|
Posts: 22 |
Thanked: 1 time |
Joined on Aug 2011
|
#147
|
Alright , now as i have started to divert my attentions to queen beecon i was wondering that there should a proper thread having useful codes for the noobs to use and practice queen beecon on their own .
i dont know how the QB experts will react but seriously this queen beecon is really a awesome and we(noobs) too wanted to have it's awesomenesss :P
what do you guys think (other than experts) :P
All the updates mentioned in this thread so far
for the one's who have started using qbw for the first time .
do these step.
1- just go through the settings from top to bottom and remind what's in it , it will help you to understand the things in this thread.
2- just take one command from the link below from the 1st update.
and keep on practicing .
one thing to notice codes of one or two lines will always be used as add cmd
so just copy a code and add it into cmd and follow the rest of the instructions.
1st update
usefull codes and instructions to get started
there you go guys.
the wiki page with useful codes as i had asked
http://wiki.maemo.org/Desktop_Comman...Widget_scripts
and the instructions
Most of it is cheatable i.e. codes are online or just importing txt. what do you want?
The a b c is pretty simple (when i first installed QBW i uninstalled promptly because i was so confused, but it's much easier than it looks)
Height + width are self explanatory. At the top where it says 'show' and then 'visible', changing it to 'invisible' will make the widget invisible, which i use for my transparent lock widgets. This can also be done by leaving 'command title settings' box blank. If you want a custom icon, dump the .png image to /home/user/.images/queen_beecon_dir and then in 'command title settings' box put imagename.png. 'Angle' lets you have it upside down or on its side, which is how we do the portrait screens, and 'scale' lets you change the size of the image itself. Position lets you change where in the width + height the image appears. When you create a beecon widget it has a title (you do 'add cmd' and add a title and command, the title will appear on the widget), to remove that, under 'command title settings' you'll see 'position' on the bottom line, change to 'hidden'
The 6 boxes above that (with <0 =0 =1 etc) make all blank
Command results settings is the same as above but for the results, if you have any (for my icons above there are no results, only title).
Then you have 'frames', set to disable if you don't want the widget to animate when you click it.
Lastly you have the update policies and GPS location - just say 'yes' or 'no' depending on what you want it to do - typically i just say 'yes' for 'desktop' and 'click'
Hope that helps
ETA: occasionally you'll see on here someone attach a .txt file for QBW. Save that to MyDocs, and in QBW go to 'advanced', scroll down, import file to buffer, select the .txt file, then import buffer to beecon, and save. That will give you the exact widget someone else made, like the weather widgets people put up.
2nd update
link to make music player buttons with QBW
ok guys an update :P .
i am going for it now , try and share your work
Scroll down a few posts to #2685, by Switch, for the QBW music instructions http://talk.maemo.org/showpost.php?p...postcount=2685
There are different icons further down the page, the icons in above link are abit smaller . this page has the bigger one, look for Switch_ post http://talk.maemo.org/showpost.php?p...postcount=2885 i think he posted another style a bit further on too
3rd update
make shortcuts with QBW of menu apps
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"<application name here>"
this the command to use any application you wanted to have as a qbw ,)
HOW TO USE
go to usr/share/applications/hildon
here you will see applications with .desktop at the end of their name
just ignore the .desktop and paste the rest of the name of the app at the end of the code.
like if you wanted to have x terminal just write ''osso-xterm'' as osso-xterm.desktop is written in the directory.
just copy the code , add a new beecon and go to add cmd put a title and paste the command and your beecon is ready
usr/share/applications/hildon
doesn't have .desktop file for contact so download the attached .txt file and place it in /home/user/MyDocs
now go into settings of a new QBW and then go to advance scroll down , find and click import file to buffer and it will take you to MyDocs find the .txt file and click on it and then click import buffer to beecon and the it will take you back to the settings window , click save and the widget is ready , click on it to open it or use save and run option to save and automatically open the app .
4th update
" how to make an qbw widget invisible "
although it has been mentioned above in first update but still to make it easy ...
go into the settings of the beecon and as highlighted in the screenshot find this button and click on it then choose hidden it will make your beecon invisible
5th update
You can call it a small alternative to QBW .
courtesy MohammadAG
http://talk.maemo.org/showthread.php?t=60251
open this link and install the package either by .deb attached below or from the app manager .
i recommend using app manager .
then go into xterminal and type phone-control without root .
it will show you the list of commands which we can use in qbw .
thanks to jakiman for the qbw code
code
echo "phone-control --[code]" | sudo gainroot
example which jakiman gave me .
echo "phone-control --call (number without brackets)" | sudo gainroot
Update 6
Have access to menu using QBW
stepsCode:dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.set_state int32:128
1- add a new qbw on desktop
2- go to add cmd
3- add title
4- add the above code in the second box
5- press save&run
and
6- enjoy
example
http://talk.maemo.org/showpost.php?p...8&postcount=14
courtesy "arcean"
this is all possible just cause of richwhite for helping me through out my experience :P
and no no no yes for the queen beecon and commands :P
![]() |
2011-08-20
, 23:32
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#148
|
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call--ui"
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-messaging-ui"
![]() |
2011-08-20
, 23:54
|
Posts: 22 |
Thanked: 1 time |
Joined on Aug 2011
|
#149
|
![]() |
2011-08-21
, 15:10
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#150
|
thankz for da help peero!! can u tell me the reason why it happend with me? when i re-started my device all the qbw came back to default position i-e with yellow icons and i have to re code them all?
![]() |
Tags |
it's noob tym:p |
Thread Tools | |
|