Questions about the source code and building of Android itself, contributing to the Android project, Android kernel development and porting.
I have question about wakelock. In cases shown below, does android OS release wakelock (PARTIAL_WAKE_LOCK if you need …
android android-source wakelock kill-process android-wake-lockI was building AOSP for the Nexus Player and after successful compilation I tried to run the emulator and the …
linux android-emulator ubuntu-14.04 android-sourceI have written a foreground service which is working properly for all OS version lower than Oreo. From Oreo application …
android android-service android-sourceDoes anybody know how to completely disable jack while compiling AOSP (Master)? I've always had problems with jack, so I've …
android android-source android-jack-and-jillI had earlier written a standalone daemon to access a custom device (/dev/mydev0). Looking at AOSP source, I figured …
android service android-source selinuxI made some small changes in framework/base, and did a "mm" under that folder. Now I don't want to …
android android-source android-buildWhen I am trying to look at platform JAR or when I am debugging my android application in Eclipse, the …
android debugging jar android-source platformI have problem with Android O HIDL. The failure log shows it can't find out the service. However I can …
android android-source android-hardware hal android-8.0-oreoI'm porting Android Gingerbread to my custom board (with a Samsung S5PV210 processor). I have a touch screen with …
android linux-kernel touchscreen android-source calibrationI am trying to build my own libs and apps in external directory of the AOSP, but the problem is …
android android-ndk android-source