Questions tagged [lineageos]

79 questions
0
votes
0 answers

Recognize speech in LineageOS

I am using LineageOS 20 with Gapps and my app did not find Google TTS service. The exception: no activity found to handle intent act=android.speech.action.recognize_speech (has extras). So I tried to install Google app, Google Assistant, Google…
user1801745
  • 391
  • 2
  • 18
0
votes
0 answers

How does one grab the CPU temp of a raspberry pi 4 running android 13 using a kotlin android app?

I have a pretty niche question. The question is how do you grab the CPU temperature programmatically from the raspberry pi 4 that is running the LineageOS 20 build of Android 13 and assign it to a var? Below I have included the code that I have been…
Alex
  • 238
  • 4
  • 14
0
votes
0 answers

Cannot execute file in android "No such file or directory" even though I can read the file

I sideloaded a binary that I built using the NDK for android and I used to be able to push it to /data and then I could run it by just calling it in adb shell with /data/program. Now suddenly, without changing anything I am unable to do so with the…
0
votes
0 answers

How to check if or not my (custom) ROM has 'classes.dex' in 'services.jar'?

I have a degoogled device (cactus) having a cr - lineage os 17.1 (unofficial) - and in order to use micro-g I have to first patch my device first, and to do that I first have to manually deodex 'services.jar' as preparation for signature spoofing…
0
votes
0 answers

ADB debugging not restarting on reboot

I am running lineageOS on a rooted firestick. I am using ADB on the Firestick to control it via Homeassistant. The problem is that the adb debugging does not automatically work on reboot. Everytime i reboot i have to manually go to the menu turn off…
h3xtor
  • 1
0
votes
0 answers

error: "camera.msm8953 (SHARED_LIBRARIES android-arm) missing libqdMetaData (SHARED_LIBRARIES android-arm)

While building Miku OS for Mi A1(tissot) im getting this error:- warning: BOARD_PLAT_PRIVATE_SEPOLICY_DIR has been deprecated. Use SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS instead. [ 99% 1230/1231] finishing build rules ... FAILED:…
0
votes
0 answers

Android enable user logout

I'm running my Samsung S10e with Lineageos 19.1 and I'm using the multi user feature. Now I'm looking for a way to logout non main users to prevent applications from running in the background. Is there a way to get a user logout…
user1727870
  • 121
  • 7
0
votes
0 answers

LineageOS build error OutOfMemoryError : Java Heap Space

I'm been trying to build LinageOS 18.1 but keep running into OutOfMemoryError : Java Heap Space I've increased the heap size with -Xxm25g and I can confirm it with java -version that the new heap size is indeed picked up by java, which shows Picked…
joke4me
  • 812
  • 1
  • 10
  • 29
0
votes
1 answer

Build Android for unsupported device

I want to build Android (in particular lineageOS) for an unsupported device that uses a Rocketchip 3399 processor. As far as I found out I need: device tree kernel vendor blobs Is it somehow possible to build a version for the ARM64 architecture…
jossdb
  • 43
  • 4
0
votes
1 answer

AOSP art.module.platform.api.stubs compile failed (NaN java error)

Failed to build aosp [ 0% 18/12890] //libcore/mmodules/core_platform_api:art.module.platform.api.stubs javac [common] FAILED:…
0
votes
1 answer

FAILED: ninja: 'vendor/google/taimen.... when build lineageOS 17.1

============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=10 LINEAGE_VERSION=17.1-20211116-UNOFFICIAL-taimen TARGET_PRODUCT=lineage_taimen TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_ARCH=arm64 TA…
baiyun
  • 1
  • 2
0
votes
0 answers

How to disable boot animation in android (Lineage OS) without root?

I have lineage os installed in my android device I want to disable boot animation how to do it?
0
votes
1 answer

How to synchnorize files with mobile phone running LineageOS?

I have a mobile phone running LineageOS 16.0. I would like to organize the automatic synchronization of particular directory on mobile phone with some remote directory (e.g. exposed via FTP/SMB/SSH) on the server. Ideally would be to have an option…
dma_k
  • 10,431
  • 16
  • 76
  • 128
0
votes
1 answer

Lineageos bacon build failed

I am trying to build LineageOS 17.1 bacon based on the steps here: https://wiki.lineageos.org/devices/bacon/build All steps until the below failure have been successful. Everything is the latest leading to…
user31092
  • 13
  • 3
0
votes
1 answer

Can you extract the blobs from an OTM ROM?

I didn't find any other place to put this, so I put it here. I finally got a successful lineage build this morning (surnia), and I am now trying to build for athene (Moto G4/ G4 Plus), which is discontinued. Because of that, I have no place to get…
mr noob
  • 345
  • 2
  • 14