![]() |
2009-10-21
, 08:21
|
|
Posts: 402 |
Thanked: 451 times |
Joined on Dec 2007
@ India
|
#2
|
The Following User Says Thank You to vkv.raju For This Useful Post: | ||
![]() |
2009-10-21
, 08:33
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#3
|
![]() |
2009-10-21
, 08:39
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#4
|
![]() |
2009-10-21
, 10:32
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
|
#5
|
The Following User Says Thank You to zerojay For This Useful Post: | ||
![]() |
2009-10-21
, 12:22
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#6
|
![]() |
2009-10-21
, 13:45
|
Posts: 418 |
Thanked: 174 times |
Joined on Oct 2009
|
#7
|
![]() |
2009-10-21
, 16:43
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#8
|
Hi and wow thanks for the super quick 'fix'
I'm still new to the Linux world so sorry for the follow-up questiom: I downloaded your zipfile to my N810 and unzipped it. I can see the files/directories it created (including the headphoned-armel-diablo file in the main /headphoned folder - but how do I actually open/install it? I tried browsing to it through the application manager but wasn't able to find anything I could install.
Man, if this will work this will be awesome
Edit: I tried apt-get -f install headphoned-armel-diablo in the /headphoned folder (while I was root) but got the error 'Couldnt find package headphoned-armel-diablo'
Also tried dpkg -i headphoned-armel-diablo but with no luck
chmod +x headphoned-armel-diablo ./headphoned-armel-diablo &
The Following User Says Thank You to thp For This Useful Post: | ||
![]() |
2009-10-22
, 04:24
|
Posts: 418 |
Thanked: 174 times |
Joined on Oct 2009
|
#9
|
It's just a binary executable, no package (yet..). You can start it like this (run it as normal user, there is no need to run it as root):
The first command makes the file executable and you only need to do it once.Code:chmod +x headphoned-armel-diablo ./headphoned-armel-diablo &
The ampersand [&] will cause it to run in the background. You can use "ps ax | grep headphoned" to check if it's running and you can use "killall headphoned-armel-diablo" to kill it.
Here's a nice beginner tutorial for getting used to the command line: http://www.linuxcommand.org/
HTH.
![]() |
2009-10-22
, 04:51
|
Posts: 87 |
Thanked: 36 times |
Joined on Sep 2009
@ Helsinki
|
#10
|
Hey and thanks again.
I wasn't sure if the code you included was supposed to be run as two entries or as one long sentence.
I tried both but did not seem to do anything.
When executing the first row I don't get any confirmation or error message.
When executing the second row I got 'no permission'.
I tried checking for active processes using an app i got running in tne status barr but it didnt show there - and i also tried pulling out the cord whilst playing a podcast through gpodder/panucci but the player did not pause.
Sorry for being new to all of this and making helping out a lenghty process.
(Also..how do I get a 'pipe' as in your example for how to check what processes are active using my N810 keyboard?)
I would love for there to be an option to have my N810 act in the same way;
If playing a movie/music/podcast and the headset is pulled out...then stop the player. If you want to continue to play through your speakers just press play and it continues playing.
Happened again today that I stand in line and the headset pulls out and suddenly I'm blasting Cypress Hill from my right pocket....
Thing is...would such an option have to be implemented into each possible media player...or could it somehow be a global, application-independent option...somehow?