-
Notifications
You must be signed in to change notification settings - Fork 52
Fix clock table (for both of build) #5
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
Open
TaichiN
wants to merge
19
commits into
Quarx2k:gingerbread
Choose a base branch
from
TaichiN:gingerbread
base: gingerbread
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit d73e0a7.
This reverts commit b65a966.
- As the /pds directory wasn't guaranteed to be present on mount before, mount may fail and thus the permissions weren't fixed up. - Create PDS image under a new name to force recreation with correct permissions - Fix references to old file name
The Defy+ has one combined event queue for both ALS and proximity sensors, so we should read accordingly. Opening and reading twice (and discarding the events the respective reader isn't interested in) isn't going to work.
Change-Id: Ia8fcfba1fa0b8912afdce8c4b255975b1fbf9ce6 Conflicts: DefyParts/src/com/cyanogenmod/defyparts/SettingsActivity.java
This reverts commit c9d40c3.
This reverts commit 3203a32.
Use it to force a SIM PIN request after reboot. Update stable recovery to do that as well.
Unlike the stock ROM, we don't simply exec /sbin/reboot, but present UI to the user where he can cancel the reboot (if he's currently doing something) and is presented with a notice after the reboot. Also avoid starting up PVR-, phone- and GPS-related daemons in charge only mode. Otherwise, panic_daemon will continously reboot the device in charge only mode. Change-Id: I1854e9c0b5ff52c85bf079bea588b65e153c19b8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.