[android-porting] Talking to service Daemons

2009-11-16 Thread Abram
So I have a daemon running and I can talk to it/use it just fine from command line. When I try and make calls from JNI to the daemon it's like I'm talking to the code, but not the code the daemon is talking to. That's kind of confusing The daemon works with an SDIO card and is how we route cal

[android-porting] Re: Talking to service Daemons

2009-11-19 Thread Abram
est if you can recompile your > daemon would be to print out what it gets in the two instances. > > -Abhinayak > > On Mon, Nov 16, 2009 at 1:11 PM, Abram wrote: > > So I have a daemon running and I can talk to it/use it just fine from > > command line. When I try and

[android-porting] Re: Talking to service Daemons / init.rc help

2009-11-19 Thread Abram
ty of different user/group settings and none at all but nothing seems to work. I've read the readme.txt but there isn't much info specifically about the user/group settings. On Nov 19, 9:29 am, Abram wrote: > After some troubleshooting we've found that it is a socket issue. > Normall