LTE-Advanced Carrier Aggregation Enabler

Search This thread

enigma99a

Senior Member
Sep 2, 2007
85
18

2z4zin4.jpg


Carrier Aggregation Toggler

Today I am releasing a utility that will enable or disable LTE Carrier Aggregation (CA) on the SM-G900T. This is intended for users on the rooted stock rom only. T-Mobile does not currently use carrier aggregation. Therefore, this is for users who have unlocked phones and are on other carriers such as AT&T. Use this software at your own risk on devices other than the G900T!

What is Carrier Aggregation?
Carrier aggregation is the first step in LTE Advanced commercialization, offering increased user data rates for all users in the cell. The higher data rates can also be traded off to offer increased capacity for bursty applications such as web browsing.

To install:
Code:
$ adb push ToggleCA.apk /sdcard/
$ adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/ToggleCA.apk /system/priv-app/
# chmod 644 /system/priv-app/ToggleCA.apk

Then restart your device and launch the CA app.

To validate if CA is on or off:
Code:
1. Ensure the device is on LTE
2. Dial *#197328640#
3. Select AS
4. Will either say CA is disabled or enabled


OR, don't use my tool at all!

Code:
$ su
# am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://27663368378

Then go to...
Code:
[2] UE SETTING & INFO
[1] SETTING
[1] PROTOCOL
[1] AS
[2] RELEASE VERSION
[3] LTE 3GPP REL/CA CONTROL
[2] LTE 3GPP REL 10

REBOOT!

Let's get some people from Chicago to test this!
 
Last edited:

risestar2

Senior Member
Jul 31, 2011
53
32
Does anyone know if this will be compatible with the Project Infinity ROM? I'm planning on moving over to AT&T soon.



2z4zin4.jpg


Carrier Aggregation Toggler

Today I am releasing a utility that will enable or disable LTE Carrier Aggregation (CA) on the SM-G900T. This is intended for users on the rooted stock rom only. T-Mobile does not currently use carrier aggregation. Therefore, this is for users who have unlocked phones and are on other carriers such as AT&T. Use this software at your own risk!

To install:
Code:
$ adb push ToggleCA.apk /sdcard/
$ adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/ToggleCA.apk /system/priv-app/
# chmod 644 /system/priv-app/ToggleCA.apk

Then restart your device and launch the CA app.

To validate if CA is on or off:
Code:
1. Ensure the device is on LTE
2. Dial *#197328640#
3. Select AS
4. Will either say CA is disabled or enabled



If this app was useful to you, please buy me a coffee.. or two! :)
 

BLuFeNiX

Senior Member
Jan 18, 2013
436
232
Cool. How do we know that T-Mobile doesn't support it, and how would we find out if they turned it on? Basically, I'm wondering if this will be useful for TMO users in the future.
 

risestar2

Senior Member
Jul 31, 2011
53
32
AT&T is using it as they have access to a scattered group of lte frequencies and they wanted to cobble them all together. T-Mobile is not so lucky or cash rich so they have a much more limited frequencies and are planning a 4x2 mimo approach of doubling the amount of antennas on the network cells to give customers a better signal and less hand off to non lte

Sent from my SM-G900T using XDA Free mobile app
 

Irritant4

Member
Dec 9, 2005
12
1
Can someone post some speedtest results with and without this? I would like to see what it does before I dig in.
 

Jtrain88

Senior Member
Sep 27, 2012
303
344
Edgewood, Tx

2z4zin4.jpg


Carrier Aggregation Toggler

Today I am releasing a utility that will enable or disable LTE Carrier Aggregation (CA) on the SM-G900T. This is intended for users on the rooted stock rom only. T-Mobile does not currently use carrier aggregation. Therefore, this is for users who have unlocked phones and are on other carriers such as AT&T. Use this software at your own risk on devices other than the G900T!



To install:
Code:
$ adb push ToggleCA.apk /sdcard/
$ adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/ToggleCA.apk /system/priv-app/
# chmod 644 /system/priv-app/ToggleCA.apk

Then restart your device and launch the CA app.

To validate if CA is on or off:
Code:
1. Ensure the device is on LTE
2. Dial *#197328640#
3. Select AS
4. Will either say CA is disabled or enabled



If this app was useful to you, please buy me a coffee.. or two! :)

Tested it and it says enabled but not configured





Does anyone know if this will be compatible with the Project Infinity ROM? I'm planning on moving over to AT&T soon.



Sent from my SM-G900T using XDA Premium 4 mobile app
 

enigma99a

Senior Member
Sep 2, 2007
85
18
Tested it and it says enabled but not configured

I believe Chicago is the only market to have launched CA on at&t but others should be coming shortly. Now the phone is enabled, it will be able to pick up the RRC messages when it is lit up.

Anyone from Chicago that can test this?
 

Orsteezy

Senior Member
Oct 13, 2012
63
10
NYC
Got the same thing here in NYC.. "Enabled but NOT configured"

Wondering when it'll fire up here.. And if I need to "configure" it somehow..
 
Last edited:

bubblebuddyi

Senior Member
Jul 3, 2008
310
46
I'm confused, if this doesn't work on t mobile, why is it in t mobile section? Am I missing something?

Sent from my Galaxy S5 using Tapatalk
 

cjk2010

Senior Member
Dec 3, 2010
216
82
NYC
It's for people using the TMobile S5 on another carrier like AT&T . The TMobile G900T can be unlocked and used on other carriers that have LTE ACA enabled but the phone itself doesn't natively support it.

Sent from my SM-G900T using XDA Free mobile app
 
  • Like
Reactions: p-slim

lauriv

Member
Jul 14, 2010
7
0
I am getting "CA enabled but NOT configured"

G900TUVU1ANCH
XtreStoLite v1.1.1 - XXU1ANE
AT&T
 
Last edited:

MattMJB0188

Senior Member
Apr 30, 2011
1,407
214
Does this support international roms? Can I get more detailed directions on how to install this? Sorry.
 

enigma99a

Senior Member
Sep 2, 2007
85
18
Yes. I'm running a tmobile based rom now. How do I install this?

First requirement is to root your device.

Then... make sure you have the adb utility. Are you using Windows?

Code:
$ adb push ToggleCA.apk /sdcard/
$ adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/ToggleCA.apk /system/priv-app/
# chmod 644 /system/priv-app/ToggleCA.apk

Then restart your device and launch the CA app.
 

MattMJB0188

Senior Member
Apr 30, 2011
1,407
214
First requirement is to root your device.

Then... make sure you have the adb utility. Are you using Windows?

Code:
$ adb push ToggleCA.apk /sdcard/
$ adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/ToggleCA.apk /system/priv-app/
# chmod 644 /system/priv-app/ToggleCA.apk

Then restart your device and launch the CA app.

I gotcha now. Thanks

---------- Post added at 08:06 PM ---------- Previous post was at 07:39 PM ----------

First requirement is to root your device.

Then... make sure you have the adb utility. Are you using Windows?

Code:
$ adb push ToggleCA.apk /sdcard/
$ adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/ToggleCA.apk /system/priv-app/
# chmod 644 /system/priv-app/ToggleCA.apk

Then restart your device and launch the CA app.

Can you make this work on an international rom, like the one in my signature?
 

enigma99a

Senior Member
Sep 2, 2007
85
18
My tool does it programmatically, but if rooted, just go to

Code:
$ su
# am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://27663368378

Then go to...
Code:
[2] UE SETTING & INFO
[1] SETTING
[1] PROTOCOL
[1] AS
[2] RELEASE VERSION
[3] LTE 3GPP REL/CA CONTROL
[2] LTE 3GPP REL 10

REBOOT!
 

raykaze

New member
Dec 9, 2007
2
0
T-Mobile s5 on ATT. This is what i have
1404434846739.jpg

Sent from my SM-G900T using XDA Free mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10

    2z4zin4.jpg


    Carrier Aggregation Toggler

    Today I am releasing a utility that will enable or disable LTE Carrier Aggregation (CA) on the SM-G900T. This is intended for users on the rooted stock rom only. T-Mobile does not currently use carrier aggregation. Therefore, this is for users who have unlocked phones and are on other carriers such as AT&T. Use this software at your own risk on devices other than the G900T!

    What is Carrier Aggregation?
    Carrier aggregation is the first step in LTE Advanced commercialization, offering increased user data rates for all users in the cell. The higher data rates can also be traded off to offer increased capacity for bursty applications such as web browsing.

    To install:
    Code:
    $ adb push ToggleCA.apk /sdcard/
    $ adb shell
    $ su
    # mount -o rw,remount /system
    # cp /sdcard/ToggleCA.apk /system/priv-app/
    # chmod 644 /system/priv-app/ToggleCA.apk
    
    Then restart your device and launch the CA app.

    To validate if CA is on or off:
    Code:
    1. Ensure the device is on LTE
    2. Dial *#197328640#
    3. Select AS
    4. Will either say CA is disabled or enabled


    OR, don't use my tool at all!

    Code:
    $ su
    # am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://27663368378

    Then go to...
    Code:
    [2] UE SETTING & INFO
    [1] SETTING
    [1] PROTOCOL
    [1] AS
    [2] RELEASE VERSION
    [3] LTE 3GPP REL/CA CONTROL
    [2] LTE 3GPP REL 10
    
    REBOOT!

    Let's get some people from Chicago to test this!
    2
    Yes. I'm running a tmobile based rom now. How do I install this?

    First requirement is to root your device.

    Then... make sure you have the adb utility. Are you using Windows?

    Code:
    $ adb push ToggleCA.apk /sdcard/
    $ adb shell
    $ su
    # mount -o rw,remount /system
    # cp /sdcard/ToggleCA.apk /system/priv-app/
    # chmod 644 /system/priv-app/ToggleCA.apk
    
    Then restart your device and launch the CA app.
    1
    It's for people using the TMobile S5 on another carrier like AT&T . The TMobile G900T can be unlocked and used on other carriers that have LTE ACA enabled but the phone itself doesn't natively support it.

    Sent from my SM-G900T using XDA Free mobile app
    1
    I'm using a T-Mobile NF6 based rom (XtreStoLite) and I installed your app. I got everything running then when I dial the secret code I get

    "USSD Code Running"

    then

    "Unable to process request"

    Does this mean its not compatible with this rom or something else?

    TIA