I managed to get apns show by a quick change between airplane mode, but then still data nor working, and phone app crashing, that's not the way, I've been reading logs with more eyes, and finally find where's the issue, but no idea, absolutely no idea of what's happening.
Sim card is not beeing loaded properly by RIL, it allows you to set pin and sometimes makes calls and sms, but it's failing when requesting the IMSI, IMSI are just a few numbers provided by SIM to allow ril to setup the correct apns depending on carrier and country by setting two props that lately will be read by PhoneService to show the right apns, that's why my props are null on CM10:
[gsm.sim.operator.numeric]: []
[gsm.sim.operator.iso-country]: []
This is what radio log is telling me
Code:
D/RILJ ( 2339): [0037]> getIMSI: GET_IMSI aid: null
D/RILJ ( 2339): [0038]> iccIO: SIM_IO 0xc0 0x2fe2 path: 3F00,0,0,15 aid: null
E/RIL ( 1694): TX: Time: 2526664475 / 86996
E/RIL ( 1694): TX: M:IPC_MISC_CMD S:IPC_MISC_ME_IMSI T:IPC_CMD_GET l:7 m:23 a:0
E/RIL ( 1694): RX: Time: 2526664475 / 86997
E/RIL ( 1694): RX: M:IPC_GEN_CMD S:IPC_GEN_PHONE_RES T:IPC_CMD_RESP l:c m:2e a:23
E/RIL ( 1694): RX: 0A 02 02 03 00
E/RIL ( 1694): requestGetIMSI: File IMSI_FILE open failed (No such file or directory)
D/RILJ ( 2339): [0039]> iccIO: SIM_IO 0xc0 0x6f40 path: 3F007F10,0,0,15 aid: null
D/RILJ ( 2339): [0037]< GET_IMSI error: com.android.internal.telephony.CommandException: GENERIC_FAILURE
If someone want's to read the entire radio log, it's here:
http://pastebin.com/vn23tC0H
I need help.
P.D:
- Torch app is fixed now.
I was wondering now... may it be efs folder wiped? I'm not sure if it get wiped, I'm not really experimented with samsung devices, but I've seen a few people usually making sure of backup it and reflash it again...