• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][7.1.2][UNOFFICIAL] LineageOS 14.1 - SM-T805

deadman96385

Retired Forum Moderator / Recognized Developer
Aug 19, 2011
2,220
7,751
113
Saint Paul, Minnesota
LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.​



Code:
#include <std_disclaimer.h>

/*
 * Your warranty is now void.
 *
 * We are not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at us for messing up your device, we will laugh at you.
 *
 */
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.


This thread is for Unofficial LineageOS 14.1 builds for chagalllte (SM-T805). The following will not be supported here:
Custom kernels
Mods
Xposed

I don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files


First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Install the Google Apps addon package (Optional)
Reboot


Jenkins builds

Addon su
su binary is not included in the ROM, you have to flash it manually after
addon su (choose arm)


Google Apps:
http://opengapps.org/


Aytex, who made all of the banners on this post.
@Barracuda77777 (For helping along the way)
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits - the base @Barracuda77777 and @nvertigo67 started of from)
@eousphoros (for his device git)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)​

XDA:DevDB Information
[ROM][7.1.1][UNOFFICIAL] LineageOS 14.1 - SM-T805, ROM for the Samsung Galaxy Tab S

Contributors
deadman96385, Orphee
ROM OS Version: 7.x Nougat

Version Information
Status: Beta

Created 2017-01-12
Last Updated 2017-02-14
 
Last edited:

deadman96385

Retired Forum Moderator / Recognized Developer
Aug 19, 2011
2,220
7,751
113
Saint Paul, Minnesota

Messenger app calls using BT headset have no sound
Voice call using the built-in mic have an unsuppressed echo

Other issues?
Before posting in this thread, make sure of a few things:


You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/details?id=com.tortel.syslog


Source code:
Kernel source
Device Tree
 
Last edited:

Orphee

Elite Member
Jan 31, 2008
1,674
765
0
Finally
Here it is :

2017/01/12 build

Bugs for now :
* Wifi broken, logcat errors "Supplicant not running, cannot connect" (for me at least, please report)
* Fingerprint disabled
* Mobile data connection bloken (SIM works)
 

Attachments

Last edited:
  • Like
Reactions: jonsat

weeekwo

Senior Member
Dec 26, 2016
76
5
0
i loaded the rom; the exact issues as you list.
also file browser doesn't want to see ext sdcard even tho seen in settings; sdcard1 is same as just sdcard

i took the browser from that rom, but it does not install on marshmallow; why?
 
Last edited:

Orphee

Elite Member
Jan 31, 2008
1,674
765
0
@deadman96385 about the wifi issue, could I have made something wrong in my device tree?
Thank you

Edit : I found my mistake, i will make a new build today if I can.
 
Last edited:

Orphee

Elite Member
Jan 31, 2008
1,674
765
0
For a dirty quick fix until I upload the new build :

Boot in TWRP, mount /system partition
and with adb or with TWRP terminal type :

Code:
ln -s /system/etc/wifi/bcmdhd_apsta.bin /system/etc/wifi/bcmdhd_apsta.bin_4354_a1
ln -s /system/etc/wifi/bcmdhd_ibss.bin /system/etc/wifi/bcmdhd_ibss.bin_4354_a1
ln -s /system/etc/wifi/bcmdhd_mfg.bin /system/etc/wifi/bcmdhd_mfg.bin_4354_a1
ln -s /system/etc/wifi/bcmdhd_sta.bin /system/etc/wifi/bcmdhd_sta.bin_4354_a1
Sorry for this mistake.