Get the wallpaper displayed by custom WallpaperServices
I implemented a wallpaperServices to replace the wallpaperServices in SystemUI
What’s the difference between `JAVA_LIBRARIES/framework_intermediates` and all the other intermediates inside `JAVA_LIBRARIES`?
I’ve been trying to study permission mapping by replicating Natidroid which uses Soot to extract call graph from the JAR files of the compiled Android Framework. Natidroid loads almost all the compiled files inside aosp8.1/out/target/common/obj/JAVA_LIBRARIES
.
How to remove healthfitness module and apex in android 14?
On Android 14, the healthfitness module is turned on by default, but on some special machines this is redundant, how do I get rid of these things?
Enable DND(Do Not Disturb) mode in AOSP 13
How to enable DND(Do Not Disturb) mode in AOSP 13 by default?
How can I View Android source code on Mac?
I am a Android development engineer,I want to view Android source code on a Mac.
App crashed after import frameowork built from AOSP
I am a new AOSP developer. I modified some files in AOSP with target sdk_car_x86_64-userdebug, and then I made the framework again using below command:
I built the Pixel 4 kernel and flashed it to the phone, but I found that touch functionality is not working
I built the Image.lz4 kernel file according to the https://source.android.com/docs/setup/build/building-kernels guide. Then, while building AOSP, I specified the kernel file by using the export TARGET_PREBUILT_KERNEL=DIST_DIR/Image.lz4 command.
repo sync succeeds but make fails:Segmentation fault
I’m building AOSP10.0.0.r1 using Ubuntu20.04, lunch aosp_x86-eng, but I encountered the following error.Until then, I followed the instructions on the aosp website completely.
aosp compilation error about libLLVM_android
This problem occurs when I try to compile the aosp source code and I can’t find a corresponding solution.