3,187 questions
1
vote
1
answer
32
views
CANNOT LINK EXECUTABLE "/vendor/X/BINARYFILE":library "/data/valgrind/libexec/valgrind/vgpreload_core-amd64-linux.so" needed or dlopened by
Executed valgrind for.so binary files in android framework. Facing linker error as mentioned below during command execution time, How to resolve this?
command: valgrind --leak-check=full --tool=...
0
votes
1
answer
19
views
Error - undefined module "org.tensorflow:tensorflow-lite:+" when building aosp bundled with custom system app
Building aosp for target 'lunch sdk_phone_x86_64'
I have included a custom system app which uses tensorflow hence within the Android.bp this is the dependency declaration.
static_libs: [
"...
0
votes
0
answers
25
views
android cuttlefish aosp-android14-gsi virtual device booting error on raspberry pi 4b
I'm using android cuttlefish v1.0.0 docker image
docker-image-arm64 on raspberry pi 4b 4gb ram + raspberry pi os lite 64bit
$ cat /etc/rpi-issue
Raspberry Pi reference 2024-07-04
Generated using pi-...
0
votes
0
answers
14
views
Battery Status Changing after some delay after the healthd updates
Did anyone resolved the issue of the battery status as Charging and Discharging in the GUI.
In my kernel the Charging and Discharging is happening perfectly.
logs from the kernel:-
phyboard_polis:/ # ...
-3
votes
0
answers
25
views
Error while building Android 9 on ubuntu 20.04
I'm facing some problems while building firmware Android 9 for my device on Ubuntu 20.04. For more details, the build was successful on Ubuntu 18.04.
Import includes file: out/target/product/...
0
votes
2
answers
53
views
Is there any way to turn on bluetooth using cmd line (adb shell preferably)
I tried turning on bluetooth using cmd bluetooth_manager enable:
But i see its failing a check in BluetoothManagerService.java::checkIfCallerIsForegroundUser
Since the caller is shell (UID 2000).
So ...
0
votes
0
answers
44
views
build/make/core/tasks/dex_preopt_check.mk:13: error: Build failed
I tried to merge the mainline resources for July 2024 into the AOSP code, but I found that it had a compilation error
vendor/qcom/proprietary/commonsys/telephony-apps/ConferenceDialer/Android.mk:17: ...
-1
votes
1
answer
101
views
How to display keyboard in two display at a time in android?
I want to display keyboard in both primary and secondary display.
But the keyboard is displaying in any one of the display. Let me know is there any work around to display the keyboard in both display[...
0
votes
0
answers
29
views
Battery Status Icon Not Updating in Android Notification Bar Despite Kernel and HAL Changes
I am working on an Android project where the battery status icon in the notification bar does not reflect the actual charging or discharging state. While logs confirm that the status is correctly ...
-1
votes
0
answers
57
views
How to enable Ethernet in Cuttlefish emulator device?
enter image description here
How can enable ethernet interface in cuttlefish emulator device? I can connect to virtual wifi but cannot connect to virtual ethernet.
This is config for ethernet in ...
2
votes
0
answers
60
views
How to find out what are all the never allow rules in Selinux policy for a specific Android version?
I want to Extract selinux never allow rules from aosp and compare it with the never allow rules I have in my customized device.
I have tried using sesearch tool for extracting never allow rules from ...
1
vote
1
answer
76
views
Hilt doesn't work with Jetpack Compose in AOSP
I am developing an Android application in AOSP.
Below is my configuration for my app Android.bp
android_library_import {
name: "MyApp-hilt-navigation-compose",
aars: ["libs/...
0
votes
1
answer
63
views
Extrcating Body Request. ( Data Exfiltration Detection )
I am working on a detecting data exfiltration for am android malware. I noticed it makes some post request to the server. I have downloaded the AOSP and modified the Request.java and HttpEngine.java (...
0
votes
0
answers
45
views
loading kernel module on a Pixel 8 on CalyxOS
I have been trying for a few days now.
My final goal is to be able to load a kernel module (for example, a simple 'hello world' module) on a rooted Pixel 8 device running CalyxOS. For now, it will ...
0
votes
0
answers
69
views
Android: How to add pre-built APEX public key in AOSP Android.bp file?
I would like to add a pre-built and signed APEX to an AOSP built. I can add the APEX file via the prebuilt_apex command in the Android.bp file. The apex is then correctly build and added to the the ...