Questions tagged [lineageos]
79 questions
6
votes
2 answers
Android WebView: use firefox/gecko browser engine on Lineage OS
On Lineage OS (and maybe on any Android?), it is possible to change the default WebView render (which is set by default to AOSP Browser, the default android browser without GAPPS). When I install Chrome (even without GAPPS installed), I can change…

tobiasBora
- 1,542
- 14
- 23
4
votes
0 answers
How to force audio to Bluetooth via adb or terminal
I would like to change the output device of my Android 9 LineageOS device because I'm constantly facing the problem that audio is being played through the phone's speakers instead of my Bluetooth headphones. I don't know why Android sometimes…

Forivin
- 14,780
- 27
- 106
- 199
3
votes
2 answers
"ADB Root access is disabled" Even with root access enabled
I'm trying to patch Tingle on my Xiaomi Redmi 4A running on LineageOS 17.1 via ADB for enabling system spoofing signature for microG. But I'm getting this error :ADB Root access is disabled by system setting - enable in Settings -> System ->…

Okarin
- 49
- 1
- 6
3
votes
1 answer
How to build LineageOs for the hero2lte device?
The method to build lineageos from source used to be very straight forward but I'm not having success when building it to the device hero2lte which is the Samsung galaxy S7 Edge.
To reproduce the issue, just follow the build steps according to…

Fnr
- 2,096
- 7
- 41
- 76
2
votes
1 answer
TWRS Flashing Error: E2001: Failed to update vendor image
i tried to flash Lineage OS on my Galaxy A3 (2017).
Unfortunaly im getting the following Error:
"E2001: Failed to update vendor image."
PS: This also happen with other Operation Systems.

ErsterImChat
- 91
- 2
- 9
2
votes
1 answer
TWRP: Unable to mount storage; Internal Storage (0MB); Install process fails
I've a phone with TWRP v2.8.6.0 with no OS installed. When I boot into recovery to install a new OS, TWRP can not mount the storage. Here is the complete log:
E: Unable to mount '/data'
E: Unable to recreate /data/media folder
Updating partition…

amrezzd
- 1,787
- 15
- 38
2
votes
0 answers
Custom LineageOs Build for land Failed
While trying to build LineageOS-16 for land, stuck with following build errors.
camera.msm8937 (SHARED_LIBRARIES android-arm) missing libts_face_beautify_hal (SHARED_LIBRARIES android-arm)
Is it because of any missing vendor files?
I tried to…

firozts
- 21
- 2
2
votes
1 answer
How to set kernel parameters when building a custom android ROM?
I am trying to build a custom ROM on my own. I got hold of the kernel source, android code (LineageOS), device tree and the vendor files. I do a mka bacon -j8 and am getting this error:
In file included from…

daltonfury42
- 3,103
- 2
- 30
- 47
2
votes
2 answers
Porting LineageOs device from Cm-14.1 to Lineage-16.0
I am trying to contribute to lineageos for Sumire device. I have already successfully build CM-14.1 and install it on my device.
Now I want to port it for lineage-16.0, the problem is the documentation I have found so far is very scarce.
This is…

Alejandro Alcalde
- 5,990
- 6
- 39
- 79
1
vote
0 answers
Netstat continous mode on Android
I tried to run netstat on Android (specifically LineageOS) and I saw that it has only these options:
-r Routing table
-a All sockets (not just connected)
-l Listening server sockets
-t TCP sockets
-u UDP sockets
-w Raw…

Vlad Iordache
- 468
- 1
- 5
- 16
1
vote
0 answers
When building LineageOS, how to use a Vendor Snapshot?
I'm trying to build LineageOS and I need to use an older VNDK version (v30) for the vendor image because this is how the manufacturer does it and I need to be able to run a few of the manufacturer's vendor binaries for hardware support.
This is…

acker9
- 363
- 2
- 11
1
vote
2 answers
vendor/lineage/build/soong/Android.bp:24:8: module "generated_kernel_includes": cmd: unknown variable '$(PATH_OVERRIDE_SOONG)'
Hi There i'm newbie in building rom and im facing this error while building ricedroid(Android 13) for Mi A1 (tissot):-
[100% 1/1] analyzing Android.bp files and generating ninja file at out/soong/build.ninja
FAILED: out/soong/build.ninja
cd…

Sanjay Pasi
- 11
- 2
1
vote
1 answer
Exact source code of a specific LineageOS build image
How to download the exact source code of a specific LineageOS Android build?
For example this one:
https://download.lineageos.org/FP3
sha256…

Valerio Bozz
- 1,176
- 16
- 32
1
vote
0 answers
How to totally disable selinux on android 12 when build with lineageos 19.1?
build an image with lineageos 19.1
selinux policy is somewhat too difficult to me
so is there a way to totally disable (not permissive) selinux when compile the image?
i did some search
and permissive is not expected
how to totally disable selinux?

today man
- 15
- 2
1
vote
0 answers
How to allow OEM unlock without starting Android?
I have a google pixel (sailfish) where the Operating system was damaged beyond repair.
It won't start into recovery mode.
I tried to use fastboot to unlock the bootloader (fastboot flashing unlock),
but it won't do that because OEM is not allowed.
I…

Elliot
- 21
- 3