[android-kernel] Re: Android Kernel Build on MacOSX

2014-11-03 Thread Gianluca Mezzetti
Solved by myself, the procedure is http://algobardo.github.io/2014/10/Android-Kernel-MacOsX/ Il giorno martedì 28 ottobre 2014 12:01:35 UTC+1, Gianluca Mezzetti ha scritto: > > Hi, > i'm trying to build the kernel on macos for the emulator. > I have the aosp repository and the goldfish kernel

[android-kernel] how to change shared library path

2014-11-03 Thread min yuan
HI I recently wrote a c program and compiled it dynamically in order to execute it with adb shell. So I put the shared library xxx.so into /system/lib, the executable file to /system/bin, then everything works fine. Now for some reason, I need to put the xxx.so into /system//lib, the problem co

[android-kernel] uinput module for 3.3.0 kernel

2014-11-03 Thread Konstantinos Spalas
Hello, I need to setup droidmote server application but I think I bump to uinput module lack. How can I eneble or find it? Thanks. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you ar

[android-kernel] android kernel source

2014-11-03 Thread Mike Haefer
Hello Sirs I'm a beginner. I would like build a android kernel for the mobile phone "htc one m7". My question is which kernel source i should take from http://source.android.com/ ? sincerely Mike -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com

[android-kernel] Questions about LMK default minfree/adj settings

2014-11-03 Thread Joel Fernandes
Hi, I am some questions and LMK's thresholds: 1. I am trying to understand what is the reason for setting the default values of minfree and adj to the following in lowmemorykiller.c? Why not just use a linear mapping? for example, if the free memory is below 50%, then just kill all processes which

[android-kernel] Android Kernel Build on MacOSX

2014-11-03 Thread Gianluca Mezzetti
Hi, i'm trying to build the kernel on macos for the emulator. I have the aosp repository and the goldfish kernel downloaded, and I manage to build correctly the arm architecture using the script in external/qemu/distrib/build-kernel.sh with options --arch=arm. However, when it comes to x86, i h