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

Fix some duplicate ringtones #1

Closed
wants to merge 10 commits into from
Closed

Fix some duplicate ringtones #1

wants to merge 10 commits into from

Conversation

bmos
Copy link

@bmos bmos commented Nov 25, 2013

No description provided.

@bmos
Copy link
Author

bmos commented Jan 12, 2014

Is there something I need to do to get this looked at? It's a problem in so many ROMs I've used...

@jerdog
Copy link

jerdog commented Jan 12, 2014

Two things:

  1. Submit issues at jira.omnirom.org
  2. Verify you don't have those same ringtones on your sdcard
    On Jan 12, 2014 4:21 PM, "William Thieme" notifications@github.com wrote:

Is there something I need to do to get this looked at? It's a problem in
so many ROMs I've used...


Reply to this email directly or view it on GitHubhttps://github.com//pull/1#issuecomment-32136127
.

@bmos
Copy link
Author

bmos commented Jan 12, 2014

Oh, didn't realize omni has a separate system for submitting changes.
Thanks!

@bmos
Copy link
Author

bmos commented Jan 12, 2014

Looks like my pull request was rendered obsolete but someone.
https://gerrit.omnirom.org/#/c/4459/

@bmos bmos closed this Jan 12, 2014
@bmos bmos deleted the android-4.4 branch January 12, 2014 22:43
OmniBot pushed a commit that referenced this pull request Nov 4, 2014
…ounters

an int[] return type.

There are two such instances:

1. "private int[] mRules" within RelativeLayout LayoutParams.
2. "public int[] getLocationOnScreen" in View.

When I added #2, we noticed missing annotated fields/methods in Hierarchy
Viewer, but #1 also caused the same issue (mainly not exporting
alignWithParent field)

Bug: 16844914
Change-Id: I0d83a4391aa0565897cd7f0523995c97b7a4976d
ChronoMonochrome pushed a commit to ChronoMonochrome/frameworks_base that referenced this pull request 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
somnayna pushed a commit to somnayna/android_frameworks_base that referenced this pull request Sep 6, 2016
swiftlob pushed a commit to swiftlob/android_frameworks_base that referenced this pull request May 19, 2019
OmniBot pushed a commit that referenced this pull request Jun 3, 2020
On automotive, it helps identify slow services. For example:

W ActivityManager: User switch delayed: observer #1
  WallpaperManagerService sent result after 1608 ms

Without this change, the WallpaperManagerService wouldn't be logged
because the "give up" timeout is 3000ms.

Bug: 145558164
Bug: 144801993

Test: manual verification (see logcat above)

Change-Id: I68e3b7220bbac25075e4fd4dad83c3a26b88940c
Merged-In: I68e3b7220bbac25075e4fd4dad83c3a26b88940c
(cherry picked from commit 48a75cb)
OmniBot pushed a commit that referenced this pull request Oct 5, 2022
to reduce deps on every new release

Change-Id: I200fea54ffc707ca515d83af928f5a204403f448
#1 PowerManager.reboot will call rebootCustom so clients dont have to do it
#2 UpdatEngine,setPerformance mode is true by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants