[Q] will there be ICS Radios MT4G - myTouch 4G Q&A, Help & Troubleshooting

Since we on GB radios shouldnt it be a ICS radio
Sent from my HTC Glacier using XDA

Since the MT4G isn't getting official ICS, there won't be an ICS radio. Radios really aren't something that can be ported between devices. We know the MT4G is soon getting a small update of some kind, so it's possible a new GB radio will be part of that package.

Maybe football, will be able to work his magic an find us an ics update, or something useful.that dude is magical
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader

Mr.Highway said:
Maybe football, will be able to work his magic an find us an ics update, or something useful.that dude is magical
Click to expand...
Click to collapse
Yeah he is, but where would he get it from? The DHD ICS OTA?

TeeJay3800 said:
Yeah he is, but where would he get it from? The DHD ICS OTA?
Click to expand...
Click to collapse
I might now how he finds them, but I digress. The dhd actual ROM update we could use, as for the radio.img, that's a different story. Our latest radio, is a dhd one, but that doesn't mean the newest one will be compatible with our phone.
Somebody who can unbrick there phone from a failed radio, they would be able to test it for us. I don't know who could do that right now.
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader

The baseband builds in newer phones have nothing to do with OS in any case. There's no "Gingerbread radio" or "ICS radio". The newer baseband build in the OS package is just that - a newer build, not even necessarily a better one. Just an opportunity for manufacturer to update everything on the phone.
The last HTC phone that had the baseband tied to the build (requiring baseband update to use camera) was Nexus One, AFAIK.

Mr.Highway said:
I might now how he finds them, but I digress. The dhd actual ROM update we could use, as for the radio.img, that's a different story. Our latest radio, is a dhd one, but that doesn't mean the newest one will be compatible with our phone.
Somebody who can unbrick there phone from a failed radio, they would be able to test it for us. I don't know who could do that right now.
Click to expand...
Click to collapse
The latest radio came from the latest MT4G OTA update from a few months ago. I know this because my friend has a stock MT4G that received that OTA and we both have the same baseband/radio version (I'm running the newest from the radio thread). Not sure what you mean about the latest radio coming from the DHD.

TeeJay3800 said:
The latest radio came from the latest MT4G OTA update from a few months ago. I know this because my friend has a stock MT4G that received that OTA and we both have the same baseband/radio version (I'm running the newest from the radio thread). Not sure what you mean about the latest radio coming from the DHD.
Click to expand...
Click to collapse
I read in the thread by football, that someone checked the dhd radios (idky) an they were the same. Either my tiredness is getting to me or I miss read it. An I did forget about the last update we had, been rooted to long, lol.
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader

Mr.Highway said:
I read in the thread by football, that someone checked the dhd radios (idky) an they were the same. Either my tiredness is getting to me or I miss read it. An I did forget about the last update we had, been rooted to long, lol.
Click to expand...
Click to collapse
I am pretty sure that you are correct.

DKMikey said:
I am pretty sure that you are correct.
Click to expand...
Click to collapse
I'm not trying to prove anyone wrong, but if that's true then someone needs to explain why my friend's stock MT4G with the latest OTA has the exact same radio as my phone running the latest radio from the radio thread. That fact along definitely suggests the latest radio came from the MT4G.

TeeJay3800 said:
I'm not trying to prove anyone wrong, but if that's true then someone needs to explain why my friend's stock MT4G with the latest OTA has the exact same radio as my phone running the latest radio from the radio thread. That fact along definitely suggests the latest radio came from the MT4G.
Click to expand...
Click to collapse
It did!
Unless HTC decides they are going to build an ics rom for the mytouch (which thus far they have not included the glacier in their update lists) there will not be an "ics" radio. I would bet football works for HTC, he always finds their "leaks" whether or not they are even released.
Sent from my Galaxy Nexus

TeeJay3800 said:
I'm not trying to prove anyone wrong, but if that's true then someone needs to explain why my friend's stock MT4G with the latest OTA has the exact same radio as my phone running the latest radio from the radio thread. That fact along definitely suggests the latest radio came from the MT4G.
Click to expand...
Click to collapse
MT4G was updated and received the same radio as DHD, which was also updated. It doesn't matter which one you'll take the baseband build from - most likely they share the baseband build anyway.
DHD will receive official ICS, which might come with even more updated baseband. Needed or not - pretty sure that it won't be necessary for full ICS functionality, but not 100% sure.

I would like to add something. I come from the inspire/dhd side of things. As mentioned by Jack your latest ota radio matches with our 3.6.405 build radio. I downloaded the radios and compared the md5 sums and they were different. So they are the same base just with alteration for our specific devices

Possibly bootloader signatures? Need to run a byte-comparison to see. If the change is only in the header (first 1-2kB) - then it's most likely the signature.

Jack_R1 said:
Possibly bootloader signatures? Need to run a byte-comparison to see. If the change is only in the header (first 1-2kB) - then it's most likely the signature.
Click to expand...
Click to collapse
They might have the same version # but they are NOT interchangeable. If you don't believe flash one through hboot a see what happens
The baseband will be the same since its the same hardware however, the information embedded in the file will be different because of different carriers.

HKM: Do NOT flash any radio.img of another device on MT4Glacier. You will get hard-brick with remotely little to no chance of recovery even with jTAGing since you don't have lld image.

mark manning said:
They might have the same version # but they are NOT interchangeable. If you don't believe flash one through hboot a see what happens
The baseband will be the same since its the same hardware however, the information embedded in the file will be different because of different carriers.
Click to expand...
Click to collapse
From the development point of view, having 2 builds that differentiate in anything, but share the same version number, is extremely unlikely.
I've byte-compared the radios. There's 1 byte difference in the header, which most likely means nothing since it's in the signature area, and a small (~several tenths of bytes) block of difference at the end, where it again, might nothing (past the actual code block). Which means, in simple words, that these radios have a very high likelihood of being completely identical. Not 100% certainty - since they're obviously not completely identical - but the differences might not be of any significance.
[edit] It also makes good sense for them to be identical. Both phones use the same Qualcomm SoC with integrated multi-band baseband, and the difference between basebands might lie in HW only - like it is between 2 different Nexus One versions. I'm tempted to flash DHD radio just for kicks. Maybe I will one day.

Jack_R1 said:
From the development point of view, having 2 builds that differentiate in anything, but share the same version number, is extremely unlikely.
I've byte-compared the radios. There's 1 byte difference in the header, which most likely means nothing since it's in the signature area, and a small (~several tenths of bytes) block of difference at the end, where it again, might nothing (past the actual code block). Which means, in simple words, that these radios have a very high likelihood of being completely identical. Not 100% certainty - since they're obviously not completely identical - but the differences might not be of any significance.
[edit] It also makes good sense for them to be identical. Both phones use the same Qualcomm SoC with integrated multi-band baseband, and the difference between basebands might lie in HW only - like it is between 2 different Nexus One versions. I'm tempted to flash DHD radio just for kicks. Maybe I will one day.
Click to expand...
Click to collapse
Interesting....
Sent Telepathically

What the latest radio from the radio thread, 2.32.531.1 RUU?
I've been using Panache for quite a while now because I read in another thread that it was the strongest of the radios

majinkenZERO said:
What the latest radio from the radio thread, 2.32.531.1 RUU?
I've been using Panache for quite a while now because I read in another thread that it was the strongest of the radios
Click to expand...
Click to collapse
There is no "strongest" radio. You have to test them each individually until you find what works best for YOU in YOUR area.
Sent from my Glacier using XDA

Related

Why do all the devs claim "official" ruu??

I have noticed that most of the roms put out lately claim they are based on the official ruu yet many people still have the audio loss problem and when they bite the bullet and install the real official ruu from sprint their problem disappears.
If all these so called "official 2.1" roms were really official would the audio loss problem not have disappeared in them too?
Also, if they are truly official why does the thread on "2.1 rooting status" even exist?
cali310 said:
I have noticed that most of the roms put out lately claim they are based on the official ruu yet many people still have the audio loss problem and when they bite the bullet and install the real official ruu from sprint their problem disappears.
If all these so called "official 2.1" roms were really official would the audio loss problem not have disappeared in them too?
Also, if they are truly official why does the thread on "2.1 rooting status" even exist?
Click to expand...
Click to collapse
In the 2.1 RUU, there is a ROM file, just like every other ROM you've ever flashed. The RUU updated the HBOOT, so if you run it, it updates a lot more than just a normal ROM flash does. The 2.1 rooting status thread exists for the people who ran the actual 2.1 RUU. It's an HBOOT root status thread.
As for the other question, I'm not entirely sure. I was under the impression that all the devs were still using the leak from about a week before the official RUU.
The audio issue is random, i for one have never had it once yet.
same here, not on any rom.
cali310 said:
I have noticed that most of the roms put out lately claim they are based on the official ruu yet many people still have the audio loss problem and when they bite the bullet and install the real official ruu from sprint their problem disappears.
If all these so called "official 2.1" roms were really official would the audio loss problem not have disappeared in them too?
Also, if they are truly official why does the thread on "2.1 rooting status" even exist?
Click to expand...
Click to collapse
(joking)
jesus fu*king christ , Really? I'm gonna go get a beer and get where your at
(joking)
Ruu and rom are totally different things and I don't know about the audio loss thing because I also have never had it. And you do got a point about the rom thing but if you read flipz he basically tells you that because of the new system.img that His "fixes" may not work right (not word for word)
I've never experienced the sound rape either.
I knew I was going to get blasted for those questions but I figured why not...at least it got me the answer as to why these official roms don't solve the problem.
I am one of those w/ the audio problem and tried a couple of the "official" releases that didn't fix the prob and I never saw a good explanation as to why posted anywhere. Now I have.
If someone can explain, what in the Hboot could it be that fixes the audio problem people are having with the official roms minus the new hboot?
cali310 said:
I knew I was going to get blasted for those questions but I figured why not...at least it got me the answer as to why these official roms don't solve the problem.
I am one of those w/ the audio problem and tried a couple of the "official" releases that didn't fix the prob and I never saw a good explanation as to why posted anywhere. Now I have.
If someone can explain, what in the Hboot could it be that fixes the audio problem people are having with the official roms minus the new hboot?
Click to expand...
Click to collapse
Yeah it's ****ed up I apologize even though I did say joking twice. I don't know if it's the hboot though. whats your stats? pri prl and so fourth
thatguythatdid said:
Yeah it's ****ed up I apologize even though I did say joking twice. I don't know if it's the hboot though. whats your stats? pri prl and so fourth
Click to expand...
Click to collapse
No need to apologize. Words on a screen aren't going to bother me.
As for the info you requested. I'm trying fresh 2.1.1 again.
firmware = 2.1-fresh
baseband = 2.42.01.04.27
pri = flipz_01
prl = 60664
cali310 said:
No need to apologize. Words on a screen aren't going to bother me.
As for the info you requested. I'm trying fresh 2.1.1 again.
firmware = 2.1-fresh
baseband = 2.42.01.04.27
pri = flipz_01
prl = 60664
Click to expand...
Click to collapse
wait try fresh 2.od with the audiofox before you do also the radio you have is it from the leak or the official rom?
thatguythatdid said:
wait try fresh 2.od with the audiofox before you do also the radio you have is it from the leak or the official rom?
Click to expand...
Click to collapse
I tried both the fixes on 2.0d a while back. The radio is from the leak.
cali310 said:
I tried both the fixes on 2.0d a while back. The radio is from the leak.
Click to expand...
Click to collapse
here is one from the actual sprint released ruu
thatguythatdid said:
here is one from the actual sprint released ruu
Click to expand...
Click to collapse
Thanks. I threw it on a little while ago. We'll see what happens.
markus_del_marko said:
The audio issue is random, i for one have never had it once yet.
Click to expand...
Click to collapse
i will second that. it is random, on my first hero i had the audio issues all the time, on my refurb ive flashed the same amount of roms and never ran into an audio issue yet. its random phones that it happens to i believe, mind you that the first hero i had i got on launch day, ive only had my refurb 2 months or something like that
The issue is caused by audio drivers in the kernel not resetting. we do not have the source for .29 kernel so there is no fix. we dont know why this effects some people and not others. cyanogen has worked on the issue and he does not have fix. many other forums have reported this issue with no fix. i chatted with a google engineer and he does not have fix. there is no fix that we know of except replacing the kernel with an older version that works. Since the audio drivers do not reset it does not allow anything to read them. so it continues resetting and resetting and this causes the cpu to be pegged by the constant retry and retry
recompiling the kernel seems to have fixed it. im thinking when toast compiled the OC kernel he changed some things that fixed it.
now lol at this thread. we did not make the official rom. google,sprint,and htc did. "official" means that everyone on the network receives the update. there are gonna be problems.
cali310 said:
Thanks. I threw it on a little while ago. We'll see what happens.
Click to expand...
Click to collapse
Did this work for you
derekstory said:
Did this work for you
Click to expand...
Click to collapse
Too early to tell. I put it on this morning and have only used the phone once.
The audio issue is random, i for one have never had it once yet.
Click to expand...
Click to collapse
Same here, no problems
-------------------------------------
Sent from my HERO200

better radio on cyanogenmod?

so uhh yeah, after being on stock froyo for a bit and them coming back to cyanogenmod i couldnt help notice the way wayy better reception and all that on froyo. and so i asked a question before about what does that and you guys said drivers and whatnot which im assuming is the "radio" that you all talk about in roms. so is there by any chance some way of getting this better radio on cyanogenmod? cheers
Just flash the latest radio and you're all set. I believe the latest is 7.13.35.05.
rajasyaitan said:
Just flash the latest radio and you're all set. I believe the latest is 7.13.35.05.
Click to expand...
Click to collapse
will that work? thats all i have to do? if so do you know where can i get the radio to flash then? and also, are you sure that would work lol? seems too.. simple
curto said:
will that work? thats all i have to do? if so do you know where can i get the radio to flash then? and also, are you sure that would work lol? seems too.. simple
Click to expand...
Click to collapse
I flashed the zip from this thread:
http://forum.xda-developers.com/showthread.php?t=841932
It works well...
entropicamente said:
I flashed the zip from this thread:
http://forum.xda-developers.com/showthread.php?t=841932 n
It works well...
Click to expand...
Click to collapse
i already have that radio lol. i believe the froyo one is 7.14
Sent from my Legend using XDA App
curto said:
i already have that radio lol. i believe the froyo one is 7.14
Sent from my Legend using XDA App
Click to expand...
Click to collapse
That radio is taken from the rom with Froyo released for Vodafone devices.
You probably have already installed it when you have flashed the latest OTA with Froyo. I'm not sure, but I don't think that installing CyanogenMod overwrites the radio installed by the stock rom.
entropicamente said:
That radio is taken from the rom with Froyo released for Vodafone devices.
You probably have already installed it when you have flashed the latest OTA with Froyo. I'm not sure, but I don't think that installing CyanogenMod overwrites the radio installed by the stock rom.
Click to expand...
Click to collapse
actually now that ive taken a look at my screenshot of that froyo rom ive got in my sig (the one im talking about that i was trying with the amazing wifi reception and all that) the radio is actually 7.05 and that other number in front of it is an older version too. so does that mean the older versions are better or what? i get better wifi reception and all that on an older radio? anyways im sure you see my point, so now im confused lol
curto said:
actually now that ive taken a look at my screenshot of that froyo rom ive got in my sig (the one im talking about that i was trying with the amazing wifi reception and all that) the radio is actually 7.05 and that other number in front of it is an older version too. so does that mean the older versions are better or what? i get better wifi reception and all that on an older radio? anyways im sure you see my point, so now im confused lol
Click to expand...
Click to collapse
7.05? Or is it 7.13.35.05? If you do lurk around more and read through the radio update threads, some people already mentioned they have better reception on older radio. I can't verify that but the latest radio do make my reception better. Or you can try flashing a few radio update and see which has the best reception.
rajasyaitan said:
7.05? Or is it 7.13.35.05? If you do lurk around more and read through the radio update threads, some people already mentioned they have better reception on older radio. I can't verify that but the latest radio do make my reception better. Or you can try flashing a few radio update and see which has the best reception.
Click to expand...
Click to collapse
alright that sounds good then. is there like a main list or something where they all are or do i have to search through all the threads in development to find them?

[RADIO] The Obligatory Thunderbolt Radio Thread

Alright. I did one of these for the Incredible, and now its time for one for the Thunderbolt.
I've noticed that there have been some spotaneous reboots since the leak surfaced. Well, I am of the opinion that this is due to a radio issue, and specifically, the LTE radio.
So, I am putting together some packages for folks to mix/match, or revert.
Standard disclaimer: If you break it, its your fault. QED.
First up, we have the 1.13.605.7 CDMA/LTE radio combo.
CDMA Radio version: 1.16.00.0402w_1
LTE radio version that came with 1.13.605.7.
http://www.multiupload.com/2VDSQ6SBAZ
or
http://dougpiston.com/ThunderBolt/Radios/1.13.605.7_CDMA_LTE_PG05IMG.zip
(rename to PG05img.zip)
MD5 - 8E166E93A9A72CB7955440720BA8869A
Next up, we have the 1.13.605.7 CDMA and 1.12.605.6 LTE radio
CDMA Radio version: 1.16.00.0402w_1
LTE radio version that came with 1.12.605.6
http://www.multiupload.com/R6LPWABAWX
or
http://dougpiston.com/ThunderBolt/Radios/1.13.605.7_CDMA_1.12.605.6_LTE_radio-PG05IMG.zip
(rename to PG05img.zip)
MD5 - 3E2A44AEE2D11BCC300A622D6103FE0C
Next up, the 1.12.605.6 CDMA and 1.13.605.7 LTE radio
CDMA Radio version: 1.16.00.0223r
LTE radio version that came with 1.13.695.7
http://www.multiupload.com/J0K4DL6SMQ
or
http://dougpiston.com/ThunderBolt/Radios/1.12.605.6_CDMA_1.13.605.7_LTE_radio-PG05IMG.zip
(rename to PG05img.zip)
MD5 - 100671FF49EB40A2D7D682F524507DFE
Lastly (for now), we have the 1.12.605.6 CDMA/LTE radio combo.
CDMA Radio version: 1.16.00.0223r
LTE radio version that came with 1.12.605.6
http://www.multiupload.com/V2ED7Y5EU2
or
http://dougpiston.com/ThunderBolt/Radios/1.12.605.6_CDMA_LTE_PG05IMG.zip
(rename to PG05img.zip)
MD5 - A740031D09FC97D1B48FBEDFE73FDD24
Lastly, something special. ALPHA Gingerbread 2.01.605.0 radios
http://www.multiupload.com/HU471CMQI0
or
http://dougpiston.com/ThunderBolt/Radios/ALPHA_Gingerbread_2.01.605.0PG05IMG.zip
MD5: EE2A824E51CB148A2256F93E30A3B9F9
MD5:
Whoa! Nice, might have to check these combos out hmmm
If Verizon can see that I have updated to the leaked radio, then they will know that I am rooted/have S-off. Are they going to do anything about it?
which radios work with Das Bamf 1.5
dmrnhs said:
which radios work with Das Bamf 1.5
Click to expand...
Click to collapse
......all of them? they all work with all roms
azndan2 said:
If Verizon can see that I have updated to the leaked radio, then they will know that I am rooted/have S-off. Are they going to do anything about it?
Click to expand...
Click to collapse
I highly doubt they will care about you. Unless you have something special they want.
is there a way to check which combo you are currently running?
Not that I know of.
Thanks for the op.
Sent from my ADR6400L using XDA App
Life saver. Thanks.
Sent from my ADR6400L using XDA App
Which combo released with 1.5? Cause that has been flawless for me.
Adrynalyne I can upload these to my server instead of multi-upload. Thoughts?
doug piston said:
Adrynalyne I can upload these to my server instead of multi-upload. Thoughts?
Click to expand...
Click to collapse
Please do.
Sent from my ADR6400L using XDA App
Which combo was the phone released with?
They'll be up once I get to school
pmazz850 said:
Which combo was the phone released with?
Click to expand...
Click to collapse
JaydenR said:
Which combo released with 1.5? Cause that has been flawless for me.
Click to expand...
Click to collapse
im curious of both these answers too...I flashed the new radio when das bamf 1.5 came out on monday and I experienced reboots only when streaming a flash video using dolphin, 3 times so far.
folks shouldn't be flashing if they aren't paying attention to what they have/are going to.
1.12.606.6= release software. This is what you started with.
1.12.605.9= leaked software, but same radios as .6.
1.13.605.7= leaked software, latest, new CDMA and LTE radio. These are what people flashed in the RUU thread or Das BAMF.
adrynalyne said:
folks shouldn't be flashing if they aren't paying attention to what they have/are going to.
1.12.606.6= release software. This is what you started with.
1.12.605.9= leaked software, but same radios as .6.
1.13.605.7= leaked software, latest, new CDMA and LTE radio. These are what people flashed in the RUU thread or Das BAMF.
Click to expand...
Click to collapse
Just so im clear, i flashed [RUU] 4-18-2011 | New Rom + Radio 1.16.00.402 FIXES!, so there is no need for me to flash anything else correct as far as radio goes?
I used this radio all day today and have experienced no problems what so ever. I live in a 3g only area, and have yet to test the 4g capabilities of my phone
So if your having reboot issues you should use the second link?
Sent from my ADR6400L
bamaredwingsfan said:
Just so im clear, i flashed [RUU] 4-18-2011 | New Rom + Radio 1.16.00.402 FIXES!, so there is no need for me to flash anything else correct as far as radio goes?
I used this radio all day today and have experienced no problems what so ever. I live in a 3g only area, and have yet to test the 4g capabilities of my phone
Click to expand...
Click to collapse
If you arent having issues, stay put imo.

1.29.666.5 ROM from Bell Mobility - Useful for anyone?

Ok so I came back to android after using an iPhone for a couple years. I had a Galaxy S that scarred me due to it's horribleness. I was into the whole custom ROM thing with it but largely have forgotten how to do all of that stuff.
Anyhow, while I bone back up on it, is anyone interested in me pulling off the 1.29.666.5 stock ROM? It seems to be a newer version than anything I see on the forum. If so, let me know how I can do it and I'll pass it along.
J
You will need to change apns-conf in htc framework, for use is it not in bell network only.
countfloyd said:
Ok so I came back to android after using an iPhone for a couple years. I had a Galaxy S that scarred me due to it's horribleness. I was into the whole custom ROM thing with it but largely have forgotten how to do all of that stuff.
Anyhow, while I bone back up on it, is anyone interested in me pulling off the 1.29.666.5 stock ROM? It seems to be a newer version than anything I see on the forum. If so, let me know how I can do it and I'll pass it along.
J
Click to expand...
Click to collapse
No its actually older. The 666 is regional (or operator), its the number after that indicated how old it is .5 is older than .12 for example. Its a 1.29 base, for 666 region, revision .5
Hey I have a bell HTC One that I already flashed..I would really appreciate it if you could find a way to upload the stock ROM in case I need to go back...
Thanks!
Interesting. So if I get this right. x.x.x.x is the way the firmware/software version is put together. so 1.29 is the base and doesn't change?
If so.. the 3rd octet. is the regional code?.. then the final one.. in my case is .7 is the revision?..
Which would mean that. 1.29.651.7 is older then 1.29.401.12?
DreadfullyDespized said:
Interesting. So if I get this right. x.x.x.x is the way the firmware/software version is put together. so 1.29 is the base and doesn't change?
If so.. the 3rd octet. is the regional code?.. then the final one.. in my case is .7 is the revision?..
Which would mean that. 1.29.651.7 is older then 1.29.401.12?
Click to expand...
Click to collapse
Yes its older latest is .12.
Okay. I don't mind doing the reading to figure out how to pull it off my device. Can someone save me a couple seconds and point me to a link that shows me how to do this...? It is a bit more complicated without and SD card correct?
Thanks,
countfloyd said:
Okay. I don't mind doing the reading to figure out how to pull it off my device. Can someone save me a couple seconds and point me to a link that shows me how to do this...? It is a bit more complicated without and SD card correct?
Thanks,
Click to expand...
Click to collapse
did you ever get a copy of this?
Rogers and Telus are now pushing .17
Sent from my HTC One using Tapatalk 2
Bell pushed out 17 as well.
Can u guys pls upload the stock radio?

[Radios] All HTC One Radio`s Download.

I will update when there are new modems avliable even though I know they are posted through out threads people still seem to ask where they are so here is a thread for them.
In the link below is the Download to ALL of the HTC One Radios that work on the International and AT&T HTC One. Also included is the STOCK AT&T Radio as well.
Link is hosted by my Server so no downtime or Removal.
Download Link:
http://storagecow.eu/index.php?dir=Xda/HTC+One/Modems/
These are flashable in CWM and TWRP.
Can you explain what radios do exactly? What do they improve? How do I know which radio is compatible with my phone? I've tried searching around but I can't find clear explanations of benefits from flashing radios.
Nice!
finalx233 said:
Can you explain what radios do exactly? What do they improve? How do I know which radio is compatible with my phone? I've tried searching around but I can't find clear explanations of benefits from flashing radios.
Click to expand...
Click to collapse
They are compatible with any HTC one. It just depends on the location and area. For example I can be in Atlanta and be running the latest modem and things be great and come back home and my speeds and service be terrible on that same modem and just flash another modem and things be better.
But in a lot of cases the .24 modem seems to be the best for everyone at the moment.
Sent from my HTC One using xda premium
Finished testing .13, .15, and .24.
Best performance was indeed on the .24. I was initially on .13.
.15 had the worse performance. I'm in Canada with Rogers.
Ran Speedtest 5 times on each version.
This is .24 improvement vs .13:
Download performance increase : 2-6 Mbps
Upload performance increase : 2-4 Mbps
Thanks!!
finalx233 said:
Finished testing .13, .15, and .24.
Best performance was indeed on the .24. I was initially on .13.
.15 had the worse performance. I'm in Canada with Rogers.
Ran Speedtest 5 times on each version.
This is .24 improvement vs .13:
Download performance increase : 2-6 Mbps
Upload performance increase : 2-4 Mbps
Thanks!!
Click to expand...
Click to collapse
Awesome! Thanks for the results. I'm too lazy to test haha
Sent from my HTC One using xda premium
Any chance to get an md5sum of the radio zips? It makes flashing a radio less of a worry.
I'm also confused why I couldnt find a thread for these before. Normally they're pretty easy to find on older devices I've owned.
Sent from my HTC One using Tapatalk 4 Beta
This thread should be moved to development.
robt772000 said:
This thread should be moved to development.
Click to expand...
Click to collapse
Why? What do radios have to do with development?
Sent from my HTC One using Tapatalk 4 Beta
tiny4579 said:
Why? What do radios have to do with development?
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
Same reason we post stock ROMs in the Dev section....
Sent from my HTC One
So if I try the newest radio that mike posted I can use this stock att one to go back?
BTW which ones are the att specific ones?
Sent from my HTC One using xda app-developers app
hyelton said:
I will update when there are new modems avliable even though I know they are posted through out threads people still seem to ask where they are so here is a thread for them.
In the link below is the Download to ALL of the HTC One Radios that work on the International and AT&T HTC One. Also included is the STOCK AT&T Radio as well.
Link is hosted by my Server so no downtime or Removal.
Download Link:
http://storagecow.eu/index.php?dir=Xda/HTC+One/Modems/
These are flashable in CWM and TWRP.
Click to expand...
Click to collapse
Thanks, nice to found out: good:
Will the .24 work on sprint, considering sprint seems to be different from everything else?
Varekai said:
Will the .24 work on sprint, considering sprint seems to be different from everything else?
Click to expand...
Click to collapse
Most likely not..... Sprint is CDMA and so is Verizon so no. The rest are GSM completely different networks
Sent from my HTC One using xda premium
Alright thanks, I didn't know if these were universal radios or not.
I have the T-Mobile variant of the HTC ONE, but I changed the cid to 11111111 using adb and s-off ... I believe that my speeds became slower after flashing the developer RUU from brightstar us (1.29.1540.16) ....
is it possible to flash one of these radios? my phone does not have recovery....
so how will I go about flashing one of the radios because I really want my hspa speeds to increase
hyelton said:
I will update when there are new modems avliable even though I know they are posted through out threads people still seem to ask where they are so here is a thread for them.
In the link below is the Download to ALL of the HTC One Radios that work on the International and AT&T HTC One. Also included is the STOCK AT&T Radio as well.
Link is hosted by my Server so no downtime or Removal.
Download Link:
http://storagecow.eu/index.php?dir=Xda/HTC+One/Modems/
These are flashable in CWM and TWRP.
Click to expand...
Click to collapse
Could you post MD5's?
finalx233 said:
Finished testing .13, .15, and .24.
Best performance was indeed on the .24. I was initially on .13.
.15 had the worse performance. I'm in Canada with Rogers.
Ran Speedtest 5 times on each version.
This is .24 improvement vs .13:
Download performance increase : 2-6 Mbps
Upload performance increase : 2-4 Mbps
Thanks!!
Click to expand...
Click to collapse
I am also on Rogers, and wondering if you needed to have s-off to flash this?
I am currently running Android Revolution 4.2.2
Also, no where in the files the OP posted does it say .13, .15 and .24 . Or I am blind I dont know lol. What is the file called exactly.
My current baseband is 4A.14.3250.13_10.33.1150.01L if that helps
g2tegg said:
I am also on Rogers, and wondering if you needed to have s-off to flash this?
I am currently running Android Revolution 4.2.2
Also, no where in the files the OP posted does it say .13, .15 and .24 . Or I am blind I dont know lol. What is the file called exactly.
My current baseband is 4A.14.3250.13_10.33.1150.01L if that helps
Click to expand...
Click to collapse
Not sure if you need to be S-Off. You can always try flashing it via recovery. Look for 4A.14.3250.24_10.33.1150.01L. Radios are compatible with all HTC Ones not matter which model ID or CID as far as I know. I don't remember if I was S-Off or not when I did it but if you're not yet S-Off, use Revone. It's super easy.
finalx233 said:
Not sure if you need to be S-Off. You can always try flashing it via recovery. Look for 4A.14.3250.24_10.33.1150.01L. Radios are compatible with all HTC Ones not matter which model ID or CID as far as I know. I don't remember if I was S-Off or not when I did it but if you're not yet S-Off, use Revone. It's super easy.
Click to expand...
Click to collapse
am I able to flash this thru adb?
I remember flashing another zip thru adb but im not sure if this will apply...and the necessary steps...
also..if I install a custom recovery..will it affect me installing ota updates? I will bypass rooting... im just adding arecovery so that I can flash the radio....
also..last time I flashed radios... I flashed the .24 and I wasn't able to flash back to the .15 etc...eventhough it said successful, my radio description was still listed as .24... I just want to flash the tmobile radio and have the tmobile apn settings...
unless there are brighstar apn settings or a brighstar radio

Categories

Resources