Questions tagged [aosp]
The AOSP (Android Open Source Project) is an open source operating system development project maintained by Google and the community. It is the base of the Android operating system.
120 questions
0 votes
1 answer
81 views
Since AOSP is close to the OS used on Google Pixels, and is close to Replicant OS, can old Google Pixel phones use Replicant OS?
Searches such as "Install Replicant" + "Pixel 6a" have no results on https://google.com nor on https://redmine.replicant.us, but: Replicant OS was produced for Google Nexus (which ...
0 votes
1 answer
75 views
Android FunctionFS ADB device only exists in recovery
I'm creating a device tree for the Motorola Moto G50. The device uses DWC3 USB controller. In AOSP recovery, ADB over USB works, and adb (device? gadget?) is mounted correctly: # mount adb on /dev/usb-...
1 vote
0 answers
199 views
How to flash vanilla AOSP and root my Samsung A51 device?
Hello I have an old Samsung Galaxy A51 (SM-A515F/DSN) running on Android 13. I want to turn it into a small server, so to do so, I need to install "Linux deploy" (it needs root), but for ...
0 votes
1 answer
143 views
Does AOSP support Wake-on-LAN?
Rationale I have approximately 15 devices with AOSP distributions installed. These are mostly OEM derivatives, with Google Mobile Services (GMS), installed onto bare metal (via the bootloader's ...
0 votes
1 answer
466 views
Change default IME to a custom IME when building a custom ROM
I've developed a custom keyboard (IME) for Android that I can install and use on the device without any issues. The next step I want to take is to set this keyboard as the default input method in a ...
0 votes
0 answers
148 views
Prevent accidental touch while speaking on GrapheneOS (AOSP)
I've got a Google Pixel 8 Pro running GrapheneOS. When I'm on the phone talking to somebody and hold the phone to my ear, it very often accidentally registers taps. This e.g. leads to activation of ...
1 vote
0 answers
134 views
Does AOSP support font alises? If so, how/where are these defined?
As https://superuser.com/revisions/1512700/2 explains, Windows supports this functionality: Font substitution is set via the registry under the FontSubstitutes registry key at: HKEY_LOCAL_MACHINE\...
1 vote
1 answer
982 views
How to build and flash Pixel 8 platform and kernel
I am a complete newbie to AOSP and I'm having trouble building and flashing android kernel for Pixel 8. I've been trying to follow Building Pixel Kernels instructions, but I'm experiencing some issues....