Showing results 1 to 25 of 100 @ 0.04 seconds. Search: Posts Made By: dblank
Forum: Development 2008-07-30, 01:34
Replies: 10
Views: 4,037
Posted By dblank
Re: Alsatools or arecord implementation

There's always a way!

I'd think worst case, you could point gstreamer to stdout, and use a normal unix pipe through oggenc / stdin, or something, then you're not writing the .wav to disk at all.
...
Forum: Applications 2008-07-30, 00:17
Replies: 145
Views: 66,832
Posted By dblank
Re: Transmission (Torrent client for 2008 OS)

Try editing /etc/osso-af-init/matchbox.defs
Set DIALOGMODE to free

That should let you drag the window up, I think :)

Probably have to restart matchbox.
Forum: Development 2008-07-25, 20:09
Replies: 10
Views: 4,037
Posted By dblank
Re: Alsatools or arecord implementation

Try gstreamer:
gst-launch-0.10 dsppcmsrc ! 'audio/x-raw-int,rate=8000,channels=1' ! wavenc ! filesink location=/path/to/file.wav

works for me.
Forum: Development 2008-07-24, 19:42
Replies: 10
Views: 4,037
Posted By dblank
Re: Alsatools or arecord implementation

It's part of the sox package, which I guess I must have compiled myself.

Have you tried maemo-recorder?
Forum: Development 2008-07-23, 20:29
Replies: 10
Views: 4,037
Posted By dblank
Re: Alsatools or arecord implementation

There's "rec", from sox, and I'm sure arecord would work too, not sure if there's binaries available though.

Keep in mind you're limited to garbage quality for unknown reasons, I filed a bug a...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-07-23, 20:26
Replies: 4
Views: 2,865
Posted By dblank
Re: auto backup with rsync

I use, and recommend, rsnapshot:
http://www.rsnapshot.org/

I make a backup every 3 hours, has saved my butt on several occasions :)
Forum: Applications 2008-07-19, 00:23
Replies: 45
Views: 9,232
Posted By dblank
Re: n800-s2ram ? What is this ?

Is anyone using this with Powerlaunch? (0.8.4)

It caused my N800 to reboot when I attempted to unlock.

With an earlier version of Powerlaunch (0.7.0), it seemed to work, but
the LED continued...
Forum: General 2008-07-18, 21:53
Replies: 6
Views: 4,577
Posted By dblank
Re: New version of the Origyn Web Browser for the n800

I've attempted compilation several times since I first heard of it a while back, unfortunately I've yet to succeed :)

Has anyone?

Binaries would greatly be appreciated!
Forum: Applications 2008-07-12, 20:05
Replies: 19
Views: 6,616
Posted By dblank
Re: links2

I'm using evrouter for right clicks, and switching between fullscreen / normal view modes, this way programs don't need to be modified at all.

I wrote a perl script a while ago for tap and hold...
Forum: Applications 2008-07-12, 16:56
Replies: 19
Views: 6,616
Posted By dblank
Re: links2

It saves and loads cookies to/from disk, without it, cookies are only stored in RAM, so once you close the browser, they're gone.

It's an old patch written by someone else, I just modified it so...
Forum: Applications 2008-07-12, 16:52
Replies: 19
Views: 6,616
Posted By dblank
Re: links2

Yeah, I'd love to be able to queue up a bunch of stuff in the background.
Forum: Applications 2008-07-12, 06:47
Replies: 19
Views: 6,616
Posted By dblank
Re: links2

Right on, links2 is cool :)

I think I posted a cookie patch here a while back, any chance you could apply it, and/or post a patch with your changes?

If you could get opening new windows to...
Forum: Newbie 2008-07-12, 06:23
Replies: 7
Views: 2,418
Posted By dblank
Re: How to install/move app from main mem to card?

You could also create an ext2 filesystem on top of FAT, to avoid repartitioning.. that's what I do, but I'm too lazy to give instructions at the moment :)

Nokia really should have provided an easy...
Forum: Alternatives 2008-07-11, 23:32
Replies: 298
Views: 106,048
Posted By dblank
Re: Debian Apps That Run Well On The Tablets

Another neat way to toggle fullscreen, is to use evrouter + wmctrl, after installing evrouter, just put:
"Internal keypad" "/dev/input/event2" none key/64 "Shell/wmctrl -r :ACTIVE: -b...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-06-25, 18:09
Replies: 6
Views: 3,524
Posted By dblank
Re: Transmission and Xchat on Diablo

Doesn't Diablo use a newer libssl? (0.9.8)
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-06-24, 17:28
Replies: 771
Views: 227,679
Posted By dblank
Re: What do we know about Diablo (Maemo 4.1) ?

Ah, I get it now.

I wonder how long it took Skyhook Wireless to drive all over the place and build their database, that's crazy :)

Hopefully they keep it up to date!
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2008-06-24, 02:40
Replies: 771
Views: 227,679
Posted By dblank
Re: What do we know about Diablo (Maemo 4.1) ?

IP address, you mean?

I don't see how you're going to get any useful information from an SSID like "linksys", "default", "johns house", etc..
Forum: Nokia N800 2008-06-04, 02:27
Replies: 2
Views: 1,469
Posted By dblank
Re: Portable HDD + N800?

At some point in the future you could purchase the EDS WiDrive, or Seagate D.A.V.E.

If you need something now, you could grab something like this:
http://tintuc.no-ip.com/linux/tipps/mgb100/
...
Forum: Alternatives 2008-05-30, 01:35
Replies: 165
Views: 63,815
Posted By dblank
Re: Access Releases Garnet VM Beta 2

If you have an x server with rotation support, you can rotate using "xrandr -o inverted"
Forum: Nokia N810 2008-04-16, 18:33
Replies: 92
Views: 37,250
Posted By dblank
Re: Mobile Firefox Is Six Times Faster Than Nokia's Browser on the N810

It's not my patch, don't remember where I got it from.. but I've attached the patched cookies.c, I think all I did was comment out this line:
if (c->expires && ! cookie_expired(c))

I grabbed the...
Forum: Nokia N810 2008-04-16, 17:32
Replies: 92
Views: 37,250
Posted By dblank
Re: Mobile Firefox Is Six Times Faster Than Nokia's Browser on the N810

I compiled it myself, since I love my cookies :)

The cookie patch was for an old version and had to be tweaked a little to work correctly.. there's also a javascript patch out there, but I think...
Forum: Nokia N810 2008-04-16, 15:58
Replies: 92
Views: 37,250
Posted By dblank
Re: Mobile Firefox Is Six Times Faster Than Nokia's Browser on the N810

Graphical links (with cookie patch applied) is my primary browser, I switch to MicroB when I need video or javascript support.

It's really hard for me to use anything other than links on the...
Forum: Competitors 2008-04-06, 20:43
Replies: 52
Views: 12,655
Posted By dblank
Re: No competitors

Output to an external display.
Forum: Community 2008-03-13, 17:14
Replies: 10
Views: 2,920
Posted By dblank
Re: ITT new message retention & timeout

I'd love to see a preference to disable the timeout, drives me nuts when I lose the "Go to first new post" links :)

Generally I queue up all the new posts in tabs on my laptop, so it's not as big...
Forum: Nokia N800 2008-03-13, 17:11
Replies: 9
Views: 2,459
Posted By dblank
Re: considering N800/N810

It's not a cellular phone, but it is a phone in the sense that it can convert sounds into electrical signals and vice versa.

I use mine as a phone daily.
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 14:46.