Questions tagged [lineageos]

79 questions
0
votes
1 answer

Integrate an apk into AOSP's build system and run it on boot

I would like to have an app (LMT from XDA specifically) Bundled in AOSP/LineageOS. I can do it via adding it in a Android.mk file , so that's not an issue. My issue is that I want to have this app launch every time I reboot and unlock my phone. The…
RuMAN S
  • 123
  • 7
0
votes
1 answer

Clone a repo(not repository, the android repo) to you own account

I have cloned the lineageOS source using the repo command-line tool, I would like to make a clone of it in my own github account(they are NOT ONE SINGLE PROJECT! IT IS THOUSANDS OF REPOSITORIES PUT INTO ONE FOLDER!). after looking at the manifest, I…
0
votes
2 answers

ROM Soong error: unrecognized module type

I'm tried to build RR Pie for Z00ED and on the first ten seconds I get the following output (full output). I'm tried to use device repos from here: Thanks for all the help! [1/1] /home/user/android/rr/out/soong/.bootstrap/bin/soong_build…
Max
  • 396
  • 4
  • 13
0
votes
1 answer

Compiling LineageOS 17.1 generates only system.img but no zip package?

Like the Title says, i can't figure out why it's not generating a flashable zip package with updater-script and so on. Some years ago when i was compiling CM11 this worked fine. Solution: Thanks @dcow for the hint ! i was using lunch…
0
votes
2 answers

importing java libraries into dot os source

Hey I'm building dotOS rom for samsung grand prime. Im stuck with an error. the device/samsung/qcom-common/doze/doze/Android.mk: error: SamsungDoze (APPS android-arm) missing org.lineageos.platform.internal (JAVA_LIBRARIES android-arm) You can set…
0
votes
1 answer

fastboot commands time out but devices are visible

I am trying to unlock the bootloader on my Aquarius X Pro 2. I am on Ubuntu and installed fastboot and adb and can connect via adb shell to the device or restart it into bootloader with adb restart bootloader. Also, I unlocked the bootloader in the…
Gh05d
  • 7,923
  • 7
  • 33
  • 64
0
votes
1 answer

Difference between video players in browser and file explorer in Lineage OS

I'm trying to play a video file locally but it skips the first 30 seconds and in other cases sometimes gets stuck before playing fluidly. This happens only when playing from the file explorer. The same file played from URL in the Lineage default…
0
votes
1 answer

Can I build emulator version of LineageOS?

I've tried brunch lineage_x86-userdebug, but I can't run it using emulator64-x86 -verbose -show-kernel The emulator goes black screen, and it says Please append a correct "root=" boot option; here are the availa... I wonder how to build a…
HAPPY
  • 89
  • 4
0
votes
1 answer

Boardfile-Flags related to crypto

I'm searching for explanations of all the build-options. Especially, I'm searching for the stuff related to crypto: TARGET_LEGACY_HW_DISK_ENCRYPTION TARGET_SWV8_DISK_ENCRYPTION TARGET_CRYPTFS_HW_PATH TARGET_KEYMASTER_WAIT_FOR_QSEE ... I can't find…
user674907
  • 43
  • 2
  • 7
0
votes
1 answer

Messed up/garbled strings in settings when cherry picking feature into LineageOS

I'm new to ROM development and decided I wanted to add a feature to my LineageOS builds to change the height of the back gesture. I've found that cherry picking these 2 commits into frameworks/base and packages/apps/Settings and resolving some…
gigatex
  • 1
  • 2
0
votes
0 answers

getStrengthSupported returns true on Stock roms but false on custom roms

After i flashed my phone with LineageOS which is a custom rom, my equalizer got alot of UnsupportedOperationExceptions. getStrengthSupported also returns false on custom roms but true on stock android. For now i just disable my equalizer if i catch…
Vince VD
  • 1,506
  • 17
  • 38
0
votes
1 answer

bionic/libc/include/sys/epoll.h:67:8: error: redefinition of 'epoll_event'

I am getting the following exception while building the ROM for a lineageos project and need some help diagnosing and resolving the issue: In file included from device/lenovo/tb8504f/camera/QCamera2/util/QCameraDisplay.cpp:53: In file included from…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
0
votes
1 answer

error: invalid application of 'sizeof' to an incomplete type 'struct snd_codec_metadata'

I am getting the following exception while building the ROM for a lineageos project and need some help diagnosing and resolving the issue: FAILED:…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
0
votes
1 answer

recipe for target 'arch/arm64/boot/dts/qcom/msm8917-pmi8937-qrd-sku5.dtb' failed

I am getting the following exception while building the recovery for a lineageos project and need some help diagnosing and resolving the issue: ERROR (phandle_references): Reference to non-existent node or label "smb_int_default" ERROR…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
0
votes
1 answer

ebtables.c:61:3: error: implicit declaration of function 'xt_compat_calc_jump' [-Werror=implicit-function-declaration]

I am getting the following exception while building the recovery for a lineageos project and need some help diagnosing and resolving the issue Device tree:=…
dazza5000
  • 7,075
  • 9
  • 44
  • 89