zc:

to keep things simple, i used the start-ssh service (which is part of my 
init.rc).  i created /system/bin/start-ssh q=which consisted of a test ssh 
script.  i changed the permissions so that it would be executable, but when 
i do...

# start start-ssh,

...nothing happens.  i tried rebooting, still nothing.  if if i try...

# busybox start start-ssh

... the reply is:  "start: applet not found"

tried the same with debuggerd and no luck either.   i have a feeling i am 
overlooking something simply.  sorry, very new to this. 

perhaps i should also state what i am trying to accomplish.  i have written 
a music player application in javascript and i wish to run it off the local 
file system without need for a web server.  so, in the address you would 
see something like:

 file:///sdcard/player/index.html

to play the music, it has to be on the file system too, or you will get 
cross server restrictions.  the music is sitting on a NAS and if i mount it 
then the browser will accept src references to file there, for example:

src="file:///system/my_nas/beethoven/symphony_9_furtwangler.mp3"

there is actually another way--that is to place the html and javascript 
files on the NAS and use smb:// in stead of file:/// but bloody chrome 
browser doesn't understand smb:// references, which i just discovered 
recently.   i am about to try with firefox on the nexus, but it won't play 
mp3.  

note--all of this works on a regular computer (i am running ubuntu).


-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to