Notices


Reply
Thread Tools
pusak gaoq's Avatar
Posts: 723 | Thanked: 519 times | Joined on Nov 2010 @ Kuching:Malaysia
#191
Originally Posted by fareed_xtreme View Post
Also if i may ask, how can i take a portrait screenshot... Cant access Keyboard ...

Guess im being noobie
install "Maemo5-Load-Applet" if you want to take screenshot on portrait + many more useful thing is this plugins.....
__________________
My Phone Evolution : Nokia 3650-Nokia 6600-Nokia 6630-Motorola Rizr-Sony P1i-Nokia E63-Nokia X3-Samsung E980-Iphone 2G-Sony W595-Nokia E71-Nokia 5800-Nokia N900-HTC Hero-Xperia Mini Pro
 

The Following 2 Users Say Thank You to pusak gaoq For This Useful Post:
Alfred's Avatar
Posts: 855 | Thanked: 612 times | Joined on Oct 2010 @ Germany
#192
Or you could unfold ur keyboard not fully, and press ctrl shift p as always
__________________
Reps are just one click away: Extras | Extras-Testing | Extras-Devel | My-Maemo | CSSU |
Transform your lock screen into a weather forecast Thanks button ================>
 

The Following 4 Users Say Thank You to Alfred For This Useful Post:
fareed_xtreme's Avatar
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#193
Originally Posted by pusak gaoq View Post
install "Maemo5-Load-Applet" if you want to take screenshot on portrait + many more useful thing is this plugins.....
OMG.. I had this thing installed in my phone... Never realised what the camera and video buttons were for.. LoL.... Thanks Man

Well I'd like to post my Screenies...

Landscape


Portrait
Hope you guys Dig It
__________________
Wish to have Portrait LockSlider's for your theme? Click Here

Last edited by fareed_xtreme; 2011-07-21 at 11:30.
 

The Following User Says Thank You to fareed_xtreme For This Useful Post:
Posts: 27 | Thanked: 10 times | Joined on Jun 2011
#194
Originally Posted by fareed_xtreme View Post
OMG.. I had this thing installed in my phone... Never realised what the camera and video buttons were for.. LoL.... Thanks Man

Well I'd like to post my Screenies...

Landscape


Portrait
Hope you guys Dig It
Can you please post your dock image ?
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#195
@fareed_xtreme try this thread to post these images so every one can see
http://talk.maemo.org/showthread.php...06#post1055406
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 

The Following User Says Thank You to eefo For This Useful Post:
fareed_xtreme's Avatar
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#196
Originally Posted by voodooo View Post
Can you please post your dock image ?
Theme Pack :An-Droid by D-Iivil
Icon Pack: An-Droid by D-Iivil

Dock Image Attached... Enjoy.......
Attached Images
 
__________________
Wish to have Portrait LockSlider's for your theme? Click Here
 

The Following 2 Users Say Thank You to fareed_xtreme For This Useful Post:
fareed_xtreme's Avatar
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#197
Guys I need some help...I don't seem to know how to launch the following from Xterm... Want to make invisible widgets to launch them actually...

I need to know the command to launch the followin from xterm...

EDIT: Got em all with the help of Voodoo pointin me to eefo's Tutorial:

Create a QBW. Type = Beecon, Show = Hidden.
Select Add CMD and paste the below codes in the command... Anythin for the title as long as you can know what it does ....

1. Phone App: dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
2. Browser: dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"browser"
3. Contacts: http://talk.maemo.org/showpost.php?p...0&postcount=56
4. Conversation: dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-messaging-ui"
5. File Manager: ossofilemanager
__________________
Wish to have Portrait LockSlider's for your theme? Click Here

Last edited by fareed_xtreme; 2011-07-22 at 09:17. Reason: Found Most with the help of "Voodoo" and "eefo's tutorial" :P
 

The Following 4 Users Say Thank You to fareed_xtreme For This Useful Post:
Posts: 27 | Thanked: 10 times | Joined on Jun 2011
#198
Originally Posted by fareed_xtreme View Post
Guys I need some help...I don't seem to know how to launch the following from Xterm... Want to make invisible widgets to launch them actually...

I need to know the command to launch the followin from xterm...
1. Phone App: dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
2. Browser
3. Contacts
4. Conversation
5. File Manager: ossofilemanager
6. Menu (If it is possible)

Thanks in advance ...
Hi.

The command to launch apps is all ways the same:

Check in /usr/share/applications/hildon

Example:

If you want to lauch conky there's a conky.desktop in /usr/share/applications/hildon

Just have to change:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"

TO:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"coky"

Without the ".desktop".
 

The Following User Says Thank You to voodooo For This Useful Post:
fareed_xtreme's Avatar
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#199
Originally Posted by voodooo View Post
Hi.

The command to launch apps is all ways the same:

Check in /usr/share/applications/hildon

Example:

If you want to lauch conky there's a conky.desktop in /usr/share/applications/hildon

Just have to change:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"

TO:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"coky"

Without the ".desktop".
Thanks man.. I think that will make it easier than search in circles.... Also, do u by any chance know how i can get the command for the menu key??? Would be helpful to know....
__________________
Wish to have Portrait LockSlider's for your theme? Click Here
 
Posts: 27 | Thanked: 10 times | Joined on Jun 2011
#200
No, i dont.

Check here: http://talk.maemo.org/showthread.php?t=72342

There's also the command to launch contacts cause they dont have a .desktop.
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:53.