madhanraj / seek-for-android

Automatically exported from code.google.com/p/seek-for-android
0 stars 0 forks source link

Patches should be appliable to cyanogenmod latest stable (https://github.com/CyanogenMod/) #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What's the problem?

I can't apply patches to cyanogenmod 7.2 (which is gingerbread 2.3.7) in order 
to get eap-sim working.

I applied patches in this order:

smartcard-api.patch (2.3.0 version)
uicc.patch (2.3.0 version)
pcsc_system_service_v098.patch
eap-sim-aka_0.4.1.patch

The build (it builds properly) I get for my lg p970 has not working eap-sim. 
Did I miss something? Could someone help me? I know you are not part of 
cyanogenmod team, but my problem is to get eap-sim working on my phone and they 
can't (or don't want) to help me...

I want to help other users which have less knowledge than me with this, so if 
you could help me in order to get a working ROM, it would be very kind from you.

Original issue reported on code.google.com by kalonbun...@gmail.com on 22 Jun 2012 at 4:49

GoogleCodeExporter commented 9 years ago
Can you confirm that SIM access works on the P970 out of the box? Otherwise I 
think this is not an issue with cyanogenmod or SEEK but the missing APDU 
interface in the P970 modem and RIL. As long as this is not in place you won't 
get access to the SIM.

Original comment by Daniel.A...@gi-de.com on 25 Jun 2012 at 7:01

GoogleCodeExporter commented 9 years ago
If for you SIM access means EAP-SIM, it doesn't work out of the box on the 
p970. Is there a solution for me to test APDU presence and if not, to add it? 

Thanks for your help.

Original comment by kalonbun...@gmail.com on 26 Jun 2012 at 6:15

GoogleCodeExporter commented 9 years ago
You would need to have at least access to see ril.h to identify if/how the 
corresponding commands are exported in RIL. With such information, the 
counterpart in the Android Telephony & UiccTerminal needs to be added.
-> SEEK cannot support SIM access on commercial devices if the OEM does not 
include such out of the box  

Original comment by Daniel.A...@gi-de.com on 3 Jul 2012 at 7:03