![]() |
Re: QBW for the noobs updated [7/20/2011]
Quote:
code for contact is attached in the first post and the rest of two codes are . code for message dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:rtcom-messaging-ui code for call dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:rtcom-call-ui the instructions to add all the codes are mentioned in the first post and the method to make widgets invisible are also in the first post with a screenshot to make it look easy . hope this will help. but still if need any help , let me know |
Re: QBW for the noobs updated [7/20/2011]
@ junieboi :
code for date date "+%d" code for month date "+%B" ( you can use small b for short language) code for year date "+%Y" ( again use small y for short hand writing ) |
Re: QBW for the noobs
Quote:
|
Re: QBW for the noobs
Quote:
welcome pai g :D |
Re: QBW for the noobs updated [7/20/2011]
thank, i download and try it now
|
Re: QBW for the noobs updated [7/20/2011]
Quote:
|
Re: QBW for the noobs
Quote:
|
Re: QBW for the noobs
Quote:
i have some how managed to get rid of this thing . steps 1- delete the widget you dont want to be appeared next time. 2- go into the settings of already made qbw and then go into advance 3- press yes 4- then it will ask you to remove/delete the widgets you have deleted from the desktop 5- press yes again and the next time it wont appear p.s i dont know if this the exact or only way to do this ! |
Re: QBW for the noobs updated [7/28/2011]
a update for my noob friends ^.^
check 6th update on the first page . |
Re: QBW for the noobs
Quote:
did as you said but did not get the option to delete, messed around a bit and found if i pressed the command selection button from the nxt screen is a list of titles, select the title and you then have the option to delete (i think)! although it still did not give me a fresh beecon, oh dear. alas i have tried to do update 6, now i cannot see the widget or access the drop down desktop menu. how do i return to the stock menu? one love! |
Re: QBW for the noobs
Quote:
can you give me the screenshot of it ? as it is a simple widget which opens the menu nothing technical . and yeah can you write down the steps you did to add the menu widget ? and did you reboot ? |
Re: QBW for the noobs
Quote:
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. |
Re: QBW for the noobs
thanks, rebooted and that solved the menu issue but still no beecon
|
Re: QBW for the noobs
Quote:
gimme few minutes :) |
Re: QBW for the noobs updated [7/28/2011]
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 |
Re: QBW for the noobs updated [7/28/2011]
so vi_ does it work ?
asking just to confirm it ? |
Re: QBW for the noobs updated [7/28/2011]
Could someone help me with that? I did not get answers in the other thread, but this one looks appropriate too to me, as maybe the magic word could help me. My N900 feels like a 3310 running Linux without the dynamic overclock. :[
Many thanks! |
Re: QBW for the noobs updated [7/28/2011]
Quote:
you said you tried importing the the .txt file again but have you tried making a new OCCP widget from the scratch ? |
Re: QBW for the noobs updated [7/28/2011]
You mean by writting it up into the buffer myself? Damn, I fear I have not the programming skill necessary for that. :[
|
Re: QBW for the noobs updated [7/28/2011]
Quote:
making a new qbw of that OC thingy |
Re: QBW for the noobs updated [7/28/2011]
Oh OK, sorry for misunderstanding. Yes I tried making a new OCCP widget, but I got the same error messages.
|
Re: QBW for the noobs
Quote:
I fall into the category of noob, though i can follow instuctions. when i choose the two widgets, i am expecting to see 2 fresh octogonal beecons or the results of what was created, because when ever i add a new widget to desktop it is always a duplicate of the last created widget, is this nornal? |
Re: QBW for the noobs updated [7/28/2011]
Quote:
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. |
Re: QBW for the noobs updated [7/28/2011]
Quote:
add all the old queen beecons you wanted to delete on a separate desktop and then keep on adding until it gives a fresh qbw . the time it add the fresh one , delete all those previous ones you wanted to remove . then go into the settings of the fresh qbw and then go into advance , then press yes and soon after this you will start to see the old qbw removal window with buttons of yes or no with the id of the qbw about to be deleted in the description . you can read the description , it will clear every thing . |
Re: QBW for the noobs updated [7/28/2011]
Quote:
for the answer i have to make this widget so that i would be able to answer you :) |
Re: QBW for the noobs updated [7/28/2011]
yes that's what i am talking about!! thanks bro.
|
Re: QBW for the noobs updated [7/28/2011]
Quote:
i think so all of the content is arrased can u plz tell me the codes for conversation & phone? |
Re: QBW for the noobs updated [7/28/2011]
-lol-
yup that's strange :P page from wiki has been removed :P anyways code for phone Code:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call--ui"code for conversation Code:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-messaging-ui" |
Re: QBW for the noobs updated [7/28/2011]
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?
|
Re: QBW for the noobs updated [7/28/2011]
Quote:
the queen beecond default icon ? |
Re: QBW for the noobs updated [7/28/2011]
I want to make a botton on the desktop,use it to switch to dash board,and i use "dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.exit_app_view"
it works in xterm,but when i paste it in the QBW,it doen't work... What should I do?Thanks!:D |
Re: QBW for the noobs updated [7/28/2011]
Quote:
it is available repos.( i dont know which repo does it blelongs to) |
Re: QBW for the noobs updated [7/28/2011]
Quote:
Could it run directly in QBW ,in seconds? |
Re: QBW for the noobs updated [7/28/2011]
Quote:
|
Re: QBW for the noobs updated [7/28/2011]
Try this in QBW:
dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.set_state int32:64 |
Re: QBW for the noobs updated [7/28/2011]
Quote:
|
Re: QBW for the noobs updated [7/28/2011]
Quote:
I was replying to the guy above who want access to the dashboard with QBW. |
Re: QBW for the noobs updated [7/28/2011]
Quote:
|
Re: QBW for the noobs updated [7/28/2011]
Quote:
|
Re: QBW for the noobs updated [7/28/2011]
Can anyone tell me how to create a shortcut for my text doocumnet which is in MyDocs/.document?? Using scm(shortcut maker)
|
| All times are GMT. The time now is 15:10. |
vBulletin® Version 3.8.8