summaryrefslogtreecommitdiffstats
path: root/sim.c
Commit message (Collapse)AuthorAgeFilesLines
* ipc_sec_pin_status: don't return too early if lockedWolfgang Wiedmeyer2016-12-181-1/+0
| | | | | | | | This fixes the issue when the PIN can't be entered successfully after it was entered incorrectly once. As a side-effect, the SIM lock screen shows much earlier. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* allow SIM_IO request also if the SIM is locked or absentWolfgang Wiedmeyer2016-02-061-2/+7
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-0/+1303
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Massive rework of SIM handling, with new features SIM PIN-related.PaulK2012-02-241-446/+0
|
* Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to dataPaulK2011-12-311-1/+4
|
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-104/+76
|
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-5/+15
| | | | | | | | | | | | | | | Currently, the following is working: * (automatic) network registration (clean and stable) * SMS (no clean queue engine and no support for multiple message SMS) * SIM I/O * Other minor stuff And the following is left to do: * DATA (3G) * airplane to normal power mode * calls (including audio routing) * RFS messages handling (mostly to be done at IPC level) * Other minor stuff
* Temporary initial commitJoerie de Gram2011-10-291-0/+461