Mod Collection for MiUI/HyperOS
الذهاب إلى القناة على Telegram
This is a public channel. We share what we saved in public groups and share what we know. Update: https://t.me/hyperosmodcollection Chat: https://t.me/hyperosmodcollectionchat Paypal: https://www.paypal.me/AnhDzVN BIDV: PHAN VAN ANH 67210001283608
إظهار المزيدلم يتم تحديد البلدالتكنولوجيات والتطبيقات20 964
لا توجد بيانات
المشتركون
-124 ساعات
+97 أيام
+2330 أيام
أرشيف المشاركات
Fix Whatsapp call notification in CN ROM
Android: 13
In Systemui class
com.android.systemui.statusbar.notification.NotificationUtil
In method
setFold(Landroid/service/notification/StatusBarNotification;Z)VRemove 3 lines:
if-nez p0, :cond_XX return-void :cond_XX
Add blur background on Media player on the notification shade and lock screen
(version 2.2, only smali)
Rom: HyperOS
Android: a13 and a14
Apk: MIUISystemUI.apk
Changelogs:
- Fix crash issue on the latest hyperos base. Now it works fine on both old and new bases.
- Add support for android 13.
Notes:
- Guide and credit are included in this .zip file.
- Report bug if you find any bug.
By: @vawnanh2801
Squiggly process bar
Rom: ONLY OS1 Android 13
In class
com/android/systemui/media/SeekBarObserverFind
check-cast v0, Lcom/android/systemui/media/SquigglyProgress;After it, add
if-eqz v0, :cond_new iget-boolean v1, p1, Lcom/android/systemui/media/SeekBarViewModel$Progress;->playing:Z invoke-virtual {v0, v1}, Lcom/android/systemui/media/SquigglyProgress;->setAnimate(Z)V const/4 v1, 0x0 iput-boolean v1, v0, Lcom/android/systemui/media/SquigglyProgress;->transitionEnabled:Z :cond_newFind the file:
/res/drawable/media_notification_progress.xmlReplace its content by:
<?xml version="1.0" encoding="utf-8"?> <com.android.systemui.media.SquigglyProgress />
