Showing results 1 to 10 of 10 @ 0.00 seconds. Search: Posts Made By: Obsidian
Forum: Nokia N900 2014-09-15, 13:01
Replies: 6
Views: 2,698
Posted By Obsidian
Re: N900 not vibrating

I had the same problem once. I searched here and found the suggestion to knock on the backcover or shake the phone. I disassembled the phone and found quite some piece of housedust that prevented the...
Forum: Nokia N900 2014-05-01, 08:05
Replies: 22
Views: 8,653
Posted By Obsidian
Re: Convert all Contact Numbers

I see, there's no leading plus sign. Just remove it from the pattern in the grep command and in the sed command and it should work:
grep -l ':[89][0-9]\{7\}$' *.vcf | xargs sed -i...
Forum: Nokia N900 2014-04-30, 22:31
Replies: 22
Views: 8,653
Posted By Obsidian
Re: Convert all Contact Numbers

The command should be in one line with no breaks.

It's a combination of two commands: the grep lists all the files that match the pattern (regular expression) and hands them over to the sed, that...
Forum: Nokia N900 2014-04-30, 13:54
Replies: 22
Views: 8,653
Posted By Obsidian
Re: Convert all Contact Numbers

Try this in the folder where your vcf files are:
grep -l ':+[89][0-9]\{7\}$' *.vcf | xargs sed -i '/:+[89][0-9]\{7\}$/s/\+/\+9/g'
I'm not sure if I installed sed from the repositories or if it's...
Forum: Applications 2014-01-28, 19:23
Replies: 35
Views: 16,267
Posted By Obsidian
Re: [ANNOUNCE] toBuntu - Ubuntu One client for Maemo5

Thanks for the nice update. At least for me it became much more stable.
Forum: Nokia N900 2013-11-04, 13:54
Replies: 6
Views: 2,073
Posted By Obsidian
Re: Flash and ebook reader

I used FB Reader Customiser (http://repository.maemo.org/extras-devel/pool/fremantle/free/f/fbreadercustomiser/fbreadercustomiser_0.1.0_armel.deb) to configure it to my liking.
Forum: Nokia N900 2013-09-09, 07:53
Replies: 11
Views: 8,846
Posted By Obsidian
Re: Where are the N900 Music Playlists stored ?

I think you have to kill the playlist daemon first:
pkill -f mafw-playlist-daemon
Then you can delete the playlist in /home/user/.mafw-playlists.
Forum: General 2011-08-26, 11:31
Replies: 8
Views: 14,534
Posted By Obsidian
Re: Shell script to run command in time frame of day

hr=`date +%H%M`
You'll have to change the if condition to
if test $hr -ge 1630 -a $hr -lt 1830

If you have the man pages installed (see here (http://talk.maemo.org/showthread.php?t=52425)) you...
Forum: Multimedia 2011-05-03, 12:26
Replies: 3
Views: 4,315
Posted By Obsidian
[How To] Show currently playing track and album art on your lock screen

This is my first "real" posting and English isn't my mother tongue, but having taken so much from this community in the last year I want to contribute something, too. I searched for something like...
Forum: Community 2011-04-12, 19:12
Replies: 69
Views: 10,867
Posted By Obsidian
Wink Kölle Alaaf

Und viele Grüße aus Köln :p:D
Showing results 1 to 10 of 10



 
Forum Jump

All times are GMT. The time now is 02:21.