Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linux Kernel

Android: How To Increase Accelerometer Sampling Rate?

I am currently using Java API to get accelerometer values in 5Hz, which is below my requirements. I… Read more Android: How To Increase Accelerometer Sampling Rate?

Hello World Kernel Module For Android & Unknown Relocation: 27 When Insmod

I am trying to create a simple kernel module. I am trying to print messages to dmesg but i keep get… Read more Hello World Kernel Module For Android & Unknown Relocation: 27 When Insmod

Difference Between The Physical Address,device Address And Virtiual Address

What is the difference between device address, physical address and virtual address? Actually I am… Read more Difference Between The Physical Address,device Address And Virtiual Address

Find The Physical Address Of Exception Vector Table From Kernel Module

I have an android device - Samsung galaxy s2 with kernel version 2.6.35.14 (arm cortex a9) I tried … Read more Find The Physical Address Of Exception Vector Table From Kernel Module

How To Start An App From Kernel

I am working on Android platform, and I wonder if it is possible to start an Android app from the k… Read more How To Start An App From Kernel

How Do I Use Async_start And Async_stop In Systrace/atrace For Android

I want to capture Systrace report on my Android phone while doing automated testing. It is unknown … Read more How Do I Use Async_start And Async_stop In Systrace/atrace For Android