1.0.0 / March 18, 2014
(3.0/5) (8)

Description

This application allow user to to query USSD code (such as send*112# to query post-paid billing of Mobifone/Vietnam) to thenetwork and intercept the response (prevent displaying of defaultUSSD response dialog of Android).
It's used as a library for CallLimit:https://play.google.com/store/apps/details?id=com.hit.calllimit
-------------------------------------------------
For developer who want to do the USSD intercepting as above:
1. Install this app
2. Restart the phone
3. Send a broadcast intent:
Intent ussdIntent = new Intent("SEND_UC_USSD_WITH_RESULT");
ussdIntent.putExtra(USSD_NUMBER, number);
4. Register a receiver with action:"com.hit.ussdlib.service.USSD_RESPONSE_ACTION"
5. Get the response: String response =intent.getStringExtra("com.hit.ussdlib.service.message");
-------------------------------------------------

App Information USSD Lib

  • App Name
    USSD Lib
  • Package Name
    com.hit.ussdlib
  • Updated
    March 18, 2014
  • File Size
    256k
  • Requires Android
    Android 2.3.3 and up
  • Version
    1.0.0
  • Developer
    hitman
  • Installs
    500 - 1,000
  • Price
    Free
  • Category
    Libraries & Demo
  • Developer
    Email [email protected]
    Hà Đông - Hà Nội
  • Google Play Link

USSD Lib Version History

Select USSD Lib Version :
  • 1.0.0 (1) - Latest Version
  • USSD Lib 1.0.0 APK File

    Publish Date: 2015 /9/10
    Requires Android: Android 2.3.3+ (Gingerbread, API: 10)
    File Size: 256.3 kB
    Tested on: Android 4.3 (Jelly Bean, API: 18)
    File Sha1: 8263ced00c19c03c0ab29e1f2b287f6e769fc8f0
    APK Signature: 342e26ff66a76a9625cc4048689a80a3910934f5

hitman Show More...

USSD Lib 1.0.0 APK
hitman
This application allow user to to query USSD code (such as send*112# to query post-paid billing of Mobifone/Vietnam) to thenetwork and intercept the response (prevent displaying of defaultUSSD response dialog of Android).It's used as a library for CallLimit:https://play.google.com/store/apps/details?id=com.hit.calllimit-------------------------------------------------For developer who want to do the USSD intercepting as above:1. Install this app2. Restart the phone3. Send a broadcast intent:Intent ussdIntent = new Intent("SEND_UC_USSD_WITH_RESULT");ussdIntent.putExtra(USSD_NUMBER, number);4. Register a receiver with action:"com.hit.ussdlib.service.USSD_RESPONSE_ACTION"5. Get the response: String response =intent.getStringExtra("com.hit.ussdlib.service.message");-------------------------------------------------
CallLimit 1.1.2 APK
hitman
This android application is very useful forperson that want to control his call duration to prevent exceedcall paid. This will help to hangup the phone automatically whencall duration reaches the set value:- Hangup the phone automatically with all outgoing call- Hangup the phone automatically with internal outgoing call (callto other phone number that on the same operator). This function isavailable in Vietnam only.- Beep only- Vibrate- Query the pre-paid balance or post-paid billing. In order ofusing this function, you have to install USSD Lib athttps://play.google.com/store/apps/details?id=com.hit.ussdlib andthen restart the phone. After that you have to setup the USSD codedue to each operator such as *123#...