¡@

Home 

2014/10/16 ¤W¤È 08:13:22

android Programming Glossary: extendednetworkservice

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

com.android.internal.telephony Interface used to interact with extended MMI USSD network service. public interface IExtendedNetworkService extends android.os.IInterface Local side IPC implementation stub class. public static abstract class Stub extends android.os.Binder.. stub class. public static abstract class Stub extends android.os.Binder implements com.android.internal.telephony.IExtendedNetworkService private static final java.lang.String DESCRIPTOR com.android.internal.telephony.IExtendedNetworkService Construct the stub.. private static final java.lang.String DESCRIPTOR com.android.internal.telephony.IExtendedNetworkService Construct the stub at attach it to the interface. public Stub this.attachInterface this DESCRIPTOR Cast an IBinder object..

USSD service not working

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

dismiss the USSD responses. I've used the code from http commandus.com blog p 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.. 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.. the phone . Can someone point out what am I doing wrong Should I write any additional code for making it work IExtendedNetworkService.aidl package com.android.internal.telephony Interface used to interact with extended MMI USSD network service. interface..