[MOD][GUIDE] zenui style datebar - Android General

Hi guys,
today I'm here to present you a datebar mod, to be specific zenui style datebar...... well the smalis are made by @tentenponce, all I did was changing the date string format and remaining ...... now wasting no more time let's start as I have the permission....
Requirements:
1. Brain
2. Patience
3. Experience
4. apktool or anything like it
How to:
1. Decompile your SystemUI.apk
2. Now go to res/layout/*wherever you want*
3. Now add this:
Code:
<com.tenten.ZenDateBar android:textSize="16.0sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
4. Now extract and attach the contents of zendatebar.zip to your SystemUI
5. Finally now recompile, sign, push, reboot and enjoy !
Link:
https://www.androidfilehost.com/?fid=673368273298942980
Credits:
@tentenponce for making the smalis

Screenshot(cropped)

Related

[Guide] how to make transparent notification bar jelly been [how to]

Hi everyone!
Here's a simple guide how to make homescreen statusbar transparent:
1. You should decompile SystemUI.apk Guide here : http://forum.xda-developers.com/showthread.php?p=38623655#post38623655
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" 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">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
5. Save /SystemUI/res/values/drawables.xml
6. Recompile SystemUI.apk
Done... Now you have 100% transparent homescreen statusbar
A short hint:
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
If you only need a ready-made statusbar you can find it here - [THEME][JB] 15 Toggle Buttons☆NEW Center Clock☆Transparent Statusbar☆and more
Enjoy! And if you have any questions, you can always ask me
If you like it you can always Rate (★★★★★) this Thread, Press Thanks button .

[TUT](GUIDE)How To Change Theme Of Aroma Installer

A One of the Minor used feature of AROMA installer is 'Theme'
People Usually dont change theme of AROMA installer and Make use of Stock Theme
So Here I am presenting A SIMPLE EASY GUIDE For 'CHANGING THEME OF AROMA INSTALLER'.​
PREREQUISITE:
Little Knowledge of Aroma Installer
THINGS NEEDED:
#--Notepad +
#--A Fresh BRAIN
#--A weapon of Refreshment [Mine is Coke And Burger As I am KID]
LETS COME TO THE MAIN STREAM
DIFFICULTY: 1 star out of 5 [Very Easy]
INSTRUCTIONS:
1. Add AROMA to your ROM.
2. After Adding Aroma To your ROM Open ROM.zip And Copy META-INF to Any Where on Desktop
3. Open META-INF Folder And Navigate to COM>GOOGLE>ANDROID
4. Open Aroma-Config In NOTEPAD+
5. Search For code
Code:
theme("[COLOR="Red"]sense"[/COLOR])
6. Change The RED Word with Any theme like MIUI for Miui Theme And MIUI4 for miui v4 And ICS for Ics Theme [You can check theme Compatibility in your Aroma installer By navigating to COM>GOOGLE>ANDROID>AROMA>THEMES]
NOTE: Only the themes Available in your Themes Folder Will Work
7. Now save the file in NOTEPAD+
8. Open you Rom.zip
9. Drag the META-INF folder From Desktop To ROM.zip
10. FLASH And Enjoy The THEMED AROMA.
CREDITS:
YOU SHOULD RESPECT TO OWNER
@amarabdulla [Creator for AROMA INSTALLER]
REPORT MISTAKES IN OP BECAUSE HUMANS ARE TEND TO MAKE MISTAKES
PRESS THANKS BUTTON BELOW IT WILL MAKE ME BRING MORE USEFUL GUIDES​
Reserved for future generation

[MOD]Central Clock/Note4 lockscreen lollipop (build.prop)

Hi friends we like note 4 centered lockscreen but we can get it on our stock rom with root access and no decompile and xml editing
Steps
1.Download Build.prop Editor
2.Scroll down little and replace these lines
ro.product.name=jag3gxx
ro.product.device=jag3g
3.Save and reboot
To remove google button from recents
1.Replace these lines
ro.product.name=kltexx
ro.product.device=klte
2.Save and reboot

Change brightness bar, Volume bar Color

Thinks requierd
Apktool ( to decompile and recompile )
Ninepacth-editor (for editing 9.png)
1)Decompi framework-res.apk
2Go toframework-res/res/drawable-hdpi-v4
3) edit the color of following to which you want
A)scrubber_secondary_holo.9.png
B)scrubber_primary_holo.9.png
C)tw_progress_primary_holo_dark.png
E))tw_progress_primary_holo_light.png
4) recompile framework-res
5)push it in to System/framework
And enjoy
Provide the link to download Apktool pls
http://ibotpeaches.github.io/Apktool/ Hit thanks if i help you
You Can also Download My moded Framework for Samsung G355H
https://www.zipshare.com/download/eyJhcmNoaXZlSWQiOiIxNzIwMjE5Ny00MDcyLTQ5YmMtODI5Zi1lMTYxNjBmNWJiZTEifQ==

[GUIDE][NEWBIE] Setting Up Apktool for PC

• For Computer
Requirments:
Apktool(Advanced Apktool By BDFreak)
Java
SDK
Disabled Signature check services.jar
Commonsense
Logic
Instructions:
- Extract AdvanceApktool.zip
- Inside AdvanceApktool there are 4 folders:
• 1-BDFreak: Where apktool.jar, signapk.jar and etc located
• 2-In: Where you will put the app that will be decompiled
• 3-Out: Where the decompiled apps located
• 4-Done: Where the recompiled apps located(result)
- Go to system > framework of the rom and copy FRAMEWORK-RES.apk and MEDIATEK-RES.apk
- Paste it inside the 1-In FOLDER
- Open AdvanceApktool.exe and Press 1 - Install FRAMEWORK
- Choose FRAMEWORK-RES and import it
- Choose MEDIATEK-RES and import it
- Place any app you want inside 1-In folder
- Type 2 - Decompile files and wait
- Self Explore nalang sa ibang features
Note:
- Always press 4 - Recompile, Sign, and Zipalign Files after you press 3 - Recompile files
for good :v
- You can also replace the version of apktool for example the given apktool is apktool 2.0 RC3
you can replace to apktool 2.0 RC4 or apktool 2.0.1 by renaming it in apktool.jar and replace apktool.jar inside 1- BDFreak
• FAQ's
Why need to import FRAMEWORK-RES and MEDIATEK-RES?
- Because the resources of there system apps comes from that two apps
- Also you need to remove FRAMEWORK-RES and MEDIATEK-RES when you are decompiling a third party app
Note:
If you have questions just message us
#WeAreTeamPussy

Categories

Resources