summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* SamsungServiceMode: add support for OEM API version 2Pawit Pornkitprasan2014-01-283-14/+51
| | | | | | A new version of the ServiceMode API is found in Samsung I9082's 4.2.2 RIL Change-Id: I8b6a05580ad034c38f2884866d62a57e4a999c4b
* SamsungServiceMode: dynamic line countcm-10.1-M3Pawit Pornkitprasan2013-03-311-5/+5
| | | | | | | Initialize the mDisplay array based on the actual number of lines received to avoid NPE due to null values in the array. Change-Id: Id54570bd3fb3f1ee8ff16dd3cbc9daf03a1974b0
* SamsungServiceMode: higher number of lines to support jellybean radioscodeworkx2013-03-251-2/+2
| | | | Change-Id: I9087a75e95d23206878f21dc8281192c95b980a3
* SamsungServiceMode: Add ExecuteReceiver broadcast receiverPawit Pornkitprasan2011-10-301-0/+52
| | | | | | | | | | This allows other system applications to send commands to service mode programmatically. This will be used for AriesParts' HSPA setting. Patch set 2: White spaces Change-Id: I76632c874b872f0d3f9a1013b7dd548af4b91341
* SamsungServiceMode: Add input support and option menu.Pawit Pornkitprasan2011-10-271-0/+64
| | | | | | Input is used for AUDIO menus. Change-Id: I70d846ab9bb23573a73c5176170f9943b813a29d
* Initial commit: Add SamsungServiceModePawit Pornkitprasan2011-10-203-0/+406
This is an interface to the radio's control interface. The application is accessable via *#*#197328640#*#* (or an easier to remember submenu of it is accessable via *#*#0011#*#* and use back to get to the main menu).