Active Topics

 

Showing results 1 to 25 of 38 @ 0.38 seconds. Search: Posts Made By: finlaybob
Forum: MeeGo / Harmattan 2011-02-06, 11:10
Replies: 14
Views: 4,138
Posted By festivalnut
Re: steal silent/lock hard not 'soft' switch on new meego device

no wonder i cant get any good drugs these days, he's ate them all.
Forum: Nokia N900 2011-02-05, 16:36
Replies: 7
Views: 3,350
Posted By blipnl
Re: help please to get rid of android

The thead title is a little misleading, I was already planning scemes involving weapons, blackmailing hacking and chemicals.
Forum: Maemo 5 / Fremantle 2011-02-04, 17:17
Replies: 17
Views: 3,472
Posted By Dancairo
Re: linux commands question

You could use Daniusoft media converter ultimate to strip the DRM and then you won't have to delete them :-)
It also works for BBC iPlayer downloads so you can keep the shows as long as you want!...
Forum: Maemo 5 / Fremantle 2011-02-04, 16:54
Replies: 17
Views: 3,472
Posted By Rob1n
Re: linux commands question

Yeah, spaces can really mess things up. I'd advise installing the findutils-gnu package, then doing:

gfind . -name "*.m4p" -delete
Forum: Maemo 5 / Fremantle 2011-02-04, 16:06
Replies: 17
Views: 3,472
Posted By inkirby
Re: linux commands question

Thanks to the thread, this can help me in Mac too.
Forum: Maemo 5 / Fremantle 2011-02-04, 15:54
Replies: 17
Views: 3,472
Posted By Reffyyyy
Re: linux commands question

I like this one more:

sz+$(find . -name \*.m4p); rm $sz

Tested this one a few times. If it doesn't work, you can have my shoes.

Forgive my failures, I had no sleep last night.
Forum: Maemo 5 / Fremantle 2011-02-04, 15:38
Replies: 17
Views: 3,472
Posted By Reffyyyy
Re: linux commands question

Were you in the folder when you ran the command?

If not:

sza=$(ls -R | grep m4p); rm $sza

to delete them all recursively. Works every time for me.

EDIT: I spoke too soon. It appears...
Forum: Maemo 5 / Fremantle 2011-02-04, 15:33
Replies: 17
Views: 3,472
Posted By Copernicus
Re: linux commands question

You should be able to use the backtick operator to pass the output of find to rm, as so:


rm `find | grep m4p`


I think the -R option of rm only applies to directories, so I doubt that would...
Forum: Maemo 5 / Fremantle 2011-02-04, 15:20
Replies: 17
Views: 3,472
Posted By Rob1n
Re: linux commands question

Try one of the following:

rm `find . -name "*.mp4"`
find . -name "*.mp4" | xargs rm
find . -name "*.mp4" -delete


The last will probably only work if you have the GNU version of find...
Forum: Maemo 5 / Fremantle 2011-02-04, 14:38
Replies: 17
Views: 3,472
Posted By Reffyyyy
Re: linux commands question

Little command here:

sza=$(ls | grep m4p); rm $sza

should suffice.
Forum: Maemo 5 / Fremantle 2011-02-04, 14:33
Replies: 17
Views: 3,472
Posted By michaaa62
Re: linux commands question

My usage pattern for recursively removing would be rm -rf *.m4p
Forum: Development 2010-07-27, 05:22
Replies: 166
Views: 95,150
Posted By tpaixao
Re: A simple intervalometer for the N900 (time-lapse photography)

alright guys, here's a .deb with my version of fcamera. It's basically the same as the original with one extra control for the number of photos and delay between them.

The delay slider goes from 0...
Forum: Development 2010-07-25, 22:33
Replies: 166
Views: 95,150
Posted By tpaixao
Re: A simple intervalometer for the N900 (time-lapse photography)

aaaand we have a fcamera with timer and timelapse photography included!

I just extended fcamera directly to include these functions. You can use the timer with 1 shot to behave just like a normal...
Forum: Development 2010-07-23, 21:04
Replies: 166
Views: 95,150
Posted By tpaixao
Re: A simple intervalometer for the N900 (time-lapse photography)

Ok guys, I know I've been away for a while. Sorry about that.
So, apparently, Fcam and FCamera are out. Since Fcamera seems to have a lot of functionality that I was hoping to integrate into...
Forum: General 2010-07-09, 06:10
Replies: 68
Views: 18,911
Posted By dchky
Re: “This isn’t the iPhone. I mean, who cares about Nokia?”

This is an American issue, one which is almost entirely irrelevant and more or less not deserving of any deeper emotion than "Meh"

Americans for a lot of years now have been fed a diet of...
Forum: General 2010-07-09, 03:53
Replies: 68
Views: 18,911
Posted By maluka
“This isn’t the iPhone. I mean, who cares about Nokia?”

It's frustrating to watch yet another display that betrays the technology press' ignorance of and bias against Nokia with statements like:

“This isn’t the iPhone. I mean, who cares about Nokia?”...
Forum: Ubuntu 2010-07-09, 01:26
Replies: 494
Views: 204,632
Posted By MohammadAG
[WIP] Ubuntu 9.10 on the N900

For those of you who know about this, the image is still not up, this is a post to summarize the progress so far.

Image uploaded, link and instructions here...
Forum: Games 2010-06-19, 14:54
Replies: 86
Views: 25,340
Posted By nosa101
Forum: Maemo 5 / Fremantle 2010-05-25, 20:25
Replies: 16
Views: 3,604
Posted By sydb
Re: {HELP} In UK and cant update??

I'm in UK, I was not offered the OTA upgrade despite frequent updates. So I reflashed without problems (but from Linux). The updated version is:

10.2010.19-1.203.1
Forum: Maemo 5 / Fremantle 2010-05-05, 15:48
Replies: 2,394
Views: 1,316,327
Posted By benik
Re: Maemo 5 MODs - share your MODs!!

here is my MOD))))))
did it for 5 hours only scissors and a vinyl sticker

http://imglink.ru/pictures/28-04-10/774721e864c8ccc38515afbe48ad41da.jpg (http://imglink.ru)
...
Forum: Nokia N900 2010-03-15, 19:57
Replies: 26
Views: 5,830
Posted By biggzy
Re: /usr/share/locale and rootfs

I have removed all but uk and the 3 en_ folders and not had any problems, i have a uk spec n900 with global firmware so not sure if i should remove the en 1s and just keep the uk 1 tho.
Forum: Nokia N900 2010-03-02, 16:46
Replies: 16
Views: 4,019
Posted By jflatt
Re: My idiot friend

Yes, new friends can be found rather easily
Forum: Games 2010-01-30, 13:00
Replies: 230
Views: 53,161
Posted By hopbeat
Re: Accelerometer game proposal: sheepdog

@finlaybob, the problem may be with the versions of those two modules (4.6.0 instead of 4.6.2~git20100128-0maemo1). You may try to apg-get upgrade to have those pushed up.
Forum: Games 2010-01-27, 15:31
Replies: 265
Views: 119,269
Posted By Frand
Secret Exit's official N900 games thread

EDIT: July 1st, 2010
SPiN is now available on the Ovi Store!
http://store.ovi.com/content/43163

EDIT: June 16th, 2010
Zen Bound is now available on the Ovi Store!...
Forum: Maemo 5 / Fremantle 2010-01-16, 12:29
Replies: 25
Views: 6,874
Posted By spag
Re: OVI Maps has the spins?

Is there no north up mode in Ovi Maps or has someone managed to prevent the map from spinning?
I love my N900 but the Maps application drives me crazy. Maybe OVI means crap in Finnish?
Showing results 1 to 25 of 38



 
Forum Jump

All times are GMT. The time now is 13:05.