Render Kernel [OOS-N-EAS-R1-T26] - OnePlus 5 ROMs, Kernels, Recoveries, & Other Devel

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
for OOS-N​
Code:
/* *** Disclaimer
* I am 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 KERNEL
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* BOOM goes the Dynamite
*/
I am releasing this kernel because I like to share my work and have had requests to do so and, lastly, because we needed yet another kernel released for our beloved OP5! I started out at XDA because I wanted to learn and share what I have learned. My goal with this kernel is to be a very fast and stable build that offers some things that the other kernels do not. I also want to initiate Development Discussions among the community. This will be a noob friendly thread as long as users follow two rules. First is to do some research before asking. Most likely your question has already been asked. If not in this thread then in another. Remember to always search first! Second is BE RESPECTFUL. You do these two things and even the most hardened Dev will assist you.
Wanna be notified of an Update? Here is my PushBullet Channel!!
https://www.pushbullet.com/channel?tag=renderkernel
Current Features
General List:
* EAS Only
* Built with LINARO 4.9.x
* Wake Gestures
I recommend Kernel Aduitor/EX Kernel Manager for making kernel changes
Kernel Downloads:
Test Build
Instructions:
* Boot into Recovery
* (Recommended) Make a complete backup of everything!
* At least backup BOOT via TWRP
* Flash Zip
* Reboot
THANKS!!!!
First I want to say thank you to everyone who has answered my questions and responded to my pm's when I know they are busy with their own lives. Pretty much everyone I have come into contact with here on XDA has been truly helpful and respectful. Here is a list of people that had helped me in one way or the other:
joshuous, Neobuddy89, ak, myfluxi, Dorimanx, Savoca, Faux123, DespairFactor and Many More!
Thank you guys! Without your contributions to the community we would not have the level of performance, stability and interaction that we have today
Special Thanks!
Donators: @nfin1te, @MrDarkKV, @V1TRU, @Really now @erad1
Source Links:
https://github.com/RenderBroken/OP5-OOS-kernel
https://github.com/RenderBroken/RenderKernel-AnyKernel2
XDA:DevDB Information
Render Kernel [OOS-N-EAS-R1-T26], ROM for the OnePlus 5
Contributors
RenderBroken, joshuous
ROM OS Version: 7.x Nougat
Version Information
Status: Testing
Created 2017-07-20
Last Updated 2017-07-26

Reserved
An amazing write up by a talented dev @joshuous:
PELT and WALT
Time for me to flex the analogy muscles.
Just to set things straight, PELT and WALT are different load tracking metrics that try to determine the load of the system. The load will eventually be used by the frequency governor to set the frequency. Think of them (the load tracking metrics) as an employee who is dedicated to announcing how quickly customers are coming into your burger restaurant. The frequency governor is the burger chef, who isn't able to see the number of customers entering, so he has to rely on the announcer in order to know the rate at which he is making burgers. The announcer can say that there are "many" customers, and the chef has to decide how fast to make the burgers based on how he interprets "many".
One announcer can say that 10 customers is "many", while another may say that 20 is "many". An announcer may also attempt to predict the number of customers that will enter based on how many he sees at the current point in time. In this way, burger output is more 'bursty'. For example, there are 10 customers ("many"), then no customers ("none"), then 15 customers ("very many"). The chef works hard, then thinks he can take a break for a moment, then suddenly has to work like crazy to dish out burgers for 15 customers. An oversimplified analogy to WALT.
On the other hand, another announcer may observe a trend of customers and apply some prediction to guess how many customers might come through the door. Using the same customer sequence as before, he may instead tell the chef "many", "some", then "many". So the chef may make burgers even when there are no customers, in anticipation of future customers, but he won't be worked so darn hard all of a sudden. This is less bursty and more consistent. An oversimplified analogy to PELT.
In the same way there are different chefs (e.g. Sched and Schedutil). They have different interpretations of what "many" means to them. That's why their burger outputs may be different even when having the same announcer.
So which is better? It all boils down to your workload, and even so it is difficult to make a conclusion. All I can say is that you must test each mechanism for over a week and check your active drain rate (Ex Kernel Manager is good for this). Active drain rate is a much better measure than SOT. And make sure to keep jumping back and forth between the two to account for anomalies.
Edit: On another note, to complete the analogy... Interactive and HMP is more similar to the chef being the announcer as well. Except for he is able to see less than a dedicated announcer can. I.e the chef (interactive governor) can't look at the queue outside his restaurant but only the ones in his restaurant (so he is partly blind). A dedicated announcer can look at customers inside and outside the restaurant though.
Do note that this has little to do with EAS per se. EAS is a different beast that focuses on optimizing which customers is assigned to which chefs. I'll probably write the analogy for this another time if there is a demand for it

Reserved
This first build is just a test build. So far Its stable. Please report back any issues you are having. I have had to do a major reworking of the kernel source to get EAS to compile properly. I also had to build the Energy Model from scratch and will be making further adjustments as we go along. I have way more planned for the OP3/OP5. Right now this is only for OOS based roms.

This looks fascinating - I love the way you have written this so that even the biggest noob like me can start to understand

Hell yeah. I've been waiting for this! Thanks a bunch, Render! I've just flashed this beauty and I'll report back immediately if anyhting weird occurs.
Thanks again! Running beautifully smooth so far.

Hi

Jimsilver73 said:
This looks fascinating - I love the way you have written this so that even the biggest noob like me can start to understand
Click to expand...
Click to collapse
That is the point. This is a learning centric thread. As long as ppl search I will generally answer any questions.
Paddybecks87 said:
Hell yeah. I've been waiting for this! Thanks a bunch, Render! I've just flashed this beauty and I'll report back immediately if anyhting weird occurs.
Thanks again! Running beautifully smooth so far.
Click to expand...
Click to collapse
Thanks guys! I too running this build an I am very happy with the outcome. I only had to remove about 27K lines of code before adding in the EAS changes lol. So I am surprised that it is working so well already. EAS is why I bought the op5.

DespairFactor said:
Hi
Click to expand...
Click to collapse
Yo

great work as always my friend @RenderBroken ! ty for your hard work i wish u the best to slack group too cya around !

RenderBroken said:
Yo
Click to expand...
Click to collapse
Does this fix calling 911?

Omg eas is here!!!

Kernel running great so far, thanks for the good work! I did want to let you know that native double tap to wake is not working. Other than that, it's doing awesome.

DespairFactor said:
Hi
Click to expand...
Click to collapse
DespairFactor said:
Does this fix calling 911?
Click to expand...
Click to collapse
No, but it does walk your dog. Even if you don't have one.
opensource4life said:
Kernel running great so far, thanks for the good work! I did want to let you know that native double tap to wake is not working. Other than that, it's doing awesome.
Click to expand...
Click to collapse
Thanks. I still have a few eas things I wanted to accomplish before bringing the rest. I may do so sooner than later though.

DespairFactor said:
Does this fix calling 911?
Click to expand...
Click to collapse
No, you'll have to call 116 instead.
Hold your phone upside down and you'll get it!
Sent from my ONEPLUS A5000 using Tapatalk
---------- Post added at 05:30 AM ---------- Previous post was at 05:28 AM ----------
RenderBroken said:
This first build is just a test build. So far Its stable. Right now this is only for OOS based roms.
Click to expand...
Click to collapse
Ready to test on Carbon rom anytime.
Sent from my ONEPLUS A5000 using Tapatalk

This is basically stock kernel with eas right? So far everything is running great!
Keep it up!

Thanks for Kernel. Just installed and will report back.

Good to see you here Zach
Sent from my OnePlus5 using XDA Labs

Downloading.. i'll be back in few days :victory:

The fun begins!

Im having a little decrease performance in game loading etc.. ist just me or is this the EAS working?

Related

[ROM][9 MAR]COREDROID DESIRE Z v1.3 [SENSE 3.5][FAST|SMOOTH] ONLINE!

MOD EDIT: As of November 7th CoreDroid officially moved all its support to another site.
Due to repeated kanging from other Roms as well as needing CST paid version to obtain the latest version of the Rom, anything related to the CoreDroid team is not allowed to be posted anymore on XDA and is from now on considered warez.
This includes: Signatures, links, themes, as well as any work developed by the CD team or included in any Rom.
TL;dr: If you included anything from CD in your work, you have to remove it.
We appreciate your understanding on the matter in hand,
XDA Moderation team
MOD EDIT: Removed content
Reserved........
MOD EDIT: Removed content
nice.I'll wait for this
Sent from my HTC Vision using xda premium
plz release it now cant w8!
i hope is the less bugy rom. looks beautifull from screenshots!
have tweaks in settings like rcmix tweaks?
masterismos said:
plz release it now cant w8!
i hope is the less bugy rom. looks beautifull from screenshots!
have tweaks in settings like rcmix tweaks?
Click to expand...
Click to collapse
You can find more updated screen here on this thread
http://forum.xda-developers.com/showthread.php?t=1195902
It as Tweaks also not the RCMIX ones.
Sergio76 said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
COMING SOON
​
Click to expand...
Click to collapse
Edit: question removed...pending...
I hope that all of this skins does't make the rom laggy. Waiting
Sergio76 said:
You can find more updated screen here on this thread
http://forum.xda-developers.com/showthread.php?t=1195902
It as Tweaks also not the RCMIX ones.
Click to expand...
Click to collapse
i dont care whose the tweaks better id is you work just all we love to play with tweaks and will be beautifull. with tweaks i will love it more plz guys what are you w8ting 4?
where is this core droid for desire z??? at coredroid web page there is'nt
Have you modified the kernel at all? Is your ROM GPL compliant?
http://forum.xda-developers.com/showthread.php?t=755508
I ask because your note about themes seems a little harsh, and also makes me think that your theme is the only thing distinguishing this ROM from any other.
What ROM do you use as base? What customizations do you make? Which kernel do you use? etc. - Are you notifying any developers whose work you have used, and if you have are you going to publicly state this?
ulkika said:
where is this core droid for desire z??? at coredroid web page there is'nt
Click to expand...
Click to collapse
its coming soon... its only preview at this time.
xdadevolpers said:
I hope that all of this skins does't make the rom laggy. Waiting
Click to expand...
Click to collapse
Skin doesnt make the rom Lag.
masterismos said:
i dont care whose the tweaks better id is you work just all we love to play with tweaks and will be beautifull. with tweaks i will love it more plz guys what are you w8ting 4?
Click to expand...
Click to collapse
Will be released when it is ready. Hoping today is the day...
qpop said:
Have you modified the kernel at all? Is your ROM GPL compliant?
http://forum.xda-developers.com/showthread.php?t=755508
I ask because your note about themes seems a little harsh, and also makes me think that your theme is the only thing distinguishing this ROM from any other.
What ROM do you use as base? What customizations do you make? Which kernel do you use? etc. - Are you notifying any developers whose work you have used, and if you have are you going to publicly state this?
Click to expand...
Click to collapse
Why do you think its harsh? This skin is 100% made by CoreDroid and it has been ripped and distributed 100's of times so no I dont find it harsh, we own it and we deserve the right to say no you cannot rip it even though it still happens daily.
We also do indeed give credit when needed. Please just wait and try the ROM before you start making assumptions. Should be released today if all goes well.
DaDoctor said:
Skin doesnt make the rom Lag.
Will be released when it is ready. Hoping today is the day...
Why do you think its harsh? This skin is 100% made by CoreDroid and it has been ripped and distributed 100's of times so no I dont find it harsh, we own it and we deserve the right to say no you cannot rip it even though it still happens daily.
We also do indeed give credit when needed. Please just wait and try the ROM before you start making assumptions. Should be released today if all goes well.
Click to expand...
Click to collapse
GPL compliance is important. It is a simple yes/no question: Have you modified the kernel or any other aspect of the ROM that is covered by the GPL?
If the answer is yes, then by not providing the source / linking to the original source if unchanged you are in breach of the GPL, and in much the same way as you complain about people ripping your skin, you have taken GPL work and used it, without respect for the rules. If this is the case, again, much the same as your skin, the mods will remove your ROM thread.
Edit: Just to clarify, I have no vested interest in the success or otherwise of this ROM, and I'm not a dev. All the same, I find it irksome for the OP to make such a big deal about their skin being ripped (which is, I guess, a collection of found icons put together anyway), post zero information about the sources of the rest of the ROM.
Pulls up chair with a cuppa.
V interested to see how this runs.
Sent from my HTC Desire Z using xda premium
Ps. Apologies for the random non dev post. Will edit with a mini review when tested
qpop said:
GPL compliance is important. It is a simple yes/no question: Have you modified the kernel or any other aspect of the ROM that is covered by the GPL?
If the answer is yes, then by not providing the source / linking to the original source if unchanged you are in breach of the GPL, and in much the same way as you complain about people ripping your skin, you have taken GPL work and used it, without respect for the rules. If this is the case, again, much the same as your skin, the mods will remove your ROM thread.
Edit: Just to clarify, I have no vested interest in the success or otherwise of this ROM, and I'm not a dev. All the same, I find it irksome for the OP to make such a big deal about their skin being ripped (which is, I guess, a collection of found icons put together anyway), post zero information about the sources of the rest of the ROM.
Click to expand...
Click to collapse
Jesus christ, Ill tell ya what, when the ROM is released, download it, examine it and report us if anything is ripped. Is that good enough for you????????
Please stop crapping on the thread before we even post the ROM. I dont understand some ppl...
qpop said:
If the answer is yes, then by not providing the source / linking to the original source if unchanged you are in breach of the GPL, and in much the same way as you complain about people ripping your skin, you have taken GPL work and used it, without respect for the rules. ...........................(which is, I guess, a collection of found icons put together anyway), post zero information about the sources of the rest of the ROM.
Click to expand...
Click to collapse
Ever heard of original artwork from a dev team?
As OP has stated, please don't slate a rom before its even posted.
Sent from my HTC Desire Z using xda premium
Why not wait until the Rom is ready before creating a thread? Never understood why people do this.
Sent from my Kindle Fire using xda premium
G1ForFun said:
Why not wait until the Rom is ready before creating a thread? Never understood why people do this.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
Simply because we are releasing ROMs for 6 devices today. Between cooking, uploading, updating our site and having a day job and family/kids, this just makes it a bit more manageable.

[ROM][UNOFFICIAL] LegacyCarbon 4.4 \\ 18.11.2013 \\ Built From Source

About Carbon
CarbonRom is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, PA, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users or ask us in #teamcarbon on freenode IRC.
Features
Simply stated, we can't really list features here. There are too many and they change too frequently, and we now support a truly insane number of devices. Chances are, if you like a feature, we have it already. Seriously.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog
For a detailed changelog, check out the changes made each night here:
Change Log
You can also find a changelog in Settings->Carbon->About Carbon
Support
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has adressed it already. Especially if you're even close to new at this.
2) Read our FAQ, which can be found on our goo.im page linked above. It's new, but expanding fast. Just like us!
3) Ask a question in your device forum. Someone will no doubt try to help you. Warning: this help may come in the form of telling you it's a dumb question that has been asked before. See step 1 - such are the perils of asking questions when you haven't done the research yourself. Android is about helping yourself.
4) Join our G+ Community: http://community.carbon-rom.com This is where we spend the bulk of our time and the best way to reach us and other community members. We update and frequent this community far more than XDA, simply due to time constraints and the convenience of G+.
5) Ask a question on our IRC channel. Connect to #teamcarbon on irc.freenode.net or click here. You'll find several other Carbon fans and usually one or more devs as well. Please be polite.
Who is Team Carbon?
Andros11
BigShotRob
Bionic Beast
dg4prez
Kejar31
mattmanwrx
morfic
nocoast
pixeldotz
slick_rick
winner00
Remember, every penny you send to us goes right back into the rom. It's used for hardware, server costs, etc - all the things that help us make Carbon better with every release. Your support means the world to us! If you've enjoyed Carbon, please consider a donation toward this goal. Thank you, and we hope you continue to enjoy Carbon!
​
Downloads
ROM 4.2.2 - 23.07.13
ROM 4.3.1 - 28.10.13
ROM 4.4 - 18.11.13
Gapps 4.3 - 28.10.13
Gapps 4.4 - 18.11.13
Click to expand...
Click to collapse
changelogs - 28.10.13
upstream changes, fixes.
Click to expand...
Click to collapse
​
github - http://github.com/carbon-glacier
2321
wow,you are awsome guys!Would you consider built the MOKEE for galcier?https://github.com/MoKee http://www.mfunz.com/
_ⅠSmile™^_^ said:
wow,you are awsome guys!Would you consider built the MOKEE for galcier?https://github.com/MoKee http://www.mfunz.com/
Click to expand...
Click to collapse
4.1 ?
coderzs said:
4.1 ?
Click to expand...
Click to collapse
4.22:good:
okay will build it tomorrow .. or today ...
coderzs said:
@N_otori0us_
Click to expand...
Click to collapse
I love you man lol!
EDIT: but you can't even lie, this is a pretty good rom I had some good battery life with it too
N_otori0us_ said:
I love you man lol!
EDIT: but you can't even lie, this is a pretty good rom I had some good battery life with it too
Click to expand...
Click to collapse
ahahhah :laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh:
:highfive:
I sat an hour on the forum just to see your reaction
coderzs said:
ahahhah :laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh:
:highfive:
Click to expand...
Click to collapse
lol, are planning to build the Avatar ROM too? I'm gonna try and port that, but you could build it lol. And does the camera work fine? My port from the 2shot had some FC issues; but I heard they are common on ports to the doubleshot. This is my new daily driver
---------- Post added at 06:36 PM ---------- Previous post was at 06:35 PM ----------
N_otori0us_ said:
lol, are planning to build the Avatar ROM too? I'm gonna try and port that, but you could build it lol. And does the camera work fine? My port from the 2shot had some FC issues; but I heard they are common on ports to the doubleshot. This is my new daily driver
Click to expand...
Click to collapse
lol I'm actually happy since I suck at porting and it encourages you to build more for our phone
N_otori0us_ said:
lol, are planning to build the Avatar ROM too? I'm gonna try and port that, but you could build it lol. And does the camera work fine? My port from the 2shot had some FC issues; but I heard they are common on ports to the doubleshot. This is my new daily driver
---------- Post added at 06:36 PM ---------- Previous post was at 06:35 PM ----------
lol I'm actually happy since I suck at porting and it encourages you to build more for our phone
Click to expand...
Click to collapse
no ... i dont want to build avatar rom .. and yes camera works fine . im currently building Root-Box rom :victory:
coderzs said:
no ... i dont want to build avatar rom .. and yes camera works fine . im currently building Root-Box rom :victory:
Click to expand...
Click to collapse
If you look at it, your actually the only reason our phone is surviving lol. Look at the resource bible lol. And if I do port that Avatar ROM, its still gonna be pretty buggy lol.
coderzs said:
okay will build it tomorrow .. or today ...
Click to expand...
Click to collapse
Thank you, I am willing to become a test, if you want.
headphone Overheat Battery?
Sent from my GT-I9100 using xda premium
Sorry missed this somewhere...but whats trds gapps?? been flashing some time never seen or atleast noticed this. THANKS coderzs for keeping phone alive...
KuShToKeR said:
Sorry missed this somewhere...but whats trds gapps?? been flashing some time never seen or atleast noticed this. THANKS coderzs for keeping phone alive...
Click to expand...
Click to collapse
Its gapps with support black ui ( if its enabled in settings ).
Sent from my HTC Merge using xda app-developers app
Usual jb issues?
Sent from my HTC Glacier using xda app-developers app
How was that done?.those icons at the corner that's why I flashed this ROM.now ain't seeing it

[ROM][Linaro][UNOFFICIAL][4.2.2][31.07.2013] CarbonRom Nightlies/Releases [E975]

About Carbon
CarbonRom is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, PA, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users or ask us in #teamcarbon on freenode IRC.
Features
Simply stated, we can't really list features here. There are too many and they change too frequently, and we now support a truly insane number of devices. Chances are, if you like a feature, we have it already. Seriously.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Carbon Updates
Join us on these Social Media Channels to keep yourself up-to-date on all the latest Carbon news, updates, contests, and more! Join our completely open Google+ community for insider conversation with devs and other users.
Download Carbon
All Carbon downloads and further information such as features, changelog, and FAQ can be found on our goo.im page.
Both nightly and release builds are available. Please note that nightlies are for development purposes. This means that they may not work properly, may not flash, may not build for days at a time, and will probably eat your cat. If you flash these, know what you're doing, have backups, and don't complain when something happens. It's on you!
MainServer
http://achonapp.com/?path=/lg/Optimus%20G/Docker/Carbon
Newest "CARBON-JB-UNOFFICIAL-20130731-1340-e975.zip"
Mirror
http://d-h.st/zSU [08.07.2013]
http://d-h.st/QAc [31.07.2013]
OriginKernel
http://d-h.st/lfm [08.07.2013]
Wait for [31.07.2013] 's kernel
Changelog
For a detailed changelog, check out the changes made each night here:
Change Log
You can also find a changelog in Settings->Carbon->About Carbon
Support
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has adressed it already. Especially if you're even close to new at this.
2) Read our FAQ, which can be found on our goo.im page linked above. It's new, but expanding fast. Just like us!
3) Ask a question in your device forum. Someone will no doubt try to help you. Warning: this help may come in the form of telling you it's a dumb question that has been asked before. See step 1 - such are the perils of asking questions when you haven't done the research yourself. Android is about helping yourself.
4) Join our G+ Community: http://community.carbon-rom.com This is where we spend the bulk of our time and the best way to reach us and other community members. We update and frequent this community far more than XDA, simply due to time constraints and the convenience of G+.
5) Ask a question on our IRC channel. Connect to #teamcarbon on irc.freenode.net or click here. You'll find several other Carbon fans and usually one or more devs as well. Please be polite.
Who is Team Carbon?
Andros11
BigShotRob
Bionic Beast
dg4prez
Kejar31
mattmanwrx
morfic
nocoast
pixeldotz
slick_rick
winner00
Remember, every penny you send to us goes right back into the rom. It's used for hardware, server costs, etc - all the things that help us make Carbon better with every release. Your support means the world to us! If you've enjoyed Carbon, please consider a donation toward this goal. Thank you, and we hope you continue to enjoy Carbon!
Build with linaro 4.7
Non bugs found
Thanks to CarbonDev
​
good news...thx
Wow...I find many other roms from your website..such as liquid, eos....of course yours rom, thank you in advance. I will try them later
從我使用 Tapatalk 2 的 LG-E975 發送
I have to wait to CM correct the sound with calls over BT
Only after that I will install all these delicious and juicy ROM's!!!
Delete post
If it dosen't download on mobile..
You should use PC.. Sorry
Sent from my LG-E975 using xda app-developers app
Or use opera browser on your phone.
Sent from my Optimus G using xda premium
do we need to flash the gapps too? i´m coming from a samsung galaxy s2 so i´m new with the optimus, i already have twrp.. just need to know what to flasgh thanks
cesarguaro said:
do we need to flash the gapps too? i´m coming from a samsung galaxy s2 so i´m new with the optimus, i already have twrp.. just need to know what to flasgh thanks
Click to expand...
Click to collapse
Yes
Skickat från min LG-E975 via Tapatalk 2
This is the best Rom I have ever used. Please keep updating
從我使用 Tapatalk 2 的 LG-E975 發送
Thanks
Sent from my LG-E975 using xda app-developers app
Is this rom compatible with kite kernel?? Thanks
Sure
Sent from my LG-E975 using xda app-developers app
good rom i tried yesterday but with the games is a bit slow with the sensor, play real racing 3 is very hard with this rom, going back to oficial 4.1 by now
You mean back to Jellybean 4.1? Another 4.2 rom has that problem too?
Sent from my LG-E975 using xda app-developers app
Haven't testet your rom yet, but on other 4.2.2 roms(official CM, ThinkingBridge) there are no gaming problems.
Right now i'm making a backup and will flash Carbon.Will provide feedback as soon as possible.
junesoung said:
You mean back to Jellybean 4.1? Another 4.2 rom has that problem too?
Sent from my LG-E975 using xda app-developers app
Click to expand...
Click to collapse
yes before i flash the carbon rom i make a backup of my stock rom 4.1 that came with the phone..! then i flashed the rom after that i restore my backup
Well, i tried some games :
RR3, Wild Blood, Nova 3, MC4 : ZH, Backstab. Not the slightest issue.
Get a computer or a console for gaming. XD^
Will not flash becuz aosp is to unreliable in my opinion, atleast cm10, thinkbridge,XenonHD.
baxee said:
Get a computer or a console for gaming. XD^
Will not flash becuz aosp is to unreliable in my opinion, atleast cm10, thinkbridge,XenonHD.
Click to expand...
Click to collapse
Dude if you wanna to call somebody go and buy a telefon.
I think we have such powerfull hardware so gaming should be an important part too.
This little baby handles Doom3,..yeah Doom3.

[Treble][Vendor][OnlyPin][J7Po] This is a ProjectSpagetX Modified And I repair

This is a ProjectSpagetX Modified And I repair it and become Pumpkin​
Advice for everyone, no one uses a Project_Spaget X or 3.0 or old Do not use it with any gsi Except for pixels
Because you will notice a lot of problems with it, even if it is
He repaired it
Because I repaired and added files from Xiaomi
I think that if Astmrr society here will take the fittest and suits him for himself
Everything links has been deleted because it violates Forum Law No. 12
must read
Because I modified the work of a person
His work corrected him, with a lot of things being deleted
It is not enough to add his name to the topic
As for some of the last links, they were deleted
Because she was making very little profit from her
* This violates the forum rights
So bye guys
:good:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some information you should know.
This is a test project that was taken from my recovery because it is under test/ implementation for the Exynos7870 Supported devices
This is a full Treble ARM64 Vendor implementation for the Exynos7870 Supported devices Only tested on Android pin 9 And I thank will work on Q 10
What Bug
hotspotIt works but is not stable
Searchlight
Fm radio
You Tell me If
Rany thing works
You are filling the topic forum unnecessarily.
It is better to create a test group on Telegram
Wislley Frauner said:
You are filling the topic forum unnecessarily.
It is better to create a test group on Telegram
Click to expand...
Click to collapse
You are right, I will make an account Telegram :good:
Tested in HavocOS 3.2, it working perfectly but some problem I don't know why it fits with Project Spaget X almost 100% ?
Sent from my [device_name] using XDA-Developers Legacy app
Thanks for the support
May Ahmed said:
Hahahahhhhhhh complete and And also for your information These files are from an official ROM and not an invention ananjaser1211 Don't thank anyone Because ananjaser1211 it is not an inventor but a copy
But all thanks to you
Because you fix mistakes about Project Spaget X and you have the right to call it whatever you want Pumpkin And I think it takes you a lot of time ,
Was you required to repair it?
And you posted it If you do to yourself, but you did for everyone and take nothing
Therefore, trust yourself and do not look at anyone or the words of anyone
Click to expand...
Click to collapse
Just read this and I find it hilarious. Do I need to remind you that without (me the copy) there was never going to be any treble in the first place ?
Or proper TWRP support. Or proper exynos 7870 kernel (on 8 devices) or even proper roms ?
Know what you are talking about before you move your mouth. And no don’t credit me for (taking some of the files) when you took the ENTIRE project
I don’t think you wrote the convertors. 99% if the vendor or kernels or anything. The changes inside are extremely minimal and are hacks hence why you will never see them in my vendor. I don’t work to support one GSI
Thank god i left this community, you people truly don’t deserve anything I’ve done the past 3 years
Our Mine said:
And There were many mistakes I don’t know why ananjaser1211 didn’t fix it
And When u use ProjectSpagetX and 3. / not work good with all gsi Only except pixel gsi work good
Click to expand...
Click to collapse
First of all:
1. What mistakes????? Last time I checked the mistakes are yours.
2. I have flashed many different kind of GSIs both Q and Pie on my J7 Pro and they works flawlessly with Spaget X so I don't understand wtf do you even mean by "only except pixel GSI work".
3. Why does this thread even exists.
4. You kanged the whole thing and then give it a different name. Haha you're so funny.
5. LOL! Unstable hotspot? Non working flashlight? Spaget X have neither of those bugs.
---------- Post added at 11:08 AM ---------- Previous post was at 11:00 AM ----------
May Ahmed said:
These files are from an official ROM and not an invention ananjaser1211 Don't thank anyone Because ananjaser1211 it is not an inventor but a copy
But all thanks to you
Because you fix mistakes about Project Spaget X
Therefore, trust yourself and do not look at anyone or the words of anyone
Click to expand...
Click to collapse
Mmmm yes I love the delusion you are displaying here, you should be thanking Anan instead for bringing Spaget vendor and much more to ****tynos 7870.
Gigi The Star said:
I really owe you an apology to @Our Mine
I'm really sorry
Because I did not try
miui 11 with Project Spaget X
To know the correctness of your words and what you do from repair thank u
I don’t know what to tell you because of my words
You are truly a humble person who deserves respect
Unlike @ananjaser1211 and And two others
A conceited person say without me me without me knowing who I am and this is what I noticed in his words when I thanked me even if he did something that is nothing but an arrogant person who hates the success of others and he only succeeds
About @CM users
He does not have the courage to speak from his main account so I know who he is and now he will make an account and an account until he speaks and he is a user I hate these kind of people have no coward
Click to expand...
Click to collapse
Yes im arrogant for providing everything to this community without any conditions and for free.
look how many threads ive contributed into across xda, over 500. and none of those times i asked to be credited personally.
im moving this to the moderation and they can handle this mess on their own.
Gigi The Star said:
Well, you said this, you are arrogant of your attributes
Well, let's talk
Taking simple additions and adding them to the phone is
Also, did you make these additions, u do one some good gsi also from rom
And did not complete it
As you say over the past 3 years 300 y haha , your deeds are nothing but a copy of the official ROM from the phones, and you haven't created anything
Just a copy
It seems right in the end with Mai Ahmad words
I wasted a lot of time talking to you
U should work Indian movie ،The talk is over
Click to expand...
Click to collapse
atleast we agree on something, wasted time.
go to sammobile, download G965F firmware, extract vendor.img , and make it boot on exynos7870 without copying spaget. then we talk about "just copying"
if you boot a G965F Vendor stock directly from samsung, i will shut my mouth. until then, we have nothing more to talk about, and the proof of ripping off other peoples work will be when all these threads are closed.
you guys dont even know the difference between libs, hidl , services or anything. did you spend 3 months crafting a convertor ? or building what you took as a .zip and think its by samsung ? even on stock samsung vendors you will have less than 70% of the compatibly spaget does because unlike what you think and what ourmine and co are feeding you, vendors dont "just work" there are libs i made, scripts i made, hacks i made that you guys think will be in stock vendors. but hey im just a copy right ? . i swear people these days lack basic common sense. nobodies thinking they know **** about developing because they can copy an xml or an apk. im done here
This thread should be closed anyways. Because this is a copycat
Thread closed.
MOD EDIT. THREAD CLOSED!

Question What happend to Raghu varma and moto g60/g40 development?

Hi everyone.
I just noticed that currently there's just one developer (Raghu varma) who's developing for our Hanoip devices; last month i noticed that his XDA threads had been closed by his own request. I searched a little more, and i noticed that many of his other development threads from other devices were also closed (by his request i guess)
Does this means that development for our device are kind of abandoned?
Also, there's a telegram group that publish his roms (and any other from this device, if any) and there aren't new posts since august 27.
Does anyone knows anything? :'s
I don't know, I'm using aosp13 and there are basically no bugs
i've found this,
sad
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Link to forum
So...one guy in one device forum...made him stop all development for all devices? Sounds a bit extreme, but...I gotta say, I kinda understand where is he coming from with all this.
Hardware is expensive. Even building on a Google virtual machine costs money. And when you're building multiple ROMs for multiple devices, that means lots and lots of TBs of storage, and a pretty beefy computer so you can finish all that work preferably before New Year's.
Also, I know this kind of people. People who love to just complain about everything. I see them everywhere. And it drives me crazy. It's like nothing is good enough for them. They keep complaining and demanding stuff. And they tend to forget all the work and all the time that goes into this. They just don't appreciate it. I mean, it's not all about the money. Although, as I said, hardware is expensive, and...you do need to eat, once in a while. So...a little something would be really appreciated. But when you're doing it for free, and you don't even get a thank you; instead, you only see complaints and requests and people demanding things to be done in a certain way, in a certain time...you get sick of it pretty fast.
People like this don't care enough to see the good in anything. Everything is trash, everything is not worth anything (even when you get it for free!), so...yeah. The rest of the post has been removed (and I'm sure it was for a good reason), but I can imagine what was probably there before.
So I kinda understand his decision. Development is not easy. And it can be expensive, if you want hardware. So...yeah, when you see people like that who are just not ok with anything, you kinda wanna give up on everything and move on. Cause you feel like nothing is worth your time more than your own life and your own peace of mind.
xindefenggan said:
I don't know, I'm using aosp13 and there are basically no bugs
Click to expand...
Click to collapse
How does one install that? And where to get it from?
mintyx said:
How does one install that? And where to get it from?
Click to expand...
Click to collapse
The post has been closed, and the bluetooth of that rom can only be paired and cannot be connected to use and the android auto cannot be initialized. I think this may be related to the bluetooth failure. . . . . Well if it weren't for these two questions I think it's pretty good. . . . . Pity
@dhinesh_cool
@Raghu varma
THREAD CLEANED
XDA is in no way a ring for childish fights inherited from external chat groups. If you consider yourself being kanged on XDA, please provide the proofs to our moderation team for investigation. Meanwhile, keep the drama away from xda threads if you can't handle it by PM.
Thank you.
xindefenggan said:
The post has been closed, and the bluetooth of that rom can only be paired and cannot be connected to use and the android auto cannot be initialized. I think this may be related to the bluetooth failure. . . . . Well if it weren't for these two questions I think it's pretty good. . . . . Pity
Click to expand...
Click to collapse
Well, in fact, I used three roms made by him. Among them, los does not have its own Google suite, which does not meet Google's requirements, so it can't run Android auto. However, aosp and pe come with Android auto and Google suite. but apparently they face the same bug there must be a bug somewhere and i will have to go back to the official rom to get me to use android auto
DaReDeViL said:
@dhinesh_cool
@Raghu varma
THREAD CLEANED
XDA is in no way a ring for childish fights inherited from external chat groups. If you consider yourself being kanged on XDA, please provide the proofs to our moderation team for investigation. Meanwhile, keep the drama away from xda threads if you can't handle it by PM.
Thank you.
Click to expand...
Click to collapse
To be honest there is nothing to hide but ultimately the background music with hate is just making me more headache to deal with these few haters. Even though if you look in to my works from last 3 years to till date. I am following my protocol with proper terms & conditions. So just dealing with few new haters in a positive way. On top of it i don't even care about other developers unless they do something to me or some friendship from long but ultimately if you look in to his posts, he himself posting all drama . So better he should surrender with his own scrap. I am out from this so kindly from now i request XDA moderators to ban all these story writers who post racism/criticism/nepotism stories.
By the way the Kang word doesn't even fit to me because ultimately according to GPL my kernel source is always publicly available and you can take that and share to XDA DRT team. Iam ready for it. Most importantly i already told to everyone in all places( inside & outside XDA )as well "if anyone have issues with authorship then come to me, will review and proceed accordingly but if i identify the commit is fishy then i will discard on face" but ultimately few knew only creating drama.
Thanks for your time moderator.
Cheers
because one useless guy there complain about bugs.... so simple

Categories

Resources