[ROM][SGH-I317 / t0lteatt][KK][4.4.4] CyanogenMod 11 official nightlies

Search This thread

snabben

Senior Member
May 21, 2012
1,484
991
GBG
Sv: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

The devs have done an awsome job with this rel!
I get madass 4g reception. On stock rome i couldnt get 4g reception in apartment, but now i get 3/4 bars! Everything i have tested works. Will test bt tomorrow. :beer:

Sent from my GT-N7105 using xda premium
 
Last edited:

mzimmer88

Senior Member
Nov 2, 2010
166
10
I'm having a similar issue... When using MTP the phone doesn't show up as a storage device.

You'll see the phone in your device manager but it will have a yellow triangle and the driver install will fail.

---------- Post added at 10:52 AM ---------- Previous post was at 10:49 AM ----------

I also cannot get the phone to get a data connection when I connect to this APN:

Name: Cingular 410
APN: wap.cingular
Proxy: <Not set>
Port: <Not set>
Username: WAP@CINGULARGPRS.COM
Password: CINGULAR1
Server: <Not set>
MMSC: http://mmsc.cingular.com/
MMS proxy: wireless.cingular.com
MMS port: 80
MCC: 310
MNC: 410
Authentication type: <Not set>
APN type: <Not set>

Connecting to this APN allowed me to get past ATT throttling once I hit 5gb.
 
Last edited:

flameran

Member
May 21, 2012
39
2
Thanks for the great ROM.
Just flashed and everything works except two problems.
First is that when calling someone, the other end cannot hear me but I can hear him.
Second is that the sensors are not working.
Is everyone having the same problems?
Thanks again for the amazing work.

update: I reflashed the ROM and now the call problem is gone and the light sensor is working but other sensors are still off.
 
Last edited:

MonsterBandit

Senior Member
Dec 10, 2010
727
471
New Jersey
You'll see the phone in your device manager but it will have a yellow triangle and the driver install will fail.

---------- Post added at 10:52 AM ---------- Previous post was at 10:49 AM ----------

I also cannot get the phone to get a data connection when I connect to this APN:

Name: Cingular 410
APN: wap.cingular
Proxy: <Not set>
Port: <Not set>
Username: WAP@CINGULARGPRS.COM
Password: CINGULAR1
Server: <Not set>
MMSC: http://mmsc.cingular.com/
MMS proxy: wireless.cingular.com
MMS port: 80
MCC: 310
MNC: 410
Authentication type: <Not set>
APN type: <Not set>

Connecting to this APN allowed me to get past ATT throttling once I hit 5gb.

that apn is for non LTE you need to use the ATT LTE APN
 

snabben

Senior Member
May 21, 2012
1,484
991
GBG
Sv: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

Sensors works just fine for me (autorotate,and the sensor that turn off screen when on call)

Sent from my GT-N7105 using xda premium
 

static416

Senior Member
Oct 9, 2010
102
10
Toronto
Install fails for me because my device is detected as a I317M right at the beginning of the flash process. Probably should add that to the list of accepted devices.

EDIT: Sorry, to clarify, my ro.product.device is t0ltecan, which is currently not accepted during the flash.
 
Last edited:

Alex1x

Senior Member
Apr 14, 2011
664
80
California
Few questions.
I'm on Tmobile Note 2, and read this version is compatible, how come its not listed on Tmobile Dev section too?
Since this is 4.2, does it have photo sphear?

And I'm sure no wifi calling right?

Love CM, can't wait to flash.
 

madmack

Senior Member
Is there a specific way to flash this on T889 or just flash as instructed in OP?

Sent from my SGH-T889 using xda premium

Few questions.
I'm on Tmobile Note 2, and read this version is compatible, how come its not listed on Tmobile Dev section too?
Since this is 4.2, does it have photo sphear?

And I'm sure no wifi calling right?

Love CM, can't wait to flash.

http://xdaforums.com/showthread.php?t=2105919
 
  • Like
Reactions: xak944

mjwhirly

Senior Member
Aug 16, 2010
471
527
34
FL
Install fails for me because my device is detected as a I317M right at the beginning of the flash process. Probably should add that to the list of accepted devices.

EDIT: Sorry, to clarify, my ro.product.device is t0ltecan, which is currently not accepted during the flash.

Just remove the asserts and flash
 

mzimmer88

Senior Member
Nov 2, 2010
166
10
that apn is for non LTE you need to use the ATT LTE APN

Right, back on Touchwiz and before on and old phone running CM9. I had both APNs in my phone. Once I hit my 5gb throttling mark on the LTE APN, I switched to the Cingular 410 APN and was no longer throttled (no LTE but still HSPA+).

That is what I am trying to figure out. Why does this ROM not get a data connection (it gets voice) on the CIngular 410 APN?
 

snabben

Senior Member
May 21, 2012
1,484
991
GBG
Sv: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

Flameran. I came from cm10 .

Sent from my GT-N7105 using xda premium
 

id10terrordfw

Senior Member
Aug 3, 2010
2,245
455
Fort Worth, TX
Re: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

Thanks for the great ROM.
Just flashed and everything works except two problems.
First is that when calling someone, the other end cannot hear me but I can hear him.
Second is that the sensors are not working.
Is everyone having the same problems?
Thanks again for the amazing work.

Same on the sensors, I even tried the install Perseus then install cm kernel trick and that didn't work. No autorotation or proximity sensor for me.

Sent from my GT-N7105 using xda premium
 

scar45

Inactive Recognized Themer
Aug 17, 2006
1,011
1,075
Just remove the asserts and flash

Likewise, could we simply add the following?

PHP:
getprop("ro.product.device") == "SGH-I317M" || getprop("ro.build.product") == "SGH-I317M" ||

I'm sure madmack will correct this for those of us in the Great White North :D
 

madmack

Senior Member
Install fails for me because my device is detected as a I317M right at the beginning of the flash process. Probably should add that to the list of accepted devices.

EDIT: Sorry, to clarify, my ro.product.device is t0ltecan, which is currently not accepted during the flash.

Likewise, could we simply add the following?

PHP:
getprop("ro.product.device") == "SGH-I317M" || getprop("ro.build.product") == "SGH-I317M" ||

I'm sure madmack will correct this for those of us in the Great White North :D

https://github.com/CyanogenMod/andr...mmit/ebb8849e6232abe07ac606ca5c7a22ba2c7e3f85
 
J

juwttt

Guest
Re: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

I really appreciate your hard work and dedication in solving the issues to have 4.2 on our phones. Much thanks to you and codeworkx

Sent from my SAMSUNG-SGH-I317 using xda premium
 
Last edited:

BlackHoleSlam

Senior Member
Nov 25, 2010
3,364
177
Houston
Re: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

Same on the sensors, I even tried the install Perseus then install cm kernel trick and that didn't work. No autorotation or proximity sensor for me.

Sent from my GT-N7105 using xda premium

My phone auto rotates and calls work fine.

Sent from my GT-N7105 using Tapatalk 2
 

ahmarchi

Senior Member
Aug 20, 2008
1,065
180
Greensboro
Re: [ROM][SGH-I317 / t0lte][JB][4.2.1] CyanogenMod 10.1 official nightlies

Can someone twill me where developer option are in this version of cm

Sent from my GT-N7105 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 123
    CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.2 (JB), which is designed to increase performance and reliability over stock Android for your device.

    Code:
    #include 
    /*
     * Your warranty is now void.
     *
     * 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 ROM
     * 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.
     *
     * Submitting bug reports on nightly builds is the leading 
     * cause of male impotence.
     */

    CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.

    Official CyanogenMod Wik: http://wiki.cyanogenmod.org/w/T0lte_Info


    First time installing CyanogenMod 10.1 to your Galaxy Note 2 LTE (GSM), or coming from another ROM:
    - Read known issues ans FAQs
    - Flash the latest official ClockworkMod-Recovery
    - Copy GApps and CM10.1 ZIPs to your SDCard
    - Boot into Recovery
    - Flash CM10.1 zip from SDCard
    - Flash GApps zip from SDCard
    - DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
    - Reboot
    - Don't restore system data using Titanium Backup!
    - Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!

    Upgrading from earlier version of CyanogenMod 10.1:
    - Copy CM10.1 ZIP to your SDCard
    - Boot into Recovery
    - Flash CM10.1 zip from SDCard
    - Reboot

    Upgrading from CyanogenMod 10:
    - Read known issues ans FAQs
    - Copy GApps and CM10.1 ZIPs to your SDCard
    - Boot into Recovery
    - Flash CM10.1 zip from SDCard
    - Flash GApps zip from SDCard
    - Reboot
    - Wipe data of clock app
    - Reset everything under Settings -> Date & Time otherwise editing alarms might cause FCs

    Downgrading to 4.1.x ROMs:
    - After flashing your 4.1 ROM, flash the attached file to move your sdcard content out of the 0/ subfolder.


    CM10.1 official nightly builds:
    http://www.get.cm/?device=t0lteatt

    Google Apps:
    http://goo.im/gapps

    http://changelog.bbqdroid.org/#t0lteatt/cm10.1/next

    TEAMHACKSUNG SUPPORT CHAT
    Webchat: http://webchat.freenode.net/?channels=teamhacksung-support

    Server: chat.freenode.net
    Channel: #teamhacksung-support

    Don't expect any support if you:
    - are not running stock cm-kernel
    - have installed any mods
    - have modified system files


    If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
    This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
    Open-Source doesn't meant Out-of-Respect!!!

    cqzsTl.png
    ciPQWl.png
    Smpv0l.png

    o5NZFl.png
    eAJJIl.png


    If you want to donate a few bucks for the work we're doing in our freetime, goto teamhacksung website and hit the big donate button.
    Thanks to all donators!
    34
    Great friggin' news:

    Yep, we did it again! Our opensource audio HAL seems to work almost fine.
    Incall earpiece, speaker, mic and bluetooth are working. A2dp works also.
    Since Google Now works properly i assume the Camcorder will be fine, too.
    Headset is working as well.

    Download: cm-10.1-20130125-UNOFFICIAL-t0lte.zip
    Please test it.

    Known bugs:
    - mic mute broken during calls

    you got codeworkx and sbrissen to thank for kick starting this. :highfive::highfive:
    19
    Members yet another Development Thread Cleaned of the OT/Drama/Not Needed type posts, shall we get back to development. And consider this your Warning any more of these not needed type posts, I will be passing out "treats", Thank You.

    BTW how about Members attempt to fix their own problems with a little homework and searching. Instead of posting and waiting on others to come up with your solutions. Thanks
    13
    Thanks, I just installed ForceKernel (OC TO 1,920Mhz) and then run some benchmarks and it's much slower than Perseus, I used to get in Perseus around 7,500 in Quadrant and now I get around 4,500 to 5,500, am I doing something wrong ?

    NOTE: I am using SetCPU and the Governor is "pegasusq"

    world is going to end because your ePenis has narrowed because of less score?
    that's damn hard.
    12
    Please test if this fixes audio over bluetooth for you:
    cm-10.1-20130120-UNOFFICIAL-t0lte.zip