View previous topic :: View next topic |
Author |
Message |
Tim
Joined: 30 Sep 2011 Posts: 12
|
Posted: Tue Oct 11, 2011 6:45 pm Post subject: Problem with Vodafone SIM in 3G handset |
|
|
I have a strange problem using a 3G USIMs in 3G hansets. Basically the app initialisation is not being performed - my diagnostic prints show that ACTION_APP_INIT is never being called (so my app_data() pointer to EEPROM is never initialised)...
ACTION_TERMINAL_PROFILE and ACTION_INSERT_MENU are called.
I have tried...
1. The same SIMs in a 2G handset - all works fine.
2. 2 different Vodafone SIMS - one pre-pay & one contract - both show the same problem.
3. A UK Orange USIM - shows the problem
4. A UK Orange pre-pay SIM in the same handset - no problems (but not sure if this is a SIM or USIM).
I know that the startup sequence for 3G is different to GSM so I suspect that this is the root of the problem. Is this a known issue? Is there a workaround?
I have full logs if needed. |
|
Back to top |
|
|
pz
Joined: 12 Mar 2004 Posts: 1161
|
Posted: Thu Oct 13, 2011 7:16 am Post subject: |
|
|
Please send logs to info@bladox. Seems like app init is not properly done. Quickest workaround could be that you have SIM PIN allowed. Another is to use PROC_8_CONFIG_INIT_BOOSTER - this will init the apps immediately in first APDU. The drawback is that if your app is somehow broken you need to reflash the kernel (reset doesn't help as there is no way to get past first APDU). Let's see the logs. |
|
Back to top |
|
|
Tim
Joined: 30 Sep 2011 Posts: 12
|
Posted: Thu Oct 13, 2011 10:23 am Post subject: |
|
|
The workaround (enable SIM PIN works) - thanks
Log files are on their way... |
|
Back to top |
|
|
|