[android-developers] MPEG2 TS + HTTP Live Streaming Support on Android

2009-07-22 Thread Android Techies
Hi, Is there an Android App or any kind of support for MPEG2TS and\or HTTP Live Streaming as per the IETF draft below ? http://tools.ietf.org/id/draft-pantos-http-live-streaming-00.txt --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Does Android support API to find out whether the SIM Card inserted is SIM or USIM ?

2009-06-05 Thread Android Techies
Hello, Is there a way in Android FW (API, field etc) which will tell whether the SIM card inserted is a 2G or 3G (USIM). I need to read certain records from SIM and 2G spec and 3G spec has different file structure for the same file. --~--~-~--~~~---~--~~ You

[android-developers] Query on Operator Name String

2009-03-06 Thread Android Techies
Hi All, I am wondering if all applications\ui use the getOperatorAlphalong as defined in ServiceState.java to get the operator name string or do they use any other way ? How does the variable mOperatorAlphaLong get its value from ? What apps currently uses these operator name ?