Hi, Really new to the Android environment, and what you wrote seems like it might be very helpful.
I'm working with a professor to extend the ndk with security features, such as Trustzone. However, I don't even know where to start. I read a lot of docs online. What files in the NDK should I direct my attention to? Is it as simple as adding functions to a certain file or does it include generating a custom armeabi-v7a or kernel? I'm using the command line from Ubuntu 10.04. I downloaded eclipse and integrated sdk and ndk. Thanks in advance. I will really appreciate the help! -Damola On Wednesday, December 21, 2011 7:47:53 AM UTC+9, bloxtr wrote: > > Hey, > I did not think you can run the insmod command without root > privileges :-D > I also have a kernel compiled with module support. > That's why your post was not really helpful. But thanks anyway. > The module is working now. Unfortunately, the path to the file > contained a space in the string. > > greetings > bloxtr > > On Dec 20, 10:50 pm, Bridgette <[email protected]> wrote: > > hi bloxtr, > > > > There are a quite a few things with your module that you need to > correct...google the adore lkm and it will lead you to answers for what you > are doing. :) > > > > And you will need to gain root access to the device for accessing > /data/data directory. > > > > ________________________________ > > From: bloxtr <[email protected]> > > To: [email protected] > > Sent: Tuesday, December 20, 2011 10:19 AM > > Subject: [android-kernel] Android Kernel Module Programming > > > > I've programmed a kernel module. The module is part of a thesis on the > subject of Smartphone Security. The module reads a file and send its > content over a UDP socket. > > The module is working correctly on Ubuntu. I've compiled it for the > right android kernel (2.6.29). Under Android: Insmod works correctly. I get > some errors when a UDP packet is received. I know, it has something to do > with the file reading. > > I've already published the source code and the error messages on > stackoverflow: > http://stackoverflow.com/questions/8555456/android-kernel-module-prog... > > I hope that someone could held me. > > > > Thank's > > bloxtr > > -- > > unsubscribe: [email protected] > > website:http://groups.google.com/group/android-kernel -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
