-
Notifications
You must be signed in to change notification settings - Fork 27
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
v2.9.2 #76
v2.9.2 #76
Conversation
Signed-off-by: JohnFawkes <[email protected]>
Signed-off-by: JohnFawkes <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall pretty solid, just some traces of AutoDND
Signed-off-by: JohnFawkes <[email protected]>
Signed-off-by: JohnFawkes <[email protected]>
README.md
Outdated
@@ -56,10 +56,18 @@ As a Mi A1 user, I was stuck with Stock Oreo 8.0.0 without Oreo custom ROMs when | |||
|
|||
## ⭐ Features Under Development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this header?
Signed-off-by: JohnFawkes <[email protected]>
Signed-off-by: JohnFawkes <[email protected]>
By using @AuroraWright 's port for Flip to Shh and @skittles9823 's dynamic fonts.xml modification we set Product Sans as a default.
Forgot to add I fixed the Markup issue for lower than Pie devices. |
@Stallix fixed up what you asked in TG. @JohnFawkes is there anything left or shall we push to master? |
T'was removed with a later commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check file permissions of system/app/MarkupGoogle/MarkupGoogle1.apk
|
||
- Flip to Shhh (mileage may vary) | ||
### v2.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version change, right?
@@ -2,7 +2,6 @@ | |||
# More info in the main Magisk thread | |||
|
|||
if [ $API -ge 28 ] && [ $FULL ]; then | |||
pm enable "com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.autodnd.ui.AutoDndGesturesSettingsActivity" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figure out how to remove updates before installing WellBeing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you referring to Aurora's method? Pretty sure @Stallix tested and it doesn't work.
I guess this line is unnecessary code then too.
If we did want to remove updates it would be a part of the pm --uninstall command or wiping /data/data/x and /data/app/x.
I'm not actually sure how to change that on Windows, would you be able to push a fix? EDIT: Sorted |
@thehappydinoa I think I sorted out all the issues there. |
This will enforce all app folders and *.apks have correct perms.
@JohnFawkes can u checkout the last commit I did there? Seems it can be improved. |
Lol me dumb
Yay time |
Signed-off-by: JohnFawkes [email protected]