Forum: Nokia N900
2011-04-17, 21:16
|
Replies: 27
Views: 13,455
Re: Reading contacts from command line?
changed my script in the post above.
python yourscript -f "Pink Panther" -l
searches for the contact with the fullname Pink Panther
and prints all defined contact attributes (mobile-phone,...
|
Forum: Nokia N900
2011-04-17, 16:22
|
Replies: 27
Views: 13,455
Re: Reading contacts from command line?
Quick Python script
import evolution
import sys
from optparse import OptionParser
def search_contact(options):
ebook = evolution.ebook.open_addressbook("default")
|
Forum: Applications
2011-02-02, 16:54
|
Replies: 57
Views: 21,764
|
Forum: Applications
2011-01-22, 00:08
|
Replies: 1,637
Views: 587,313
|
Forum: Maemo 5 / Fremantle
2010-12-05, 05:10
|
Replies: 250
Views: 127,159
|
Forum: Alternatives
2010-11-10, 04:17
|
Replies: 17
Views: 8,923
|
Forum: Development
2010-09-12, 17:49
|
Replies: 37
Views: 15,483
|
Forum: Nokia N900
2010-08-25, 21:36
|
Replies: 10
Views: 4,075
|
Forum: Nokia N900
2010-08-19, 04:26
|
Replies: 10
Views: 4,075
Re: Accessory idea: Ears for listening
My idea would improve not only the audio reception, but it'll enhance the screen too:
http://www.roc-import.com/images/bionic/hom_booster.jpg <--------------------- up to 20m...
|
Forum: General
2010-08-01, 15:37
|
Replies: 18
Views: 7,109
Re: Latte macchiato vs. n900: 1:0
The remaining coffee was all over the kitchen table and i did not put it back into a glass to try if it tastes differently after it went through a telephone.
|
Forum: Applications
2010-07-27, 18:59
|
Replies: 568
Views: 274,555
|
Forum: Applications
2010-07-25, 13:13
|
Replies: 568
Views: 274,555
|
Forum: Nokia N900
2010-07-21, 17:00
|
Replies: 501
Views: 178,116
|
Forum: Nokia N900
2010-07-21, 15:33
|
Replies: 501
Views: 178,116
|
Forum: Nokia N900
2010-07-21, 14:46
|
Replies: 501
Views: 178,116
|
Forum: Nokia N900
2010-07-21, 14:19
|
Replies: 501
Views: 178,116
|
Forum: Nokia N900
2010-07-21, 14:12
|
Replies: 501
Views: 178,116
|
Forum: Design
2010-07-16, 13:39
|
Replies: 7
Views: 3,815
Re: Folder Structuring
It's meant to create a symbolic link, but that won't work as MyDocs is FAT32 and doesn't support symlinks.
|
Forum: Development
2010-06-28, 19:31
|
Replies: 37
Views: 15,483
|
Forum: Applications
2010-06-28, 10:17
|
Replies: 89
Views: 45,833
Re: Pidgin N900 Questions
I really think you'd be best off just making it a Pidgin plugin. Yes, one can only be made in C but I'll help with the DBus-GLib ;)
|
Forum: Applications
2010-06-25, 11:46
|
Replies: 89
Views: 45,833
Re: Pidgin N900 Questions
:)
That's the one! It works!
dbus-send --session --type=method_call --print-reply --dest=im.pidgin.purple.PurpleService /im/pidgin/purple/PurpleObject...
|
Forum: Applications
2010-06-24, 16:14
|
Replies: 89
Views: 45,833
Re: Pidgin N900 Questions
You're taking the API documentation too seriously. The page states that some changes will have to be made and, indeed, the equivalent D-Bus method call for, say, purple_account_get_protocol_name is...
|
Forum: Maemo 5 / Fremantle
2010-03-29, 08:40
|
Replies: 1,090
Views: 547,925
Theme 2
thanks to b666m + joshua for ball rolling this thread. thanks to maemo being open source and thank God for google! Second version of Conversations-UI
|
Forum: Maemo 5 / Fremantle
2010-03-21, 20:36
|
Replies: 1,090
Views: 547,925
Re: Customize N900 Conversations
Just by modifying the HTML file, and moving the appropriate tags. You will probably get a better understanding by comparing the original to my version.
|
Forum: Maemo 5 / Fremantle
2010-03-18, 00:09
|
Replies: 1,090
Views: 547,925
Re: Customize N900 Conversations
A different approach to the "bubble" style conversations, I have made a simpler version, that is similar to the main conversations screen.
I'm still making a few changes, but I'll upload it if...
|