summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-16Extend ANDROID with CDMA mobile technology support . Feature Complete. ↵cdma-importTeam Android CDMA
Review Comments Fixed This contribution is final functional step of the first release of the CDMA extension of the Android telephony layers. It contains changes in the phone related applications, the application framework telephony packages and in the RIL daemon library space. The implementation of the CDMA support requires architectural changes in the telephony package and extensions of the RIL interface. The application interface (SDK interface) will be extended to provide CDMA specific features/information to the phone related application and other applications. Where ever possible the actual used radio technology is transparent for the application using mobile connections. This increment is tested on the Android emulator with a RIL simulator tool and also tested on a reference HW platform. The CDMA extension of the telephony stack can be used for Android phones supporting either CDMA mobile technology only or world mode including GSM/WCDMA and CDMA. The following CDMA technologies are considered: IS-95, CDMA2000 1xRTT, CDMA2000 1x EVDO. This contribution implements the following functionality: - start up, - access the CDMA subscription and other information from memory of from the card (either SIM, USIM or RUIM), - register to the network, - provides registration status to the application for displaying - be able to handle incoming and outgoing voice calls, - provide phone and call settings in the settings application - provide supplementary services in the settings application - provide supplementary services by in-call menues - handles TTY and enhance voice privacy - supports automatic radio technology change for a world mode phone from CDMA to GSM/UMTS or vice versa - send and receive SMS - configure and receive Broadcast SMS - receive WAP Push SMS Signed-off by : Saverio Labella, saverio.labella@teleca.com Sigmar Lingner, sigmar.lingner@teleca.com
2009-01-15Extend ANDROID with CDMA mobile technology support - Review comments Fixed.Team Android CDMA
This project has the goal to extend the Android telephony layers with CDMA mobile technology support. The current release 1 of Android supports GSM/WCDMA as mobile communication standards. Our contribution will contain changes in the phone related applications, the application framework telephony packages and in the RIL daemon library space. The implementation of the CDMA support requires architectural changes in the telephony package and extensions of the RIL interface. The application interface (SDK interface) will be extended to provide CDMA specific features/information to the phone related application and other applications. Where ever possible the actual used radio technology is transparent for the application using mobile connections. Each increment of the contribution will provide a pre-tested set of use case implementations. The final contribution will support CDMA functionality for Android phones supporting either CDMA mobile technology only or a world mode including GSM/WCDMA and CDMA. The following CDMA technologies are considered: IS-95, CDMA2000 1xRTT, CDMA2000 1x EVDO. This contribution implements the following use cases: UC Startup-Phone UC Initialize Phone UC Access SIM/RUIM UC Network Indications UC Mobile Originated Call UC Mobile Terminated Call UC Network / Phone Settings UC Supplementary Services (partly) With these use cases the phone will - start up, - access the CDMA subscription and other information from memory of from the card (either SIM, USIM or RUIM), - register to the network, - provides registration status to the application for displaying - be able to handle incoming and outgoing voice calls, - provide phone and call settings in the settings application - provide supplementary services in the settings application Various review comments are also fixed with this contribution. Approved By :- Aravind Mahishi , aravind.mahishi@teleca.com Wolfgang Schmidt, wolfgang.schmidt@teleca.com
2008-10-31BUG FIX - http://code.google.com/p/android/issues/detail?id=955Muthu Ramadoss
Fixed AlertDialog.Builder setMultiChoiceItems losing checked state for invisible items in UI when backed by a Cursor. Please refer to the issue tracker for more details.
2008-10-28Fix typo. It's "picasa", not "picassa".raphael
2008-10-24Change values of ACTION_POWER constants to better match established practice.Jean-Baptiste Queru
Trim code to 100 lines to match style guide.
2008-10-23Added broadcasts for external power events.Cliff Spradlin
2008-10-22Add a few missing headers.Alexey Zaytsev
Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
2008-10-21Add a few missing headersAlexey Zaytsev
Fixes build with gcc 4.3.2 Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
2008-10-21Initial Contributionandroid-1.0The Android Open Source Project