[android-developers] Re: A network status info question

2008-11-14 Thread bins
thanks for u r replay, Yes i added this in the manifets... ConnectivityManager cm = (ConnectivityManager)this.getSystemService (BatteryInfo.CONNECTIVITY_SERVICE); NetworkInfo mInfo=cm.getNetworkInfo(NetworkType.MOBILE); this is the code i am using..is there any chance to get e

[android-developers] Re: A network status info question

2008-11-13 Thread rajesh
It seems that you have not added the required security. Do you have this in your manifest!! Cheers, Shashank On Nov 13, 4:58 pm, bins <[EMAIL PROTECTED]> wrote: > hi All.. > > I Know how to check network status,connectivity and that type of > things,Is there any option available to get Provide

[android-developers] Re: A network status info question

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option available to get Providers network status (means in terms of percentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my app

[android-developers] Re: A network status info question

2008-11-06 Thread redmapleleaf
Here is the stack trace: Thread [<3> main] (Suspended) ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord) line: 2138 ActivityThread.handleLaunchActivity(ActivityThread$ActivityRecord) line: 2156 ActivityThread.access$1800(ActivityThread, ActivityThread $Ac

[android-developers] Re: A network status info question

2008-11-06 Thread szeldon
What kind of crash was it? Was it an exception? If so, what exception was it and what info it had? On Nov 6, 4:04 pm, redmapleleaf <[EMAIL PROTECTED]> wrote: > Hi all, > > would someone kind enough to let me know what I am doing wrong with > the following code. I would like to get the network stat