• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. AllanChao

    Apps Android Roaming issue

    Hi All, how does android to identify it's in the roaming or not? because i have a testing sim card and it's mcc and mnc is the same as the setting of MME. but it's always in the Roaming(R icon) status after connect to MME successful.
  2. AllanChao

    Apps How to dump log to file from GsmServiceStateTracker.java

    Hi All, in the GsmServiceStateTracker.java, there is a dump function like following public void dump(FileDescriptor fd,PrintWriter pw,String[] args){ pw.println("ServiceStateTracker:"); pw.println(" mSS="+ mSS); pw.println(" mNewSS="+ mNewSS); pw.println(" mCellInfo="+ mCellInfo)...