Forum: Applications
2010-09-17, 10:21
|
Replies: 281
Views: 120,798
Re: N900 Video focus and led light, python script
as you can see from version 0.528-4 it is supposed to be turned on by the user every time before taking a video and this issue will be fixed in a newer version with a confirmation dialog box.
...
|
Forum: Applications
2010-09-14, 12:46
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-09-13, 10:57
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-09-12, 16:22
|
Replies: 281
Views: 120,798
Re: N900 Video focus and led light, python script
lfocus_0.912-1
fixed typo in description
added a help button to display help for lfocus
moved the keyboard toggle button to the lfocus dialog
proximity now requires holding on for two seconds to...
|
Forum: Applications
2010-05-30, 02:32
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-05-29, 11:42
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-05-29, 11:38
|
Replies: 281
Views: 120,798
Re: N900 Video focus and led light, python script
I've forgotten to mention that you have to execute the following as root after modifying the line:
pkill -f /usr/bin/hildon-status-menu
if you want to use the proximity sensor type in the following...
|
Forum: Applications
2010-05-28, 18:04
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-05-27, 14:55
|
Replies: 281
Views: 120,798
Re: N900 Video focus and led light, python script
lfocus_0.527-1
fixed the problem with keyboard led shortcuts not syncing with the buttons
the lfocus dialog can now be turned on by using the proximity sensor instead of tapping the screen and...
|
Forum: Applications
2010-05-19, 19:23
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-05-16, 16:04
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-05-15, 15:48
|
Replies: 15
Views: 6,530
|
Forum: Applications
2010-05-14, 09:03
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-05-14, 08:52
|
Replies: 281
Views: 120,798
Re: N900 Video focus and led light, python script
lfocus_0.514-1
Added a timer to take photos/videos using the disabled autofocus button
read the information at the beginning of the thread (http://talk.maemo.org/showpost.php?p=554743&postcount=1)...
|
Forum: Applications
2010-05-09, 16:45
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-04-18, 13:17
|
Replies: 43
Views: 29,729
|
Forum: Applications
2010-03-27, 21:30
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-03-22, 19:53
|
Replies: 281
Views: 120,798
|
Forum: Applications
2010-03-15, 18:34
|
Replies: 60
Views: 15,167
Re: Search for a widget Soccer
you don't need root privileges to run the script
just unpack the compressed file and put it in your phone
or copy/paste the script I've provided here and save it as SoccerSucker.py
cd to the...
|
Forum: Applications
2010-03-15, 06:06
|
Replies: 60
Views: 15,167
Re: Search for a widget Soccer
heres the widget so far,
to start it, cd to the containing directory and then do:
python SoccerSucker.py
when it starts up click on the options button
set the event (this will take a few...
|
Forum: Applications
2010-03-14, 17:11
|
Replies: 60
Views: 15,167
|
Forum: Applications
2010-03-13, 17:14
|
Replies: 60
Views: 15,167
Re: Search for a widget Soccer
I'm working on a python widget for this, but I'm "not" promising anything yet, also can you please say what type of matches or leagues you'ld like to follow, ... etc :)
|
Forum: Applications
2010-03-13, 16:52
|
Replies: 168
Views: 121,154
Re: camera stream from n900 to pc
I got it to work by doing this:
on the phone
gst-launch v4l2src device=/dev/video1 ! videoscale ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! smokeenc ! udpsink host=192.168.1.255...
|
Forum: Applications
2010-03-12, 21:23
|
Replies: 13
Views: 3,997
Re: python application launch crashes
what I do when I debug my scripts is either run them through the terminal or send the output to a text file as in:
Exec=python /opt/anselA/anselA.py > some_text_file
although in your case, I...
|
Forum: Applications
2010-03-12, 20:36
|
Replies: 13
Views: 3,997
Re: python application launch crashes
also if you want to see the python errors, you can make it start in a terminal by making the exec as follows
Exec=osso-xterm "python /opt/anselA/anselA.py"
|