T Toqu3 New member Apr 7, 2015 1 0 0 Apr 7, 2015 #1 Output detect the connection to the Internet via mobile packet data Hello someone could help me with this? I wonder how you can detect if I have internet connection from mobile data packets, not simply whether enabled. thank.
Output detect the connection to the Internet via mobile packet data Hello someone could help me with this? I wonder how you can detect if I have internet connection from mobile data packets, not simply whether enabled. thank.
C Crashdamage Well-known member Jan 18, 2015 1,960 1 0 Apr 7, 2015 #2 Re: Output detect the connection to the Internet via mobile packet data I take it you mean like a simple ping test. Install a terminal app: https://forums.androidcentral.com/e...details?id=jackpal.androidterm&token=ZAy4w3tD Open a terminal and type: ping -c5 74.125.224.72 That will ping google.com 5 times, stop and give the result. Android since v1.0. Linux user since 2001.
Re: Output detect the connection to the Internet via mobile packet data I take it you mean like a simple ping test. Install a terminal app: https://forums.androidcentral.com/e...details?id=jackpal.androidterm&token=ZAy4w3tD Open a terminal and type: ping -c5 74.125.224.72 That will ping google.com 5 times, stop and give the result. Android since v1.0. Linux user since 2001.