建設網(wǎng)站必備條件長春網(wǎng)站建設推廣
很多玩友特別喜歡第三方作者修改的帶有高級設置的官改包。因為他可以隨意修改系統(tǒng)里面的有關設置選項。包括但不限于修改狀態(tài)欄 顯示日期 秒等等的操作。
第三方帶高級設置的官改
一般官改帶高級設置的類似與
今天給大家分享下不用刷這些官改包即可享受高級設置的操作。
紅米k40做個演示步驟
機型;紅米 k40
芯片:高通驍龍870
安卓版本;安卓12
開源的高級設置軟件:ChiMi軟件https://github.com/yonghen/chimi-/releases
1-----手機需要解鎖bl 并且獲取了root權(quán)限。安裝了框架LSP【不會的可以參考我前面的相關博文】
下載ChiMi軟件。他是一個LSP模塊、他支持安卓低版本到目前的miui14。如果你的機型安裝他顯示報錯更換版本即可。他自帶有很多miui設置的高級選項。并且支持高通和MTK芯片的機型。最新的版本更新說明:
目前版本基于MIUI13開發(fā)版V13.1.x.10.24.DEV(Android12)開發(fā)
只適用于基于Android12 的官方 MIUI13 開發(fā)版,其他版本可能會有部分或全部功能失效
不接受在開發(fā)版之外出現(xiàn)的問題 issues
更新
新城隱藏雙wifi圖標功能
新增隱藏新HD圖標功能
新增狀態(tài)欄溫度、電流反色方式選擇
狀態(tài)欄通知中心、控制中心天氣顯示分開控制
2------安裝ChiMi軟件,安裝后在lsp框架里激活這個模塊即可。具體界面圖示
模塊有關信息
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="chili.xposed.chimi" platformBuildVersionCode="30" platformBuildVersionName="11">
? ? <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
? ? <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
? ? <application android:extractNativeLibs="false" android:icon="@drawable/ic_launcher_round" android:label="@string/app_name" android:name="chili.xposed.chimi.activity.MyApplication" android:requestLegacyExternalStorage="true" android:resizeableActivity="true" android:theme="@style/AppTheme">
? ? ? ? <meta-data android:name="xposedmodule" android:value="true"/>
? ? ? ? <meta-data android:name="xposeddescription" android:value="MIUI 增強擴展模塊 / MIUI13 MIUI enhancement extension module"/>
? ? ? ? <meta-data android:name="xposedminversion" android:value="89"/>
? ? ? ? <meta-data android:name="xposedsharedprefs" android:value="true"/>
? ? ? ? <meta-data android:name="xposedscope" android:resource="@array/NeedHook_scope"/>
? ? ? ? <activity android:exported="true" android:label="@string/app_name" android:name="chili.xposed.chimi.activity.MainActivity">
? ? ? ? ? ? <intent-filter>
? ? ? ? ? ? ? ? <action android:name="android.intent.action.MAIN"/>
? ? ? ? ? ? ? ? <action android:name="android.intent.action.VIEW"/>
? ? ? ? ? ? ? ? <category android:name="de.robv.android.xposed.category.MODULE_SETTINGS"/>
? ? ? ? ? ? </intent-filter>
? ? ? ? </activity>
? ? ? ? <activity-alias android:name="chili.xposed.chimi.activity.MainActivityAlias" android:targetActivity="chili.xposed.chimi.activity.MainActivity">
? ? ? ? ? ? <intent-filter>
? ? ? ? ? ? ? ? <action android:name="android.intent.action.MAIN"/>
? ? ? ? ? ? ? ? <category android:name="android.intent.category.LAUNCHER"/>
? ? ? ? ? ? </intent-filter>
? ? ? ? </activity-alias>
? ? ? ? <activity android:label="@string/main_about" android:name="chili.xposed.chimi.activity.AboutActivity"/>
? ? ? ? <activity android:label="MIUI桌面" android:name="chili.xposed.chimi.activity.MIUIHomeActivity"/>
? ? ? ? <activity android:label="@string/main_sundry" android:name="chili.xposed.chimi.activity.MiscActivity"/>
? ? ? ? <activity android:label="應用圖標隱藏" android:name="chili.xposed.chimi.activity.HideIconActivity"/>
? ? ? ? <activity android:label="@string/main_system_ui" android:name="chili.xposed.chimi.activity.SystemUIActivity"/>
? ? ? ? <activity android:label="彩蛋" android:name="chili.xposed.chimi.activity.EggActivity"/>
? ? ? ? <activity android:label="@string/main_system_volume" android:name="chili.xposed.chimi.activity.SoundActivity"/>
? ? ? ? <activity android:label="@string/main_lock_screen" android:name="chili.xposed.chimi.activity.LockScreenActivity"/>
? ? ? ? <activity android:label="@string/main_remove_ad" android:name="chili.xposed.chimi.activity.NoAdActivity"/>
? ? ? ? <activity android:label="@string/main_security_center" android:name="chili.xposed.chimi.activity.SecurityCenterActivity"/>
? ? ? ? <activity android:label="@string/main_laboratory" android:name="chili.xposed.chimi.activity.LaboratoryActivity"/>
? ? ? ? <activity android:label="@string/main_quick_entrance" android:name="chili.xposed.chimi.activity.QuickOpenActivity"/>
? ? ? ? <activity android:name="chili.xposed.chimi.activity.SystemUiStatusBarHideViewActivity"/>
? ? ? ? <activity android:name="chili.xposed.chimi.activity.SystemUiDisplayCustomViewActivity"/>
? ? ? ? <activity android:name="chili.xposed.chimi.activity.MIUIControlCenterActivity"/>
? ? ? ? <receiver android:directBootAware="true" android:enabled="true" android:exported="true" android:name="chili.xposed.chimi.broadcast.FileBroadcastReceiver">
? ? ? ? ? ? <intent-filter>
? ? ? ? ? ? ? ? <action android:name="android.intent.action.LOCKED_BOOT_COMPLETED"/>
? ? ? ? ? ? </intent-filter>
? ? ? ? </receiver>
? ? </application>
</manifest>
簡單測試了下還是相當不錯的。其實類似的軟件還有很多。當然如果你有一定的基礎完全可以把這些軟件內(nèi)置到系統(tǒng)分區(qū)里??梢詤⒖?/strong>
高級設置
注意事項
任何的玩機搞機操作都有風險。養(yǎng)成隨時備份重要數(shù)據(jù)的好習慣。一般模塊類的導致系統(tǒng)重啟不開機可以嘗試在twrp里刪除剛才安裝的模塊重啟即可正常。如不行可以嘗試清除數(shù)據(jù)或者重新刷機解決