Custom Roms/LineageOS on SM-T505

SanHelios

Senior Member
Oct 19, 2015
115
33
48
Minden
Hello, everyone.
I noticed, there are many custom roms, but not that many for the SM-T505. Is it because it's newly released, or are there other reasons?
 

bluedragon14

Member
Sep 7, 2014
15
1
0
Ohio
Yes, this is a new device and many people are probably waiting for the Black Friday/Cyber Monday deals to grab one. I just grabbed one for $150 on Amazon, a steal compared to something like a Fire tablet IMO. This is a low-end tablet, so there won't be as much focus on it as say a flagship phone. But thankfully it's already been unlocked and rooted, so the next step will be to get TWRP on it, and then custom ROM development can start to pick up on it. Don't expect any updates before the end of the year for custom ROMs though, it will likely take time to have TWRP up and running on it, but I am hopeful that we will see good things on this tablet in 2021 :D
 

SanHelios

Senior Member
Oct 19, 2015
115
33
48
Minden
Last edited:

paziusss

Member
Jan 3, 2014
21
54
43
Will you also do a diff against the upstream version so we can see what they changed?
Sure, but I'm going to remove the toolchain from the kernel tree since the beginning. It takes About 1GB alone and I don't want to have it on git refs because it will still take a lot of space even if removed.

The rest of changes will be available on github.
 
  • Love
Reactions: SanHelios

SanHelios

Senior Member
Oct 19, 2015
115
33
48
Minden
Sure, but I'm going to remove the toolchain from the kernel tree since the beginning. It takes About 1GB alone and I don't want to have it on git refs because it will still take a lot of space even if removed.

The rest of changes will be available on github.
It's been a long time, since i took up building custom roms and forgot about it for a while... if the kernel is cleansed from all the BS no one needs, that would be awesome.
 

selemine

Senior Member
Nov 22, 2011
117
26
48
The Platform Archive is mostly identical, just a few text files with notes and copyright were missing.
The Kernel Package as well, just small changes to netfilter and
a new defconfig file.

Defconfig for both devices also is more or less the same

gta4lwifi_eur_open_defconfig is missing one line compared to gta4l_eur_open_defconfig

CONFIG_SAMSUNG_FREECESS=y

Guess the difference comes from the toolchain mentioned above.