Top "Android-source" questions

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

Android repo command and switching branches

I feel I have a pretty good understanding of git, but when it comes to the repo command, I get …

android repository android-source
How do I add APKs in an AOSP build?

I need to add some 3rd party APKs to my AOSP build. What folder should I keep these APKs so …

android android-source
Simulating power button press to display switch off dialog box

I am trying to invoke the switch off dialog box that appears when we press power button. But i want …

android android-ndk android-source
Android music player source code

I need native (default) android music player source code. Where can I find it?

java android-source android-music-player
How can I check out Android source code in Windows OS?

I try to search for it but I just cant. I am running Windows 7 on Lenovo G460 laptop. I tried …

android android-source
Android x86 porting, unable to make it work

I'm kind of new to the whole porting issue and I got to it because of the slowness in the …

android x86 porting android-source
AOSP repo sync takes too long

I'm trying to learn Embedded Android from the book with the same name. And the author suggested working with AOSP …

android linux embedded android-source platform
What is the use of LOCAL_MODULE_TAGS?

I want to update my Android.mk file in a package in order to build that new package, but I …

android frameworks package android-source android-build
Loading kernel module in Android kernel

I am listing my problem here. I have a Google Nexus one a.k.a. "passion" phone with me. Fastboot …

android android-source
What are strong pointers and weak pointers

I am confused with the notion of "strong pointer" and "weak pointer". Diane Hackborn herself said that: The object will …

c android-source android-binder