Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fix for Stk #4

Open
wants to merge 1 commit into
base: ics
Choose a base branch
from
Open

Build fix for Stk #4

wants to merge 1 commit into from

Conversation

berolinux
Copy link

Without this commit from upstream pulled in, Stk fails to build because it expects the OPEN_CHANNEL, CLOSE_CHANNEL, RECEIVE_DATA and SEND_DATA enum values to exist.

[...]
packages/apps/Stk/src/com/android/stk/StkAppService.java:335: unqualified enumeration constant name required
case CLOSE_CHANNEL:
^
[...]

Since all it does is add some members to an enum, merging this should be harmless.

Original (upstream) commit message:

While BIP data call setup is still handled in RIL/Modem,
this patch is adding support of Alpha tag display on UI.
Alpha tag is optionally included in "OPEN Channel", "Close Channel",
"Send Data" or "Receive Data" command.

"Open channel" will be notified via RIL_UNSOL_STK_PROACTIVE_COMMAND
which requires TERMINAL RESPONSE based on user input.
"Close channel", "Send Data" and "Receive Data" commands
are send via RIL_UNSOL_STK_EVENT_NOTIFY just to display
transient notice.

Bug:5165510
Change-Id: I873e55274c860886bc816ce6fb07cb882d339214

While BIP data call setup is still handled in RIL/Modem,
this patch is adding support of Alpha tag display on UI.
Alpha tag is optionally included in "OPEN Channel", "Close Channel",
"Send Data" or "Receive Data" command.

"Open channel" will be notified via RIL_UNSOL_STK_PROACTIVE_COMMAND
which requires TERMINAL RESPONSE based on user input.
"Close channel", "Send Data" and "Receive Data" commands
are send via RIL_UNSOL_STK_EVENT_NOTIFY just to display
transient notice.

Bug:5165510
Change-Id: I873e55274c860886bc816ce6fb07cb882d339214
nadlabak pushed a commit that referenced this pull request Jun 8, 2012
Patch set #1: Added hdpi resources.
Patch set #2: Added ldpi & mdpi resources.
Patch set #3: Corrected whitespaces.
Patch set #4: Separate option in Settings.

Change-Id: I5138885cf71cb39fd95f4c501ab1a69b01bfad27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant