Go Back   Android Forums > Android Phones > Samsung Galaxy Note LTE > Note LTE - All Things Root
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old March 21st, 2012, 06:18 PM   #1 (permalink)
Senior Member
Thread Author (OP)
 
Talderon's Avatar
 
Join Date: Feb 2010
Location: Seattle, WA
Posts: 1,037
 
Device(s): AT&T Samsung Galaxy Note LTE
Carrier: Not Provided

Thanks: 45
Thanked 249 Times in 154 Posts
Send a message via Skype™ to Talderon
Default (GB and ICS) Run your AT&T Galaxy Note on T-Mobile 3G/4G

Original here: xda-developers - View Single Post - At&t Note / T-mobile 3g/4g fix Found- pledged donors step up[$435 Paid, $255 Left]

ICS Radios are here!! (Same steps as below): xda-developers - View Single Post - [MODEM]T-Mobile ICS Modems

I have been following this thread (and need to get my Donation in on PayDay) and did this one a couple friends phoned and it works like a champ on T-Mobile now, no more Edge, just 3G/3G goodness!!

Quote:
Ok. I have successfully managed to get T-mobile 4G working on an AT&T Galaxy Note with absolutely no freezing. I have been able to replicate T-mobile 4G with three different modems: (1) T-mobile SGH-T989 KID, (2) T-mobile SGH-T989 VKL1, and (3) Telus KJ3. These modems can be found in this post http://forum.xda-developers.com/show....php?t=1507825. Also, there is full phone functionality.

Here is how I achieved T-Mobile 4G on an AT&T Galaxy Note.

PRELIMINARY NOTES

The AT&T Note was networked unlocked
I have been on T-Mobile for the past 3 years
I am on the T-mobile post paid 5GB Data Android Plan (with unlimited talk and text)
T-mobile sim was in the device while testing the solution
The Galaxy Note was rooted, and running the latest Saurom Projekt Team Rom with the kernel that comes with that rom (DA_G's kernel I think).
The phone functions perfectly. My family called while I was testing and there were no issues.
Photo evidence and in follow up posts.
Video evidence here T-Mobile Voice/Data/3G/4G/HSPA+ working on my AT&T Galaxy Note SGH-i717! - YouTube by zedomax.

CAVEATS

Signal strength on my note was less than it was on my GS II. Indoors, I struggled to get two bars of reception.
I have yet to break 5Mbps download speeds and upload speeds are low, usually 1 Mbps or less.

EDIT: In some locations I am getting excess of 9Mbs down and 2Mbs up.

HOW THIS SOLUTION DIFFERS FROM OTHER ATTEMPTS

All other attempts I have seen in both threads attempt to flash both the modem (mdm.bin) and the software that runs/communicates with the modem (amss.bin). CWM solutions were worse because those solutions also flashed two lib files (libril.so and libril-qc-qmi-1.so) that might be adding to the conflict.

Since all of the other solutions were resulting in lags/freezes/crashes, it seemed that either mdm.bin, amss.bin, or one of the lib files must be conflicting with some other component on the device. Since it was confirmed that 4G was possible before the lags/freezes/crashes, it seemed that the modem file was compatible. The only solution left was to eliminate any conflict possibly arising from the amss.bin or the lib files. In a nutshell, the solution is to flash mdm.bin without amss.bin or the lib files.



THE SOLUTION

I recommend using SOLUTION 1 below. It is easy and all you have to do is download the modem you are interested in and flash through CWM. But if you are game, you can go for SOLUTION 2 which is a bit more technical and requires comfort with adb and the dd command. That solution relies on adb and dd to write the mdm.bin file directly to the mmcblk0p17 partition on the device. Before we do that you MUST (1) have a NANDdroid back up and (2) you must follow the instructions here to backup your current mdm.bin/mmcblk0p17 partition so you can restore it when you need to.

- NANDROID and OTHER PREP

1. Do your nandroid backup (sorry, I can't explain that here)
2. Power off phone, remove battery, and install T-Mobile sim with a smartphone/data plan.
3. Power on phone
4. Make sure you have adb working on your pc with all the necessary samsung usb drivers etc. (sorry, I can't explain that here)
5. Make sure usb debugging mode is on (Settings, Applications, Development)
6. Make sure "Unknown sources" is on (Settings, Applications ... this may not be necessary, but it worked for me, so let's just do it.)

- SOLUTION 1 - THE NICE AND EASY WAY


1. Using CMW, flash your modem of choice from the following:

- Telus Kj3 - Telus_SGH-T989D_Kj3_radio_ATTNOTE.zip
- T-mobile SGH-T989 KID - Tmo_SGH-T989_KID_radio_ATTNOTE.zip
- T-mobile SGH-T989 VKL1 - Tmo_SGH-T989_VKL1_radio_ATTNOTE.zip

2. Reboot your phone.

3. That's it. You should be ready to roll and can ignore all the technical stuff below. That is just there so people can build on the work.

4. To get back to AT&T you can flash this file. http://dl.dropbox.com/u/10098708/Att_ucla1_%20radio.zip


- TWEAKS

Since most people won't need Solution 2 (below) I'll post any updates/tweaks here.

1. Build.prop - using this build.prop I was able to reach average downloads speeds of 9Mbps and uploads of 2-3Mbps at work where I had very strong reception. Before the this tweak I was stuck at around 4Mbps down and 1Mbps up. At home I went back to around 4MBps down, but it was consistent while up speeds remained poor (less than 1 Mbps). At least one other user has reported improvements with this build.prop. I'll ask him to post his results. You can find the file here: http://forum.xda-developers.com/show...&postcount=290. The file is NoT a flashable zip. You have to (1) unzip it (2) remove .test from the end of the file name so it reads build.prop and then use root explorer (from market) to place it in your /system/ folder. back up your old build.prop for safe measure. Reboot.

- SOLUTION 2 - THE TECHNICAL WAY (or if you have trouble flashing the above)

1. Create three folders on your internal sdcard (/sdcard) or your external sd card (/sdcard/external_sd). These folders are (1) ATT, (2) TMOBILE, and (3) TELUS. Then create two subfolders in the TMOBILE folder: (a) KID, and (b) VKL1.

2. Backup your original mdm.bin and amss.bin partitions

- Get adb up an running and make certain your phone is connected to your pc.
- Run the following commands to back up your mdm.bin. You may as well back up your amss.bin as well for good measure.

- For those using the internal storage use the following commands.

adb shell dd if=/dev/block/mmcblk0p17 of=/sdcard/ATT/mdm.bin
adb shell dd if=/dev/block/mmcblk0p13 of=/sdcard/ATT/amss.bin

- For those using the external sd card use the following commands.

adb shell dd if=/dev/block/mmcblk0p17 of=/sdcard/external_sd/ATT/mdm.bin
adb shell dd if=/dev/block/mmcblk0p13 of=/sdcard/external_sd/ATT/amss.bin

- Good. Now your original modem files are backed up on your internal storage or external sd card. Please don't overwrite them. Back them up somewhere else just to be safe.


3. Now we need to download and store either one of the T-Mobile mdm.bin files or the Telus mdm.bin file.

- Download the modem you want to test from this post http://forum.xda-developers.com/show....php?t=1507825.
- I had the best results with the T-mobile SGH-T989 KID so I'll use that for these instructions.
- After downloading the modem, extract the mdm.bin file. Remember, this is the only file you want to mess with right now. (Maybe when we do more tweaking we can optimize the amss.bin file and the lib files as well.)

- If you downloaded the T-mobile SGH-T989 KID, save the mdm.bin file in /sdcard/TMOBILE/KID folder (internal sd) or the /sdcard/external_sd/TMOBILE/KID (external sd card).

- if you downloaded the T-mobile SGH-T989 VKL1, save the mdm.bin file in /sdcard/TMOBILE/VKL1 folder (internal sd) or the /sdcard/external_sd/TMOBILE/VKL1 (external sd card).

- if you downloaded the Telus KJ3, save the mdm.bin file in /sdcard/TELUS/ folder (internal sd) or the /sdcard/external_sd/TELUS/ (external sd card).

- Good. Now you have the mdm.bin file in a location that tells you exactly which modem you will be flashing.

4. Now all we need to do is copy the mdm.bin to the correct partition on the Note.


- For those using the T-mobile SGH-T989 KID modem the use the following command without the quotes.

"adb shell dd if=/sdcard/external_sd/TMOBILE/KID/mdm.bin of=/dev/block/mmcblk0p17" (external storage)

"adb shell dd if=/sdcard/TMOBILE/KID/mdm.bin of=/dev/block/mmcblk0p17" (internal storage)



- For those using the T-mobile SGH-T989 VKL1 modem use the following command without the quotes.

"adb shell dd if=/sdcard/external_sd/TMOBILE/VKL1/mdm.bin of=/dev/block/mmcblk0p17" (external storage)

"adb shell dd if=/sdcard/TMOBILE/VKL1/mdm.bin of=/dev/block/mmcblk0p17" (internal storage)


- For those using the Telus KJ3 modem use the following command without the quotes.

"adb shell dd if=/sdcard/external_sd/TELUS/mdm.bin of=/dev/block/mmcblk0p17" (external storage)

"adb shell dd if=/sdcard/TELUS/mdm.bin of=/dev/block/mmcblk0p17" (internal storage)

5. If all of that went well, all we have to do now is reboot, let the device settle down (updating the storage takes a little while longer since we put all those modem files in there), and then force the device to use HSDPA.

- Enter the following command without quotes

"adb shell reboot"

- Let the device restart
- Let media scanning complete (really, be a little patient with it)
- Look for the 4G icon to appear where only an edge symbol used to be.
- If there is no 4G icon, check you reception strength. I had low reception indoors that improved when I went outdoors.
- If after trying to get a stronger signal you still only get edge, you might need to force your phone to use HSPA only.

6. Forcing your phone to use HSPA

- Go to Settings
- Go to Wireless and network
- Scroll down and go to Mobile networks
- Go to Network mode
- Select HSPA only

OR

- Enter *#2263# on the dialpad
- Select [2] WCDMA Band Preference
- Select [3] WCDMA 1700

__________________
|Talderon|
Found a post that was helpful? Hit the THANKS button!
Found a post that breaks the rules? Hit the REPORT button!
Have a good time and help others when you can!
(otherwise the mean android ghost will come and underclock and overvolt your phone!!)
Talderon is offline  
Last edited by Talderon; April 6th, 2012 at 06:41 PM. Reason: Added links to ICS Modems
Reply With Quote
The Following User Says Thank You to Talderon For This Useful Post:
vinnie01 (October 10th, 2012)
Sponsors
Old April 4th, 2012, 08:55 AM   #2 (permalink)
Member
 
Join Date: Jun 2010
Location: Los Angeles
Posts: 222
 
Device(s):
Carrier: Not Provided

Thanks: 58
Thanked 10 Times in 9 Posts
Default

Thanks
ndfan4u is offline  
Last edited by ndfan4u; April 5th, 2012 at 07:51 PM. Reason: found answers
Reply With Quote
Old April 6th, 2012, 09:04 AM   #3 (permalink)
Member
 
Join Date: Jun 2010
Location: Los Angeles
Posts: 222
 
Device(s):
Carrier: Not Provided

Thanks: 58
Thanked 10 Times in 9 Posts
Default

Hey all, this really worked. I was only getting Edge on my AT&T unlocked/rooted Galaxy Note using TMobile sim, but now I am getting 4G everywhere in the Santa Clarita CA area. Even in my home! And I was able to do this all on my own after watching countless You Tube videos on rooting to unlocking to flashing. If I could do it, so can you. I am so happy. Thanks to everybody for posting all this how-to information.
ndfan4u is offline  
Reply With Quote
Old April 6th, 2012, 02:51 PM   #4 (permalink)
Senior Member
Thread Author (OP)
 
Talderon's Avatar
 
Join Date: Feb 2010
Location: Seattle, WA
Posts: 1,037
 
Device(s): AT&T Samsung Galaxy Note LTE
Carrier: Not Provided

Thanks: 45
Thanked 249 Times in 154 Posts
Send a message via Skype™ to Talderon
Default

VERY glad it helped!

I have friends on T-Mobile saving up for their Note as well, so we'll get even more users over on T-Mobile.

FYI, on a side note, they already have compatible radios for ICS when it drops officially, or if you want to try out the leaked version.

Have fun!
Talderon is offline  
Reply With Quote
Old April 15th, 2012, 07:31 AM   #5 (permalink)
New Member
 
Join Date: Mar 2012
Location: South Florida
Posts: 8
 
Device(s): Galxay Note LTE
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:

- SOLUTION 1 - THE NICE AND EASY WAY


1. Using CMW, flash your modem of choice from the following:

- Telus Kj3 - Telus_SGH-T989D_Kj3_radio_ATTNOTE.zip
- T-mobile SGH-T989 KID - Tmo_SGH-T989_KID_radio_ATTNOTE.zip
- T-mobile SGH-T989 VKL1 - Tmo_SGH-T989_VKL1_radio_ATTNOTE.zip

2. Reboot your phone.

3. That's it. You should be ready to roll and can ignore all the technical stuff below. That is just there so people can build on the work.

4. To get back to AT&T you can flash this file. http://dl.dropbox.com/u/10098708/Att_ucla1_%20radio.zip


Alright, I am a newbie to all this but love my new unlocked AT&T Note on T-Mobile, but want to do this.

My problem is: WTF is CMW and how do you do the above. Flame suit is on and I admit I am not teckky savvy.

Any help would be greatly appreciated.
dtwalkerfl is offline  
Reply With Quote
Old April 15th, 2012, 11:13 AM   #6 (permalink)
Senior Member
Thread Author (OP)
 
Talderon's Avatar
 
Join Date: Feb 2010
Location: Seattle, WA
Posts: 1,037
 
Device(s): AT&T Samsung Galaxy Note LTE
Carrier: Not Provided

Thanks: 45
Thanked 249 Times in 154 Posts
Send a message via Skype™ to Talderon
Default

CWM is Clockwork Mod Recovery.

Here is a quick How-To on getting it installed and done:

Rooting and Clockworkmod

1. Install USB Driver for Windows (http://www.samsung.com/us/support/ow...SGH-I717ZBAATT).

2. In order to Odin you have to put your phone into download mode. To do so, turn off your phone, hold VOLUME DOWN and POWER buttons, once you see the prompt
to put your phone into download mode press VOLUME UP.

3. To get Odin to work, start Odin and load the .tar, etc BEFORE plugging in your phone. Then put your phone into download mode and connect the USB. Once you plug in your phone the program will show device in COM port.

4. Root your phone. Two methods.
a. Flash counter raising: see here (http://forum.xda-developers.com/show....php?t=1504218)
b. Flash counter intact: see here (http://forum.xda-developers.com/show....php?t=1518962)

5. Clockworkmod recovery
a. Non-touch version: http://forum.xda-developers.com/show....php?t=1526431
b. Touch version: http://forum.xda-developers.com/show....php?t=1584576

6. To put your phone into recovery.
a. Turn off your phone, hold both VOLUME UP and VOLUME DOWN and POWER. After you feel the first vibration, let go of the POWER button but keep holding the VOLUME UP and VOLUME DOWN. You should go into CWM assume it’s flashed correctly.

7. First thing you do after installing CWM is to create a nandroid backup before you try to flash anything so you can restore if anything goes wrong.

8. Also you should check the md5sum of the rom, kernel, theme, etc file size before you flash to verify that downloaded file is correct and complete. To do that you can use any md5sum apps from the market such as this one. Some devs don't post md5sum info, so you have to ask for it.

9.Why clear cache, dalvik cache, and wipe data/factory reset before flashing a new rom?
a. cache: main data cache is used by the Android OS at runtime to write temporary files for specific reasons. You want to clear this out when you try a new ROM so it doesn't re-used that cached data.
b. dalvik cache: when you install an application on Android, it performs some modifications and optimizations on that application's dex file. It then caches the resulting odex (optimized dex) file in the /data/dalvik-cache folder, so that it doesn't have to perform the optimization process every time it loads an application. This is important if you flash a new kernel.
c. As a general rule you do all of above when flashing a new rom.


Source: [REF] Start up guide for rooting, recovery, ROMs, de-brick, and tether updated 04/10 - xda-developers
Talderon is offline  
Reply With Quote
The Following User Says Thank You to Talderon For This Useful Post:
vinnie01 (October 10th, 2012)
Old April 16th, 2012, 02:25 PM   #7 (permalink)
New Member
 
Join Date: Mar 2012
Location: South Florida
Posts: 8
 
Device(s): Galxay Note LTE
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Confused

Uhhhh, thanks for the reply. Maybe some day when I run across somebody that understands all that I'll let him do it.
dtwalkerfl is offline  
Reply With Quote
Old April 16th, 2012, 04:01 PM   #8 (permalink)
Senior Member
Thread Author (OP)
 
Talderon's Avatar
 
Join Date: Feb 2010
Location: Seattle, WA
Posts: 1,037
 
Device(s): AT&T Samsung Galaxy Note LTE
Carrier: Not Provided

Thanks: 45
Thanked 249 Times in 154 Posts
Send a message via Skype™ to Talderon
Default

Quote:
Originally Posted by dtwalkerfl View Post
Uhhhh, thanks for the reply. Maybe some day when I run across somebody that understands all that I'll let him do it.
I'll try to break it down for you some more, but will have to wait till I get home.
Talderon is offline  
Reply With Quote
Old April 20th, 2012, 02:25 AM   #9 (permalink)
Senior Member
 
Join Date: Mar 2011
Location: California
Posts: 504
 
Device(s): HTC Thunderbolt Rooted OG Droid
Carrier: Not Provided

Thanks: 35
Thanked 51 Times in 47 Posts
Default

can someone please tell me WHY this works? i've been selling phones for tmobile for almost a year now and have decided to learn the frequency aspect of it all and the fact that this phone that supposedly doesn't have the proper 1700/2100 frequency is working on tmobile's 3g/4g is just confusing me now :/
nateap87 is offline  
Reply With Quote
Old June 3rd, 2012, 07:43 PM   #10 (permalink)
Junior Member
 
Join Date: Mar 2011
Posts: 44
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default

Is it possible to upgrade to Ice Cream Sandwich after running this? Also, I am in the San Francisco Bay Area of California, and I tried all 3 modems, yet I can't seem to get more than 800kbps download speed (My wife's Samsung Galaxy S2 that is on T-Mobile, and my LG Thrill (is originally an ATT phone but running much faster than this).

Any ideas?
eastbayarb is offline  
Last edited by eastbayarb; June 3rd, 2012 at 08:58 PM.
Reply With Quote
Sponsors
Old July 15th, 2012, 04:15 PM   #11 (permalink)
New Member
 
Join Date: Jul 2012
Posts: 5
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default

Ok.
1. Using CMW, flash your modem of choice from the following:

- Telus Kj3 - Telus_SGH-T989D_Kj3_radio_ATTNOTE.zip
- T-mobile SGH-T989 KID - Tmo_SGH-T989_KID_radio_ATTNOTE.zip
- T-mobile SGH-T989 VKL1 - Tmo_SGH-T989_VKL1_radio_ATTNOTE.zip

Which of these do we use? And how to tell which we use?
antisouless is offline  
Reply With Quote
Old July 19th, 2012, 02:29 PM   #12 (permalink)
New Member
 
Join Date: Jan 2010
Posts: 3
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Could this same technique theoretically work on other AT&T devices such as the motorola atrix 4G? I thought there were hardware limitations but this thread seems to suggest that if you flash the right radio on a devices, with some software tinkering, it could work. Am I understanding the process correctly??

Thanks,

-Brendan
huffman416 is offline  
Reply With Quote
Old July 20th, 2012, 08:24 AM   #13 (permalink)
Senior Member
Thread Author (OP)
 
Talderon's Avatar
 
Join Date: Feb 2010
Location: Seattle, WA
Posts: 1,037
 
Device(s): AT&T Samsung Galaxy Note LTE
Carrier: Not Provided

Thanks: 45
Thanked 249 Times in 154 Posts
Send a message via Skype™ to Talderon
Default

Quote:
Originally Posted by huffman416 View Post
Could this same technique theoretically work on other AT&T devices such as the motorola atrix 4G? I thought there were hardware limitations but this thread seems to suggest that if you flash the right radio on a devices, with some software tinkering, it could work. Am I understanding the process correctly??

Thanks,

-Brendan
NO NO NO! Please do NOT try this on other devices!

The ONLY reason this works on a few of the Samsung devices is that they have the radio hardware to support these network frequencies. Reasons are plentiful, but for some phones, they were planned for after the mergers (which didn't happen) or they have a T-Mobile counterpart and Samsung just used the same hardware to support all bands.

Trying this on another device that does not meet the right requirements will render it a paperweight, that is, IF you were able to successfully flash a radio.
Talderon is offline  
Reply With Quote
Old July 20th, 2012, 08:34 AM   #14 (permalink)
New Member
 
Join Date: Mar 2012
Location: South Florida
Posts: 8
 
Device(s): Galxay Note LTE
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have been loving my Note on T-Mobile but need 4G. How can I get this done to mine? I don't have the techy savvy on phones to do it myself.
dtwalkerfl is offline  
Reply With Quote
Old July 20th, 2012, 11:38 AM   #15 (permalink)
New Member
 
Join Date: Jan 2010
Posts: 3
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Talderon View Post
NO NO NO! Please do NOT try this on other devices!

The ONLY reason this works on a few of the Samsung devices is that they have the radio hardware to support these network frequencies. Reasons are plentiful, but for some phones, they were planned for after the mergers (which didn't happen) or they have a T-Mobile counterpart and Samsung just used the same hardware to support all bands.

Trying this on another device that does not meet the right requirements will render it a paperweight, that is, IF you were able to successfully flash a radio.

I understand it would not be wise to use these specific radios for my device I was just wondering if a similar project could be attempted for another device. Thanks for the information though!
huffman416 is offline  
Reply With Quote
Old July 20th, 2012, 04:30 PM   #16 (permalink)
Senior Member
Thread Author (OP)
 
Talderon's Avatar
 
Join Date: Feb 2010
Location: Seattle, WA
Posts: 1,037
 
Device(s): AT&T Samsung Galaxy Note LTE
Carrier: Not Provided

Thanks: 45
Thanked 249 Times in 154 Posts
Send a message via Skype™ to Talderon
Default

Quote:
Originally Posted by huffman416 View Post
I understand it would not be wise to use these specific radios for my device I was just wondering if a similar project could be attempted for another device. Thanks for the information though!
No problem.

I would have to say that for 99% of the phones out there, this would not be possible on. We just had some luck with a few of the Galaxy phones. Not sure how common this is as I don't roam forums for phones and I don't have or have much of an interest in.
Talderon is offline  
Reply With Quote
Reply


Go Back   Android Forums > Android Phones > Samsung Galaxy Note LTE > Note LTE - All Things Root
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:33 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.