Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created September 21, 2016 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/931fc2507d8c519bb3fed1b1ef949963 to your computer and use it in GitHub Desktop.
Save anonymous/931fc2507d8c519bb3fed1b1ef949963 to your computer and use it in GitHub Desktop.
Device : LGE LGLS740 (cm_x5)
Android: cm_x5-userdebug 6.0.1 MOB30Z ef3ce60e57 test-keys
OS Host: spock-desktop
App : Mms Monster 2.1.0
--------- beginning of main
09-21 13:58:57.146 1025 1249 W MainActivity: Android: 6.0.1
09-21 13:58:57.146 1025 1249 W MainActivity: Device: x5
09-21 13:58:57.146 1025 1249 W MainActivity: Model: LGLS740
09-21 13:58:57.146 1025 1249 W MainActivity: Product: cm_x5
09-21 13:58:57.150 1025 1249 W MainActivity: Phone type: CDMA
09-21 13:58:57.152 1025 1249 W MainActivity: WiFi is connected
09-21 13:58:57.155 1025 1249 W MmsCommunication: Getting MMSC params for apn null
09-21 13:58:57.176 1025 1249 W TelephonyUtil: Choosing MCC+MNC info from TelephonyManager.getSimOperator()
09-21 13:58:57.179 1025 1249 W ApnDatabase: Querying table for MCC+MNC 310120 without APN name
09-21 13:58:57.190 1025 1249 W ApnDatabase: Returning preferred APN Apn{ mmsc: "http://mms.sprintpcs.com", proxy: "68.28.31.7", port: 80, user: none, pass: none }
09-21 13:58:57.190 1025 1249 W MainActivity: * APN selected: Apn{ mmsc: "http://mms.sprintpcs.com", proxy: "68.28.31.7", port: 80, user: none, pass: none }
09-21 13:58:57.317 1025 1249 W MainActivity: got ioe when getting a route to host
09-21 13:58:57.317 1025 1249 W MainActivity: getting mmsc address
09-21 13:59:02.897 1025 1249 W MainActivity: !! proxy socket unable to open !!
09-21 13:59:02.956 1025 1249 W MainActivity: ** mmsc socket opened successfully **
09-21 13:59:02.957 1025 1249 W MainActivity: ** direct attempt before system properties are modified **
09-21 13:59:02.965 1025 1249 W OutgoingMmsConnection: Sending MMS of length: 2034
09-21 13:59:03.199 1025 1249 W MmsCommunication: returning vacuous success since MMS radio is not in use
09-21 13:59:03.200 1025 1249 W OutgoingMmsConnection: got successful route to host mms.sprintpcs.com
09-21 13:59:03.200 1025 1249 W MmsCommunication: connecting to http://mms.sprintpcs.com
09-21 13:59:03.463 1025 1249 W MmsCommunication: * response code: HTTP/1.1 401 Authorization Required
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: java.io.IOException: unhandled response code
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.MmsConnection.makeRequest(MmsConnection.java:164)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.sendBytes(OutgoingMmsConnection.java:91)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.send(OutgoingMmsConnection.java:74)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.postToApn(MainActivity.java:254)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.access$400(MainActivity.java:41)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:185)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:118)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$2.call(AsyncTask.java:295)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
09-21 13:59:03.481 1025 1249 W OutgoingMmsConnection: at java.lang.Thread.run(Thread.java:818)
09-21 13:59:03.482 1025 1249 W MainActivity: !! failed to send !!
09-21 13:59:03.492 1025 1249 W MainActivity: ** HttpClient's built-in proxy attempt **
09-21 13:59:03.492 1025 1249 W OutgoingMmsConnection: Sending MMS of length: 2034, using proxy
09-21 13:59:03.492 1025 1249 W MmsCommunication: returning vacuous success since MMS radio is not in use
09-21 13:59:03.492 1025 1249 W OutgoingMmsConnection: got successful route to host 68.28.31.7
09-21 13:59:03.492 1025 1249 W MmsCommunication: connecting to http://mms.sprintpcs.com using proxy
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: org.apache.http.conn.HttpHostConnectException: Connection to http://68.28.31.7:80 refused
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:146)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:322)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:225)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.MmsConnection.makeRequest(MmsConnection.java:152)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.sendBytes(OutgoingMmsConnection.java:91)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.send(OutgoingMmsConnection.java:74)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.postToApn(MainActivity.java:254)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.access$400(MainActivity.java:41)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:188)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:118)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$2.call(AsyncTask.java:295)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.lang.Thread.run(Thread.java:818)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: Caused by: java.net.ConnectException: failed to connect to /68.28.31.7 (port 80): connect failed: ETIMEDOUT (Connection timed out)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connect(IoBridge.java:124)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at java.net.Socket.connect(Socket.java:884)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:124)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: ... 22 more
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: Caused by: android.system.ErrnoException: connect failed: ETIMEDOUT (Connection timed out)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at libcore.io.Posix.connect(Native Method)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connectErrno(IoBridge.java:137)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connect(IoBridge.java:122)
09-21 14:00:16.740 1025 1249 W OutgoingMmsConnection: ... 27 more
09-21 14:00:16.741 1025 1249 W MainActivity: !! failed to send !!
09-21 14:00:16.741 1025 1249 W MainActivity: ** system properties proxy attempt **
09-21 14:00:16.742 1025 1249 W MainActivity: http.proxyHost: 68.28.31.7
09-21 14:00:16.742 1025 1249 W MainActivity: http.proxyPort: 80
09-21 14:00:16.742 1025 1249 W MainActivity: https.proxyHost: 68.28.31.7
09-21 14:00:16.742 1025 1249 W MainActivity: https.proxyPort: 80
09-21 14:00:16.744 1025 1249 W OutgoingMmsConnection: Sending MMS of length: 2034
09-21 14:00:17.079 1025 1249 W MmsCommunication: returning vacuous success since MMS radio is not in use
09-21 14:00:17.079 1025 1249 W OutgoingMmsConnection: got successful route to host mms.sprintpcs.com
09-21 14:00:17.081 1025 1249 W MmsCommunication: connecting to http://mms.sprintpcs.com
09-21 14:00:17.240 1025 1249 W MmsCommunication: * response code: HTTP/1.1 401 Authorization Required
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: java.io.IOException: unhandled response code
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.MmsConnection.makeRequest(MmsConnection.java:164)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.sendBytes(OutgoingMmsConnection.java:91)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.send(OutgoingMmsConnection.java:74)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.postToApn(MainActivity.java:254)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.access$400(MainActivity.java:41)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:203)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:118)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$2.call(AsyncTask.java:295)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
09-21 14:00:17.241 1025 1249 W OutgoingMmsConnection: at java.lang.Thread.run(Thread.java:818)
09-21 14:00:17.241 1025 1249 W MainActivity: !! failed to send !!
09-21 14:00:17.241 1025 1249 W MainActivity: http.proxyHost: null
09-21 14:00:17.241 1025 1249 W MainActivity: http.proxyPort: null
09-21 14:00:17.241 1025 1249 W MainActivity: https.proxyHost: null
09-21 14:00:17.242 1025 1249 W MainActivity: https.proxyPort: null
09-21 14:00:17.242 1025 1249 W MainActivity: ** no proxy attempt **
09-21 14:00:17.242 1025 1249 W OutgoingMmsConnection: Sending MMS of length: 2034
09-21 14:00:17.242 1025 1249 W MmsCommunication: returning vacuous success since MMS radio is not in use
09-21 14:00:17.242 1025 1249 W OutgoingMmsConnection: got successful route to host mms.sprintpcs.com
09-21 14:00:17.242 1025 1249 W MmsCommunication: connecting to http://mms.sprintpcs.com
09-21 14:00:17.419 1025 1249 W MmsCommunication: * response code: HTTP/1.1 401 Authorization Required
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: java.io.IOException: unhandled response code
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.MmsConnection.makeRequest(MmsConnection.java:164)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.sendBytes(OutgoingMmsConnection.java:91)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.send(OutgoingMmsConnection.java:74)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.postToApn(MainActivity.java:254)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.access$400(MainActivity.java:41)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:214)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:118)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$2.call(AsyncTask.java:295)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
09-21 14:00:17.420 1025 1249 W OutgoingMmsConnection: at java.lang.Thread.run(Thread.java:818)
09-21 14:00:17.420 1025 1249 W MainActivity: !! failed to send !!
09-21 14:00:17.433 1025 1249 W MainActivity: *** DISABLING WIFI ***
09-21 14:00:17.433 1025 1249 W MainActivity: getting mmsc address
09-21 14:00:17.640 1025 1249 W MainActivity: !! proxy socket unable to open !!
09-21 14:00:17.641 1025 1249 W MainActivity: !! mmsc socket open failed !!
09-21 14:00:17.641 1025 1249 W OutgoingMmsConnection: Sending MMS of length: 2034, using proxy
09-21 14:00:17.641 1025 1249 W MmsCommunication: returning vacuous success since MMS radio is not in use
09-21 14:00:17.642 1025 1249 W OutgoingMmsConnection: got successful route to host 68.28.31.7
09-21 14:00:17.642 1025 1249 W MmsCommunication: connecting to http://mms.sprintpcs.com using proxy
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: org.apache.http.conn.HttpHostConnectException: Connection to http://68.28.31.7:80 refused
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:146)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:322)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:225)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.MmsConnection.makeRequest(MmsConnection.java:152)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.sendBytes(OutgoingMmsConnection.java:91)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.send(OutgoingMmsConnection.java:74)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.postToApn(MainActivity.java:254)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.access$400(MainActivity.java:41)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:224)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:118)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$2.call(AsyncTask.java:295)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.lang.Thread.run(Thread.java:818)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: Caused by: java.net.ConnectException: failed to connect to /68.28.31.7 (port 80): connect failed: ENETUNREACH (Network is unreachable)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connect(IoBridge.java:124)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at java.net.Socket.connect(Socket.java:884)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:124)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: ... 22 more
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at libcore.io.Posix.connect(Native Method)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connectErrno(IoBridge.java:137)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connect(IoBridge.java:122)
09-21 14:00:17.647 1025 1249 W OutgoingMmsConnection: ... 27 more
09-21 14:00:17.647 1025 1249 W MainActivity: !! failed to send !!
09-21 14:00:17.649 1025 1249 W OutgoingMmsConnection: Sending MMS of length: 2034
09-21 14:00:17.649 1025 1249 W MmsCommunication: returning vacuous success since MMS radio is not in use
09-21 14:00:17.649 1025 1249 W OutgoingMmsConnection: got successful route to host mms.sprintpcs.com
09-21 14:00:17.649 1025 1249 W MmsCommunication: connecting to http://mms.sprintpcs.com
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: org.apache.http.conn.HttpHostConnectException: Connection to http://mms.sprintpcs.com:80 refused
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:146)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:322)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:373)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:225)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.MmsConnection.makeRequest(MmsConnection.java:152)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.sendBytes(OutgoingMmsConnection.java:91)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.mms.OutgoingMmsConnection.send(OutgoingMmsConnection.java:74)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.postToApn(MainActivity.java:254)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity.access$400(MainActivity.java:41)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:226)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.whispersystems.mmsmonster.MainActivity$DoShitAsyncTask.doInBackground(MainActivity.java:118)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$2.call(AsyncTask.java:295)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.lang.Thread.run(Thread.java:818)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: Caused by: java.net.ConnectException: failed to connect to mms.sprintpcs.com/68.28.202.9 (port 80): connect failed: ENETUNREACH (Network is unreachable)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connect(IoBridge.java:124)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at java.net.Socket.connect(Socket.java:884)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:124)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: ... 22 more
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at libcore.io.Posix.connect(Native Method)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connectErrno(IoBridge.java:137)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: at libcore.io.IoBridge.connect(IoBridge.java:122)
09-21 14:00:17.686 1025 1249 W OutgoingMmsConnection: ... 27 more
09-21 14:00:17.686 1025 1249 W MainActivity: !! failed to send !!
09-21 14:00:17.692 1025 1249 W MainActivity: all done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment