[android-kernel] Re: How to use shell command "rild"?

2009-04-24 Thread Ken, Chen
A solution about what I did. There are two ways to load rild library: static and dynamic. rild -l library*.so -- -d devicepath is for dynamic load. Edit init.rc. service ril-daemon /system/bin/ rild #static service ril-daemon /system/bin/rild -l library*.so -- -d devicep

[android-kernel] Re: How to use shell command "rild"?

2009-04-09 Thread Ken, Chen
I want to test reference-ril.c function on my test board. One way is command from application layer. Is there any way more direct on console mode? Thanks for your answer. I totally misunderstood it. Best regards, bluebolt On Apr 9, 5:53 am, Mike Chan wrote: > Rild is a daemon, not a command,

[android-kernel] Re: How to use shell command "rild"?

2009-04-08 Thread Mike Chan
Rild is a daemon, not a command, and is launched by init, look at ./system/core/rootdir/init.rc or /init.rc on a device. What exactly are you trying to test with rild? On Thu, Apr 2, 2009 at 3:38 AM, bluebol...@gmail.com wrote: > > All supported shell commands list in /system/bin/ > I want to t