[android-kernel] insmod -> init_module fail

2013-05-08 Thread Allen Teng
I build a kernel module under linux kernel 3.4.0, and install it to the device with linux kernel 3.1.10. I have avoided the version magic checking by modifying the include/linux/vermagic.h, but the module still can not be installed successfully. Following is my flow, adb operation: *#* adb pu

Re: [android-kernel] Execution trace

2013-05-08 Thread Emeric VIGIER
Read and store each register after each processor instruction? Are you kidding? Can you imagine the overhead this could ever bring to the normal operation of the system? Emeric Le 8 mai 2013 12:59, "Zhazira" a écrit : > I'm currently doing my master thesis. And my task is dynamically execute > A

Re: [android-kernel] Finding correct source

2013-05-08 Thread Jeremy Morales
So are you trying to compile the kernelwhat error are you getting? Cyangenmod and Google have different code. On Tue, May 7, 2013 at 5:54 AM, Nick Clark wrote: > Sup Android hackers! > > I am interested in compiling some code against a particular version of the > Android kernel, but I'm hav

Re: [android-kernel] build msm kernel error

2013-05-08 Thread 游锦
you cloud get the source from qcom web. On May 1, 2013 1:55 AM, "XPFirst" wrote: > download url : git clone https://android.googlesource.com/kernel/msm.git > > $make msm8960_defconfig > $make > > error: > > HOSTCC scripts/mod/mk_elfconfig > scripts/mod/mk_elfconfig.c:4:17: error: elf.h: No su

[android-kernel] Re: Kernel Compling error No rule to make target `include/config/auto.conf

2013-05-08 Thread Yu Gao
That works. Thanks very much~~ 在 2012年12月18日星期二UTC+8下午5时46分00秒,Andy Winton写道: > > I got exactly this. The actual reason for this is that at some point you > compiled as root, the file > include/config/auto.conf is then owned by root, you are now compiling as a > normal user and don't > have per

[android-kernel] Finding correct source

2013-05-08 Thread Nick Clark
Sup Android hackers! I am interested in compiling some code against a particular version of the Android kernel, but I'm having an issue finding the source. I am interested in compiling against 3.4.0-perf-gffdf452 or 3.4.0-perf-g7cellcd. I'm tried cloning down the prebuilt kernel repos from htt

[android-kernel] Execution trace

2013-05-08 Thread Zhazira
I'm currently doing my master thesis. And my task is dynamically execute Android apps and monitor temporal Logic properties. What I want is to try to read all current register's values and their tags after every instruction execution and write to logs. Is it possible to change source code of An

[android-kernel] Finding Application Dependency in Android.

2013-05-08 Thread Sunny
Hi all, I am looking for dependency among different application in Android. So that, we can know before starting of any application which others application must be started. So. Is there any tool to find dependency or some other way to find it. Thanks, Nimit -- -- unsubscribe: android-ker