Flyme OS Status Bar For all Android Devices-
Flyme OS status bar Now available for all Android Devices, you can mod It for your own Android Device by Following Bellow Guide,
this Whole Process Complete in 2 part follow Bellow-
Part 1: framework-res.apk
1º - Decompile framework-res.apk
2º - Go to "framework-res > res > values" and open "dimens.xml"
3º - Search for this two lines:
and change the values for:
4º - Save and compile the framework-res.apk.
Part 2: SystemUI.apk-
So this IS a Complete Guide to mod Flyme OS Status bar For your own Device, if you have any question let us know via Comment,
Source- Xda,
Search tag-
Flyme OS status bar Now available for all Android Devices, you can mod It for your own Android Device by Following Bellow Guide,
Mod Flyme OS Status bar For you own[all} Android Device, a Complete guide to mod Status bar For all Android Devices is Here, you can easily mod it For your own Device by modifying System ui and Framework apk,this Method work on all Smartphone including samsung, sony, lg, microma, xiaomi, nexus, Lg, asus, oneplus, and all other manufactures,befor Doing anything take a backup of origanal file to restore or recover Bootloop, follow bellow guide to mod Flyme os Status Bar For all Android Devices,
Requires:- - framework-res.apk deodexed
- - SystemUI.apk deodexed
- - apktool v2.0.0b9
Note:
- Follow the steps correctly otherwise you may brick your device. We are not responsible for any damage to your phone.
- It will erase all your personal data including data of internal storage, so we advise you first to take a complete backup of your phone and then proceed.
- Ensure that your phone has at least 50-60% charged to prevent the accidental shutdown in-between the process.
- How to Repair IMEI Number on Android Devices
- Backup Stock Rom on Android without Recovery
- How to Increase Internet Speed On Android Devices
this Whole Process Complete in 2 part follow Bellow-
Part 1: framework-res.apk
1º - Decompile framework-res.apk
2º - Go to "framework-res > res > values" and open "dimens.xml"
3º - Search for this two lines:
Code:
<dimen name="status_bar_height">25.0dip</dimen>
<dimen name="status_bar_icon_size">24.0dip</dimen>
Code:
<dimen name="status_bar_height">40.0dip</dimen>
<dimen name="status_bar_icon_size">29.0dip</dimen>
Part 2: SystemUI.apk-
1º - Decompile SystemUI.apk
2º - Go to "SystemUI > res > layout" and open "status_bar.xml"
3º - Now, Compare this
4º - Save and close.
5º - Go to "SystemUI > res > layout" and open "status_bar_expanded.xml"
6º - Search for this line:
change for this:
7º - Save and close.
8º - Go to "SystemUI > res > values" and open "ids.xml"
in the end add this line:
9º - Save and close.
10º - Download this resources > here
11º - Extract the file and put each file in its place.
12º - Compile the SystemUI.apk
2º - Go to "SystemUI > res > layout" and open "status_bar.xml"
3º - Now, Compare this
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/system_bar_background" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<ImageView android:id="@id/notification_lights_out" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center" android:paddingStart="6.0dip" />
<LinearLayout android:orientation="horizontal" android:id="@id/status_bar_contents" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:gravity="left" android:id="@id/clock" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:orientation="vertical" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:gravity="right" android:orientation="horizontal" android:id="@id/system_icon_area" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="left" android:id="@id/carrier_label" android:paddingTop="4.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:maxLength="9" android:layout_weight="1.0" />
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent" android:paddingStart="2.0dip">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" />
<com.android.systemui.projectx.BatteryText android:textSize="12.0dip" android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:paddingStart="2.0dip" />
<com.android.systemui.BatteryMeterView android:id="@id/battery" android:layout_width="6.0dip" android:layout_height="15.0dip" android:layout_marginBottom="0.33000004dip" android:layout_marginStart="4.0dip" />
</LinearLayout>
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0">
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0">
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />
<com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentStart="true" />
</LinearLayout>
<com.android.systemui.projectx.Traffic android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center_vertical" android:id="@id/traffic" android:paddingRight="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</LinearLayout>
</LinearLayout>
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="start|center" android:id="@id/onsText" android:paddingLeft="6.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:maxLength="18" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:paddingStart="6.0dip">
<ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginEnd="4.0dip">
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="center" />
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="center" />
</ImageSwitcher>
<com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" android:paddingEnd="10.0dip">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
</com.android.systemui.statusbar.phone.TickerView>
</LinearLayout>
<com.android.systemui.statusbar.policy.KeyButtonView android:layout_gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/screen_lock" android:layout_toRightOf="@id/recent_apps" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:keyRepeat="false" androidrientation="vertical" />
</com.android.systemui.statusbar.phone.PhoneStatusBarView>
5º - Go to "SystemUI > res > layout" and open "status_bar_expanded.xml"
6º - Search for this line:
Code:
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="center" android:id="@id/carrier_label" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="@dimen/carrier_label_height" android:singleLine="true" />
Code:
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="center" android:id="@id/carrier_label" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="@dimen/carrier_label_height" android:singleLine="true" />
8º - Go to "SystemUI > res > values" and open "ids.xml"
in the end add this line:
Code:
<item type="id" name="traffic">false</item>
10º - Download this resources > here
11º - Extract the file and put each file in its place.
12º - Compile the SystemUI.apk
So this IS a Complete Guide to mod Flyme OS Status bar For your own Device, if you have any question let us know via Comment,
Source- Xda,
Search tag-
Flyme OS status bar mod, Flyme OS status bar mod free download, flyme os status bar mod for all android, flyme os status bar mod for xiaomi, samsung, sony, htc, oneplus, flyme lines download mod, flyme os mod for all android devices, Flyme OS mod staus bar, guide how to mod status bar, how to instructions mod Flyme OS status bar for android,
ConversionConversion EmoticonEmoticon