Top "Android-source" questions

Questions about the source code and building of Android itself, contributing to the Android project, Android kernel development and porting.

Adding prebuilt set of files structured in folders to android out folder

I have glibc compiled for arm which is different from Android glibc or the bionic C as the glibc environment …

android linux makefile android-source prebuild
Create specific device tree for AOSP

I followed official Google`s tutorial to build my own AOSP and succeeded in all steps: I have a "Pure …

android android-source
How to develop custom status bar in android JellyBean 4.2.2

I want to develop customized StatusBar. I know i am not the only one with this requirement. But still want …

java android android-4.2-jelly-bean android-source
Is it possible to switch APN programatically in android?

I am trying to develop an app in which I need to connect to a specific APN programatically for network …

android android-source apn android-wireless
Android: Kernel Debugging with KGDB

I'm trying to do kernel debugging for my Nexus One, and have been following instructions from http://bootloader.wikidot.com/…

android debugging kernel android-source kgdb
How to get mkbootimg for Android kernel development for Sony Xperia ZR?

I recently got the kernel to compile under Ubuntu (see my answer on Askubuntu for details) but noted that the ~/10.4.…

android linux linux-kernel android-source sony
Error when build LineageOS: "make: *** [ninja_wrapper] Error 1"

frameworks/av/camera/cameraserver/Android.mk:18: Target has integrated cameraserver into mediaserver. This is weakening security measures introduced in 7.0 find: ‘/…

build wrapper android-source ninja
Add prebuilt APKs to Android AOSP system.img

I'm building AOSP from source. What I would like to do is to include a few prebuilt files in the …

android android-source
Developing AOSP with Android Studio

I'm trying to setup a development environment to do some custom modifications on the AOSP source code, and would like …

android android-studio android-source
How UID of an app determined during install in Android?

The following link gives a brief description about package installation process in android. http://java.dzone.com/articles/depth-android-package-manager I'm …

android android-source package-managers android-permissions uid