[Q] linux apps compiling using NDK - Android Software/Hacking General [Developers Only]

i have asus eeepc with android froyo 2.2.2 ....x86
i need ntfs file support system i want to know ..how i can compile ntfs-3g from source that can be used in android
i used the ndk but i m not quite familiar with it ,,,,,can any one tell me how i can compile ntfs-3g and another native tools like ppp and bash to android platform...........waiting for answers.........i posted on androidx86 group but no response .....help me xda..

Related

[Q] Android kernel programming

Hi All
I am a newbi to kernel programming , especially to android kernel.
Can you tell me some good places on the net , that can be great sources for getting in touch with that thing.
I want to become familiar with the android kernel , dalvic etc. ( I speak english and german )
thanks in advance.
Sz_gergo
I am too interested in this subject. I am learning slowly as and when I get time.
kernelnewbies.org
Generally good resource for starting out learning linux kernel
(Which is what the android is built off of)
android.git.kernel.org
Android Kernel Source
lwn.net/Kernel/LDD3/
Online guide to driver development among many other related topics.
pdk.android.com
This guide provides an under-the-hood introduction to the Android platform, and is designed for platform developers and manufacturers building Android-powered devices.
Sorry for not providing the links...xda won't allow me to post links since I have less posts.
Android kernel
Dear All
as i understand, the android kernel source, what you can download from Google , should be enough for building a new kernel to some phone.
If i am right, does that mean that the Linux kernel sources are already included?
Or am i totally wrong?
Thanks for your answers
I am also interested in learning the Kernel Development and ROM development. Can Any one Help.
sz_gergo;11673408 begin_of_the_skype_highlighting 11673408 end_of_the_skype_highlighting said:
Dear All
as i understand, the android kernel source, what you can download from Google , should be enough for building a new kernel to some phone.
If i am right, does that mean that the Linux kernel sources are already included?
Or am i totally wrong?
Thanks for your answers
Click to expand...
Click to collapse
I have the answere for the question above.
After i have inspected the Android kernel sources, it came out, that i have been right.The only source you need for creating a new kernel for a phone, is the complete android kernel.
The linux kernel is allready included.
I think if you want to build a kernel, specific for your phone. you have to overwrite the default dirs with the specific sources of your phone. If it is not allready done by others.
Android Kernel
Hi,
We need to distinguish between Linux and Android. Android was forked from Linux, and now those are managed as separate products. Android usually takes the updates from linux, but there are features in Android which Linux refused to get (such as wakelocks).
So the android kernel source includes all needed to build a working kernel.

[Q] porting Snort on Android

Hello all,
Is there a way to port Snort to Android OS? I have already ported
libpcap to Android and I have made some simple native sniffers which worked
perfectly.To do this, I used the NDK development kit that offers you some
tools for cross compiling C programs to ARM architecture.
Is this possible to do it for Snort. I know that Snort is a big project that
contains many source files and uses many modules such as Libpcap, PCRE,
Libdnet, Barnyard2, DAQ. I am wondering if is there a way to build
this code for Android.. E.g. by statically link all this modules.. Moreover an
other potential problem may be the fact that Android uses a subset of libc
(bionic), so maybe some basic functions are not available..
Have anyone done it before? Or, can some one give me some help on how
to start?
Thank you in advance,
Thanasis

[Q] Is there anything on Android can Edit and Compile Basic Java Codes??

Is there any apps on Android can edit and compile Java codes?
I can fine C/C++ compile on android market but for Java?
If there is, I could make my Galaxy Tab 10.1 more like my netbook.
I Thank You.

[Q]compiling Qt applications using prebuilt NDK toolchain

Dear all,
What would be the main problem of compiling Qt applications for android (Imagining we have root access on android) using prebuilt NDK toolchain arm-linux-androideabi-gcc, and running the executable on Android phone?
I'm awaire of Necessitas project, and how much easy the work of a developer would be using Qtcreator with Necessitas. But this would create an .apk.
What if I like to compile the code into executable and use Qt and NDK libraries?
Is it technically/practically possible?
Any hint would be appreciated.
Saeed

Compiling a kernel on the device natively?

We have rooted devices running chrooted linux easily avaliable. That got me thinking. I have a shield TV, and want to do some kernel hacking. There's linux with native aarch64 support, so why not just work in the chroot? Anyone ever compiled android kernels on a native arm processor? I'm wondering if I'd still need to cross compile, or if maybe I could just use native compile tools. Thanks for reading, hope we can get this moving. I'm hoping to get this thing a custom kernel for better Linux support, and maybe some overclocking if possible.

Categories

Resources