Hi, I'm trying to trigger the modem with some AT commands that are not yet defined in the RIL implementation I'm curretnly using. To bypass it I saw in ril.h file comments:
/* RIL_REQUEST_OEM_HOOK_RAW ... It can be invoked on the Java side from com.android.internal.telephony.Phone.invokeOemRilRequestRaw() ... */ But on Java side, it seems that there is no access (from the SDK pov) to the Phone interface. BTW, I also saw in the javadoc that there is a class named SimulatedCommands that could help to validate the current RIL implementation. But, as for the Phone interface, there is no acces from the SDK point of view... So summarize my questions are: - How to trigger the RIL_REQUEST_OEM_HOOKs on java side ? - How to use the SimulatedCommands ? Thanks in advance, Julien --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
