[android-kernel] Re: Flashing Kernel Image

2010-02-18 Thread Chew Esmero
You can still use the adb shell. On Feb 18, 11:41 am, perumal316 wrote: > Hi, > > Thanks for the tips, will try them out! The reason why I want to > modify the kernel is to enable modules loading/unloading in Android > Developer Phone. > > Is there any way to load/unload modules in the Android De

[android-kernel] mail to group

2010-02-18 Thread Porting beginner
Hi, I don't see my mails sent to these groups. is that any issue ? -- Thanks -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] KEYCODE for headset button press

2010-02-18 Thread Porting beginner
Hi, I am trying from few days but don't get any information related to issue as below. Which KEYCODE to send to input dev ( /dev/input/event2 here ) on headset button press event from my headset driver so can answer / hang-up call ? Please let me know if I am missing something here. -- Thanks

Re: [android-kernel] how to access kernel custom library

2010-02-18 Thread Chris Stratton
You cannot access kernel functions from userspace (jni, etc) unless there exists a userspace interface in the kernel, such as a device driver exporting a device file, proc file, etc. If there does not already exist one you would need to write and load a kernel module, which requires root permissio

Re: [android-kernel] call a kernel library at application level?

2010-02-18 Thread Giuseppe Calderaro
> > > is it possible to access a kernel library at application level through > > JNI call? > If JNI is http://en.wikipedia.org/wiki/Java_Native_Interface whatever you mean by "kernel library", i think the answer is no G -- --- Giusepp

Re: [android-kernel] how to access kernel custom library

2010-02-18 Thread Greg KH
On Thu, Feb 18, 2010 at 3:53 AM, genxsol wrote: > Hi Experts, > > can anybody direct me to any sample program/documentation to access > any custom library in kernal at the application level. > > custom library can be any library embedded by  phone manufacturer. You don't do this at the kernel lev

Re: [android-kernel] call a kernel library at application level?

2010-02-18 Thread Greg KH
On Thu, Feb 18, 2010 at 6:33 AM, genxsol wrote: > HI Dear, > > is it possible to access a kernel library at application level through > JNI call? What specifically do you mean by "kernel library"? That is not a term that applies to the Linux kernel. thanks, greg k-h -- unsubscribe: android-k

[android-kernel] how to access kernel custom library

2010-02-18 Thread genxsol
Hi Experts, can anybody direct me to any sample program/documentation to access any custom library in kernal at the application level. custom library can be any library embedded by phone manufacturer. is this possible to access such a library through JNI interface or anything else shall i need

[android-kernel] call a kernel library at application level?

2010-02-18 Thread genxsol
HI Dear, is it possible to access a kernel library at application level through JNI call? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel