Skip to main content
0 votes
0 answers
11 views

Android: cellular network affects socket read_buffer_size of WiFi connections

I am investigating an issue where Wi-Fi transfers between my android app and GoPro are inconsistent across different cellular network conditions. Initially, I noticed that GoPro Quik (Official GoPro ...
Pavlo Sharhan's user avatar
-1 votes
0 answers
30 views

Android AOSP Service in C++ fails to bind in Java application

I have implemented a service in C++ within the Android Open Source Project (AOSP), and it works fine when tested with a C++ client. However, when I attempt to bind to the same service in my Android ...
Ahmed Mohamed's user avatar
0 votes
0 answers
55 views

Unable to See Lunch Targets for android-14.0.0_r52 on AWS Linux Instance

I am currently building AOSP on an AWS Linux instance. While working with the repository android-14.0.0_r28, I am able to see the list of lunch targets. However, for the repository android-14.0.0_r52, ...
shivam mishra's user avatar
0 votes
0 answers
23 views

Is it feasible to add androidx.appcompat as a Boot Jar in Android system?

I have developed a library X that is based on androidx.appcompat. Now, I want to include this library as part of the Android system as a Boot Jar. Here are my specific questions: Is it feasible to ...
jin's user avatar
  • 21
0 votes
0 answers
26 views

Use RRO on a precompiled "car-ui-lib" Android library

In the context of Android 14 Source code, I want to use RRO on car-ui-lib for apply some changes on resource files. The problem is that the libray is precompiled and positioned inside the directory ...
Alessandro Demofonti demoa's user avatar
0 votes
0 answers
27 views

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 ...
Wei Minn's user avatar
  • 311
0 votes
0 answers
56 views

Trying to bring up Android cuttlefish on my Jetson nano

I'm trying an experiment that no one tried yet : trying to booting up Android cuttlefish on my Jetson nano 4 GB,where I have installed Ubuntu 22.04 and the kernel 4.9. At the beginning the default ...
mister_smith's user avatar
0 votes
2 answers
45 views

Missing 'sdk_phone_x86_64' from lunch options

When trying to lunch AOSP I dont have the option for 'sdk_phone_x86_64' (Needed for emulator) Any help is appreciated. I saw a similar thread where the repo sync address was changed, even following ...
razakma15's user avatar
0 votes
0 answers
43 views

Creating AVD from Compiled AOSP

I have compiled AOSP on a linux machine on Azure and I want to run the compiled android on my local machine using the emulator. I have configured AOSP using lunch aosp_x86_64-trunk_staging-eng and it ...
Kanav Gupta's user avatar
0 votes
0 answers
27 views

Android studio cannot find modules even though the folder is open. what is the problem?

i have no idea why the red highlights are there and i can't run the file either this is a flutter project. my flutter path is added. flutter doctor has only two issues, chrome executable(i use brave) ...
tetrax-slash's user avatar
0 votes
0 answers
28 views

Lineage 18 Stuck on Bootloop, Boot animation, Cannot open database code 14 SQLITE_CANTOPEN

Followed Lineageos instructions on how to build lineage18 for an emulator here. All went well until when I get to final command emulator to launch the emulator when I noticed it was stuck in a ...
Kochez's user avatar
  • 750
1 vote
0 answers
33 views

Get the wallpaper displayed by custom WallpaperServices

I implemented a wallpaperServices to replace the wallpaperServices in SystemUI Now I can display images freely in MyWallpaperServices。 But,When other applications use WallpaperManager.getInstance(...
CoderZeng's user avatar
0 votes
0 answers
35 views

Why does build_super_image use --metadata-slots 3

When building a super image with lpmake via build_super_image.py that has ab_update=true, the --metadata-slots flag is given 3 as its value. From https://android.googlesource.com/platform/build/+/refs/...
Blink's user avatar
  • 173
1 vote
2 answers
62 views

AOSP System Service JNI /sys/class/gpio/export Permission Denied

I added a system shared JNI library which tries to export/read/write GPIOs. In file 'build/make/target/product/base_system.mk' PRODUCT_PACKAGES +=libarkgpiojni I added my jni library folder to "/...
Erkin E's user avatar
  • 11
0 votes
1 answer
48 views

How to build android cuttlefish 0.9.31?

I tried to follow the official document https://source.android.com/docs/devices/cuttlefish/get-started to build cuttlefish, but when I execute tools/buildutils/build_packages.sh I got the following ...
Robin's user avatar
  • 10.3k

15 30 50 per page
1
2 3 4 5
213