python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Loading kernel module on samsung s9 device
I trying to load simple kernel module like "hello world" program without success.
The file helloworld.c looks like:
#include <linux/module.h> /* Needed by all modules */
#include...
sivandahan
Votes: 0
Answers: 0
Google removed cross compilers for Android Kernel. Where are they now?
I've used UBERTC prebuilt cross compilers so far, but I get errors when compiling an android kernel, and they haven't updated their stuff since 2016, so I just would like to find an alternative.
Googl...
winwin
Votes: 0
Answers: 1
Android device vendor flashing 32-bit kernels on 64-bit SOCs?
I'm trying to recompile the kernel for an Android device. The device is Xioami Redmi 7A. It has a 64-bit processor Qualcomm Snapdragon 439. I compiled the kernel without errors, got the Image file und...
winwin
Votes: 0
Answers: 1
Android adb command to get device driver in device?
In android device, I am searching command or way to check all kernel modules/drivers in current device.
so, can we get all kernel module list from command line ?
Command to list all kernel module/driv...

R_K
Votes: 0
Answers: 1