[ROM][AOSP][Nightly/Release] CarbonRom KitKat [jflteatt/jflteusc]

Status
Not open for further replies.

CarbonROM

Senior Member
Mar 30, 2013
438
3,048
0
7
carbonrom.org
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. and on our Gerrit CarbonDev Gerrit.

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

All of our features can be found on our site here:

Carbon Features

Here are some screenshots:

Carbon Screenshots


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 website.

Carbon Downloads


Changelog

For a detailed changelog, check out the changes made each night here:

Carbon Changelog


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 website. Carbon FAQ

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) 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?

Find out here:

Carbon Team


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!



XDA:DevDB Information
[ROM][AOSP][Nightly/Release] CarbonRom KitKat [jflteatt/jflteusc], ROM for the AT&T Samsung Galaxy S 4

Contributors
CarbonDev, PatrickC
ROM OS Version: 4.4.x KitKat
Based On: AOSP

Version Information
Status: Beta

Created 2014-02-09
Last Updated 2014-05-09
 

finneginsfast

Senior Member
Mar 6, 2011
953
182
0
BC
Anyway there'll be a jfltecan release down the road, or at least a workaround with the jflteatt to work for the Canadian variant? I know there's lots of interest! :fingers-crossed:
 

DeNitE

Senior Member
Nov 26, 2011
668
388
0
Toronto
deniteappz.com
Anyway there'll be a jfltecan release down the road, or at least a workaround with the jflteatt to work for the Canadian variant? I know there's lots of interest! :fingers-crossed:
As far as I know, they will not be supporting the CAN version... However, there is a workaround that you can do...

(They will not install unless you do this)...

Download the jfltetmo file (The att version may work as well, I haven't tried it)

Two changes to make.

1.
In CARBON-KK-NIGHTLY-20140209-0238-jfltetmo\META-INF\com\google\android -> updater-script

Change the first line from:
assert(getprop("ro.product.device") == "jfltetmo" || getprop("ro.build.product") == "jfltetmo" || abort

to:

assert(getprop("ro.product.device") == "jfltecan" || getprop("ro.build.product") == "jfltecan" || abort

2.
In CARBON-KK-NIGHTLY-20140209-0238-jfltetmo\system -> build.prop

Change:
ro.product.model=SGH-M919
ro.product.brand=samsung
ro.product.name=jfltetmo
ro.product.device=jfltetmo
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=jfltetmo
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jfltetmo-user 4.3 JSS15J M919UVUEMK2 release-keys
ro.build.fingerprint=samsung/jfltetmo/jfltetmo:4.3/JSS15J/M919UVUEMK2:user/release-keys
ro.build.characteristics=default
ro.carbon.device=jfltetmo
# end build properties
#
# from device/samsung/jfltetmo/system.prop
#
# system.prop for SGH-M919
#

to:
ro.product.model=SGH-M919
ro.product.brand=samsung
ro.product.name=jfltetmo
ro.product.device=jfltetmo
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=jfltecan
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jfltecan-user 4.3 JSS15J I337MVLUEMK6 release-keys
ro.build.fingerprint=samsung/jfltecan/jfltecan:4.3/JSS15J/I337MVLUEMK6:user/release-keys
ro.build.characteristics=default
ro.carbon.device=jfltecan
# end build properties
#
# from device/samsung/jfltecan/system.prop
#
# system.prop for SGH-I337M
#

---------- Post added at 11:01 AM ---------- Previous post was at 10:59 AM ----------

Thanx Carbon for the great ROM!!

I did find one issue with the theme compatibility though...

The quicktiles and MMS app don't seem to theme...

Just thought I'd let you know.

Thanx again!!
 

energyracing

Senior Member
Jun 3, 2011
143
24
0
Dayton
Just tried to flash 2-16 Nightly. Wiped system, cache, and dalvik, flashed ROM and GApps, and on reboot, I got the "Unauthorized software" message and it wouldn't boot. Anyone else having this issue? I'm back on 2-12 now and it flashed fine.
 

geomax45

Senior Member
Oct 25, 2011
464
100
0
Oregon
Just tried to flash 2-16 Nightly. Wiped system, cache, and dalvik, flashed ROM and GApps, and on reboot, I got the "Unauthorized software" message and it wouldn't boot. Anyone else having this issue? I'm back on 2-12 now and it flashed fine.
Try it again and flash loki doki. You could also flash a lokied kernel after flashing the Rom.

Sent from my SGH-I337 using Tapatalk
 

energyracing

Senior Member
Jun 3, 2011
143
24
0
Dayton
Try it again and flash loki doki. You could also flash a lokied kernel after flashing the Rom.

Sent from my SGH-I337 using Tapatalk
Will do. Didn't even think of that, actually. Thanks. But what could have changed in the builds to stop Loki-ing the ROMs? I'm using TWRP 2.6.3.1, which auto-Lokis everything anyway, so I'm a little confused as to what has changed.
 

kdot25

Senior Member
Oct 29, 2010
146
0
0
Toronto
Any support for jfltecan

I'm currently running carbon rom (unofficial 01/31/2014) which was posted in another thread which supports jfltecan. I know carbon isn't supporting this model but can someone help on how I can get the latest version running on my phone.
 

swatty43

Senior Member
Apr 7, 2008
146
32
58
Indio
I'm currently running carbon rom (unofficial 01/31/2014) which was posted in another thread which supports jfltecan. I know carbon isn't supporting this model but can someone help on how I can get the latest version running on my phone.
Did you get it from this thread?

http://forum.xda-developers.com/showthread.php?t=2568699

[ROM] Unofficial Carbon Kitkat [4.4.2][jflteatt/jfltecan] 02/19

Cuz it was just updated.
 
Status
Not open for further replies.