Re: Phonebloks gta-0x

2013-10-17 Thread Thor Andreassen
On Thu, Oct 17, 2013 at 02:49:05PM +0200, Matthias Apitz wrote:
 While reading a German computer magazin (c't 22/2013), I came across
 this:
 
 http://www.phonebloks.com/
 
 Don't know if it makes sense for us to check if it could solve our
 case problem...

It was discussed on the list a couple of weeks ago. I think the
conclusion was that it is technically infeasible. Here is a link to the
thread:

http://lists.openmoko.org/nabble.html#nabble-td7563342

-- 
Thor

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [2008.12] Pause mplayer on call ?

2009-01-26 Thread Thor Andreassen
On Tue, Jan 20, 2009 at 08:15:04PM +0100, Lothar Behrens wrote:

[...]

 I currently do not use any GUI for it, so mplayer may only killed
 with  any usefull signal to pause.
 Then how to restart it again.

Assuming you can detect when an incoming call arrives, the following
should be helpful:

A generic way to control terminal programs, that were not designed
with remote control in mind, is to use GNU Screen [1]. Start your
program like this:

$ screen -dmS SOME_NAME COMMAND_TO_RUN

Now you can send input to the program by stuffing input to screen:

$ screen -S SOME_NAME -X stuff INPUT_TO_RUNNING_PROGRAM

It is also possible to interact directly with the running program by
attaching to the screen session:

$ screen -S SOME_NAME -r

Detach with C-a-d.

[...]

[1] http://www.gnu.org/software/screen

-- 
HTH
Thor

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community