Вы находитесь на странице: 1из 6

DSB for Android 11 aka Android 10.

1
Credits: Rafael Tosta

Install an app called MT Manager from telegram. You won’t find it


in PlayStore cuz it is taken down.
Disclaimer: Logging into MT Manager is compulsory.

Open the app, Grant root, provide other permissions, press agree,
and login.
Now navigate to / by pressing “…” folder until you see
/system_ext, open this folder,

• Click and open the folder named “priv-app”.

• You’ll see a folder named SystemUI.

• Open that folder and click on SystemUI.apk, you’ll see a pop-up


dialog with 3 options, namely ‘FUNCTION’, ‘VIEW’, and
‘INSTALL’.

• Click on VIEW, go to folder named ‘res’, and navigate to a


folder named ‘layout’ and open it.

• In this ‘layout’ folder navigate for status_bar.xml file. You


will see a pop-up dialog with 2 options, namely ‘Decompile’ and
‘String pool’.

• Click on ‘Decompile’ and


• Insert the following lines at the top arrow only
<LinearLayout
android:orientation="1"
android:layout_width="-1"
android:layout_height="-1" >

• Do this after completing above step


Replace these values:
android:gravity="0x00000001"
android:layout_width="-1"
android:layout_height="-2"
android:paddingStart="0dp"
android:paddingEnd="0dp"
• Save and exit. While exiting do not press home button, press
back key and you will be prompted to a screen.

• Do not check the “AUTO SIGN” box, just click “OK” and press
back.
• Press back and proceed to the next steps.
Now time for padding fix and icon fix

• Go-to /system_ext/priv-app/SystemUI/SystemUI.apk/resources.arsc and


open with Arsc editor (you’ll see a pop-up).
• In this resources.arsc file, go to “com.android.systemui/dimen/dimen”
and navigate to “status_bar_icon_drawing_size” and put the value as
13dp and click on the 3 dot menu press save. As shown below.

• Go-to /system/framework/framework-res.apk. Click on the app and press


“view” (you’ll see a pop-up).
• Then, click on “resources.arsc” and open with Arsc editor (you’ll see
a pop-up).
• Here go to “/android/dimen/dimen” and navigate “status_bar_icon_size”
and set its value to 17dp and then save. Press back until you see
above screen. Click on “OK” and do not check the check box, leave it
blank.
For landscape height
Note: Sometimes this entity (status_bar_height_landscape)
can also be in /SystemUI.apk/resources.arsc.

• Now go to /vendor/overlay/ and click on “framework-


res__auto_generated_rro_vendor.apk” and press view from the pop-up.
• Go to “resources.arsc” open it with Arsc editor and go to
“android.auto_generated_rro_vendor__/dimen/dimen” and navigate
“status_bar_height_landscape”, set its value to 32dp and save. Press
back until you see a pop-up again with options, AUTO FILL and OK,
click on OK and do not check the AUTO FILL box.
• Now swipe back until you see a toast saying “Press back again to
quit”.
• Now do not force reboot your phone. Do a normal reboot.

Thank.

Вам также может понравиться