Forum: Applications
2011-04-17, 22:05
|
Replies: 81
Views: 37,939
|
Forum: Applications
2011-04-17, 20:06
|
Replies: 81
Views: 37,939
|
Forum: Nokia N900
2011-04-17, 17:56
|
Replies: 27
Views: 13,389
Re: Reading contacts from command line?
hi nicolai!
first of all: thanks for your work!
[ignore me]
but:
if i call your script with "python yourscript -c name" there is no output.
for name i tried nickname, last name, first name,...
|
Forum: Maemo 5 / Fremantle
2010-12-05, 08:58
|
Replies: 250
Views: 126,988
|
Forum: Applications
2010-12-02, 10:55
|
Replies: 62
Views: 21,706
Re: New Media player home widget
hi nicolai,
as said before: great widget.
two things i noticed:
1. after updating to the latest version i had to restart my phone to get it showing up and working. (but this shouldn't be a big...
|
Forum: Applications
2010-11-29, 16:45
|
Replies: 62
Views: 21,706
Re: New Media player home widget
mhm... i had to start the default media player and play one song to get the information displayed in the widget.
but now it's working fine.
to-do: album-art and opening media-player by...
|
Forum: Applications
2010-08-18, 17:34
|
Replies: 568
Views: 273,846
|
Forum: Applications
2010-08-17, 21:00
|
Replies: 568
Views: 273,846
|
Forum: Maemo 5 / Fremantle
2010-08-05, 14:07
|
Replies: 3
Views: 1,389
Re: messed up my HW-Keyboard Layout
du hast nur falsch geschaut.
geh in die einstellungen und dort in der linken spalte das vierte element von oben "texteingabe".
dort kannst du ganz oben dein layout einstellen.
english:
you...
|
Forum: Maemo 5 / Fremantle
2010-08-02, 20:39
|
Replies: 25
Views: 4,291
Re: Fix for Pidgin?
mhm... if you have "rootsh" installed:
(if not: install it via app-manager)
1. open up xterm
2. type "sudo gainroot"
3. type "apt-get purge pidgin"
4. type "apt-get purge libpurple0"
5. type...
|
Forum: Maemo 5 / Fremantle
2010-08-02, 17:08
|
Replies: 25
Views: 4,291
Re: Fix for Pidgin?
hehe.
you have some ways to do it.
1. on your n900:
1.1. install leafpad (via appmanager)
1.2. open up xterm
1.3. type "leafpad .purple/accounts.xml"
1.4. edit and save
or
|
Forum: Maemo 5 / Fremantle
2010-08-02, 16:04
|
Replies: 25
Views: 4,291
Re: Fix for Pidgin?
if you delete your accounts.xml and start pidgin again, you don't have any accounts left, right?
then you should just recreate one account, connect to it, quit pidgin, start pidgin again and look...
|
Forum: Maemo 5 / Fremantle
2010-08-01, 16:24
|
Replies: 2
Views: 1,148
|
Forum: Applications
2010-07-07, 17:25
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
here you go:
#!/usr/bin/env python
def showconv_cb (n, action):
# assert action == "showconv"
print "Click :D"
n.close()
def my_func(account, sender, message, conversation, flags):
|
Forum: Development
2010-06-28, 18:10
|
Replies: 37
Views: 15,422
|
Forum: Applications
2010-06-28, 14:06
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
1. just copy the code from above in a textfile and name it whatever you want. (for example "pidginnotifyd.py")
2. copy it over to your phone (for example to the "Documents" folder)
3. start pidgin...
|
Forum: Applications
2010-06-26, 10:54
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
i think the script is pretty done now.
last changes:
- notification uses the alias of the contact
-> if no alias is defined/available (when the contact isn't in your list for example) the...
|
Forum: Applications
2010-06-25, 19:32
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
NEW STUFF INCLUDED:
- only showing notification if conversation hasn't focus
- notification timeout is set to 3 seconds
- replacing new-line-characters with spaces
- if the length exceeds the...
|
Forum: Applications
2010-06-25, 11:34
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
first of all: thanks for your reply - again ;)
i meant that i have already implemented this function.
(i know... because of the numbers in front it looks like all of these points where "to...
|
Forum: Applications
2010-06-24, 18:25
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
omg ^^
mhm... if you want to you can take the C-code and improve it *laugh*
i have already rewritten the code with the use of python and it's much easier, cleaner and smaller :D
here's what...
|
Forum: Applications
2010-06-23, 22:13
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
so... back from watching germany against ghana :D *yay*
tried following code on my laptop and ran it as script:
void received_im_msg_cb (DBusGProxy *purple_proxy, int account_id,
...
|
Forum: Applications
2010-06-22, 16:33
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
this bar/popup/banner is called through dbus afaik.
dbus commands can be easily sent - for example in xterm:
dbus-send-notification "foo bar boo bah bang"
(for some fun with dbus take a look...
|
Forum: Applications
2010-06-22, 16:23
|
Replies: 89
Views: 45,739
Re: Pidgin N900 Questions
(close pidgin)
open up xterm and type "cd .purple" and then "rm status.xml".
all the old status messages should be gone at the next pidgin startup.
most linux distributions use init.d for...
|
Forum: Multimedia
2010-04-25, 20:38
|
Replies: 2
Views: 1,757
|
Forum: Multimedia
2010-04-05, 13:19
|
Replies: 9
Views: 5,130
Re: MPlayer max video resolution
there are already so many threads about this topic.
a video defines itself with much more than just resolution.
there are many important aspects as container, video/audio codec/bitrate, fps and...
|