Showing results 1 to 25 of 100 @ 1.06 seconds. Search: Posts Made By: b666m
Forum: Applications 2011-04-17, 22:05
Replies: 81
Views: 37,434
Posted By b666m
Re: [Announce] smssend: send sms from the command line (CLI)

nicolai updated his neat little script, so i adapted mine:

name=$(python /usr/bin/nicolais_script -n $1 -a mobile-phone | head -1)
number=$(python /usr/bin/nicolais_script -n $1 -a mobile-phone |...
Forum: Applications 2011-04-17, 20:06
Replies: 81
Views: 37,434
Posted By b666m
Re: [Announce] smssend: send sms from the command line (CLI)

hey all!

maybe this is helpful for some of you guys:
i wanted to ssh from my laptop into my n900 to send sms from cli.
smssend was exactly what i needed...
...except that i only have the...
Forum: Nokia N900 2011-04-17, 17:56
Replies: 27
Views: 13,061
Posted By b666m
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: 124,128
Posted By b666m
Re: [Maemo 5] Request: find sex application

@shazosbourne:
awesome graphics. xD

MADE MY DAY!
thank you! :D
Forum: Applications 2010-12-02, 10:55
Replies: 62
Views: 21,378
Posted By b666m
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,378
Posted By b666m
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: 266,710
Posted By b666m
Re: [Announce] Bluetooth PBAP and IrMC / Carkit support is coming to N900...

- no update to see here. (extras-devel not enabled)
- file transfer works like a charme. :)
Forum: Applications 2010-08-17, 21:00
Replies: 568
Views: 266,710
Posted By b666m
Re: [Announce] Bluetooth PBAP and IrMC / Carkit support is coming to N900...

woooohooooo :P

nice work guys! all thumbs up!

2009 Audi A3 (already facelift) with Radio Concert and Bluetooth Preparation works flawlessly! :D :D :D

i've updated the wiki with my car...
Forum: Maemo 5 / Fremantle 2010-08-05, 14:07
Replies: 3
Views: 1,359
Posted By b666m
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,151
Posted By b666m
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,151
Posted By b666m
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,151
Posted By b666m
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,126
Posted By b666m
Re: Pidgin crashes on signin

try this one:

http://talk.maemo.org/showpost.php?p=720693&postcount=40
Forum: Applications 2010-07-07, 17:25
Replies: 89
Views: 44,794
Posted By b666m
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,241
Posted By b666m
Re: Pidgin Notification Script or Plugin

can someone upload the "hildon-notification.h" please? :)
Forum: Applications 2010-06-28, 14:06
Replies: 89
Views: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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: 44,794
Posted By b666m
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,735
Posted By b666m
Re: Can I play webcam link in media player?

have you tried this to keep your screen on?
http://maemo.org/downloads/product/Maemo5/simple-brightness-applet/
Forum: Multimedia 2010-04-05, 13:19
Replies: 9
Views: 5,055
Posted By b666m
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...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 15:41.