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

Search results

  1. T

    Apps How to write a voice call function

    Class Name VoiceCallTest Function to do voice call Properties 1. CallNo: String 2. CallDuration: integer (in seconds) 3. RedialAfterDrop: Boolean ('whether to redial after a dropped call') Functions 1. MakeCall(): Make the voice call with <CallNo> and end the call after <CallDuration>...
  2. T

    Apps How to write a class to send email

    Class Name SendEmail Function to do email sending Properties 1. EmailApplication: String (Email Application to be used, eg "Gmail") 2. EmailLoginName: String 3. EmailLoginPassword: String 4. EmailSubject: String 5. EmailContent: String 6. EmailAttachment: String Functions 1. SendEmail(): Send...
  3. T

    Apps How to Extract latest all information

    Class name ExtractUEInfo Function to extract all information (eg. IMSI, IMEI, Serving Cell Operator) from the internal UE Info Class into MStringArray format Properties 1. UEInfo: MStringArray 2. UEInfoFields (Col): String; 'Field Name of the UEInfo' Functions 1. LoadUEInfo(): Load ALL the UE...
  4. T

    Apps [Newer] How can i create a class?

    1 class name ExtractRFParameters Function to extract all information (eg RSCP, SC of serving, Nbr of serving, from the internal RF parameter class into MStringArray format Properties 1. RFParameters: MStringArray 2. RFFields (Col): String; 'Field Name of the RFParameters' Functions 1...