¡@

Home 

2014/10/16 ¤W¤È 08:27:08

android Programming Glossary: ussddumbextendednetworkservice

Android - Implementing USSD features. Binding a service to the PhoneUtils without restarting the phone on every update

http://stackoverflow.com/questions/10722178/android-implementing-ussd-features-binding-a-service-to-the-phoneutils-withou

import com.android.internal.telephony.IExtendedNetworkService Service implements IExtendedNetworkService interface. USSDDumbExtendedNetworkService Service must have name com.android.ussd.IExtendedNetworkService of the intent declared in the Android manifest file so com.android.phone.PhoneUtils.. Your application must check is system rebooted. @see Util#syslogHasLine String String String boolean public class USSDDumbExtendedNetworkService extends Service public static final String TAG MobileServices public static final String LOG_STAMP USSDTestExtendedNetworkService..

USSD service not working

http://stackoverflow.com/questions/12594250/ussd-service-not-working

58 with minor changes. I've created the IExtendedNetworkService.aidl in the package com.android.internal.telephony and USSDDumbExtendedNetworkService inside the package com.commandus.ussd . The problem is nothing happens after running the application even after restarting.. and pre set MMI USSD command This should be called when user cancel a pre dialed MMI command. void clearMmiString USSDDumbExtendedNetworkService package com.commandus.ussd import android.app.Service import android.content.BroadcastReceiver import android.content.Context.. import com.android.internal.telephony.IExtendedNetworkService Service implements IExtendedNetworkService interface. USSDDumbExtendedNetworkService Service must have name com.android.ussd.IExtendedNetworkService of the intent declared in the Android manifest file so com.android.phone.PhoneUtils..