[android-kernel] Re: What is meant by "init: untracked pid 2194 exited"? init.rc does not work?

2010-09-21 Thread archieval
The problem is in the init.rc, the app runs with no problem when manually executed/called in the shell. The init.rc inside the device cannot be edited because the original file stays in rom and will replace itself in the directory everytime the device reboots. And Yes Sir for all the method above,

[android-kernel] Re: What is meant by "init: untracked pid 2194 exited"? init.rc does not work?

2010-09-21 Thread Chris Stratton
init.rc is in the ramdisk image, a disposable copy of which becomes the root filesystem onto which /system, /data, etc are mounted. You have to learn how to modify that (sequence of cpio commands one can never remember) and repackage it with the kernel. Rebuilding the whole android is likely wasti

[android-kernel] Re: What is meant by "init: untracked pid 2194 exited"? init.rc does not work?

2010-09-21 Thread ip332
First of all: check if the problem is in your app or init.rc is not updated. I would start from something trivial - hello world should be enough. If it a simple app works then check all system calls if they are really supported in bionic, run your app from the command line, use gdb, etc. If it stil

[android-kernel] Bluetooth SIM access profile support for Android

2010-09-21 Thread surajrs
Hi, I am planning to implement Bluetooth SIM access profile server role for Bluez. I was suggested by the open source community to have core implementation as part of oFono. If possible, I would like my implementation to be useful for Android also. Please let me know your comments. Regards Sura