nyyu
13fae377f8
This addresses an underlying problem since /dev/hw_random is used. The
issue is that EntropyMixer, which runs in system_server, needs to read
from /dev/hw_random, but thanks to our qualcomm ueventd, EntropyMixer
can never accress this node, resulting in warnings like this:
W EntropyMixer: Failed to add HW RNG output to entropy pool
W EntropyMixer: java.io.FileNotFoundException: /dev/hw_random (Permission denied)
AOSP ueventd handles this well, so just remove this line to get things
back to stage. This issue was never exposed because Google derps the
logging here, which is already fixed on Pie.
|
||
---|---|---|
audio | ||
bluetooth | ||
camera | ||
configs | ||
gps | ||
idc | ||
include | ||
keylayout | ||
libsecnativefeature | ||
libshims | ||
libwcnss_qmi | ||
overlay | ||
overlay-lineage | ||
power | ||
rootdir | ||
seccomp | ||
sensors | ||
sepolicy | ||
wifi | ||
Android.mk | ||
AndroidProducts.mk | ||
BoardConfig.mk | ||
compatibility_matrix.xml | ||
config.fs | ||
device.mk | ||
extract-files.sh | ||
lineage_mondrianwifi.mk | ||
lineage.dependencies | ||
manifest.xml | ||
proprietary-files.txt | ||
README.md | ||
setup-makefiles.sh | ||
system_prop.mk | ||
twrp.mk |
Device configuration for the Samsung Tab Pro 8.4
Copyright (C) 2019 The LineageOS Project Copyright (C) 2019 Valera Chigir valera1978@tut.by
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
-
Description
This repository is for LineageOS on Samsung Tab Pro 8.4 (mondrianwifi)
-
How To Build LineageOS for Samsung Tab Pro 8.4
- Make a workspace
mkdir cm17 cd cm17
- Do repo init & sync
repo init -u git://github.com/LineageOS/android.git -b lineage-17.1
- Create .repo/local_manifests/roomservice.xml with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Valera1978/android_device_samsung_mondrianwifi" path="device/samsung/mondrianwifi" remote="github" />
<project name="Valera1978/android_kernel_samsung_msm8974" path="kernel/samsung/msm8974_tab" remote="github" revision="lineage-17.1_pro" />
<project name="Valera1978/android_vendor_samsung_mondrianwifi" path="vendor/samsung/mondrianwifi" remote="github" />
<project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
<project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" />
</manifest>
repo sync
- Copy proprietary vendor files
There are two options to to that. Connect your device with adb enabled and run:
./extract-files.sh
Or if you have the system image unpacked on your disk, then simply run:
STOCK_ROM_DIR=/path/to/system ./extract-files.sh
- Setup environment
. build/envsetup.sh
- Build cm17
brunch mondrianwifi
or another way:
lunch lineage_mondrianwifi-userdebug export USE_CCACHE=1 make -j16 bacon