有没有办法让黑莓获得网速? [英] is there any way to get internet speed in blackberry?

查看:108
本文介绍了有没有办法让黑莓获得网速?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想检查黑莓设备上网的下载和上传速度..

Plz帮助我以什么方式做到这一点?

I want to check the downloading and uploading speed of internet in blackberry Device..
Plz Help me in what way i can do that?

推荐答案

WifiManager wm =(WifiManager)getSystemService(Context.WIFI_SERVICE);

WifiInfo wi = wm.getConnectionInfo();

返回String.format(% d Mbps,wi.getLinkSpeed());





试试这个。它适用于Wifi连接。
WifiManager wm = (WifiManager)getSystemService(Context.WIFI_SERVICE);
WifiInfo wi = wm.getConnectionInfo();
return String.format("%d Mbps", wi.getLinkSpeed());


Try This. It will work for Wifi Connection.


开发指南 - 网络通信 - BlackBerry Java SDK - 6.0 [ ^ ]



您需要与某个网络服务器建立可靠的连接(可能是您设置的网络服务器)。那个应该回答一个发送给你的定义文件 - 所以你可以计算它需要的时间/知道文件的大小/可以估计连接的实际速度。



玩得开心。
Development Guide - Network Communication - BlackBerry Java SDK - 6.0[^]

You need to make a reliable connection to a certain webserver (probably one you've set up). That one should answer with a defined file that is sent to you - so you can figure the time it needs / know the size of the file / can estimate the real speed of the connection.

Have fun.


是的,有一种简单的方法来检查互联网上传和下载速度。我会建议网站 Scanmyspeed.com 您可以在这里查看互联网上传和下载速度,单位为Mbps和Mbps。
Yes there is an easy way to check internet uploading and downloading speed.I would suggest the site Scanmyspeed.com here you can check internet uploading and downloading speed in Mbps and Mbps.


这篇关于有没有办法让黑莓获得网速?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆