[ROM][UNOFFICIAL][10] LineageOS 17.1 for Samsung Galaxy Tab S 10.5 SM-T800 - chagallwifi

Search This thread

mathieums

Member
Dec 24, 2010
39
1
Montreal
Boot loop issue tracked down to missing consumer IR library , thankyou @zboq , who provided logcat and quick turnaround testing.

So for chagallwifi this boots:-
Thank you!

I can confirm that this build boot!

If I select to update the recovery with the lineage recovery, will this erase TWRP?? It's asked on the initial setup of lineage 18.1

(Never mind. Got my answer. https://www.reddit.com/r/LineageOS/comments/naruqu )

Thanks again 😃
 

bluess57

Senior Member

prodj77

Senior Member
Mar 6, 2013
68
22
45
Samsung Galaxy Tab S
OnePlus 7T
  • Like
Reactions: suricate1234

Hermes4242

New member
Apr 3, 2023
1
0
Boot loop issue tracked down to missing consumer IR library , thankyou @zboq , who provided logcat and quick turnaround testing.

So for chagallwifi this boots:-
Thank you, your build really boots.

I tried to rebuild it, but my SM-T800 freezes when booting my build.
Could you elaborate how to add the missing library to the build?
I use a fresh repo init of Lineageos 18.1with the following roomservice.xml
<?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="kernel/samsung/exynos5420" remote="github" name="exynos5420/android_kernel_samsung_exynos5420" revision="lineage-18.1" /> <project path="hardware/samsung_slsi/exynos5420" remote="github" name="exynos5420/android_hardware_samsung_slsi_exynos5420" revision="lineage-18.1" /> <project path="hardware/samsung_slsi/exynos5" remote="github" name="LineageOS/android_hardware_samsung_slsi_exynos5" revision="lineage-18.1" /> <project path="device/samsung_slsi/sepolicy" remote="github" name="LineageOS/android_device_samsung_slsi_sepolicy" revision="lineage-18.1" /> <project path="device/samsung/chagall-common" remote="github" name="exynos5420/android_device_samsung_chagall-common" revision="lineage-18.1" /> <project path="vendor/samsung/chagall-common" remote="github" name="exynos5420/android_vendor_samsung_chagall-common" revision="lineage-18.1" /> <project path="device/samsung/universal5420-common" remote="github" name="exynos5420/android_device_samsung_universal5420-common" revision="lineage-18.1" /> <project path="vendor/samsung/universal5420-common" remote="github" name="exynos5420/android_vendor_samsung_universal5420-common" revision="lineage-18.1" /> <project path="device/samsung/chagallwifi" remote="github" name="exynos5420/android_device_samsung_chagallwifi" revision="lineage-18.1" /> <project path="vendor/samsung/chagallwifi" remote="github" name="exynos5420/android_vendor_samsung_chagallwifi" revision="lineage-18.1" /> <project path="device/samsung/chagalllte" remote="github" name="exynos5420/android_device_samsung_chagalllte" revision="lineage-18.1" /> <project path="vendor/samsung/chagalllte" remote="github" name="exynos5420/android_vendor_samsung_chagalllte" revision="lineage-18.1" /> <project path="hardware/samsung" remote="github" name="LineageOS/android_hardware_samsung" /> <project path="hardware/samsung_slsi/exynos" remote="github" name="LineageOS/android_hardware_samsung_slsi_exynos" /> <project path="hardware/samsung_slsi/openmax" remote="github" name="LineageOS/android_hardware_samsung_slsi_openmax" /> </manifest>

Also, does somebody have an idea how to poweroff the Tablet after freeze?
Holding the powerbutton for a minute or so shows no reaction anymore, do I need to wait till it runs out of energy?

R
 

bluess57

Senior Member
Thank you, your build really boots.

I tried to rebuild it, but my SM-T800 freezes when booting my build.
Could you elaborate how to add the missing library to the build?
I use a fresh repo init of Lineageos 18.1with the following roomservice.xml
<?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="kernel/samsung/exynos5420" remote="github" name="exynos5420/android_kernel_samsung_exynos5420" revision="lineage-18.1" /> <project path="hardware/samsung_slsi/exynos5420" remote="github" name="exynos5420/android_hardware_samsung_slsi_exynos5420" revision="lineage-18.1" /> <project path="hardware/samsung_slsi/exynos5" remote="github" name="LineageOS/android_hardware_samsung_slsi_exynos5" revision="lineage-18.1" /> <project path="device/samsung_slsi/sepolicy" remote="github" name="LineageOS/android_device_samsung_slsi_sepolicy" revision="lineage-18.1" /> <project path="device/samsung/chagall-common" remote="github" name="exynos5420/android_device_samsung_chagall-common" revision="lineage-18.1" /> <project path="vendor/samsung/chagall-common" remote="github" name="exynos5420/android_vendor_samsung_chagall-common" revision="lineage-18.1" /> <project path="device/samsung/universal5420-common" remote="github" name="exynos5420/android_device_samsung_universal5420-common" revision="lineage-18.1" /> <project path="vendor/samsung/universal5420-common" remote="github" name="exynos5420/android_vendor_samsung_universal5420-common" revision="lineage-18.1" /> <project path="device/samsung/chagallwifi" remote="github" name="exynos5420/android_device_samsung_chagallwifi" revision="lineage-18.1" /> <project path="vendor/samsung/chagallwifi" remote="github" name="exynos5420/android_vendor_samsung_chagallwifi" revision="lineage-18.1" /> <project path="device/samsung/chagalllte" remote="github" name="exynos5420/android_device_samsung_chagalllte" revision="lineage-18.1" /> <project path="vendor/samsung/chagalllte" remote="github" name="exynos5420/android_vendor_samsung_chagalllte" revision="lineage-18.1" /> <project path="hardware/samsung" remote="github" name="LineageOS/android_hardware_samsung" /> <project path="hardware/samsung_slsi/exynos" remote="github" name="LineageOS/android_hardware_samsung_slsi_exynos" /> <project path="hardware/samsung_slsi/openmax" remote="github" name="LineageOS/android_hardware_samsung_slsi_openmax" /> </manifest>

Also, does somebody have an idea how to poweroff the Tablet after freeze?
Holding the powerbutton for a minute or so shows no reaction anymore, do I need to wait till it runs out of energy?

R
Hold Power button + down(?) vol key and it will reset.

(The vol key closest to power button)

If you dirty flashed and had previously enabled developer options I.e. ADB , it's likely adb will respond, so issue -adb reboot recovery
 

suricate1234

Member
Dec 28, 2017
7
2
Thank you, your build really boots.

I tried to rebuild it, but my SM-T800 freezes when booting my build.
Could you elaborate how to add the missing library to the build?
I use a fresh repo init of Lineageos 18.1with the following roomservice.xml
<?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="kernel/samsung/exynos5420" remote="github" name="exynos5420/android_kernel_samsung_exynos5420" revision="lineage-18.1" /> <project path="hardware/samsung_slsi/exynos5420" remote="github" name="exynos5420/android_hardware_samsung_slsi_exynos5420" revision="lineage-18.1" /> <project path="hardware/samsung_slsi/exynos5" remote="github" name="LineageOS/android_hardware_samsung_slsi_exynos5" revision="lineage-18.1" /> <project path="device/samsung_slsi/sepolicy" remote="github" name="LineageOS/android_device_samsung_slsi_sepolicy" revision="lineage-18.1" /> <project path="device/samsung/chagall-common" remote="github" name="exynos5420/android_device_samsung_chagall-common" revision="lineage-18.1" /> <project path="vendor/samsung/chagall-common" remote="github" name="exynos5420/android_vendor_samsung_chagall-common" revision="lineage-18.1" /> <project path="device/samsung/universal5420-common" remote="github" name="exynos5420/android_device_samsung_universal5420-common" revision="lineage-18.1" /> <project path="vendor/samsung/universal5420-common" remote="github" name="exynos5420/android_vendor_samsung_universal5420-common" revision="lineage-18.1" /> <project path="device/samsung/chagallwifi" remote="github" name="exynos5420/android_device_samsung_chagallwifi" revision="lineage-18.1" /> <project path="vendor/samsung/chagallwifi" remote="github" name="exynos5420/android_vendor_samsung_chagallwifi" revision="lineage-18.1" /> <project path="device/samsung/chagalllte" remote="github" name="exynos5420/android_device_samsung_chagalllte" revision="lineage-18.1" /> <project path="vendor/samsung/chagalllte" remote="github" name="exynos5420/android_vendor_samsung_chagalllte" revision="lineage-18.1" /> <project path="hardware/samsung" remote="github" name="LineageOS/android_hardware_samsung" /> <project path="hardware/samsung_slsi/exynos" remote="github" name="LineageOS/android_hardware_samsung_slsi_exynos" /> <project path="hardware/samsung_slsi/openmax" remote="github" name="LineageOS/android_hardware_samsung_slsi_openmax" /> </manifest>

Also, does somebody have an idea how to poweroff the Tablet after freeze?
Holding the powerbutton for a minute or so shows no reaction anymore, do I need to wait till it runs out of energy?

R
Hi @Hermes4242,

Which missing library are you talking about?
 

bluess57

Senior Member
IIRC, you need to obtain the library - >consumerir.universal5420.so
from my build.
iirc you can find it at /system/vendor/lib/hw , so use adb to pull it.

Copy it to ->
/vendor/samsung/chagallwifi/proprietary/vendor/lib/hw/consumerir.universal5420.so

Change this mk file ->
/vendor/samsung/chagallwifi/chagallwifi-vendor.mk

adding below ->
Code:
    vendor/samsung/chagallwifi/proprietary/vendor/lib/hw/consumerir.universal5420.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/consumerir.universal5420.so \
 

suricate1234

Member
Dec 28, 2017
7
2
Hi, I have given the build a try and it works pretty well!
Had a few crashes on using the camera and setting a new wallpaper.
Also, I am trying to use device encryption, looks like it won't work, I have seen "Wait while your tablet is being encrypted. Time remaining: 00:00" for a few hours now. Has anyone else run into this as well?
Could this be a solution? https://zmatt.net/android-device-encryption-hang/
 
  • Like
Reactions: porcino

bluess57

Senior Member
Hi, I have given the build a try and it works pretty well!
Had a few crashes on using the camera and setting a new wallpaper.
Also, I am trying to use device encryption, looks like it won't work, I have seen "Wait while your tablet is being encrypted. Time remaining: 00:00" for a few hours now. Has anyone else run into this as well?
Could this be a solution? https://zmatt.net/android-device-encryption-hang/
Possible that selinux is the problem , so yes that link may be the solution
 
  • Like
Reactions: porcino

mathieums

Member
Dec 24, 2010
39
1
Montreal
Is there a way or an app to adjust the CPU frequency just like it was possible with Deathly Adiutor with the 14.1 image?
 

bluess57

Senior Member
2 kernel s there a way or an app to adjust the CPU frequency just like it was possible with Deathly Adiutor with the 14.1 image?
No, deathly worked with a custom version of the kernel. Having two kernel versions was extra maintenance so abandoned

You can change the cpu governor which affects how quickly cpu frequency ramps up/ down
 
  • Like
Reactions: mathieums
Jun 30, 2020
9
1
@bluess57, Thank you for the chagallwifi build which is fast and responsive.

I continue to have ONE issue with this build as well as the chagalllte build that I jerry rigged before: Kodi (kinda) hangs. As in, it comes up, but after the welcome screen, the app window disappears and dumps you to home screen. However, it still shows up as running in the 'running apps list'. But as soon as you switch to it, the screen blinks and dumps you back to home screen.
I tried Emby, but it is not fast enough and needs a server running elsewhere.
Can you think of a reason only Kodi gets affected like this? I would like to continue using this awesome device.

Thank you again, for the build.
 

Top Liked Posts