Re: [android-porting] Re: How to configure a proxy for Internet Access

2012-07-13 Thread jaoo
Hi there! Let me jump in that discussion because my question or my problem is similar. I am currently trying to figure out how Android deals with proxy support for data calls and I have found that once the data call setup is done the GsmDataConnectionTracker.onDataSetupComplete() method sets

[android-porting] REQUEST_DIAL_EMERGENCY_CALL RIL request.

2012-03-15 Thread jaoo
I am currently figuring out how emergency calls happen on Android. Looking at the radio log I notice the rild daemon receives a REQUEST_DIAL_EMERGENCY_CALL request before performing the call itself. Trying to know more about this RIL request I notice this request does not appear in ril.h, so -I