Good day, itatagalog ko na lang Hehehe, yung mga nagflash ng SystemUI ko, baka gusto niyo lang chopchopin yung feature ng SystemUI ko. Kunwari ayaw niyo ng ganito ganyan sa binibigay kong SystemUI ko so better na chopchopin ko na lang hehehe
BAGO GAWIN: BASAHIN ANG PINNED POST KAPATID HEHEHEE
Also take note na estudyante lang po ako at busy din na nagaaral hehehe
Legend:
& =
$ = >
SS: Ibase niyo na lang sa SystemUI na binibigay ko hehehe
A. Double Tap Battery to Screen off
B. Circle Battery
C. Contextual Panel
Mga tools na gagamitin:
A. Double Tap Battery to Screen off
1. Decompile your SystemUI.apk
2. Extract the downloaded file in smali/com/ folder
3. Then go to SystemUI/res/layout/asus_statusbar.xml
Above the line with
&TextView android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ffffffff" android:gravity="start|center" android:id="@id/dock_battery_percentage" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" android:shadowColor="#89000000" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="1.5" android
addingEnd="3.0dip" /$
Add this line with
&com.pineappleowl.pineappleview.Taptap android:layout_width="wrap_content" android:layout_height="wrap_content"$
4. Below the line with
&ImageView android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" android
addingStart="3.0dip" /$
Add this line
&/com.pineappleowl.pineappleview.Taptap$
5. Save and recompile
B. Circle Battery
1. Decompile your SystemUI.apk
2. Extract the downloaded file in smali/com/ folder
3. Then go to SystemUI/res/layout/asus_statusbar.xml
Depending on your desire, depending on your skills
Add these line
&com.pineappleowl.pineappleview.BatteryCircleMeterView android:layout_width="wrap_content" android:layout_height="wrap_content" android
adding="2.0dip"/$
4. Save and recompile APK
C. Contextual Panel
1. Decompile your SystemUI.apk
2. Extract the pineappleowl folder in smali/com/ folder
3. Copy paste the 4 jpg file in your res/drawable-xhdpi folder
4. Then go to SystemUI/res/layout/asus_status_bar_expanded_header.xml
Find all RelativeLayout and change it with
com.pineappleowl.pineappleview.ContextualPanel
5. Save and recompile
Credits:
Google
CyanogenMod
OmniROM
AOSPA
PineappleOwl
ENO(Inspiration
)
You
BAGO GAWIN: BASAHIN ANG PINNED POST KAPATID HEHEHEE
Also take note na estudyante lang po ako at busy din na nagaaral hehehe
Legend:
& =
$ = >
SS: Ibase niyo na lang sa SystemUI na binibigay ko hehehe
A. Double Tap Battery to Screen off
B. Circle Battery
C. Contextual Panel
Mga tools na gagamitin:
- APKTool
- SystemUI.apk
- Brain.apk
- Notepad++
- CommonSense.xml
A. Double Tap Battery to Screen off
1. Decompile your SystemUI.apk
2. Extract the downloaded file in smali/com/ folder
3. Then go to SystemUI/res/layout/asus_statusbar.xml
Above the line with
&TextView android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ffffffff" android:gravity="start|center" android:id="@id/dock_battery_percentage" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" android:shadowColor="#89000000" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="1.5" android
Add this line with
&com.pineappleowl.pineappleview.Taptap android:layout_width="wrap_content" android:layout_height="wrap_content"$
4. Below the line with
&ImageView android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" android
Add this line
&/com.pineappleowl.pineappleview.Taptap$
5. Save and recompile
B. Circle Battery
1. Decompile your SystemUI.apk
2. Extract the downloaded file in smali/com/ folder
3. Then go to SystemUI/res/layout/asus_statusbar.xml
Depending on your desire, depending on your skills
Add these line
&com.pineappleowl.pineappleview.BatteryCircleMeterView android:layout_width="wrap_content" android:layout_height="wrap_content" android
4. Save and recompile APK
C. Contextual Panel
1. Decompile your SystemUI.apk
2. Extract the pineappleowl folder in smali/com/ folder
3. Copy paste the 4 jpg file in your res/drawable-xhdpi folder
4. Then go to SystemUI/res/layout/asus_status_bar_expanded_header.xml
Find all RelativeLayout and change it with
com.pineappleowl.pineappleview.ContextualPanel
5. Save and recompile
Credits:
CyanogenMod
OmniROM
AOSPA
PineappleOwl
ENO(Inspiration
You