Forums » Replicant development »
try aka algorithm(which is used in eap-aka) on i9300
Added by tommy liu almost 11 years ago
As ril implementation status list of i9300[[http://redmine.replicant.us/projects/replicant/wiki/Samsung-RIL]] shows RIL_REQUEST_ISIM_AUTHENTICATION(Perform AKA challenge/response) is Missing.
does that mean currently we haven't succeeded in send RIL_REQUEST_ISIM_AUTHENTICATION request to the i9300 baseband or i9300 baseband doesn't support the feature at all?
I managed to send RIL_REQUEST_ISIM_AUTHENTICATION request from the ril.cpp in cynogenmod 10.2, but once i send the command the android OS crashed. it seems caused by a segmentation fault.
Replies (1)
RE: try aka algorithm(which is used in eap-aka) on i9300 - Added by Paul Kocialkowski almost 11 years ago
does that mean currently we haven't succeeded in send RIL_REQUEST_ISIM_AUTHENTICATION request to the i9300 baseband or i9300 baseband doesn't support the feature at all?
I don't think anyone tried it yet, at least, I haven't.
I managed to send RIL_REQUEST_ISIM_AUTHENTICATION request from the ril.cpp in cynogenmod 10.2, but once i send the command the android OS crashed. it seems caused by a segmentation fault.
Well perhaps you didn't provide the correct arguments if it crashed. Make sure to read ril.h for that. If you end up with logs of how the proprietary RIL does things, it would be nice to post them here so that someone can try and implement that feature in Samsung-RIL!