On Dec 7, 11:34 pm, Mihai Campean <mihai...@gmail.com> wrote:
> Thanks, can you also please provide me with some sources that contain
> this information, or with a method to determine if a certain image has
> a certain kernel module installed?
try it here http://www.cyanogenmod.com/
And you can use lsmod to find if there is certain module installed.
>
> Thanks,
> Mihai
>
> On Dec 7, 3:40 am, biAji <biaji...@gmail.com> wrote:
>
> > On Dec 4, 10:44 pm, Mihai Campean <mihai...@gmail.com> wrote:
>
> > > Hi all,
>
> > > As I understood from the few posts available on this group about the
> > >netfilterkernel module, this module is currently not available in the
> > > android kernel. I am a noob to this part of Android so please bear
> > > with me and my questions :).
>
> > Almost all the mod image have providenetfiltermodule in order to
From what I know lsmod command requires root access.
Is there a programmatic way to find out? And if yes, could it be
available on not rooted phones?
PS: I guess it should be something available in /proc. I will search
further, but any start point would help.
Thanks,
Dan
On Dec 17, 4:54 am, biAji <biaji...@gmail.com> wrote:
> On Dec 7, 11:34 pm, Mihai Campean <mihai...@gmail.com> wrote:
>
> > Thanks, can you also please provide me with some sources that contain
> > this information, or with a method to determine if a certain image has
> > a certain kernel module installed?
>
> try it herehttp://www.cyanogenmod.com/
On Dec 17, 6:43 pm, Dan Danciu <ddancius...@gmail.com> wrote:
> Hi,
>
> From what I know lsmod command requires root access.
>
> Is there a programmatic way to find out? And if yes, could it be
> available on not rooted phones?
mmm... Sorry for that, I don't think it's possible..@@
No it does not.
>> Is there a programmatic way to find out? And if yes, could it be
>> available on not rooted phones?
Yes there is, 'cat /proc/modules'
> mmm... Sorry for that, I don't think it's possible..@@
Looks like you didn't try very hard :)
good luck,
greg k-h