Tagged Questions
0
votes
0answers
18 views
How to make reference to an android library project inside Android.mk
I am using an android library project in my application. android-uitableview is the name of the android library project.
How should I add it inside Android.mk file
Following is my current Android.mk ...
1
vote
0answers
35 views
Where is the handoff from Andoid to kernel for power state transitions?
I am looking for where the Android OS handsoff to the kernel during power state transitions. For instance when there are no wakelocks held the system should go to sleep (S3). It should be a call to ...
1
vote
1answer
54 views
New to kernel development: “Virtual” input driver in kernel?
I'm doing some edits to an input device driver in an android kernel.
This device has a limited range of keybits and evbits enabled. What I want to do is to create a new /dev/input event node that is ...
0
votes
0answers
90 views
how to add CPU overclocking to kernel? [closed]
Samsung GT-I8160 has the Novathor U8500 chipset. according to specification CPU can run at 1GHz but it's underclocked to 800MHz. I'd like to bring it up to 1GHz.
The problem is that I couldn't find ...
1
vote
1answer
131 views
ANDROID : IPTABLES how to block application making internet connection
There does not seem to be any information on this topic.
I would like to find how I can use IPTABLES in Android to block an application making a connection.
So far I have:
1) Recompiled the ...
0
votes
1answer
22 views
Android device reboots after gdbserver attached to any process
I am currently trying do some debugging work with ndk-gdb on a old Android device (Android 2.2, kernel 2.6.32) from usb interface. Every time gdbserver attached any process, the device reboots, like ...
0
votes
1answer
69 views
Access and use the values of the accelerometer in the Android kernel level
How can I access the accelerometer in the android kernel space and use it's data? I'm working on a project where I need to control some of the phone's functionality while the phone is moving (in a ...
0
votes
2answers
121 views
How to run (gdb): target sim for ARM processors?
I try to load my vmlinux into gdb and use an ARM core simulator.
but I can't understand why do I get Undefined target command: "sim".:
Here is the shell output:
$ arm-eabi-gdb vmlinux
GNU gdb ...
0
votes
0answers
24 views
Android system recognizes sleep mode?
Trying to understand how Android system recognizes the sleep mode? I understood that the settings are saved in the settings.db which is stored in the ...
0
votes
1answer
64 views
Cloning Android's tegra kernel, it's empty?
I followed the steps on
http://source.android.com/source/building-kernels.html
in order to look at the kernel sources.
$ git clone https://android.googlesource.com/kernel/tegra.git
Cloning into ...
1
vote
1answer
45 views
Does Android have any networking limitations comparing to Linux?
I have just read the following in "The Growth of Android in Embedded Systems" (PDF) by Benjamin Zores of Linux Foundation:
Last but not least, Android has deliberately hobbled one of Linux’s key ...
1
vote
1answer
63 views
SCTP protocol support in android
How can I use SCTP protocol in Android?
I'm already aware that that Android systems don't support SCTP by default, however it's may be possible to enable it by inserting SCTP kernel module, or ...
-1
votes
1answer
304 views
Why only Linux Kernel is used for android and no other kernel? [closed]
Just faced an interview on android and came home and there was only one question which I was not confident about. The interviewer asked me that why only Linux kernel is used for the integration ...
0
votes
0answers
48 views
Dumping ram outside of the defined system RAM range
I'm using lime-forensics as a loadable kernel module to dump memory. This is working fine for the System RAM which is defined in /proc/iomem at the address80000000-ac9fffff.
If I cat ...
1
vote
0answers
37 views
how to add a new key in Android device
I have a device with Tao3530chip and there is a Android 2.3.3 system on it. I'm also having a button at gpio100 on that Tao chip. I'd like to use that button to perform some control in the high level ...
2
votes
0answers
167 views
Simulating multi-touch events (one finger linear swipe)
I am doing an edit to a driver file that uses Multi-Touch protocol.
My goal is to bind a swipe gesture from (x1,y1) to (x2,y2) that follows a line.
To do this i execute this function inside the key ...
3
votes
3answers
292 views
Old Linux kernel support for Android 5.0 [closed]
There's been a lot of buzz that Android 5.0(Key Lime Pie) which is expected to be released in the second quarter of 2013, will be based on Linux 3.8 Kernel. Does that mean older devices which have ...
0
votes
1answer
92 views
Error while compiling kernel: missing double arithmetic?
I am compiling an android kernel with android toolchain.
Inside a driver, I need to use double arithmetic, but when I compile i get lots of error, one for each time i use double type.
For instance i ...
0
votes
0answers
36 views
Are SCHED_FIFO, SCHED_RR and SCHED_NORMAL relevent to Android
I'm writing a report on the Android OS and found most of the headings easy enough to find direct information on. The sections I'm having trouble with are the CPU scheduling , Memory management and ...
0
votes
0answers
143 views
Android Vs. Linux based STBs - Digital Decoders [closed]
I'm not sure if I am at the right place for such question, however, any advise is appreciated.
Looking at the STB market ( TV Digital Decoders / Receivers ) there are the Linux and Android based ...
0
votes
0answers
141 views
How to force Linux mmcblk enumeration
On my device I have 2 mmc devices, eMMC and an SD card, which the Kernel enumerates as /dev/mmcblk0 and /dev/mmcblk1 respectively. It would be desirable for it to enumerate these the other way around, ...
0
votes
1answer
139 views
Inserting Loadable-Kernel-Module in Nexus S Reboots it
I have downloaded the Samsung kernel from source.android.com and built it. Then first i installed CWM Recovery image and after that rooted my Nexus S (Android 4.1.1). Now i want to insert simple ...
0
votes
0answers
28 views
build new packages on android? [closed]
to build new wireless package to Android, then what should to do ? get the Android source on linux platform OR on the Android Device terminal ???
ex: this link i don't know from where he work on ?
...
1
vote
0answers
34 views
START build wireless packages to Android Platform [closed]
i need to download wireless packages on my android device. but how to start doing this ??
I am new in this field, i see this link, but i don't get the idea how to do that? from where he work is it on ...
-2
votes
1answer
96 views
get wireless tools in Android devices? [closed]
i see this link about enable wireless tools on android.
but i can't understand the way he follow to enable tools on what terminal or adb shells for the device or on linux platform !!
also from where ...
2
votes
0answers
100 views
compile and build “iw” for android 4.1 device?
i need to install iw wireless packages on android 4.1 device. but i don't know how and what is the require version of the packages to install !!
also is it need linux platform to do this or it is ...
0
votes
1answer
131 views
fork() returns pid of existing process
I'm trying to patch Android's init to allow unloading Android and loading Ubuntu on already initialized hardware. here is the patch I'm trying.
But after kill -USR1 1 kernel goes panic and after ...
1
vote
1answer
170 views
Using java library from android framework in packages/apps
I am adding an app as part of my android build. The app make use of android-support-v4.jar. So I put the jar file inside libs folder of my application and make a reference to it from the Android.mk ...
0
votes
0answers
35 views
LKM Support in Nexus S
I have Nexus S with Android 4.1.2 and i want to insert my custom Loadable-Kernel-Module into it. I have already rooted it. I want to know that
whether Nexus S running kernel support LKM already or ...
1
vote
1answer
89 views
PC and LR in same function in Android Kernel
I am facing a problem in which the PC1 and LR2 both are pointing with in the function cpuacct_charge() in the kernel's sched.c. Are there any scenario's in which this might happen? My analysis shows ...
0
votes
0answers
110 views
How does the Android USB Composite driver work?
I want to understand the Android USB Composite driver ("./drivers/usb/gadget/android.c").
If I am reading the code correctly, this driver is the one that will generate the uevent which triggers the ...
0
votes
1answer
117 views
linux kernel (android) [closed]
Doing an essay on the Android platform have certain headings and have to fill in the blanks. Ive completed the nicer aspects such as architecture ect. but I'm looking for a reference on the Linux ...
1
vote
0answers
296 views
How does kernel prompt Android that phone is connected in USB Mass Storage Mode?
Phone is running IceCream Sandwich.
I would like to know how the kernel prompts the Android HAL/Framework that the phone is connected in USB Mass Storage Mode?
When I say prompt I mean generate an ...
0
votes
1answer
55 views
Unknown symbol error with closed source proprietary modules
I am having a problem with some proprietary modules. I am working with Mediatek android kernel and they have lots of proprietary modules and some of them show up Unkown symbol error when insmoded. ...
0
votes
0answers
60 views
Android updated script not working
I need to push some .so files in android system directory such as system/lib and system/bin so I wrote updated-script in android and also I signed my zip, I did the following manner
<working ...
0
votes
1answer
168 views
Why is android source such a huge size? [closed]
The guide Initializing a Build Environment says that -
Note: The source download is approximately 8.5GB in size. You will
need over 30GB free to complete a single build, and up to 100GB (or
...
1
vote
0answers
231 views
Loading a android kernel module with vermagic mismatch
For a phone there are few modules which are proprietary and aren't licenced under GPL and sources of them are not provided with the kernel sources. So my problem is when I add a custom kernel name or ...
0
votes
0answers
51 views
How to build .a file in android kernel
How to build libname.a files in android kernel stack. One way I know that the file libname.a file should me mention in Android.mk file. But I don't know how to mention this files in Android.mk file. ...
0
votes
3answers
2k views
How to start learning Android kernel development [closed]
I will begin working under Android system kernel development and I have no ideas. All what I know is that I have to have knowledge on Linux, c and C++ and I have all of them but I should begin some ...
0
votes
1answer
135 views
Writing to /proc File System from Android Activity in java
I have download Android source code and flashed it to device. I have written LKM which reads/writes information to /proc/myFile. I want to write to /proc/myFiLE file from my android activity but using ...
1
vote
2answers
151 views
Android c++ service at boot time
I need to start a service at boot time in android i don't use broadcast receiver , i wrote a service in c++ because i need access driver libusb layer to communicate with my extrernal device ,the ...
0
votes
0answers
66 views
Starting an Android Activity from a LKM/kernel-space
I am developing a security module and i want to start an activity from Loadable Kernel Module (LKM) for authentication of user when he/she tries to access some secure content.
I have worked in ...
0
votes
1answer
110 views
The difference of wakelock core code and interfaces in kernel 3.0 from 3.7/3.8?
I was told that wakelock in kernel 3.7/3.8 is different from 3.0. What has changed and is there any document or discussion somewhere talking about this?
Thanks!
0
votes
0answers
97 views
Android Kernel, WiFi scan syscall
I'm working on android kernel (jelly bean).
I've focused on the /net/mac80211/scan.c module and on the scan behavior, to understand how the PS_mode exactly works. Anyway I can't find any syscall ...
0
votes
2answers
79 views
Is there any Android function call which makes only one or two specific system calls?
I want to trace system calls against some specific code lines in an Android application and using strace or system call hooking, I can get list of system calls against an APK.
I was wondering if ...
5
votes
1answer
215 views
How to define and trigger my own new softirq in linux kernel?
I would like to create my own softirq in linux kernel. Is it the right way to do that:
In the init of the module I would like to trigger the softirq from I'll add a call to:
394 void ...
0
votes
0answers
76 views
strace: invalid use of undefined type ‘struct pt_regs’
I was using built-in strace given in /system/xbin/ directory in the emulator and it was giving me wrong set of system calls such as msgget() and msgrcv() which are not supported by Android even.
I ...
1
vote
2answers
1k views
About “init: untracked pid xxxx exited”
all.
Sometimes I can see the like below log.
<3>[ 283.152845] init: untracked pid 4217 exited
<3>[ 283.162185] init: untracked pid 4078 exited
<3>[ 283.173691] init: untracked ...
3
votes
2answers
375 views
Interchangeability of compiled LKMs
Is it possible, to use a Loadable Kernel Module, compiled for 3.0.8+ mod_unload ARMv5 (my self-make'd kernel) in a kernel with version 3.0.31-gd5a18e0 SMP preempt mod_unload ARMv7 (android ...
1
vote
0answers
107 views
Why system call hooking produces different result everytime in Linux/Android 2.6.29?
I have implemented system call hooking for Android 2.6.29 kernel through a LKM module. I am tracing down one Android app for system calls. But interestingly, it returns different results every time I ...




