[MOD][GUIDE] Enable Navbar Tuner for Nougat [7.0] - Nexus 6P Themes and Apps

Enable Navbar Tuner
decompile SystemUI, then open res/xml/tuner_prefs.xml,
before
Code:
<Preference android:title="@string/other" android:key="other" android:fragment="com.android.systemui.tuner.OtherPrefs" />
for navbar tuner add
Code:
<Preference android:title="@string/nav_bar" android:key="nav_bar" android:fragment="com.android.systemui.tuner.NavBarTuner" />
for night mode/blue light filter add
Code:
<Preference android:title="@string/color_and_appearance" android:key="color_transform" android:fragment="com.android.systemui.tuner.ColorAndAppearanceFragment" />
and recompile then push the apk
Screens:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
feel free to post any questions

Show brightness slider
Enable brightness slider toggle
open res/xml/tuner_prefs.xml,
after
Code:
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:sysui="http://schemas.android.com/apk/res-auto">
add brightness slider toggle
Code:
<com.android.systemui.tuner.TunerSwitch android:title="@string/show_brightness" android:key="qs_show_brightness" sysui:defValue="true" />
Screens:
Original commit here

Thanks so much!

This is awesome!

worked like a charm.

AL_IRAQI said:
Enable Navbar Tuner
decompile SystemUI, then open res/xml/tuner_prefs.xml,
before
Code:
<Preference android:title="@string/other" android:key="other" android:fragment="com.android.systemui.tuner.OtherPrefs" />
for navbar tuner add
Code:
<Preference android:title="@string/nav_bar" android:key="nav_bar" android:fragment="com.android.systemui.tuner.NavBarTuner" />
for night mode/blue light filter add
Code:
<Preference android:title="@string/color_and_appearance" android:key="color_transform" android:fragment="com.android.systemui.tuner.ColorAndAppearanceFragment" />
and recompile then push the apk
Screens:
feel free to post any questions
Click to expand...
Click to collapse
Once I pushed the apk back and rebooted my SystemUI process never even started. I used apktool 2.2.0 and ZipSigner to sign the apk and followed instructions exactly. Am I missing something?
Thanks for the mod as this is a feature that is awesome to be baked into Nougat.

r4w0ne said:
Once I pushed the apk back and rebooted my SystemUI process never even started. I used apktool 2.2.0 and ZipSigner to sign the apk and followed instructions exactly. Am I missing something?
Thanks for the mod as this is a feature that is awesome to be baked into Nougat.
Click to expand...
Click to collapse
you should use the original signature, for which device youre trying to make one ?

Hi Guys
added brightness slider credits to DU Team here

@AL_IRAQI Would you be kind enough to add a guide on how to modify the number of quick settings tiles? Thanks in advance and keep up the great work!

bigdave79 said:
@AL_IRAQI Would you be kind enough to add a guide on how to modify the number of quick settings tiles? Thanks in advance and keep up the great work!
Click to expand...
Click to collapse
Hi, res/values/integers.xml
Code:
<!-- The number of columns in the QuickSettings -->
<integer name="quick_settings_num_columns">3</integer>

AL_IRAQI said:
Hi, res/values/integers.xml
Code:
<!-- The number of columns in the QuickSettings -->
<integer name="quick_settings_num_columns">3</integer>
Click to expand...
Click to collapse
Awesome! Thanks so much! I managed to compile SystemUI.apk with all the add-ons for system UI tuner and 4 column quick settings using your guide for the latest factory image (NRD90U). Working perfectly.
Don't want to step on your toes but I'm happy to share it here (with your permission) if anyone else might want it.

bigdave79 said:
Awesome! Thanks so much! I managed to compile SystemUI.apk with all the add-ons for system UI tuner and 4 column quick settings using your guide for the latest factory image (NRD90U). Working perfectly.
Don't want to step on your toes but I'm happy to share it here (with your permission) if anyone else might want it.
Click to expand...
Click to collapse
Awesome, its okay you can share it :highfive:

bigdave79 said:
Awesome! Thanks so much! I managed to compile SystemUI.apk with all the add-ons for system UI tuner and 4 column quick settings using your guide for the latest factory image (NRD90U). Working perfectly.
Don't want to step on your toes but I'm happy to share it here (with your permission) if anyone else might want it.
Click to expand...
Click to collapse
could you please share it... the original dev. doesnt have any issues...
P.S. whats the theme that you are running?

bigdave79 said:
Awesome! Thanks so much! I managed to compile SystemUI.apk with all the add-ons for system UI tuner and 4 column quick settings using your guide for the latest factory image (NRD90U). Working perfectly.
Don't want to step on your toes but I'm happy to share it here (with your permission) if anyone else might want it.
Click to expand...
Click to collapse
AL_IRAQI said:
Awesome, its okay you can share it :highfive:
Click to expand...
Click to collapse
Guys, what do you use to decompile and ricompile? With apktool 2.1.1 and 2.2.0 i have some resources errors when recompiling SystemUI (using the latest framework res from NRD90U).

ezio84 said:
Guys, what do you use to decompile and ricompile? With apktool 2.1.1 and 2.2.0 i have some resources errors when recompiling SystemUI (using the latest framework res from NRD90U).
Click to expand...
Click to collapse
Hi, im using 2.2.0 with NRD90U framework & SystemUI, it works fine for me

AL_IRAQI said:
Hi, im using 2.2.0 with NRD90U framework & SystemUI, it works fine for me
Click to expand...
Click to collapse
Uh, maybe i did something wrong. Will try again later, tnx :good:
EDIT: you were right, i've cleaned up all apktool files and the installed framework, then reinstalled from scratch, now it works. Thanks again

will this work on NRD90U too?

swbj14 said:
will this work on NRD90U too?
Click to expand...
Click to collapse
Yes, this guide should work with any N release

OK. Here is the latest SystemUI.apk with 4 column QS and system UI tuner add ons. It's a flash able zip made from the stock NRD90U file from the latest factory image. Make backup first, etc etc. All credits to @AL_IRAQI for this.

rohit25 said:
could you please share it... the original dev. doesnt have any issues...
P.S. whats the theme that you are running?
Click to expand...
Click to collapse
Posted it above.
I'm using magpie theme. Dark background with pastel red accent and primary color. Batman2 nav bar from navigate.

Related

[THEME CHOOSER APK][HDPI][UPDATED 10/28/11]Fergie's Mix

Hello all.. I have been working on this Mixed Theme Chooser apk for a while now.. It consists of elements from some of my favorite themes for Theme Chooser.. I was using this for personal use but had a lot of requests to share the apk. However since none of it is my personal work (besides a few small things) I wanted to get in touch with the original creators to make sure it was OK I released it.. So I did just that and here I am
False alarm on the MDPI, will fix asap. If anyone can test on an MDPI device please contact me via PM or Gtalk at [email protected] thanks
There are so many people I want to thank (in no particular order)
Credits
-zDunex25 for permission to use work
-R3D X for permission to use work and helping alot!
-Kevin2516 for permission to use work and being awesome!
-Kowalski & Signa Team for Icon Set (www.calque.ch/signa)
-kgill7 for permission to use work and helping me alot! check out his sick themes!
-roi14 for testing
-jr4000watts for testing
-hayhay for testing
-us1graham for testing
-dazedandconfused for testing and support
**If I forgot someone please letme know!!**
SCREENSHOTS of V1​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is the first time I really modded a Theme Chooser apk this much. Remember, this is still in BETA so please report bugs! Also, please support the awesome guys who's work I put together! Take a look at their Themes!
LINKS UPDATED 10/22/11​
DOWNLOAD V1.1 HERE​
DOWNLOAD V1.1 WITH TRANSPARENT STATUSBAR HERE​
UNINSTALL CURRENT MOD BEFORE APPLYING UPDATE
**Please Reboot Twice After Applying Theme**
V2
Here is version 2 of the same theme.. This has more transparency throughout the theme and also a different screen background..
Screenshots of V2​
LINKS UPDATED 10/22/11​
DOWNLOAD V2.1 HERE​
DOWNLOAD V2.1 WITH TRANSPARENT STATUSBAR HERE​
Whats Been themed
Code:
framework-res.apk
SystemUI.apk
Phone.apk
Mms.apk
DeskClock.apk
GoSMS
Tapatalk
XDA
Torch
Contacts
Email
Gmail
Keyboard
Settings
DropBox
Root Explorer
Zedge
Voodoo Control App
GTalk
SetCPU
ROM Manager
Maps
Music
Facebook
Gallery
DSP Manager
Dev Tools
Desktop Visualizer
Calendar
Camera
Cache Cleaner NG
Browser
Superuser
WidgetLocker
Minimalistic Text
Twitter
Power Widgets
Market
Calculator
And alot more!
Also added some of my favorite wallpapers! To use them, download Theme Chooser Wallpapers from the Market!
If you can see your alarms in the clock's settings, download this DeskClock.apk and copy/paste to /system/app/ then change permissions to rw-r--r-- and reboot
Enable Transparent Statusbar
So I thought I'd write a little guide to help folks experiencing the "Ghosting" issue
These might not work for all devices! Really depends what ROM you have
Ok, so the easiest way to get rid of the ghosting in the statusbar
zdunes patcher
*Download the patcher and follow the instructions to set it up
* Place your framework-res.apk (found in /system/framework/) and your SystemUI.apk (found in /system/app/) in the "files_to_patch" folder
*Start "patcher.bat" and select "Browse Statusbar Tweaks" then "Enable only Transparent Statusbar"
*Follow the instructions and after you make the smali edit thats needed select option 5 then 6
*Put the "statusbar_patch.zip" and "statusbar_undo.zip" on your SD card and flash the patch zip in recovery. If something goes wrong, flash the "undo" zip
-UOT Kitchen
*Go to the kitchen and go to the "File Upload" section
*Upload your framework-res.apk and SystemUI.apk from your current ROM
*After apk's are uploaded, goto the "Status bar" tab and select "Use This Mod"
*Select "Enable transparency in status bar"
*Go to the "Summary" tab, then select "Submit work to kitchen"
*Remember your order number then wait to pick it up
*Download your zip form the kitchen when it's done and flash it in recovery
-apktool
*Download apktool and get it set-up. Make sure you meet all the prerequisites
*place your framework-res.apk and SystemUI.apk in your apktool folder (my path is C:\apktool\ )
*in cmd, cd your path to apktool (ex: cd \apktool)
*now enter this
Code:
apktool if framework-res.apk
apktool d SystemUI.apk
*navigate to your decompiled SystemUI folder and go to /res/layout/status_bar.xml
*Open it and scroll towards the bottom. You'll see a line like this
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:id="@id/date" android:background="@drawable/statusbar_background" android:paddingLeft="6.0px" android:paddingRight="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
*change this line
Code:
android:background="@drawable/statusbar_background
to this:
Code:
android:background="@android:color/transparent"
*Now navigate to smali>com>android>systemui>statusbar>StatusBarService.smali
*Open it with a text editor and search for this line
Code:
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
*directly above it you will find:
Code:
const/4 v5, 0x2
*change this to:
Code:
const/4 v5, -0x3
*Save the changes you made. Now back in cmd type
Code:
apktool b SystemUI SystemUI-transparent.apk
*Take your newly compiled apk and rename to SystemUI.apk. Sign it using APKManager or something similar
*make a flashable zip out of it or copy/paste to /system/app/ and change permissions to rw-r--r--
*Reboot
The apktool method is basically the same as zdune's patcher. Just thought I'd write that one up in case someone can't download the patcher
other tips
*If using ADW or ADW EX try going to ADW's System Preferences and disable "Wallpaper Hack"
*Try using a Live Wallpaper or MultiPicture Live Wallpaper
very nice.. will it available in MDPI?
hanxgen3 said:
very nice.. will it available in MDPI?
Click to expand...
Click to collapse
Yea it's in the works. I will update the thread title and OP when I get the MDPI version settled
Edit: Apparently it does work on MDPI, however some elements are not there yet. But I should have it all settled by 10-23-11
looks good! Thanks.
Downloading now.
Please please make a transparent top bar version please.
Ethan2011 said:
looks good! Thanks.
Downloading now.
Click to expand...
Click to collapse
Thank you, hope you enjoy
jordan23945bulls said:
Please please make a transparent top bar version please.
Click to expand...
Click to collapse
Funny you said that, I actually did make one but didn't want to hear about "ghosting" issues lol. By "transparent top bar" your referring to the statusbar right?
fergie716 said:
Thank you, hope you enjoy
Funny you said that, I actually did make one but didn't want to hear about "ghosting" issues lol. By "transparent top bar" your referring to the statusbar right?
Click to expand...
Click to collapse
Yes the top bar! Can you please post it? This theme is nice I like the purple stuff dripping down in the pulldown thing
jordan23945bulls said:
Yes the top bar! Can you please post it? This theme is nice I like the purple stuff dripping down in the pulldown thing
Click to expand...
Click to collapse
Thanks! Yea I'll upload transparent statusbar versions for both
And also if you could maybe theme the now playing icon that shows in the top bar for music mod? That would be amazing not many themes have it themed oh and the signal bars could you make them have like the ghost bars too? So it doesn't look so empty?
---------- Post added at 10:00 AM ---------- Previous post was at 09:59 AM ----------
fergie716 said:
Thanks! Yea I'll upload transparent statusbar versions for both
Click to expand...
Click to collapse
Thank you thank you
jordan23945bulls said:
And also if you could maybe theme the now playing icon that shows in the top bar for music mod? That would be amazing not many themes have it themed oh and the signal bars could you make them have like the ghost bars too? So it doesn't look so empty?
---------- Post added at 10:00 AM ---------- Previous post was at 09:59 AM ----------
Thank you thank you
Click to expand...
Click to collapse
Yea I'm always changing stuff so the signal bars will probably be changed at some point
And if you post a link to that app I can probably do it. Your referring to the icon that pops up in the notification bar correct?
fergie716 said:
Yea I'm always changing stuff so the signal bars will probably be changed at some point
And if you post a link to that app I can probably do it. Your referring to the icon that pops up in the notification bar correct?
Click to expand...
Click to collapse
Yes in the top left. Its called Music Mod, I'm going to look for the link since its only xda where I've seen it, thank you. Here is the link. http://forum.xda-developers.com/showthread.php?t=1164334 I noticed the alarm clock icon too, could you change it to the one that looks like the miui theme? Its just that the icon doesn't match with the battery wifi etc.
Wow the settings menu is sweet. Hopefully we see an mdpi version so I can try it out.
Sent from my LG-VM670 using XDA App
Waiting for MDPI version like it
Thanks for the kind words! I will probably have the MDPI versions out by the weekend, maybe earlier
I will post an update ASAP to fix the wi-fi signal (too small). Look for it either later tonight/tomorrow
fergie716 said:
Thanks for the kind words! I will probably have the MDPI versions out by the weekend, maybe earlier
I will post an update ASAP to fix the wi-fi signal (too small). Look for it either later tonight/tomorrow
Click to expand...
Click to collapse
yeah... i'll waiting
Hey fergie can we have multiple apks installed at a time.
Sent from my Google Nexus X 4G using xda premium android app
info[]box1 said:
Hey fergie can we have multiple apks installed at a time.
Sent from my Google Nexus X 4G using xda premium android app
Click to expand...
Click to collapse
You can have V1 and V2 installed at the same time, but you can't have V1 + V1 transparent or V2 + V2 transparent installed at the same time
Sent from my Nexus S 4G using Tapatalk

[MOD][TX][JB]"1% Battery Icons", permanent "MENU" "POWER", Small Nav and Status Bar"

[MOD][TX][JB]"1% Battery Icons", permanent "MENU" "POWER", Small Nav and Status Bar"
Update(26-Sep-2013): mods in this thread not anymore supported
for no-Overlap Center-Clock - go here
Only if you are annoyed with the "stock" look, like me.
And because of that, I did some simple mods which were available around and only made it compatible with our lovely Xperia TX.
So all the credits to the initial creator of the mods.
Warning: You need a de-odexed ROM for the mods to completely work.
Try either one of these 2 stock de-odexed ROMs for TX.
http://forum.xda-developers.com/showthread.php?t=2216255 by reggae76
or
http://forum.xda-developers.com/showthread.php?t=2215746 by asterix005
**************
BATTERY ICONS
Stock Battery Icon without the Percent Text
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Battery_stock_but_without_the percent_text.
Someone requested for Xperia V FW_9.1.A.1.140 (for this no percent battery text), go here at 13th post.
For battery percent text only (no battery icon at all). Just remove the stat_sys_battery.xml from your SystemUI.apk. Just use 7zip or WinRar and delete that file in "/res/drawable" folder.
Now, for a much nicer-looking animation - 1% step Battery Icons
Battery_White_Circle_with_percent_inside - Download
Battery_Sense_White_with_percent_inside - Download
Battery_Sense_White_block - Download
Battery_One-X_Sense - Download.
Battery_One-X_Sense_inverted_number_color - Download
This one in particular was done using TickeMyAndroid.
Battery_Sense_Icons - Download.
But for those who wants center-clock as well together with no-percent-battery-text, dkownacki has you covered here.
Note***
If you are on ANY of the 1%-step battery icon mod, and you feel bored on your current battery icon and would like to change the ICONS ONLY while retaining your other mod, here are the flashable icon images.
Shared Folder for changing_battery_icons_for_1%_step_mod
SMALL NAVIGATION BAR HEIGHT
Small Navigation Bar height. - for TX JB_411
36x24 - Download
38x28 - Download
32x24 - Download
Don't forget to download and flash also this patch for onscreen "back" button, otherwise you'll be left with stock icons with bigger "back" icon.
SMALL STATUS BAR HEIGHT
default status_bar(25dip) when compared to small status_bar height(20dip)
20dip status_bar with 32x24 navigation bar - Download
Again, for this mod, don't forget to flash the same patch above, otherwise you'll be left with stock icons with bigger "back" icon.
ADDING MENU, SEARCH, or POWER to NAVIGATION BAR
Navigation bar with "MENU" button - for TX JB_411
back-home-recent-Menu - Download
Navigation bar with "MENU" and "SEARCH" button - for TX JB_411
search-back-HOME-recent-menu - Download
I know Search is redundant since we already have the "Google Now" but some apps can be assigned by "long press" search.
Lastly, if anybody wants my personal setup, here it is.
Rycon33's setup - Download
Patch to add volume-wake to my personal setup above - Download.
battery icon - Sense with 1% increment/decrement on charging/discharging
navigation height - 38x28(portrait by andscape)
navigation buttons - power-back-HOME-recent-menu (for power soft-button, short-press is screen-off, long-press is power menu)
navigation icons - Nexus HD
power menu - added "reboot" option
Again, like in my personal setup, if you are on ANY of the 1%-step battery icon mod, and you feel bored on your current battery icon and would like to change the ICONS ONLY while retaining your other mod, here are the flashable icon images.
Shared Folder for changing_battery_icons_for_1%_step_mod
And to revert to "STOCK" look in case you didn't want any of the mods anymore.
Stock UI - Download
***Credits***
APK Multi-Tool
shenye, deagleone, and brush2 from OneX forum for the HD_sense battery icon sets
Ticklefish for his center-clock tutorial and awesome tool TickleMyAndroid.
For the battery percent only, I read it from here.
VillainTheme and CWM team for the very useful CWM_flashable zip and template.
matt4321, cmajetic,atticus182 and Leo for all the soft-key icons.
brunojcm and tiunilohmu for the guide on reducing navigation height.
Apatte111 in Nexus forum for the guide on resolving the big "back" button on small navigation bar.
ChrisJ951 in G-Nex forum and Detonation(from RootzWiki) for the 'menu' addition guide.
NuriJ for reboot option in power menu.
BreckZeBoulay for the "power" icon in navigation bar.
tbriden from One-X forum for the volume-wake guide
Can you teach me how to do for Xperia V, please?
datagubben said:
Can you teach me how to do for Xperia V, please?
Click to expand...
Click to collapse
Rycon33 said:
If you only want to remove the battery percentage text, just edit status_bar.xml.
Replaced the line:
<TextView android:layout_gravity="left|center" android:id="@id/battery_text" android: paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_settings_settings_button" android:singleLine="true" style="@style/StatusBarNotificationText" />
with:
<TextView android:layout_gravity="left|center" android:id="@id/battery_text" android: paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_settings_settings_button" android:singleLine="true" android:visibility="gone" style="@style/StatusBarNotificationText" />
Click to expand...
Click to collapse
Use APK Multi tools in decompiling/compiling the SystemUI.apk and use Notepad++ in editing the status_bar.xml.
Rycon33 said:
Use APK Multi tools in decompiling/compiling the SystemUI.apk and use Notepad++ in editing the status_bar.xml.
Click to expand...
Click to collapse
I tried APK-Multi-Tools but always gives me errors :crying:
Maybe you can make for us with LT25i please.
Here is systemUI.apk (Xperia V Jelly Bean).
datagubben said:
I tried APK-Multi-Tools but always gives me errors :crying:
Maybe you can make for us with LT25i please.
Here is systemUI.apk (Xperia V Jelly Bean).
Click to expand...
Click to collapse
Here mate: SystemUI.apk
Nandroid in case it doesn't work since I cannot test it myself.
But if you know how to do a VRTHEME CWM flashable zip. Here's the xml file that was modified - status_bar.xml
@datagubben
You can try this also ... Tickle my Android
http://forum.xda-developers.com/showthread.php?t=1633333
It works perfect
Sent from my LT30p using xda app
Duvel999 said:
@datagubben
You can try this also ... Tickle my Android
http://forum.xda-developers.com/showthread.php?t=1633333
It works perfect
Sent from my LT30p using xda app
Click to expand...
Click to collapse
Looks like a very nice and user-friendly software tool.
It is
I tried & it works very good.
Sent from my LT30p using xda app
SystemUI without pesky % works good now on V.
TY!
Duvel999 said:
It is
I tried & it works very good.
Sent from my LT30p using xda app
Click to expand...
Click to collapse
trying the tool now but having some error recompiling the framework-res.apk. I nstalled framework-res and SemcGenericUxpRes.apk.
mate, please tell me how you managed to mod your battery icon using that tool. SystemUI was re-compiled successfully but not the framework-res. What steps did I miss?
i'm having this error there:
Recompiling "framework-res.apk"
With Tickle My Android
(tinyurl.com\ticklemyandroid)
----------------
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:164)
at brut.androlib.Androlib.build(Androlib.java:183)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:103)
at brut.androlib.Androlib.readMetaFile(Androlib.java:160)
... 4 more
----------------
Recompile Not Successful!
You need to post these log or questions in the Tickle my Android topic.
The people there can help you.
I did that also there.
Good luck.
you can check my posts there & how it was solved
http://forum.xda-developers.com/showthread.php?t=1633333&highlight=victory&page=110
Don't use the mini menu of tickle my android, just the normal menu.
Here's my System.UI with Minimal Circle ( .492) works on Xperiment 2.3. (xperia T)
ht X p://dfiles.eu/files/hu54g41nf
Always make a backup for flashing.
Sent from my LT30p using xda app
Hello Sir, we have new firmware today for Xperia V and the old one (systemUI) is not working anymore.
Can you please make a new one? :fingers-crossed:
Here is new systemUI.apk
datagubben said:
Hello Sir, we have new firmware today for Xperia V and the old one (systemUI) is not working anymore.
Can you please make a new one? :fingers-crossed:
Here is new systemUI.apk
Click to expand...
Click to collapse
actually, no changes in status_bar.xml, only if I know how to make the VRTheme flasher work, it would have been easier
anyway, here's your modified SystemUI.apk
I have a template of VRTheme.zip, but for the life of me, I cannot make it to work on my phone.
EDIT:Finally, I got the VRTheme flashable zip to work on my phone. Now you can try this flashable zip as well CWM_V_140_no_percentage.
Rycon33 said:
EDIT:And for those who wants battery percent text only(no battery icon at all):
Just remove the stat_sys_battery.xml from your SystemUI.apk. Just use 7zip or WinRar and delete that file in "/res/drawable" folder.
Click to expand...
Click to collapse
PERFECT !
:good:
Mine mixed with centered clock
Rycon33 said:
actually, no changes in status_bar.xml, only if I know how to make the VRTheme flasher work, it would have been easier
anyway, here's your modified SystemUI.apk
I have a template of VRTheme.zip, but for the life of me, I cannot make it to work on my phone.
Click to expand...
Click to collapse
Thank you, working now :thumbup:
BreckZeBoulay said:
PERFECT !
:good:
Mine mixed with centered clock
Click to expand...
Click to collapse
nice
datagubben said:
Thank you, working now :thumbup:
Click to expand...
Click to collapse
good:good:
Sorry I'm having trouble with using the APK tool, maybe my laptop is too old.
Can ya please help me remove the battery icon?
Thanks so so much
https://www.dropbox.com/s/j4y4bwnspho40j8/SystemUI.apk
Aaron_035 said:
Sorry I'm having trouble with using the APK tool, maybe my laptop is too old.
Can ya please help me remove the battery icon?
Thanks so so much
https://www.dropbox.com/s/j4y4bwnspho40j8/SystemUI.apk
Click to expand...
Click to collapse
Mate, if you want to remove the battery icon, just open the SystemUI.apk in winrar or 7zip, go to /res/drawable folder, delete stat_sys_battery.xml
You only need apktool if you want to remove the battery percent text and edit status_bar.xml. Here it is if that's what you meant, only battery icon(no percent text).
Which one you meant?
Tapatalked from my TX
I only want the percentage. So after I delete it then what?
Sent from my LT25i
Aaron_035 said:
I only want the percentage. So after I delete it then what?
Sent from my LT25i
Click to expand...
Click to collapse
close the archive and putback that SystemUI.apk to your phone(don't forget the permission 644)

[GUIDE][CM9]Xperia™ S lockscreen[05/07/2013]

Hello XDA,​Guide for the official Xperia™ S lock screen for CM9 based ROM's​I have been going through a lot of threads asking for this MOD so, I thought of making one...
Assuming you Know how to De/Re-compile....
Here's
STEP 1: Decompile your android.policy.jar
And put THESE files into \smali\com\android\internal\policy\impl
Done.Recompile your android.policy
STEP 2: Add THIS to \framework
STEP 3: Add THIS to \fonts
STEP 4: And THIS to \etc\permissions
STEP 5: Now for the Lockscreen Settings(in order to change app shortcuts, notification settings....)
Decompile you Settings.apk
Navigate to \res\xml
Open settings_headers.XMl
Add the following Lines
Code:
<header android:icon="@drawable/ic_settings_lockscreen" android:id="@id/lock_screen_settings" android:title="Xperia Settings">
<intent android:targetPackage="com.sonyericsson.lockscreen.uxpnxt" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.lockscreen.settings.Setup" />
</header>
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Add this to ids.xml
(search for it, if you have it ignore.)
Code:
<item type="id" name="lock_screen_settings">false</item>
Recompile your Settings.apk
STEP 6: Add THIS to \system\app
All done .
SCREENSHOTS:
CREDITS
AeonWorld for the original Xperia S lockscreen
@Sky_Walker
@Adi Aisiteru Reborn for their support.
If you want to use this MOD in your ROM's, Don't forget to mention me.:good:
Feel free to hit thanks .This encourage's me!!​
FIX FOR X/HDPI DEVICES
Download
TEST and report back guys.
Don't forget to press THANKS..
Cup_Cake said:
RESERVED
Click to expand...
Click to collapse
SIR will there be any guide for jelly bean also. Tried this on CM 10 but not booting. That's why i'm asking.
"Hitting Thanks Don't Cost You Anything, so, Try Hitting It Once......"
BOND1987 said:
SIR will there be any guide for jelly bean also. Tried this on CM 10 but not booting. That's why i'm asking.
"Hitting Thanks Don't Cost You Anything, so, Try Hitting It Once......"
Click to expand...
Click to collapse
This is for ICS base I guess bro..
for JB you can try something like this :
1. Download JB Xperia -S UxpNxtLockscreen.apk
2. Download JB Xperia -S android.policy.jar
3. Search it on S forum or request there.
4. If you got it already, next step is go to Arsaw thread how to port Xperia z lockscreen to non Xperia device. follow his guide step how to modded UxpNxtLockscreen.apk and android.policy.jar for non Xperia devices, done that go back here and follow some part of Cup_Cake guide
good luck
BOND1987 said:
SIR will there be any guide for jelly bean also. Tried this on CM 10 but not booting. That's why i'm asking.
"Hitting Thanks Don't Cost You Anything, so, Try Hitting It Once......"
Click to expand...
Click to collapse
I'm downloading framework and apk files from X-S JB, so I'll do that also...
Sent from my HTC One V using xda app-developers app
FIX
Fix for x/hdpi devices added!:good:
Regards,
Cup_Cake.
Cup_Cake said:
Fix for x/hdpi devices added!:good:
Regards,
Cup_Cake.
Click to expand...
Click to collapse
I've tried the fix for HDPI and it worked like a charm :good:
just replaced the UxpNxtLockScreen.apk with the new UxpNxtLockScreen_X-HDPI.apk
DoO37 said:
I've tried the fix for HDPI and it worked like a charm :good:
just replaced the UxpNxtLockScreen.apk with the new UxpNxtLockScreen_X-HDPI.apk
Click to expand...
Click to collapse
Thanks for reporting that!:good::victory:
Thanks , really
cupcake ı wıll take MODİFİED FİLES FROM dOO37 because he have same device (Galaxy W) THANX ANYWAY!
You cant ported from CM10.1 ? please!?
IWRH said:
cupcake ı wıll take MODİFİED FİLES FROM dOO37 because he have same device (Galaxy W) THANX ANYWAY!
Click to expand...
Click to collapse
Okay, cool!:thumbup:
Sent from my Wildfire S A510e using xda premium
okay so i followed the steps, except for the part where paste lockkeyguadrview.smali into my android.policy.jar, did a little comparing with the xperia z lockscreen port. wrapped it all up in a zip and flashed away, got stuck bootloop, logcat shows this error
*** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
java.lang.NullPointerException
at com.android.internal.policy.impl.ExternalLockScreen.getLockScreen(ExternalLockScreen.java:215)
at com.android.internal.policy.impl.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java)
at com.android.internal.policy.impl.LockPatternKeyguardView.recreateLockScreen(LockPatternKeyguardView.java:692)
at com.android.internal.policy.impl.LockPatternKeyguardView.updateScreen(LockPatternKeyguardView.java:899)
at com.android.internal.policy.impl.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:499)
at com.android.internal.policy.impl.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:52)
at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java:180)
at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1288)
at com.android.internal.policy.impl.KeyguardViewMediator.access$1700(KeyguardViewMediator.java:95)
at com.android.internal.policy.impl.KeyguardViewMediator$4.handleMessage(KeyguardViewMediator.java:1125)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:153)
at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:954)
Click to expand...
Click to collapse
reflashed my stock android.policy.jar checked the system files and found out that uxpnxt lockscreen did not install in the system. i tried manually installing it but it wouldnt, i tried deleting it from system and then manually pushing it from adb but still it wouldnt install as a system app. anyone got any ideas or has an alternative uxpnxt lockscreen apk that will install in JB 4.1???
Hello everyone.
I want to decompile the UxpNxtLockscreen.apk for Xperia S lockscreen, but i am missing the necessary framework file required..
Can anyone kindly share the framework file required? (I think it may be the framework-res.apk from Xperia S stock rom)
Thanks!
Thanaya said:
Hello everyone.
I want to decompile the UxpNxtLockscreen.apk for Xperia S lockscreen, but i am missing the necessary framework file required..
Can anyone kindly share the framework file required? (I think it may be the framework-res.apk from Xperia S stock rom)
Thanks!
Click to expand...
Click to collapse
Youll need something else other than just the res, i tried already
Sent from my H100 using xda app-developers app
thirdzcee said:
Youll need something else other than just the res, i tried already
Sent from my H100 using xda app-developers app
Click to expand...
Click to collapse
Can somebody please share the necessary files? i will be very grateful. Thanks! :fingers-crossed:
Thanaya said:
Can somebody please share the necessary files? i will be very grateful. Thanks! :fingers-crossed:
Click to expand...
Click to collapse
Someone once told me it could be semcxgeneric-res.apk since its the only other res apk in framework but i was never able to get my hands on it
Sent from my H100 using xda app-developers app
thirdzcee said:
Someone once told me it could be semcxgeneric-res.apk since its the only other res apk in framework but i was never able to get my hands on it
Sent from my H100 using xda app-developers app
Click to expand...
Click to collapse
Found it, and i managed to decompile and recompile the UxpNxtLockScreen.apk!
Does anyone know how to enable SMS notification from CM Mms app to appear on the lockscreen? I think the lockscreen currently only supports SMS notification from Xperia Conversations.apk.. How to change it so that it displays SMS from CM Mms.apk instead?
Any help would be appreciated!
Thanaya said:
Found it, and i managed to decompile and recompile the UxpNxtLockScreen.apk!
Does anyone know how to enable SMS notification from CM Mms app to appear on the lockscreen? I think the lockscreen currently only supports SMS notification from Xperia Conversations.apk.. How to change it so that it displays SMS from CM Mms.apk instead?
Any help would be appreciated!
Click to expand...
Click to collapse
So it worked??? Omg mu dream is back, could you please share the new uxpnxtlock apk??? I think its coded in the smali so its not gonna be easy, if you could share the neccesary files i can also decompile and take look so i can help too
Sent from my H100 using xda app-developers app
thirdzcee said:
So it worked??? Omg mu dream is back, could you please share the new uxpnxtlock apk??? I think its coded in the smali so its not gonna be easy, if you could share the neccesary files i can also decompile and take look so i can help too
Sent from my H100 using xda app-developers app
Click to expand...
Click to collapse
I just modified the apk to show analog clock instead of digital. I have attached the modified UxpNxtLockscreen.apk and the SemcGenericUxpRes.apk below.
I would really appreciate it if you can make the lockscreen work with my Mms.apk, which i have attached also.. Or tell me how to do it..Thanks a lot!
View attachment SemcGenericUxpRes.apk
View attachment UxpNxtLockScreen_S_Analog.apk
View attachment Mms.apk
Just a thought
Adi Aisiteru Reborn said:
This is for ICS base I guess bro..
for JB you can try something like this :
1. Download JB Xperia -S UxpNxtLockscreen.apk
2. Download JB Xperia -S android.policy.jar
3. Search it on S forum or request there.
4. If you got it already, next step is go to Arsaw thread how to port Xperia z lockscreen to non Xperia device. follow his guide step how to modded UxpNxtLockscreen.apk and android.policy.jar for non Xperia devices, done that go back here and follow some part of Cup_Cake guide
good luck
Click to expand...
Click to collapse
Is there a possibility that this can be ported to any Xperia JB devices?
I have been looking for a TUT on how to port these to JB Devices.
Hope you can help me @Adi Aisiteru Reborn

[2.3x+][GUIDE][MOD][2EZ2Do][GRIDandHORIZONTAL]PO PowerWidget V1.2.2[LAZY-FRIENDLY]

Power Widget
POTech Works​
Hello XDA, how are everyone? Since I had my vacant time, I brought something, not so unique but I guess it worth to try. As the title implies, yeah its a Power Widget. Remember the CyanogenMod power widget, lidroid quickpanel, and spacecaker xperia toggle and everything that is similar to this, and yeah Im so old and outdated now but I should give it too. This was forked and derived from CyanogenMod 7.2 power widget.
This requires some patience to do, not like how SpaceCaker did. But if you insist to make it to a Super EZ guide, then I can make it(in humbly speaking)
Update:
-Added Grid style power widget
-Added Recent Toggle
-Revamped PO Power Widget Settings
-Refurbished layout
THE THREAD IS UPDATED, NEW USER AND OLD USER OF THIS MOD, DO IT AGAIN SORRY, NO SHORTCUT FOR OLD USER
Old update:
-As some XDA Developers demand, I'll make this guide 2EZ2DO(too easy to do). No more smali included plus make your systemui.apk
-For those who made the guide already just replace the smali folder in your SystemUI.
-For new XDA-Developer who will do this, just go with the instruction.
Whats hot:
All lidroid features
22 Power Widgets all in all
Snappy and accurate PowerWidget
Consistent Wifi and Bluetooth name
Widget Threshold
Profile Button
Integrated in your SystemUI
Smart Settings
Easy to do
Grid Power Widget​
Click to expand...
Click to collapse
Whats not:
The Data icon isnt accurate much (Like lidroid does but working fine at dis/enabling)​
Click to expand...
Click to collapse
Note:
Let me know if there is a bug you encounter
Click to expand...
Click to collapse
Disclaimer:
I and XDA are not responsible for the Force Close. This guide was tested and working fine for 3 totoro and a Nexus 7 2013. Take a backup first
Requirements:
Notepad++
Basic Android Modding Skills
Your SystemUI
Apktool
Patience
And a lot of understading because my english is poor
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Instruction:
1. Download and install the APK PWidget Settings Beta2.1.apk given at the third post.
2. Download the file powerwidget_v2.3.zip given at the third post
3. Decompile your SystemUI.apk
4. After decompiling, extract the powerwidget_v2.3.zip and deploy it to the SystemUI.apk
a. Put the res folder of the powerwidget_v2.3.zip to youe decompiled SystemUI.apk
b. Put the smali folder of the downloaded file to your decompiled SystemUI.apk​5. Go to statusbar_expanded.xml right from the res/layout of your decompiled SystemUI.apk
6. (This may vary with everyone's layouting, and bring the themer in you) Put this code in your statusbar_expanded.xml
For people who want horizontal power widget, put this code
Code:
<com.pineappleowl.Powerwidget.PowerWidget android:layout_width="fill_parent" android:layout_height="wrap_content" />
For user who want to add grid power widget put this code
Code:
<ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.pineappleowl.Powerwidget.PowerWidgetGrid android:layout_width="fill_parent" android:layout_height="wrap_content"/>
</ScrollView>
7. Save and recompile your APK
8. Enjoy the PO PowerWidget
Credits:
Android Open Source Program
CyanogenMod
Lidroid
PotatoInc
Mariozawa
My testers (You know who you are )​
Greets,
PineappleOwl​
Screenshots​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FAQs
Q: Why Power Widget again?
A: I had made it, and I want to share to everyone.
Q: Why the app beta?
A: Isnt properly theme and Ill add some functions for the future
Q: Is it open source?
A: I got it from open source Yeah. but PM me for what matters
Q: Can I request a feature?
A: Sure if I can hehe, You can suggest what you want.Ill try to do it
Q: How can I donate you?
A: I dont have a donate link and its free. [/QUOTE]​
Download Link:
powerwidget_v2.3.zip​
PWidget Settings Beta2.1.apk​
Click to expand...
Click to collapse
PLEASE DONT MIRROR THE DOWNLOAD LINK. IT THANKS MANY NIGHTS TO DO THIS, IM OBSERVING THE DOWNLOAD COUNT TOO. PLEASE I MADE IT FREE AND I PUT EFFORT DONT TRY, PLEASE(IM BEGGING). AND IF YOU SHARE YOUR MOD PUT A PROPER CREDIT, AND LINK IT HERE. (I SEE MY WORK MIRRORED, IT DISCOURAGED ME )
LOGS:​
Code:
[SIZE="3"][B]V1.0[/B]
Initial Release
[B]V1.1[/B]
Remodified ProfileButton (No more lags at start-up)
Removed cropping feature for JB and below due to the startActivityResult error I encounter
Kitkat had cropped feature COOL
Screenshot Button only now working in Galaxy Y GT-S5360 (Dont worry, it ninja moves when you are not a Galaxy Y user xD)
[B]V1.2[/B]
Fix Flashlight PowerWidget
Made the guide super easy
No more smali editing
Remove Kitkat cropped feature
[/SIZE]
<!------- Other version skipped. Its private --------->
[B]V2.3[/B]
Added Grid Power Widget
Revamped Power Widget Settings
Added Recent Button
[/SIZE]
​
THIS IS ON DEVELOPMENT STAGE, JUST WAIT FOR FUTURE FEATURE
tnx Sir.. nice one.. im sooo excited in Grid style.. im waiting.. more power ranger sir..
SystemUI force close when i press the flashlgiht toggle sir..
Punkzappa09 said:
tnx Sir.. nice one.. im sooo excited in Grid style.. im waiting.. more power ranger sir..
SystemUI force close when i press the flashlgiht toggle sir..
Click to expand...
Click to collapse
Oh yeaah the fix will come tomorrow i forgot and I rushed xD
Finally found it..goodbye taking care of lidroids..this is what i've been waiting for..
Nice work sir.. i'll try this tommorow
Sent from my GT-S5360 using xda premium
Guide updated 2EZ2D0 now
Where is drawable folder sir?
the_vanya1 said:
Where is drawable folder sir?
Click to expand...
Click to collapse
I putted it in Settings.apk hehhe
When I choose any option - FC
PineappleOwl said:
Guide updated 2EZ2D0 now
Click to expand...
Click to collapse
Nice. zehahaha xD
the_vanya1 said:
When I choose any option - FC
Click to expand...
Click to collapse
Now updated
PineappleOwl said:
Guide updated 2EZ2D0 now
Click to expand...
Click to collapse
Nice!!sir
Sent from my GT-S5360 using xda premium
PineappleOwl said:
Guide updated 2EZ2D0 now
Click to expand...
Click to collapse
Thanks "PINYANG GWAPO" I'LL try now..
Sent from my GT-S5360 using xda premium
I got error parsing xml.. I put the codes below "quickpanel_plmn_background" in statusbar_expanded.xml
Sent from my GT-S5360 using xda premium
wizzer03 said:
I got error parsing xml.. I put the codes below "quickpanel_plmn_background" in statusbar_expanded.xml
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Its layouting matter sir
PineappleOwl said:
Its layouting matter sir
Click to expand...
Click to collapse
Do i have to put LinearLayout bafore the code sir??
By the way i dont have header yet..is there any way sir??thanks
Sorry for my bad english
Sent from my GT-S5360 using xda premium
wizzer03 said:
Do i have to put LinearLayout bafore the code sir??
By the way i dont have header yet..is there any way sir??thanks
Sorry for my bad english
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
No. heheh just simply put where you want to put. Hehehe. Take a logcat if ever
PineappleOwl said:
Screenshots​
FAQs​
Click to expand...
Click to collapse
sir @PineappleOwl my statusbar is stock of dxmj1 , i made this awesome mod and i placed the
<com.pineappleowl.Powerwidget.PowerWidget android:layout_width="fill_parent" android:layout_height="wrap_content" />
before com.android.systemui.statusbar.NotificationLinearLayout
and after <ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent"
and i recompile it and flash , but after flashing my statusbar forced closed ? and i used logcat , and i says
"scroll view can host only one direct child"
Pls help , i really want this awesome mod
carlo_autor said:
sir @PineappleOwl my statusbar is stock of dxmj1 , i made this awesome mod and i placed the
<com.pineappleowl.Powerwidget.PowerWidget android:layout_width="fill_parent" android:layout_height="wrap_content" />
before com.android.systemui.statusbar.NotificationLinearLayout
and after <ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent"
and i recompile it and flash , but after flashing my statusbar forced closed ? and i used logcat , and i says
"scroll view can host only one direct child"
Pls help , i really want this awesome mod
Click to expand...
Click to collapse
Bare in mind that scrollviews should have only one child. In your case , you might do the following:
Code:
<ScrollView......> (Parent)
<LinearLayout.......> (Set the orientation to vertical) (Child)
<com.blahblah.PowerWidget....../> (Child of LinearLayout)
<com.blahblah.Notificaionblhablha......> (Child of LinearLayout)
<TextView..../> (Child of com.blahblah.Notificaionblhablha)
<TextView..../> (Child of com.blahblah.Notificaionblhablha)
<and so on....> (Child of com.blahblah.Notificaionblhablha)
</com.blahblah.Notificaionblhablha>
</LinearLayout>
</ScrollView>
It is theming matters. As I said at the instruction, Let your theming skill do the job

[Layers / Overlay / RRO] Black Themes for Asus Apps [12/14] [Dark Settings]

This Project based on RRO/Layers.
new themes will be added later
Don't use my Layers as base for your work without permission
Calculator
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/url]
Download:
Here
Gallery
Screenshots:
Download:
Here
Package Installer
Screenshots:
Download:
Here
Sound Recorder
Screenshots:
Download:
Here
SystemUI
Screenshots:
Download:
Here
Teal SystemUI
use Layers Manager to install it
Or copy it to system/vendor/overlay
you have to create overlay folder and change permissions to 0755
And apk to 0664
if you like my work you can donate from this link
[/B]
Dark Settings
Screenshots:
Download:
Here
Flash it form recovery
if you want 2 columns settings layout
download this and copy it to vendor/overlay
Here
Note:Settings apk for Deodexed ROMs so if youre using stock Rom you have to delete AsusSettings or move it from system/priv-app
to another folder before flashing the Zip
another one.....
Used the app and set apk permissions to all. Rebooted and quick setting theme applied. Note that you need to be on default theme to apply this theme.
The default circles are there but please don't remove them since its easier to read that way. If possible match their color with the top (Darker Blue) . Waiting for black menus and popups
Layers Manager not working.
.
mr_gourav2000 said:
Layers Manager not working.
Click to expand...
Click to collapse
Try changing permissions and reboot. Be sure to be at default theme and not other playstore themes.
Gallery, Package Installer & Sound Recorder added
AL_IRAQI said:
Gallery, Package Installer & Sound Recorder added
Click to expand...
Click to collapse
Can you make something like this for settings?
mr_gourav2000 said:
Can you make something like this for settings?
Click to expand...
Click to collapse
I don't see any difference ?
Do you want grayscale icons with 2 columns ?
AL_IRAQI said:
I don't see any difference ?
Do you want grayscale icons with 2 columns ?
Click to expand...
Click to collapse
No
I mean black background in settings.
Btw how you make 2 columms?
mr_gourav2000 said:
No
I mean black background in settings.
Btw how you make 2 columms?
Click to expand...
Click to collapse
for black background I'll mod settings apk
And for 2 columns use this
http://pc.cd/BLkrtalK
install it like other layers
AL_IRAQI said:
for black background I'll mod settings apk
And for 2 columns use this
http://pc.cd/BLkrtalK
install it like other layers
Click to expand...
Click to collapse
I can give you the locations in the XML for some of the useful parts.
---------- Post added at 08:41 AM ---------- Previous post was at 08:32 AM ----------
Most of this is similar to the Lollipop themes anyways..
For Sub Menu Backgrounds:
in colors .xml, change #ff3e5776
Code:
<color name="default_preference_background_color">#ff3e5776</color>
changes sub menu backgrounds
For Main menu background
in dashboard category.xml, change #ff3e5776
Code:
<LinearLayout android:orientation="vertical" android:id="@id/category" android:background="#ff3e5776" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="@dimen/dashboard_category_padding_start" android:paddingEnd="@dimen/dashboard_category_padding_end"
changes Main menu background
in stlyes.xml, under
Code:
<style name="Theme.Settings" parent="@style/Theme.SettingsBase">
add lines
Code:
<item name="android:colorBackground">#ff3e5776</item>
<item name="android:textColorPrimary">#ffffffff</item>
<item name="android:textColorSecondary">#ffe5e5e5</item>
cmendonc2 said:
I can give you the locations in the XML for some of the useful parts.
---------- Post added at 08:41 AM ---------- Previous post was at 08:32 AM ----------
Most of this is similar to the Lollipop themes anyways..
For Sub Menu Backgrounds:
in colors .xml, change #ff3e5776
Code:
<color name="default_preference_background_color">#ff3e5776</color>
changes sub menu backgrounds
For Main menu background
in dashboard category.xml, change #ff3e5776
Code:
<LinearLayout android:orientation="vertical" android:id="@id/category" android:background="#ff3e5776" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="@dimen/dashboard_category_padding_start" android:paddingEnd="@dimen/dashboard_category_padding_end"
changes Main menu background
in stlyes.xml, under
Code:
<style name="Theme.Settings" parent="@style/Theme.SettingsBase">
add lines
Code:
<item name="android:colorBackground">#ff3e5776</item>
<item name="android:textColorPrimary">#ffffffff</item>
<item name="android:textColorSecondary">#ffe5e5e5</item>
Click to expand...
Click to collapse
Edit:
Thanks thats what i always do with lollipop settings
its much easier to play with styles
Click to expand...
Click to collapse
AL_IRAQI said:
for black background I'll mod settings apk
And for 2 columns use this
http://pc.cd/BLkrtalK
install it like other layers
Click to expand...
Click to collapse
Thank you so much.
Dark Settings
Screenshots:
Added to 2nd post
here
@aziz07 & @cmendonc2 get it
AL_IRAQI said:
Dark Settings
Screenshots:
Added to 2nd post
here
@aziz07 & @cmendonc2 get it
Click to expand...
Click to collapse
Dark Theme "Download" link is broken.
Thank you.
samteeee said:
Dark Theme "Download" link is broken.
Thank you.
Click to expand...
Click to collapse
Fixed, check 2nd post
AL_IRAQI said:
Fixed, check 2nd post
Click to expand...
Click to collapse
Please also fix Calculator download link.
Download link showing Black-Asus-Gallery.apk (5.8 KB).
Thank you again for black setting.
mr_gourav2000 said:
Please also fix Calculator download link.
Download link showing Black-Asus-Gallery.apk (5.8 KB).
Thank you again for black setting.
Click to expand...
Click to collapse
Fixed ?
:highfive:
Btw this time its not working.
Please test and fix it.

Categories

Resources