Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
I want to check the downloading and uploading speed of internet in blackberry Device..
Plz Help me in what way i can do that?
Posted
Updated 29-Aug-12 0:56am
v3

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.
 
Share this answer
 
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.
 
Share this answer
 
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.
 
Share this answer
 
Youc check on it.

you may use this link to know the speed.:

http://www.dslreports.com/mspeed?jisok=1[^]
 
Share this answer
 
v2
Comments
AmanArora1987 29-Aug-12 6:51am    
But i want to test speed programatically, so kindly suggest me the code for that
Use aircel sim, its speed is very fast. stop using tata docomo.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900