maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Shortcut Maker (https://talk.maemo.org/showthread.php?t=69809)

Tiboric 2011-04-05 21:21

Re: [Announce] Shortcut Maker
 
sorry guys, I have not made any changes to this or smsfaker in two weeks as my hdd died and i got a replacement two days ago and it a dud so sending it back tomorrow hopefully i can get coding again once the new one comes. I’m so annoyed at the moment.... but i've had a interesting idea for a new app(not a useful one though) hopefully i can get it to work, p.s no i don't have catorise, this maybe the source of the problem you guys are seeing.

nicholes 2011-04-13 07:17

Re: [Announce] Shortcut Maker
 
hi tiboric!!!

it is been a long time since you have answer the thread,meanwhile in my last post i solved one problem of my two shorcut (i mentioned in post # 130)

sh -c 'echo "sleep 1; echo 0 > /sys/class/backlight/acx565akm/brightness" | sudo gainroot'

it gave me shortcut of root cmd

now i want one more shortcut from my own thread where nicolai helped me to make n900's camera a spy cam(thanks to nicolai)

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


python (enter)


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)

is it possible to make it from sm ?

also i am not be able to use smsfake as yet(xterminal output has been given in post #111) plz help

anismistry 2011-05-20 01:37

Re: [Announce] Shortcut Maker
 
hi tiboric

while making icons using add text feature is it possible to make the text appear centered on the icon because letters like g or y gets truncated becuase the text appears at the bottom of the icon. thanks

m.alkhalel 2011-07-26 11:37

Re: [Announce] Shortcut Maker
 
im not able to creat shortcuts for some comands :S, for some it works but for others no matter how hard i try , it wont work ...
the cmd i want to make a shortcut for , is :
ssh -p xxxx -L xxxx:xxx.xxx.xxx.xxx xxxx@xxx.xxx.xxx.xxx
i'd be really grateful if any 1 coud help me with this :)


All times are GMT. The time now is 12:06.

vBulletin® Version 3.8.8