[DEV] T710 CyanogenMod 12.1 Development thread

uresh.kuruhuri

Senior Member
Jun 6, 2013
70
15
0
Not sure, but if it helps.

Guys, I tried looking into Samsung Open Source Release Center for SM-T810. If you guys think the opensource zip from the site would help, here is the link for SM-T810 OpenSource.zip. I am not sure if it does contain anything related to Exynos processor. Just my two cents.

More good news! I finally got in contact with RaymanFX. If you don't know who that is, it's the guy who managed to port AOSP for the Note 4 with the exynos 5433!
 

CTXz

Inactive Recognized Developer
Apr 11, 2015
1,002
2,217
0
Prague
  • Like
Reactions: Beukhof1

beitme

Senior Member
Mar 11, 2014
113
32
48
Color correction

Regarding the color correction app. Will it be the one from samsung or vanilla android?

I'm color blind. The samsung version is inferior to vanillas.

I really hope i can use vanillas color correction.
 

CTXz

Inactive Recognized Developer
Apr 11, 2015
1,002
2,217
0
Prague
Regarding the color correction app. Will it be the one from samsung or vanilla android?

I'm color blind. The samsung version is inferior to vanillas.

I really hope i can use vanillas color correction.
I believe stock has a option for that :)
 

Edgrr000

Senior Member
Feb 8, 2013
140
98
0
T715Y development

Hey everyone!

Since I have bought this beautiful tablet I can invest my time building CyanogenMod 12.1 for this device. I will use the Note 4 (Exynos model) as a base to port. In this thread I would like to post development problems and test build

The sources can be found here

After making several Dev threads, from my own experience they don't end up good without some rules

Posting rules
  • Only post development related stuff
  • DO NOT ASK FOR ETA'S
Rules may change depending on the status of this thread.


What I gladly accept :
  • Work togheter on a project (Dev group)
  • Invites for a live chat platform to work together on the project (just pm me if you want to add me on a chat platform)
  • Any devs

Thanks
Hey there!! I have the LTE variant. i see myself keeping this tablet for a few years, so i don't want to be stuck with ****ty TW.
I went ahead and started something but i honestly have no idea what i'm doing

https://github.com/edgrr000

I'll spend my free time playing around with this till i figure something out. Any help, tips, or direction to valuable information or tutorials would be kindly accepted.

Cheers.
 
  • Like
Reactions: albel and CTXz

CTXz

Inactive Recognized Developer
Apr 11, 2015
1,002
2,217
0
Prague
Hey there!! I have the LTE variant. i see myself keeping this tablet for a few years, so i don't want to be stuck with ****ty TW.
I went ahead and started something but i honestly have no idea what i'm doing

https://github.com/edgrr000

I'll spend my free time playing around with this till i figure something out. Any help, tips, or direction to valuable information or tutorials would be kindly accepted.

Cheers.
Cool guess you could try to do a build for lte.

1. I believe you are starting of with my tree. You can always use the fork function on github especially when the devices have small differences, no need to re push and with that said it removes all important commit messages from before or you could mention the based tree so the user can check the commits off the based tree. But that's up to you.

2. Use the note 4 tree from team eos, it includes LTE and RIL stuff. I replaced them with wifi only on mine.

3. When building the kernel make sure that you have a extra defconfig for cm/aosp/omni. It should look like this : cm_exynos5433-blabla_defconfig

Feel free to ask more questions. I will try something new today, who knows if it will boot. I think the kernel is not the problem since last_kmsg says its fine. Problem is that i don't get adb, presumably because of the init. I will try to build with libstlport since that caused the exact same issue on my s5 mini with exynos when I tried to boot CM.
 
Last edited:

Edgrr000

Senior Member
Feb 8, 2013
140
98
0
Cool guess you could try to do a build for lte.

1. I believe you are starting of with my tree. You can always use the fork function on github especially when the devices have small differences, no need to re push and with that said it removes all important commit messages from before or you could mention the based tree so the user can check the commits off the based tree. But that's up to you.

2. Use the note 4 tree from team eos, it includes LTE and RIL stuff. I replaced them with wifi only on mine.

3. When building the kernel make sure that you have a extra defconfig for cm/aosp/omni. It should look like this : cm_exynos5433-blabla_defconfig

Feel free to ask more questions. I will try something new today, who knows if it will boot. I think the kernel is not the problem since last_kmsg says its fine. Problem is that i don't get adb, presumably because of the init. I will try to build with libstlport since that caused the exact same issue on my s5 mini with exynos when I tried to boot CM.
Thanks! It's a big learning curve for me this is the first time i try to build a rom, but Google does a pretty good job at answering most of my questions.
i'll keep a close eye at your progress.

cheers