mihusolutions / googlebugs

Automatically exported from code.google.com/p/googlebugs
0 stars 0 forks source link

The Hangouts APK is missing the Fido MMS APN (it only has the Fido LTE APN) #697

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sending an mms will not send
2. recieving an mms produces: "message not downloaded touch to retry"
3.

What is the expected output? What do you see instead?
recieving an mms produces: "message not downloaded touch to retry"

What version of the product are you using? On what operating system?
android version 5.1
hangouts version: 3.2.91698097

What is the url of the corresponding thread at Google Groups?
https://productforums.google.com/forum/#!topic/hangouts/7bQEg3augPU

What is your support ticket from Google support?
https://productforums.google.com/forum/#!topic/hangouts/7bQEg3augPU

Please provide any additional information below.
Don't see an issue so I started one...
Source above link: 
https://productforums.google.com/forum/#!topic/hangouts/7bQEg3augPU

Hey Google engineers,

We have a thread on this but haven't heard back from any of you yet so I 
thought I would post a new one. The Hangouts APK is missing the Fido MMS APN 
(it only has the Fido LTE APN). Therefore this is definitely NOT a carrier 
issue but rather an APK / coding issue on the Hangouts APK end.

Boris Fersing found it - here's the original thread with all the info: 
https://productforums.google.com/forum/#!category-topic/hangouts/messaging/86ghX
Edyvm4. As per Boris:

in Hangouts:
====
    <apn carrier="Fido LTE" mcc="302" mnc="370" apn="ltemobile.apn" type="default,mms,supl" mmsc="http://mms.fido.ca" mmsproxy="mmsproxy.fido.ca" mmsport="80" protocol="IPV4V6" roaming_protocol="IPV4V6" />
    <apn carrier="MTS" mcc="302" mnc="660" apn="sp.mts" type="default,mms,supl" mmsc="http://mmsc2.mts.net/" mmsproxy="wapgw1.mts.net" mmsport="9201" protocol="IPV4V6" roaming_protocol="IPV4V6" mvno_match_data="2C" mvno_type="gid" />
    <apn carrier="Rogers LTE" mcc="302" mnc="720" apn="ltemobile.apn" type="default,mms,supl" mmsc="http://mms.gprs.rogers.com" mmsproxy="mmsproxy.rogers.com" mmsport="80" protocol="IPV4V6" roaming_protocol="IPV4V6" />
    <apn carrier="chatr" mcc="302" mnc="720" apn="chatrweb.apn" type="default,mms,supl" mmsc="http://mms.chatrwireless.com" mmsproxy="205.151.11.11" mmsport="80" proxy="205.151.11.11" port="80" protocol="IPV4V6" roaming_protocol="IPV4V6" mvno_match_data="302720x94" mvno_type="imsi" />

====

in the default apns-conf.xml from Android:
====
  <apn carrier="Fido LTE" mcc="302" mnc="370" apn="ltemobile.apn" mmsc="http://mms.fido.ca" mmsproxy="205.151.11.13" mmsport="80" type="default,supl,mms" />
  <apn carrier="Fido Default" mcc="302" mnc="370" apn="fido-core-appl1.apn" mmsc="http://mms.fido.ca" mmsproxy="205.151.11.13" mmsport="80" type="default,supl,mms" />
  <apn carrier="Fido Internet" mcc="302" mnc="370" apn="internet.fido.ca" type="default,supl" />
  <apn carrier="Fido Tethering" mcc="302" mnc="370" apn="isp.fido.apn" type="default,supl" />
====

A fix would be great! Thanks. :) And I can confirm that sending MMS works 
normally in the stock messaging app.

Please fix this...
Thanks,
John

Original issue reported on code.google.com by sijs.j...@gmail.com on 1 Jun 2015 at 5:58

GoogleCodeExporter commented 9 years ago
To save you time, the following is missing from from hangouts

  <apn carrier="Fido Default" mcc="302" mnc="370" apn="fido-core-appl1.apn" mmsc="http://mms.fido.ca" mmsproxy="205.151.11.13" mmsport="80" type="default,supl,mms" />

Original comment by sijs.j...@gmail.com on 1 Jun 2015 at 6:08