Since Lollipop we can't simply configure our navigation bar buttons like we could on almost every ROM on kitkat before. Still there is a way to make it. Becouse there is plenty of different ROMs and different ideas how navigation bar should look, I decided to make this guide to help people mod their Nav bars until we get it built in ROM.
1st of all you need some general knowledge about moding stuff in your ROM. I won't teach you how to Decompile/Compile applications, there is plenty guides on XDA about that so just search for some. Only I will link tool I used to do that. And of course Notepad++.
Here we go:
1. Decompile your SystemUI.apk
2. (OPTIONAL) This step will grant you possibility to add 2 more buttons in your navigation bar (screenlock and menu).
Go to SystemUI\res\values directory and open ids.xml. Then add these 2 lines to the end of xml:
<item type="id" name="lock">false</item>
<item type="id" name="newmenu">false</item>
Screen:
{
"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"
}
2.1. (OPTIONAL) This is necessary if you want Screenlock in your navigation bar.
Go to SystemUI\res\values directory and open strings.xml. Then add this line to the end of xml:
<string name="accessibility_lock">Lock</string>
Screen:
2.2. (OPTIONAL) This are drawable images for lockscreen icon in navigation bar.
Download this: http://www64.zippyshare.com/v/61441709/file.html
Extract that two images from rar into SystemUI\res\drawable-sw600dp-xxhdpi
3. Now let's configure buttons the way we want it.
Everything you need now is in SystemUI\res\layout\navigation_bar.xml
Because it's a bit tricky to explain how to add more buttons and position it good I will attach "templates" for you. They already contain navigation_bar.xml with number of buttons you need. And explain just how to reorder keys the way you want it.
Here is example how to switch Recents and Back button on stock Navigation bar.
All you need to do is to switch lines that look like this one:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/(button function here)"...
These 2 screens show how BACK/HOME/RECENT is switched to RECENT/HOME/BACK:
To:
4. Compile your SystemUI
5. Sign SystemUI
6. Put it in your priv-app, fix premisions and reboot. Or make flashable zip and flash it.
ATTACHED "TEMPLATES" OF navigation_bar.xml WITH NUMBER OF BUTTONS YOU WANT:
Wow thanks for this, wanted to get into the modding game and this a good step forward
Sent from my Nexus 5 using XDA Free mobile app
ROM Option
Only once thanks for the super work. :good:
But why has still no ROM cookers the effort made, and incorporated it as an option in the ROM?
Peter
pittrich said:
Only once thanks for the super work. :good:
But why has still no ROM cookers the effort made, and incorporated it as an option in the ROM?
Peter
Click to expand...
Click to collapse
That's not that easy as you think, but soon it will be possible as ROM option.
Hi. I've done everything perfectly for this to work with Optipop ROM but continue to get constant systemui force closes. I can't figure it out.
Sent from my Nexus 5 using Tapatalk
Just switched back and recent and works fine. The problem is when I try to add in screen lock.
Sent from my Nexus 5 using Tapatalk
93foxgt said:
Just switched back and recent and works fine. The problem is when I try to add in screen lock.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Had same problem with Terminus, but on Slim it worked well.
Very strange indeed.
Sent from my Nexus 5 using Tapatalk
---------- Post added at 04:30 PM ---------- Previous post was at 04:28 PM ----------
I'll look at the difference in slims nav XML and optipop to see what's different. Hopefully soon someone will incorporate custom nav keys to the ROM itself.
Sent from my Nexus 5 using Tapatalk
Thanks bro @pandza88 for the guide I successfully reversed the back and recent button on my Catactlysm nav bar
Can anyone make me a flashable zip that I can use for xTraSmooth or Euphoria? I need it Recents, home, back, menu. My left thumb has zero feeling so I use only my right hand.... I am on the fields in N. Idaho. Can anyone please help? I have no access to a PC.
chjema said:
Can anyone make me a flashable zip that I can use for xTraSmooth or Euphoria? I need it Recents, home, back, menu. My left thumb has zero feeling so I use only my right hand.... I am on the fields in N. Idaho. Can anyone please help? I have no access to a PC.
Click to expand...
Click to collapse
Will make it for you but I need framework-res.apk and systemui.apk from rom you want. And rom need to be deoxed
Any chance on a navigation bar with the menu button on left for CM12?
http://goo.gl/vCA3hm
WisdomWolf said:
Any chance on a navigation bar with the menu button on left for CM12?
http://goo.gl/vCA3hm
Click to expand...
Click to collapse
Done. Try it, but I wasn't able to test it since I am not on CM12.
http://www23.zippyshare.com/v/49573675/file.html
If there is problems with 1st one try this:
http://www23.zippyshare.com/v/21449461/file.html
Cataclysm has the option to have the menu button visible on the navbar at all times which I love. Unfortunately it can only be on the right side. Is there any way you can make it where the menu is always visible on the left side instead? Thank a lot.
http://goo.gl/WZYe93
pandza88 said:
Done. Try it, but I wasn't able to test it since I am not on CM12.
http://www23.zippyshare.com/v/49573675/file.html
If there is problems with 1st one try this:
http://www23.zippyshare.com/v/21449461/file.html
Click to expand...
Click to collapse
Sent from my Nexus 5
boomer8403 said:
Cataclysm has the option to have the menu button visible on the navbar at all times which I love. Unfortunately it can only be on the right side. Is there any way you can make it where the menu is always visible on the left side instead? Thank a lot.
http://goo.gl/WZYe93
Click to expand...
Click to collapse
I can't see how Cataclysm developers made it visible or how is it added it in navigation bar. I have changed position of default menu button so if they made it always visible on some other way this will do the trick:
http://www16.zippyshare.com/v/87419049/file.html
pandza88 said:
Done. Try it, but I wasn't able to test it since I am not on CM12.
http://www23.zippyshare.com/v/49573675/file.html
If there is problems with 1st one try this:
http://www23.zippyshare.com/v/21449461/file.html
Click to expand...
Click to collapse
Just flashed the first one and it looks to be working correctly with no obvious issues. I greatly appreciate it, thanks.
pandza88 said:
Will make it for you but I need framework-res.apk and systemui.apk from rom you want. And rom need to be deoxed
Click to expand...
Click to collapse
Hey, i extracted the files from euphoria from my nexus 5!
Tried to change the navbar on my own, but didnt work out for me...
my be you can do it for me?
Thanks
Rittmeister123! said:
Hey, i extracted the files from euphoria from my nexus 5!
Tried to change the navbar on my own, but didnt work out for me...
my be you can do it for me?
Thanks
Click to expand...
Click to collapse
What order are you trying to change them to?
Sent from my Nexus 5 using Tapatalk
93foxgt said:
What order are you trying to change them to?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I tried to change recents with back (new order: recents - menu - back)
Thx
Rittmeister123! said:
I tried to change recents with back (new order: recents - menu - back)
Thx
Click to expand...
Click to collapse
No home key?
Sent from my Nexus 5 using Tapatalk
Related
This MOD will allow you to change your signal icons to the ones in iOS7
This is for XXHDPI running KK phones only, for XHDPI there's a link in the bottom of the post
Fully compatible with iOS X 7 for exposed Framework and Tinted StatusBar also for Xposed Framework
full signal
{
"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"
}
almost full signal
DOWNLOAD & INSTALLATION FOR KITKAT ROMS FOR ANY XXHPDI DEVICE VIA ZIPTHEMER
1-Download the attached zip "N5iOS7_signal_icons_0.1_ZIPTHEMER.zip", put in SD card (or emulated SD card in Nexuses cases)
2-Patch with ZIPTHEMER
3-Reboot in recovery
4-Flash the new created file by ZIPTHEMER
5-Reboot
6-Use this MOD to move to the left or it won't work properly
PS.: If the reception is worse, the referent bubble will turn transparent, I'll screenshot how it looks like asap
PS2.: To move stuff to the left and add carrier name, check here
CHANGELOG
v0.1
Initial release, obviously
only apk file
v0.2
Flashable zip and some improvements
no more consistent 4G icon
added support to BeerGang ROM
added support to build KOT49E
v0.3
carrier signal on left
bug fixes
v0.4
no carrier on left
zipthemer version
RERELEASE FOR XXHDPI Devices
v0.1
Bugs fixed
Better icons resolution and definition
thanks to: Floydfire for base flashable zip
the guy from Galaxy S4 forum in which I found the originals .png
*If your device is XHDPI, click here
If you don't like the connectivity icons over the dots (like LTE, 3G, ROAM, etc), patch this attached one instead, or you can patch it over the first patch, doesn't really matter, it will hide the icons so all you'll have are the dots :good:
Yeahhhhhhhhhhhhhhhhhh
Work's on Purity 22/03
Great Work
it works on mine now thanks
mrcricket23 said:
Zip themer doesn't work on mine, try to "update edify" but fails every time. Running SlimKat Build 4 any ideas?
Click to expand...
Click to collapse
sorry man, but that's related to ZIPTHEMER
try updating edify with this ZIP: https://app.box.com/s/6mggg0slmtvxucyfyz7n
if it doesn't work, ask in the ZT thread, they can help ya
edit: ok then
@VyktorJonas, it doesn't work on AOSP based roms (PA), you should clarify that in OP.
panart said:
@VyktorJonas, it doesn't work on AOSP based roms (PA), you should clarify that in OP.
Click to expand...
Click to collapse
it does, I'm using stock
you gotta move the signal to the left now so it can properly work, I'd had to resize the pngs in order to work in the right side of the statusbar and that doesn't look as good
VyktorJonas said:
it does, I'm using stock
you gotta move the signal to the left now so it can properly work, I'd had to resize the pngs in order to work in the right side of the statusbar and that doesn't look as good
Click to expand...
Click to collapse
Stock? Stock is not AOSP.
nice work.. :good::good:
but bug at wifi n signal icon...hope u can fix..
EpicD4rkness said:
nice work.. :good::good:
but bug at wifi n signal icon...hope u can fix..
Click to expand...
Click to collapse
Seems you have the same issue i have (see post #6).
What rom are you using?
EpicD4rkness said:
nice work.. :good::good:
but bug at wifi n signal icon...hope u can fix..
Click to expand...
Click to collapse
move it to the left using this http://forum.xda-developers.com/showthread.php?t=2666827
panart said:
Seems you have the same issue i have (see post #6).
What rom are you using?
Click to expand...
Click to collapse
stock rom bro...4.4.2..
VyktorJonas said:
move it to the left using this http://forum.xda-developers.com/showthread.php?t=2666827
Click to expand...
Click to collapse
What are you using to hide the "H" Data label
Sent from my Nexus 5 using Tapatalk
mrcricket23 said:
What are you using to hide the "H" Data label
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
hide? no, sir, I'm on 2G, it doesn't really appear anyway
it's ment to be like that but if you don't like it just unzip the patch, delete the H icon and rezip it :highfive: if you need help I can do it for you
VyktorJonas said:
move it to the left using this http://forum.xda-developers.com/showthread.php?t=2666827
Click to expand...
Click to collapse
thanks.. :good::good:
10q wotk great
Data label
How can I get rid of the H data label?
It is situated at the top left where the ios signal bar is and they are in the way of each other.
Cheers!
declan8888 said:
How can I get rid of the H data label?
It is situated at the top left where the ios signal bar is and they are in the way of each other.
Cheers!
Click to expand...
Click to collapse
it's meant to be like that, but if you don't like it, unzip the patch, delete the icon H in both folders and rezip it :good:
I have no idea on how to do that lol
Sent from my Nexus 5 using XDA-FORUM, powered by appyet.com
declan8888 said:
I have no idea on how to do that lol
Sent from my Nexus 5 using XDA-FORUM, powered by appyet.com
Click to expand...
Click to collapse
sorry, and I forgot in my patch there is no connectivy signal, I'll see what I can do for you in the morning :silly:
I hate the quick settings in the notification panel of my Galaxy S5.
I'd like to disable it. I've searched for an Xposed module to do the work, but the closes I got was a "Xposed G-Touchwiz" tha helped me to hide the S-finder and Quick Connect buttons.
So I was wondering... Is it possible (or will it work if) to replace the SystemUI.apk with a version from, let say, CM? I'm not sure what else the SystemUI do, but I've crazy seen people replacing it to get the S5 quick settings buttons.
I would appreciate if anyone knows how to get rid of the quick settings in notification shade of the stock Galaxy S5.
Thanks.
dartveiga said:
I hate the quick settings in the notification panel of my Galaxy S5.
I'd like to disable it. I've searched for an Xposed module to do the work, but the closes I got was a "Xposed G-Touchwiz" tha helped me to hide the S-finder and Quick Connect buttons.
So I was wondering... Is it possible (or will it work if) to replace the SystemUI.apk with a version from, let say, CM? I'm not sure what else the SystemUI do, but I've crazy seen people replacing it to get the S5 quick settings buttons.
I would appreciate if anyone knows how to get rid of the quick settings in notification shade of the stock Galaxy S5.
Thanks.
Click to expand...
Click to collapse
It won't work with a cm systemui.apk. will most likely give you a ton of force closes. There are many custom Roms though with it either turned off or the option of turning the bar off. Just pull the systemui.apk from these Roms and replace yours.
Sent from my SM-G900T using Tapatalk
Any good?
{
"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"
}
Sent from my SM-G900F using Tapatalk
Goldie said:
Any good?
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
Hi,
I guess you did this in a custom rom? And compiled it yourself?
If so.. Could you share it maybe? I could integrate it into my Xposed module "Xposed G-Touchwiz" ofcourse with credits to you =).
Thanks,
Gertlily said:
Hi,
I guess you did this in a custom rom? And compiled it yourself?
If so.. Could you share it maybe? I could integrate it into my Xposed module "Xposed G-Touchwiz" ofcourse with credits to you =).
Thanks,
Click to expand...
Click to collapse
Yeah! Thats sound sweet. If Xposed G-Touchwiz could get rid of the Quick Settings it would be awesome!
BTW, thank you very much for Xposed G-Touchwiz. It helped a lot!
dartveiga said:
Yeah! Thats sound sweet. If Xposed G-Touchwiz could get rid of the Quick Settings it would be awesome!
BTW, thank you very much for Xposed G-Touchwiz. It helped a lot!
Click to expand...
Click to collapse
Thanks, great to hear that. Only I have to wait for a reply from @Goldie or start digging in the SystemUI myself with no knowledge where to search..
tp2215 said:
It won't work with a cm systemui.apk. will most likely give you a ton of force closes. There are many custom Roms though with it either turned off or the option of turning the bar off. Just pull the systemui.apk from these Roms and replace yours.
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
I've replaced the SystemUI,apk from the AOKP rom, but I'm missing something.
What I did:
In folder /system/priv-app
Renamed SystemUI.apk to SystemUI.apk.old
Renamed SystemUI.apk to SystemUI.odex.old
Copy the new SystemUI.apk to the folder /system/priv-app
Changed permissions of the new file, so it match the permission of the original file (rw-r--r--).
Reboot
It didn't work. One time I got the same notification shade as if I haven't done anything. Other time the notification area was completely gone.
The problem, I think, is that I don't have the SystemUI.odex file, nor could I find it on the AOKP rom.
Can you please enlighten me?
Goldie said:
Any good?
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
How did you get that? Share with us, please!
Its an option in my rom. The aim of the rom is to make people realise that they dont HAVE to use xposed. There are still people doing things the old way and modding the base files. The one in the screenshot is part of Kitkat style and you can switch to it or a whole bunch of other styles in one click.
For example you could have S5 style but then turn toggles off....
And then maybe sfinder off....
Or have a carbon look with toggles at the bottom...
If you like to change stuff to suit your taste you should try it!
Sent from my SM-G900F using Tapatalk
Goldie said:
Its an option in my rom. The aim of the rom is to make people realise that they dont HAVE to use xposed. There are still people doing things the old way and modding the base files. The one in the screenshot is part of Kitkat style and you can switch to it or a whole bunch of other styles in one click.
Click to expand...
Click to collapse
Hi! You just sold me your fish! (Its a Brazilian expression!)
I installed Alliance ROM and I'm pretty much satisfied. Nice work you've done!
But it would be nice to have those features on a Xposed module too.
One thing that I dind't realize how to do is how to get rid of the second page toggles (the page on notification shade that shows all the toggles). As a suggestion, it would be nice to have a way to hide some of those useless icons/toggles.
Just for future reference (for those who tried), do NOT attempt to use SystemUIs from other devices/roms especially on an odexed rom. Thats recipe for FC's and bootlooops.
Xposed happens to be my only option at the moment.
Goldie, I would love an allianceRom version for sprint! Until then, how did you do it? I tried pulling the systemui.apk but couldn't find an editable xml. Any pointer would be awesome.
tstack77 said:
Goldie, I would love an allianceRom version for sprint! Until then, how did you do it? I tried pulling the systemui.apk but couldn't find an editable xml. Any pointer would be awesome.
Click to expand...
Click to collapse
+1 on that, i'd like to remain stock
:crying: There is no recovery flashable for my SM-G901F for now.
Xposed IS my only alternative....
Keep the good work
Franky
WARNING: ONLY FOR PREWIEV ANDROID L
Good evening everyone, if anyone is interested I made a small change to the graphics settings, signals and buttons on the navigation bar, plus the setting of prewiev diAndroid L
sorry for my bad english
Thanks to Ben36 we have the zip, I divided the zip in 3, one setting, one systemUi and another both
THEME CYANO
{
"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"
}
link systemui https://www.dropbox.com/s/qstqxzqjv4zudjx/Lmod - systemUI-cyano.zip
link setting https://www.dropbox.com/s/8t198y6hfp38ut7/Lmod - setting-cyano.zip
return stock
https://www.dropbox.com/s/a5tfrbgmwljbo6g/stockLmod.zip
THEME ORANGE
link systemUI https://www.dropbox.com/s/5eiw8jzkk2lbwzl/Lmod - systemUI-orange.zip
link setting https://www.dropbox.com/s/whsaqkdis9el0xv/Lmod - setting-orange.zip
return stock
https://www.dropbox.com/s/a5tfrbgmwljbo6g/stockLmod.zip
THEME GREEN
link setting https://www.dropbox.com/s/pnty4z29umh14qs/Lmod - setting-green.zip
link systemUI https://www.dropbox.com/s/1yiikamttnxh1vn/Lmod - systemUI-green.zip
return stock
https://www.dropbox.com/s/a5tfrbgmwljbo6g/stockLmod.zip
Awesome! :laugh: I would like to have flat icons in the Status Bar. There is a trick to excract anyone icon fron a theme file and push it in SystemUI?
Thank You!
Worked great for me. Looks awesome!!
Sent from my Nexus 5 using XDA Premium 4 mobile app
iltruma said:
Awesome! :laugh: I would like to have flat icons in the Status Bar. There is a trick to excract anyone icon fron a theme file and push it in SystemUI?
Thank You!
Click to expand...
Click to collapse
speak of the icons signal or notifications?
jokerpoker1 said:
speak of the icons signal or notifications?
Click to expand...
Click to collapse
Signal. Like Herathon Theme or other L-style Theme.
This should work to make it flashable zip - https://db.tt/y07VvO1W
Can someone backup and test tho just in case
iltruma said:
Signal. Like Herathon Theme or other L-style Theme.
Click to expand...
Click to collapse
if you put in the system ui op'll have those icons, with the addition of the keys on the navbar. if you want to do it yourself, take up your system ui and put it on the PC, change the extension by adding. zip and icons in drawable xxhdpi, levi after the extension. zip and push it in system / app-priv
Ben36 said:
This should work to make it flashable zip - https://db.tt/y07VvO1W
Can someone backup and test tho just in case
Click to expand...
Click to collapse
thank you, very kind, if it works put it in my op
jokerpoker1 said:
if you put in the system ui op'll have those icons, with the addition of the keys on the navbar. if you want to do it yourself, take up your system ui and put it on the PC, change the extension by adding. zip and icons in drawable xxhdpi, levi after the extension. zip and push it in system / app-priv
thank you, very kind, if it works put it in my op
Click to expand...
Click to collapse
No worries, let me know if it works ☺
Flashed the zip just now.. No problems for me.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Zip worked great for me as well thank you
Cool, feel free to add it to your op ?
Ben36 said:
Cool, feel free to add it to your op ?
Click to expand...
Click to collapse
thanks again[emoji106][emoji6], I divided the zip in 3 and put into op.
Glad to help!
Here's return to stock too -
https://db.tt/6FDSkect
Ben36 said:
Glad to help!
Here's return to stock too -
https://db.tt/6FDSkect
Click to expand...
Click to collapse
add in op,thanks again
One thing I just noticed. In notification drawer, there's no difference between WiFi On and Off icons.
Sent from my Nexus 5 using XDA Premium 4 mobile app
cappiez said:
One thing I just noticed. In notification drawer, there's no difference between WiFi On and Off icons.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
screen on
screen off
I flashed OK but lost status bar and navigation keys. Flashed stock zip and still no nav. keys or status bar. Any ideas?
tony_leal said:
I flashed OK but lost status bar and navigation keys. Flashed stock zip and still no nav. keys or status bar. Any ideas?
Click to expand...
Click to collapse
You are on L release right?
tony_leal said:
I flashed OK but lost status bar and navigation keys. Flashed stock zip and still no nav. keys or status bar. Any ideas?
Click to expand...
Click to collapse
try to reflash, if you went to put the mods, must also go back.
Unfortunately no I'm not on L. It didn't state.
How do I revert back, any help?
Just Followed this thread http://forum.xda-developers.com/showthread.php?t=2342370 to activate lockscreen particle effect and i can confirm it's working with my T311 with Stock Kitkat ROM , dont know it will works or not with other devices.
Before Follow this Guide, make sure you have rooted your phone.
1) Download sqlite editor app here
2) Open the app and give it root permissions. It should populate a list.
3) Scroll and Tap the "Settings Storage"
4) Tap "Settings.db"
5) Tap "System"
6) Scroll down until you find "lockscreen_ripple_effect"
7) Highlight it and Tap "Edit Record" and change the value between 1-7 (default is 3).
change it to 0, you get the original circle lockscreen.
change it to 1, you get the water ripple effect..
change it to 2, you get the lens flare effect.
change it to 3, you get the particle effect.
change it to 4, you get the N3 water effect.
change it to 5, you get an Xperia-like effect.
change it to 6, you get something like the circle lockscreen, but with a line.
change it to 7, you get something that's a mixture between original circle lock and ripple lockscreen.
11) Save and try the new lockscreen effect.
PS : If you reboot your device, the effect will revert back to default. You have to change manually each time you reboot your device.
Update
i have succesfully add an option to choose the unlock effect in settings menu, but unfortunately its same with previous, it will revert back to "none" each time i reboot.
NEW SCREENSHOT
{
"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"
}
SCREENSHOTS
Thnx for mirroring my topic
http://forum.xda-developers.com/showthread.php?t=2837952
Verstuurd vanaf mijn SM-G900F met Tapatalk
faruqmunshif said:
Just Followed this thread http://forum.xda-developers.com/showthread.php?t=2342370 to activate lockscreen particle effect and i can confirm it's working with my T311 with Stock Kitkat ROM , dont know it will works or not with other devices.
Click to expand...
Click to collapse
good to know.... so seems the code is there.... adding it to settings being chooseable near ripple and light will not be so hard.
Will try for it soon.... thanks for pointing
Sock12345 said:
Thnx for mirroring my topic
http://forum.xda-developers.com/showthread.php?t=2837952
Verstuurd vanaf mijn SM-G900F met Tapatalk
Click to expand...
Click to collapse
I'm sorry, dont know you already posted this topic before...
_alex74_ said:
good to know.... so seems the code is there.... adding it to settings being chooseable near ripple and light will not be so hard.
Will try for it soon.... thanks for pointing
Click to expand...
Click to collapse
i've tried it, but seems there's a bug. After restart,it will back to "none" again.. Hope a dev can solve this problem..
faruqmunshif said:
.................
Click to expand...
Click to collapse
Big thanks for pointing out:good::good:
missing particle, but all others work.
After reboot still change to none..... will look into....
Black settings and Tab S themed for some windows
_alex74_ said:
Big thanks for pointing out:good::good:
missing particle, but all others work.
After reboot still change to none..... will look into....
Black settings and Tab S themed for some windows
Click to expand...
Click to collapse
Can you share your SecSettings.apk for us please.. ? it looks so awesome,, :laugh: :laugh:
faruqmunshif said:
Can you share your SecSettings.apk for us please.. ? it looks so awesome,, :laugh: :laugh:
Click to expand...
Click to collapse
sure here for you all:
just one bug under fixing, the printing icon too big
Settings are completely inverted with some touch of black, will work of course with screenshot rom version(not sure about other KK ones)
New lockscreen effects enabled, those will revert to none after reboot...still under fixing.
I do not have so much time, but entire blacked out theme will be out when finished..... some fixes needed in framework as some text is still unreadable.
For that popup in previous post regarding effects(Tab S style) u need framework, which has stiil some bugs(you are feel free to ask but no moaning as i'm already aware of bugs )
here is the apk, push it via adb or qtadb, or use a root explorer giving rw-r-r permissions
GREAT! thanks, :good::good:..
will try today..
_alex74_ said:
sure here for you all:
New lockscreen effects enabled, those will revert to none after reboot...still under fixing.
I do not have so much time, but entire blacked out theme will be out when finished..... some fixes needed in framework as some text is still unreadable.
For that popup in previous post regarding effects(Tab S style) u need framework, which has stiil some bugs(you are feel free to ask but no moaning as i'm already aware of bugs )
here is the apk, push it via adb or qtadb, or use a root explorer giving rw-r-r permissions
Click to expand...
Click to collapse
i have tried to flash your modified SecSettings.apk, but when i choose the lockscreen menu, there is no new lockscreen effect in there...
faruqmunshif said:
i have tried to flash your modified SecSettings.apk, but when i choose the lockscreen menu, there is no new lockscreen effect in there...
Click to expand...
Click to collapse
ahm,,,,, weird...... use your method and enable blind, then reboot, should appear new effects...
otherwise do so:
put again stock settings, via ur method choose value 5, save and check in lockscren effects in settings, noone will be checked.
then reboot and flash mine.
if not, do same and push apk via adb or qtadb.
Which rom version you have?
_alex74_ said:
sure here for you all:
just one bug under fixing, the printing icon too big
Settings are completely inverted with some touch of black, will work of course with screenshot rom version(not sure about other KK ones)
New lockscreen effects enabled, those will revert to none after reboot...still under fixing.
I do not have so much time, but entire blacked out theme will be out when finished..... some fixes needed in framework as some text is still unreadable.
For that popup in previous post regarding effects(Tab S style) u need framework, which has stiil some bugs(you are feel free to ask but no moaning as i'm already aware of bugs )
here is the apk, push it via adb or qtadb, or use a root explorer giving rw-r-r permissions
Click to expand...
Click to collapse
Work's on P5200??!
sajjjjjjad said:
Work's on P5200??!
Click to expand...
Click to collapse
No , It won't work.... BTW , I have ported it for P5210 though....... Check CagRom post no. 20
Sent from my GT-S6802 using XDA Free mobile app
Be careful!
Now my system ui fc's when i reboot my system because i accidently typed 8 instead of 7, so be careful!
Thanks
Do anyone know how to enable the navbar on the s7 edge?
Root, install xposed installer, install goodlock, install gravitybox and look for enable Navigation bar in gravitybox. Enable it, customise options and reboot. Boom!
Sent from my SM-G930F using Tapatalk
toole said:
Root, install xposed installer, install goodlock, install gravitybox and look for enable Navigation bar in gravitybox. Enable it, customise options and reboot. Boom!
Sent from my SM-G930F using Tapatalk
Click to expand...
Click to collapse
No xposed for nougat
Download softbuttons app from gplay (needs root) or softkey enabler and try
Sent from my SM-G935F using Tapatalk
yazeed_twb said:
No xposed for nougat
Download softbuttons app from gplay (needs root) or softkey enabler and try
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
Yeah bro! Totally forgot about that. This is one of the reasons I'm staying on my debloated MM stock rom and I'm really enjoying it!
Sent from my SM-G930F using Tapatalk
Just add a line in the build prop and reboot ( qemu.hw.mainkeys=0 )
robhug said:
Just add a line in the build prop and reboot ( qemu.hw.mainkeys=0 )
Click to expand...
Click to collapse
But it looks ugly
{
"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"
}
There is an empty area in dots with that keys my launcher why ? I am using moded Touchwiz in King of nougat rom. And in some apps that keys are completely black. I cant see them
But when the keyboard pops jo the navbar changes to Black but the buttons dont change to White..
Like this.
Can anyone solve that issues
skullsege said:
Can anyone solve that issues
Click to expand...
Click to collapse
Try it Navbar Apps and Nova Launcher
skullsege said:
Can anyone solve that issues
Click to expand...
Click to collapse
Yes, it is quite an easy mod, I made it for Echoerom.
I edited four .pio files that must be replaced into systemUI.apk, so that they can be easily seen both when the navbar background is black or white (just some gimp and paint).
If any of you can share the systemUI.apk from Ambasadi's rom (the dev wrote that anybody is free to use his work) I'll mod it and eventually open a separate thread, though it's not real modding, just little tricks.
As a rule of thumb, any nougat systemUI.apk should work.
This mod requires you to use a different launcher (I modded a pixel launcher that works fine with navbar Btw).
lucaoldb said:
Yes, it is quite an easy mod, I made it for Echoerom.
I edited four .pio files that must be replaced into systemUI.apk, so that they can be easily seen both when the navbar background is black or white (just some gimp and paint).
If any of you can share the systemUI.apk from Ambasadi's rom (the dev wrote that anybody is free to use his work) I'll mod it and eventually open a separate thread, though it's not real modding, just little tricks.
As a rule of thumb, any nougat systemUI.apk should work.
This mod requires you to use a different launcher (I modded a pixel launcher that works fine with navbar Btw).
Click to expand...
Click to collapse
Would it be able to swap recent apps/back button?
quera said:
Would it be able to swap recent apps/back button?
Click to expand...
Click to collapse
I tried, but I was unsuccessful
lucaoldb said:
Yes, it is quite an easy mod, I made it for Echoerom.
I edited four .pio files that must be replaced into systemUI.apk, so that they can be easily seen both when the navbar background is black or white (just some gimp and paint).
If any of you can share the systemUI.apk from Ambasadi's rom (the dev wrote that anybody is free to use his work) I'll mod it and eventually open a separate thread, though it's not real modding, just little tricks.
As a rule of thumb, any nougat systemUI.apk should work.
This mod requires you to use a different launcher (I modded a pixel launcher that works fine with navbar Btw).
Click to expand...
Click to collapse
Here is systemUI of a.rom
https://mega.nz/#!NIVhXaYJ!crlFusv_-GQhVKLLE1MmlQPWXihK2GsmysFPDrrMCqA
Sorry, where does it come from and is it from a deodexed rom? I tried it on my nougat rom, after replacing the .pio files, and it FCs.
lucaoldb said:
Sorry, where does it come from and is it from a deodexed rom? I tried it on my nougat rom, after replacing the .pio files, and it FCs.
Click to expand...
Click to collapse
It is from Ambasadi's rom v11 odex
Sorry, I need a systemui from a deodexed rom to replace the inner resources.
If you use "Custom navigation bar", you can change the layout and button images easily. And if you want to change the background, "Navbar Apps" will change it.
I can't use English well. Sorry for my bad English...
lucaoldb said:
Sorry, I need a systemui from a deodexed rom to replace the inner resources.
Click to expand...
Click to collapse
would you care sharing what to change or post a tutorial as i would like to know how.