-
Notifications
You must be signed in to change notification settings - Fork 211
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
com.android.phone and SIM toolkit #10
Comments
ChronoMonochrome
pushed a commit
to ChronoMonochrome/frameworks_base
that referenced
this issue
Feb 7, 2016
To make pie controls more reliable, it is neccessary to detect trigger actions directly from the input stream. This commit introduces a new system service, that filters all input events in front of the input dispatcher to detect pie activations. This commit introduces: * A new system server local API in the input manager service to register secondary input filters. These filters are behind the default accessibility filter but before the input event dispatching of the android framework. * A new system service, that binds to the new API to listen for pie activation gestures. * A non-public manager class providing access to the newly created pie service. The service manager name of the service is "pieservice". The non-public AIDL interface of the service is IPieService.aidl. To register a new pie activation listener the INJECT_INPUT permission is needed. The service state can be dumped by the "dumpsys pieservice" command. Note: This commit only introduces the pie service. There is another commit, that binds the actual pie controls to the pie service. Patch Set omnirom#1: * The pie service is currently disabled by default and needs to be enabled by device overlays (see config.xml / config_allowPieService). Patch Set omnirom#2: * Activation fixes * Debug dump improvements Patch Set omnirom#4: * Added systrace support (TRACE_INPUT_TAG) * Switch default to enable service on all devices. * Moved Position to com.internal.android.utils.pie.* * Some more code rearrangements Patch Set omnirom#5: * Rebase Patch Set omnirom#6: * Cover more corner cases on PieInputFilter * Adjust gesture time out Patch Set omnirom#7: * Do not send events that are from the past * Recycle all events Patch Set omnirom#8: * Handle binder died events in PieService correctly Patch Set omnirom#10: * Simplified locking * SYSTEM_UI_FLAG_HIDE_NAVIGATION support * Fixed ADW Lauchner bug Change-Id: I6a4a4635bed420e800a3230457ee690131116a11
ChronoMonochrome
pushed a commit
to ChronoMonochrome/frameworks_base
that referenced
this issue
Feb 7, 2016
Based on "Pie controls: Introducing a pie delivery service" this commit binds the pie controls to the newly created pie service. Patch Set omnirom#2: * Fixed glitch when displaying the search panel at the lock screen. Patch Set omnirom#5: * Switch Position to com.android.internal.util.pie.Position * Removed legacy and unused code Patch Set omnirom#6: * Fixed lock screen glitch, finally! Patch Set omnirom#7: * Rebase Patch Set omnirom#9: * Moved almost all of the pie logic to PieController Patch Set omnirom#10: * Remove window completely from WindowManager when not shown Patch Set omnirom#13: * Fixed Taichi's bug * Removed observers in PieView Patch Set omnirom#14 & omnirom#15: * Rebase Change-Id: I352f198068807694d95699618597d0927da3f324
somnayna
pushed a commit
to somnayna/android_frameworks_base
that referenced
this issue
Sep 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is the right place to write this..but i didn't find a better one.
I just got a sim card with e-signature from my operator. I need to activate it..but as soon as i submit my pin through sim toolkit, i get this "com.android.phone has stopped" message. I've found this issue in other roms' forums..tried clearing caches of phone, dialer, sim toolkit, but that didn't help. The other solution written on CM forums is to reset/reflash to latest version..but as for Omnirom, I've flashed the latest version just a few days ago and keep updating it nearly every day when new nightlies come out.
I'm using Galaxy S3.
Thanks
The text was updated successfully, but these errors were encountered: