How Build A Custom Rom For One Plus 5t - OnePlus 5T Questions & Answers

I Want A Leanr That How Build A Custom Rom For One Plus 5t

Deepusingh786 said:
I Want A Leanr That How Build A Custom Rom For One Plus 5t
Click to expand...
Click to collapse
Learn java first bud

Deepusingh786 said:
I Want A Leanr That How Build A Custom Rom For One Plus 5t
Click to expand...
Click to collapse
That was the dumbest answer, u don't need to learn Java first, lol. Hines u can learn Java in the process. This guide is all u need to build, https://raw.githubusercontent.com/nathanchance/Android-Tools/master/Guides/Building_AOSP.txt.
You have to sync the CAF Branch for 5T on whatever ROM you choose. I didn't Know first thing about building, and this guide got me successful build. If u fillow the guide toul have zero issues.

yung40oz84 said:
That was the dumbest answer, u don't need to learn Java first, lol. Hines u can learn Java in the process. This guide is all u need to build, https://raw.githubusercontent.com/nathanchance/Android-Tools/master/Guides/Building_AOSP.txt.
You have to sync the CAF Branch for 5T on whatever ROM you choose. I didn't Know first thing about building, and this guide got me successful build. If u fillow the guide toul have zero issues.
Click to expand...
Click to collapse
The link you posted doesn't work but it was simple to find an alternative on Google. I've always wondered how to build a ROM so it was interesting to look at, maybe I'll give it a shot sometime one I get Linux dual-booting on my laptop. Thanks!

yung40oz84 said:
That was the dumbest answer, u don't need to learn Java first, lol. Hines u can learn Java in the process. This guide is all u need to build, https://raw.githubusercontent.com/nathanchance/Android-Tools/master/Guides/Building_AOSP.txt.
You have to sync the CAF Branch for 5T on whatever ROM you choose. I didn't Know first thing about building, and this guide got me successful build. If u fillow the guide toul have zero issues.
Click to expand...
Click to collapse
link dead, update pls,

I build GZOSP and I hardly know Java.

Mikxx said:
link dead, update pls,
Click to expand...
Click to collapse
haha if you look at the URL there is a " . " on the end that shouldn't be there. If you cant solve that simple problem I wouldn't recommend getting into building roms since that is 90% problem solving and you do need some knowledge about basic stuff.

Misanful said:
haha if you look at the URL there is a " . " on the end that shouldn't be there. If you cant solve that simple problem I wouldn't recommend getting into building roms since that is 90% problem solving and you do need some knowledge about basic stuff.
Click to expand...
Click to collapse
hahaha lol link was clickable so i assumed it woud be the right one lol, anyways thanks for the clarification

Related

How to compile cm12?

Want to start making some builds for myself but have no clue where to begin. Already googled but couldn't find anything specific for this device or is the same? Any links appreciated.
whytechapel_x said:
Want to start making some builds for myself but have no clue where to begin. Already googled but couldn't find anything specific for this device or is the same? Any links appreciated.
Click to expand...
Click to collapse
Try CM website, there's a tutorial on how to build CM for different devices...
Yes.. I try that atm.. Actual syncing sources.. Around 14gb lol.. This will take a long time
Alex-V said:
Yes.. I try that atm.. Actual syncing sources.. Around 14gb lol.. This will take a long time
Click to expand...
Click to collapse
You're planning to build a CM rom as well?
Bobbi lim said:
You're planning to build a CM rom as well?
Click to expand...
Click to collapse
I will try something new.. And its a nice feeling that its own compiled.. ?

Help regarding SM-T805 developement

Hello community,
i m sorry for this noobish thread.
Im working on a CM build for T805.
I started from creating a device tree and managed to build it up until a certain point, where i managed to have a build which failed in the installation process because ext4 was not understood as a valid fs_type.
Anyways my intention was to build this device tree up by myself, which failed... hard.
So my next steps are to start from a working device tree like this one http://forum.xda-developers.com/galaxy-tab-s/orig-development/rom-cyanogenmod-11-fort800-t2921507 for t800 and modifing it to fully support t805.
So diving in to the boardconfig.mk of this repo just brought me to new questions. Like where do i find a complete reference of what variables i can use in this boardconfig.
As you see im pretty nooby on this topic. So i would kindly ask you where i can get further help or maybe a partner who likes to work with me on cm porting for t805
thanks for the help in advance
greets d4rk
Don't know anything myself, but good luck!
I own an 805 and am craving CM12
d4rk1337 said:
Hello community,
i m sorry for this noobish thread.
Im working on a CM build for T805.
I started from creating a device tree and managed to build it up until a certain point, where i managed to have a build which failed in the installation process because ext4 was not understood as a valid fs_type.
Anyways my intention was to build this device tree up by myself, which failed... hard.
So my next steps are to start from a working device tree like this one http://forum.xda-developers.com/galaxy-tab-s/orig-development/rom-cyanogenmod-11-fort800-t2921507 for t800 and modifing it to fully support t805.
So diving in to the boardconfig.mk of this repo just brought me to new questions. Like where do i find a complete reference of what variables i can use in this boardconfig.
As you see im pretty nooby on this topic. So i would kindly ask you where i can get further help or maybe a partner who likes to work with me on cm porting for t805
thanks for the help in advance
greets d4rk
Click to expand...
Click to collapse
Ive actually been thinking of doing the same thing but i know i just dont have the time....but here was my place of reference and theres another link on there which gives you even more expanded support.
http://wiki.cyanogenmod.org/w/Doc:_porting_intro
pdolton2000 said:
Ive actually been thinking of doing the same thing but i know i just dont have the time....but here was my place of reference and theres another link on there which gives you even more expanded support.
Click to expand...
Click to collapse
Hello and thank you. I also started as this point and build my device configuration from scratch and then compared with an actual t800 device tree. i mean im proud that i calculated the partition sizes right and managed to extract the partition schema. Also i was able to extract some important blobs from my device.
But there i had a device config, which would not even install, because something was missing to mount the partitions as ext4 while installing.
So i guess there must be another ressource to start from or @The Devs is it just learning by doing and copying from other repositories?
d4rk1337 said:
Hello and thank you. I also started as this point and build my device configuration from scratch and then compared with an actual t800 device tree. i mean im proud that i calculated the partition sizes right and managed to extract the partition schema. Also i was able to extract some important blobs from my device.
But there i had a device config, which would not even install, because something was missing to mount the partitions as ext4 while installing.
So i guess there must be another ressource to start from or @The Devs is it just learning by doing and copying from other repositories?
Click to expand...
Click to collapse
@Barracuda77777 @eousphoros Both these guys have succesful cynogenmod roms that they ported with active threads and now ive tagged them hopefully one of them will kindly glance at what youve described and be able to help you....its very respectable that your making the effort i will say...unfortunatly these waters i have not swam yet
d4rk1337 said:
Hello community,
i m sorry for this noobish thread.
Im working on a CM build for T805.
I started from creating a device tree and managed to build it up until a certain point, where i managed to have a build which failed in the installation process because ext4 was not understood as a valid fs_type.
Anyways my intention was to build this device tree up by myself, which failed... hard.
So my next steps are to start from a working device tree like this one http://forum.xda-developers.com/galaxy-tab-s/orig-development/rom-cyanogenmod-11-fort800-t2921507 for t800 and modifing it to fully support t805.
So diving in to the boardconfig.mk of this repo just brought me to new questions. Like where do i find a complete reference of what variables i can use in this boardconfig.
As you see im pretty nooby on this topic. So i would kindly ask you where i can get further help or maybe a partner who likes to work with me on cm porting for t805
thanks for the help in advance
greets d4rk
Click to expand...
Click to collapse
Hey mate, thought about making the same, but for CM12 I think, maybe we should talk together.. and also with @pdolton2000!
Tkkg1994 said:
Hey mate, thought about making the same, but for CM12 I think, maybe we should talk together.. and also with @pdolton2000!
Click to expand...
Click to collapse
hey bro, ofc we should. I would have started from CM12 but i thought maybe is should begin with CM11 to learn some lessons and have better chances because there are allready ports for t800.
How can we talk, icq or irc?
Tkkg1994 said:
Hey mate, thought about making the same, but for CM12 I think, maybe we should talk together.. and also with @pdolton2000!
Click to expand...
Click to collapse
Id love to join in its just im really busy busy...i couldnt give it the time it deserves....god it was like a week ago i was talking about capacitive button mods and ive still not finalized that one lol.....maybe lol ...ok what the hell im willing to give it a bash maybe we should just pm each other our emails n chat via fb or email or something?
d4rk1337 said:
hey bro, ofc we should. I would have started from CM12 but i thought maybe is should begin with CM11 to learn some lessons and have better chances because there are allready ports for t800.
How can we talk, icq or irc?
Click to expand...
Click to collapse
Irc is one way, pm each other our email for fb or whatever im game for anything got nothing to hide lol
Edut
However we talk it would be good if the three of us got sent messages of what we were all saying to each other to read even if not there at the time.
pdolton2000 said:
Id love to join in its just im really busy busy...i couldnt give it the time it deserves....god it was like a week ago i was talking about capacitive button mods and ive still not finalized that one lol.....maybe lol ...ok what the hell im willing to give it a bash maybe we should just pm each other our emails n chat via fb or email or something?
Irc is one way, pm each other our email for fb or whatever im game for anything got nothing to hide lol
Click to expand...
Click to collapse
So fb would be cool i guess. We could have a nice group chat.
But i have to mention im am totally noobish when it comes to android building. But im a professional C#.NET developer and im learning fast when it comes to IT so we could give it a shot Ill pm my fmail
d4rk1337 said:
So fb would be cool i guess. We could have a nice group chat.
But i have to mention im am totally noobish when it comes to android building. But im a professional C#.NET developer and im learning fast when it comes to IT so we could give it a shot Ill pm my fmail
Click to expand...
Click to collapse
Well ill pm you mine too then lol im sure we can both take a look at what youve done so far...gonna be a tricky one though as diving in at the deeper end than planned to begin lol
pdolton2000 said:
Well ill pm you mine too then lol im sure we can both take a look at what youve done so far...gonna be a tricky one though as diving in at the deeper end than planned to begin lol
Click to expand...
Click to collapse
d4rk1337 said:
So fb would be cool i guess. We could have a nice group chat.
But i have to mention im am totally noobish when it comes to android building. But im a professional C#.NET developer and im learning fast when it comes to IT so we could give it a shot Ill pm my fmail
Click to expand...
Click to collapse
My email is here!
Please send me an email if you like, we will see how everything goes!
bump,lets keep this going!
Just a small update.
We are working on this here.
I was having trouble to bring my device tree to build.
I suppose i fixed all my problems yesterday (but i need to start a new build today to see if its running so far)
As soon as i got it ill setup a git repository for this project and we can start to port the t805 kernel.
Ill keep you up to date here.
We would also love to have some more support, if some developers are interested in contributing, send me a pm ill add you to the repo.
Cheers d4rk

Interested in porting CM 13

Hello fellow XDA members, I recently purchased a Le Pro 3 and a Le S3 during the flash sale and would like to use Cyanogenmod on my devices. I was wondering if anyone on this forum has ever ported a ROM before as I have not, and only know about the CM porting guide and opensource.le.com for the kernel source. If anyone has any tips or would like to assist me in porting CM13 to the Pro 3 please reply to this thread or PM me. Thanks, and let's hope LeEco releases the source soon!
Love to help but this isn't my department ????. But we should probably see more support in a couple more days once they start arriving here
Just out of curiousity, what exactly had you hoped to achieve with this post? If you're interested in porting, ideally you should at least be able to build a rom (for another pre-existing device)... and then you'll have to hunt down help on the CM forums and then eventually IRC.
Talking about this on XDA is pointless.
dr4stic said:
Just out of curiousity, what exactly had you hoped to achieve with this post? If you're interested in porting, ideally you should at least be able to build a rom (for another pre-existing device)... and then you'll have to hunt down help on the CM forums and then eventually IRC.
Talking about this on XDA is pointless.
Click to expand...
Click to collapse
The purpose of my post was to see if anyone in the XDA community had experience porting a ROM to a new device, and if they'd be interested in helping me. I have read through a few guides and understanding building a ROM, but am struggling to find what I must "merge." From what I've found so far, I'll need to edit/merge the directories in /system/libs and edit the kernel?
limitlesscodes said:
The purpose of my post was to see if anyone in the XDA community had experience porting a ROM to a new device, and if they'd be interested in helping me. I have read through a few guides and understanding building a ROM, but am struggling to find what I must "merge." From what I've found so far, I'll need to edit/merge the directories in /system/libs and edit the kernel?
Click to expand...
Click to collapse
No, it's far more complicated than that. You'll need a copy of the kernel for sure, but you'll also need a device definition. You can use the op3's device as a template, it's probably the best example of an msm8996 device you can have.
You really should be checking into the CM forums. CM people are pretty uppity about not supporting things on XDA. They also don't tend to help. Even as a developer I find it difficult sometimes to get their attention. Your best bet is to go to them if you want their help. Good luck.
dr4stic said:
No, it's far more complicated than that. You'll need a copy of the kernel for sure, but you'll also need a device definition. You can use the op3's device as a template, it's probably the best example of an msm8996 device you can have.
You really should be checking into the CM forums. CM people are pretty uppity about not supporting things on XDA. They also don't tend to help. Even as a developer I find it difficult sometimes to get their attention. Your best bet is to go to them if you want their help. Good luck.
Click to expand...
Click to collapse
Yeah, I understand. I also found out that it will be about a month until LeEco officially releases all of the source.
limitlesscodes said:
Yeah, I understand. I also found out that it will be about a month until LeEco officially releases all of the source.
Click to expand...
Click to collapse
Where did you get that information from? They "accidentally" released kernel sources not too long ago and seemingly withdrew it. I got a copy of them and that's what I've been working with. I don't have a device to verify if any of it works.
dr4stic said:
Where did you get that information from? They "accidentally" released kernel sources not too long ago and seemingly withdrew it. I got a copy of them and that's what I've been working with. I don't have a device to verify if any of it works.
Click to expand...
Click to collapse
I asked on this forum. Also my S3 is coming tonight, and my Pro tomorrow. I have a copy of the Pro 3 kernel source as well but as of now don't know what to do. What have you worked on so far?
limitlesscodes said:
I asked on this forum. Also my S3 is coming tonight, and my Pro tomorrow. I have a copy of the Pro 3 kernel source as well but as of now don't know what to do. What have you worked on so far?
Click to expand...
Click to collapse
Not a lot. I've identified the CAF tag the sources are based on and have been working to separate the relevant LeEco mods from the less relevant ones. I've also been attempting to remove the leeco specific things from the drivers that i'm keeping since they're a horrible mess and CM won't be able to make use of them anyway. I've also been finding the appropriate open versions of the drivers and taking the latest ones instead.
The mods from LeEco seem to be a mess, the dmesg output I got from a user on the chinese model (the x720) had segfaults from the modifications just after boot. The logcats are so full of errors I was unable to get the user to send me a full logcat from boot.
Interestingly enough, the chinese system rom looks like it came from a Le Max2. This makes sense since it's LeEco's first msm8996 device, and the Le Pro3 is the second one. I imagine the kernel sources work across a number of the 8996's.
Can you send me the link to where you got the open drivers.
limitlesscodes said:
I asked on this forum. Also my S3 is coming tonight, and my Pro tomorrow. I have a copy of the Pro 3 kernel source as well but as of now don't know what to do. What have you worked on so far?
Click to expand...
Click to collapse
Please share the sources.
Sent from my LEX727 using Tapatalk
ceo.mtcl said:
Please share the sources.
Sent from my LEX727 using Tapatalk
Click to expand...
Click to collapse
here
limitlesscodes said:
here
Click to expand...
Click to collapse
Thank you so much!
limitlesscodes said:
here
Click to expand...
Click to collapse
This is not a International version? Its USA version? Where is the International source code?
Here's a mega mirror in case the drive link goes down.
https://mega.nz/#!7Ek3HYaB!1H0WibOjwlg1P0vaaJ2qcrAAsl-PjruB9-_X1ECqfnw
Wish i could help more, but it looks like the kernel source is in there too, perhaps that means a fully functional cm13 rom that works AT LEAST as well as the stock rom. VERY EXCITE!
+1
I'm also waiting for CM13.
csyann said:
I'm also waiting for CM13.
Click to expand...
Click to collapse
:good:
csyann said:
I'm also waiting for CM13.
Click to expand...
Click to collapse
giogio1 said:
:good:
Click to expand...
Click to collapse
Waiting for CM 14.1
http://opensource.le.com

Source release for Huawei Nova/Nova PLUS

Huawei has finally uploaded the opens source code for all of our devices (the 3 hardware versions).
I have reuploaded it to Google Drive for easier download.
Grab them here : https://goo.gl/DiAj78
Wooooowwww, if that's the sources all is getting great now. Xelfmade, make or phone great again ?
So anybody have the original download link?
Great news! I Assume custom roms etc will become available now once people have built them?
You can get the original downlaods from here : http://consumer.huawei.com/en/opens...Type=openSourceSoftware&pageSize=10&curPage=1
Just search Nova. The download speed was a tad slow.
Huh, i was asking them several times over the past days about the sources. Pleasent coincidence.
Thanks for posting this. Let the fun part begin
Grarak said:
Thanks for posting this. Let the fun part begin
Click to expand...
Click to collapse
Can you PM me? I would like to work with you..
I would like to help, too!
Someone already working on changing of original rom? I'm thinking about trying to modify it for myself.
merlin21 said:
Someone already working on changing of original rom? I'm thinking about trying to modify it for myself.
Click to expand...
Click to collapse
Look this by @Grarak
https://twitter.com/Grarak/status/828231440441700354
pasmadferit said:
Look this by @Grarak
https://twitter.com/Grarak/status/828231440441700354
Click to expand...
Click to collapse
Oh wow Nice! My variant is the CAN-L01 one.
Probably it will work for any variant, even chinese ones.
But my problem is not the rom itself, is the kernel. I'm wanting to learn to mod and compile kernel just for this, as Nova kernel is awful to tweak.
Vinnom said:
Probably it will work for any variant, even chinese ones.
But my problem is not the rom itself, is the kernel. I'm wanting to learn to mod and compile kernel just for this, as Nova kernel is awful to tweak.
Click to expand...
Click to collapse
I know that it will probably work for all variants it's just cool to see my one used as a base for a custom rom.
Do you guys have any guides how to apply these stock roms to unrooted phone? i want to get rid of the carrier crap that's why thinking to apply the stock rom. Thanks.

Rr for zuk z2

Is anyone devloping RR rom?
This does not belong here.
Please let this be moved to the Question Section.
I also advise you to use the search function to find what you have been searching for.
Sorry
Here you go:
https://androidfilehost.com/?fid=817906626617938656
Unofficial build by AnjoVingador, which is great IMHO.
Where is the thread
luws said:
Here you go:
https://androidfilehost.com/?fid=817906626617938656
Unofficial build by AnjoVingador, which is great IMHO.
Click to expand...
Click to collapse
Where is the thread
Anmol d kool said:
Where is the thread
Click to expand...
Click to collapse
Nowhere, there's no thread
luws said:
Nowhere, there's no thread
Click to expand...
Click to collapse
So how will i get to know abt an update or report a bug
Anmol d kool said:
Is anyone devloping RR rom?
Click to expand...
Click to collapse
Official support for RR has been stopped for our device
visheshjain25 said:
Official support for RR has been stopped for our device
Click to expand...
Click to collapse
WTB the unofficial one?
Anmol d kool said:
So how will i get to know abt an update or report a bug
Click to expand...
Click to collapse
Well, I don't know... it might become official someday, I guess we'll have to wait to see.
So far, this unofficial build is the best option available for me, and I'm using it as my daily driver.
So, if you want, you can enjoy it, or you can simply choose another custom rom and move on...
Btw, in case you didn't know, there was an official build that was discontinued some time ago, you can check the official website for download. But the thread was closed and the rom is probably ''outdated'', so it won't be of any help if you want to report bugs and get support...
luws said:
Well, I don't know... it might become official someday, I guess we'll have to wait to see.
So far, this unofficial build is the best option available for me, and I'm using it as my daily driver.
So, if you want, you can enjoy it, or you can simply choose another custom rom and move on...
Btw, in case you didn't know, there was an official build that was discontinued some time ago, you can check the official website for download. But the thread was closed and the rom is probably ''outdated'', so it won't be of any help if you want to report bugs and get support...
Click to expand...
Click to collapse
Thnx. But if the unofficial update is released can u pm me the link?
Anmol d kool said:
Thnx. But if the unofficial update is released can u pm me the link?
Click to expand...
Click to collapse
YW. You can access the developer's AFH and check for new uploads, it's easier (I probably won't remember PMing you, sorry):
https://androidfilehost.com/?w=profile&uid=457095661767156286
luws said:
YW. You can access the developer's AFH and check for new uploads, it's easier (I probably won't remember PMing you, sorry):
https://androidfilehost.com/?w=profile&uid=457095661767156286
Click to expand...
Click to collapse
Thnx a lot...
Im doing tests with RR and AOKP by now, Dont know if i will try to be official yet, thats why i didnt make a thread yet, dont want to make one and close it in a month. I will create a thread when i decide to maintain it no matter what. Until this, you can follow me on AFH and contact me here if you want.
AnjoVingador said:
Im doing tests with RR and AOKP by now, Dont know if i will try to be official yet, thats why i didnt make a thread yet, dont want to make one and close it in a month. I will create a thread when i decide to maintain it no matter what. Until this, you can follow me on AFH and contact me here if you want.
Click to expand...
Click to collapse
Thanks for your work! Wich one you think its best, in terms of stability and fluidity?
Both are good, but the last AOKP i will remove, it has krack-n fix but has other bugs that i cant recommend use it, will make another one soon, another RR with krack-n fix is coming too.
AnjoVingador said:
Both are good, but the last AOKP i will remove, it has krack-n fix but has other bugs that i cant recommend use it, will make another one soon, another RR with krack-n fix is coming too.
Click to expand...
Click to collapse
i don"t know if it approprite to say here or not but i find some here and their very little lag in the latest rr build of yours plus i use it with heliox kernel latest i find overnight battery drain to be 15 to 20 percent ..please if u can take a look into this...thanx its an awsome rom the rom in which equilizer work from the rom i tested....
himzz0007 said:
i don"t know if it approprite to say here or not but i find some here and their very little lag in the latest rr build of yours plus i use it with heliox kernel latest i find overnight battery drain to be 15 to 20 percent ..please if u can take a look into this...thanx its an awsome rom the rom in which equilizer work from the rom i tested....
Click to expand...
Click to collapse
No such issues here, performance is great and deep sleep is amazing.
luws said:
No such issues here, performance is great and deep sleep is amazing.
Click to expand...
Click to collapse
you using the custom kernel or stock one???

Categories

Resources