Do you mean the carrier of a mobile phone that you're trying to call? I.e. Verizon, AT&T, etc.? Because I'd love to know if this can be done programmatically as well.
you can make a screenshot of the entire screen while your app is running, and then send the first 20 lines of that to one of your email addresses as a jpg...
Or you can decompose the view hierarchy of the statusbar to find the appropriate window/view and take a snapshot of just that.
you can take a screenshot of the statusbar when on AT&T , save it as a bitmap in your program, and then do a binary compare of the relevant area with a screenshot you take while running your app.
You can even make this into a utility - collect bitmaps of that area from users all over the world and then offer the class for other developers to use...
you can take a screenshot of the statusbar when on AT&T , save it as a bitmap in your program, and then do a binary compare of the relevant area with a screenshot you take while running your app.
You can even make this into a utility - collect bitmaps of that area from users all over the world and then offer the class for other developers to use...
wow that's almost an exact copy of the post I wrote but then deleted because it sounded like I was taking the ***