mod for odex/deodex stock 5.0.1
install from recovery
thanks for help noskojv from 4pda
Bug:
if the erase button has disappeared,rotate to portrait and back,a button will appear again
How to edit xml
Sent from my Nexus 5 using Xparent BlueTapatalk 2
suerya46 said:
How to edit xml
Sent from my Nexus 5 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
APKTOOL
http://forum.xda-developers.com/showpost.php?p=50181967&postcount=57
but for 5.x need new apktool
or use like this utility Batch ApkTool http://bursoft-portable.blogspot.ru/p/blog-page_23.html
How to edit add recent apps
Sent from my Nexus 5 using Xparent BlueTapatalk 2
suerya46 said:
How to edit add recent apps
Sent from my Nexus 5 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
decompile my mod
this for stock
\smali\com\android\systemui\recents
RecentsActivity.smali and RecentsConfiguration.smali
and from \smali\com\android\systemui\recents\views
RecentsView$DismissAll.smali
RecentsView.smali
TaskStackView$TaskStackViewCallbacks.smali
TaskStackView.smali
TaskView$DismissLongPressed.smali
TaskView$TaskViewCallbacks.smali
TaskView.smali
and from \res\layout
recents.xml
if rom no stock, check all id in these files with your public.xml and from my mod
•°•♡ⓣⓗⓐⓝⓚⓢ♡ •°• bro
Sent from my Nexus 5 using Xparent BlueTapatalk 2
Works great. Except button appears only in portrait mode, no button in landscape mode.
May I ask how did you remove persistant Google Search bar from Recents?
I use Nova Prime and it's able to remove it only from homescreen.
eqagunn said:
May I ask how did you remove persistant Google Search bar from Recents?
Click to expand...
Click to collapse
its after install this mod
garynych said:
its after install this mod
Click to expand...
Click to collapse
Hmm. It's still there after install on my device.
eqagunn said:
Hmm. It's still there after install on my device.
Click to expand...
Click to collapse
maybe try wipe ?
or try this version
here is my what I use,as you can see nothing and never was ...
this is a slightly modified version than above
PS by the way,I have a system deodex
Hi, could u please put the clear all button at bottom left so that its convinient to press it ?
I've actually gotten used to just leaving more of my most frequently used apps open. It's faster when multitasking. Hopefully the next update fixes the huge memory leaks.
---------- Post added at 11:11 AM ---------- Previous post was at 11:10 AM ----------
hitesh.pande said:
Hi, could u please put the clear all button at bottom left so that its convinient to press it ?
Click to expand...
Click to collapse
It'll overlap with the cards which makes it slightly difficult and less convenient to place it there.
Here is how you can add battery percentage to this mod
Decompile SystemUI.apk get it here
Add smali to SystemUI\smali\com\erryy get it here
Recompile SystemUI.apk
Decompile SystemUI.apk
Edit SystemUI\res\layout\keyguard_status_bar.xml (this is lock screen & will prevent double percentage)
On line 12
change
PHP:
android:layout_width="wrap_content" android:layout_height="wrap_content"
to
PHP:
android:layout_width="0.0dip" android:layout_height="0.0dip"
Edit SystemUI\res\layout\signal_cluster_view.xml (this adds percentage where there is no percentage for battery)
Add this on line 15
PHP:
<com.erryy.BatteryText android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textSize="@dimen/battery_level_text_size" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Recompile SystemUI.apk and push it to System/priv-app/SystemUI/SystemUI.apk
Make sure the permissions are correct and reboot your phone
garynych said:
mod for odex/deodex stock 5.0.1
install from recovery
thanks for help noskojv from 4pda
Bug:
if the erase button has disappeared,rotate to portrait and back,a button will appear again
Click to expand...
Click to collapse
hi
can you add ambient display ?
i edit and add ambient diplay but after boot all apps FC.
garynych said:
mod for odex/deodex stock 5.0.1
install from recovery
thanks for help noskojv from 4pda
Bug:
if the erase button has disappeared,rotate to portrait and back,a button will appear again
Click to expand...
Click to collapse
hey, gaynych, thanks for the great mods. I’m currently using your “Center clock and the battery charge in percent” mod and I really like it. I also wanted to use this mod “Add Clear All Recents” but for some reason I can’t seem to get both to work on my stock N5 at the same time. I try flashing one zip after the other but only one would work at a time. I also try flashing one first reboot and then flashing the other but only the last flash would work but not both at the same time. I’m I doing something wrong. or can you please combo them into one zip. a combo zip would be awesome and a back to stock zip. would be great to. Thank you so much for the great mods. :good:
Anyone tried this with the XtraSmooth rom? XtraSmooth = odexed but not fully stock
boxcar8028 said:
hey, gaynych, thanks for the great mods. I’m currently using your “Center clock and the battery charge in percent” mod and I really like it. I also wanted to use this mod “Add Clear All Recents” but for some reason I can’t seem to get both to work on my stock N5 at the same time. I try flashing one zip after the other but only one would work at a time. I also try flashing one first reboot and then flashing the other but only the last flash would work but not both at the same time. I’m I doing something wrong. or can you please combo them into one zip. a combo zip would be awesome and a back to stock zip. would be great to. Thank you so much for the great mods. :good:
Click to expand...
Click to collapse
combo 3 in 1
garynych said:
combo 3 in 1
Click to expand...
Click to collapse
WOW! Thanks man! going to give it a try! I'll report back later :good:
garynych said:
combo 3 in 1
Click to expand...
Click to collapse
just added the new SystemUI to "center_clock_and_bat_mod.zip" and flashed it and all is well. this combo is AWESOME! thank you so much man, great job! :good:
Thanks garynych very much for all your greats mods for ours Nexus.
Please, could you make a version with battery and clear all recent button, without the center clock?
TIA
Related
I will no longer be updating my mods on XDA please find my work on Rootzwiki from now on
I will no longer be updating my mods on XDA please find my work on Rootzwiki from now on
Disable/enable Paginated Scrolling from sense based GB roms
Changes:
8/30
added the mod to add paged scrolling
added the img edit to remove the line in the app drawer (only in the remove page scrooling zip)
8/31
added no page and divider delete for sense 3 roms
9/3
added new remove paging and divider line for bamf 2.4.1 oops stay tuned for update
9/10 fixed mod for bamf 2.4.1
Flash in cwr
Credits:
thank you ihtfp69 for the guide
thanks ned for the info on the img to edit
What if I want to enable it ? =) currently don't have it
Sent from ging3r3dth3ory
subsoniic said:
What if I want to enable it ? =) currently don't have it
Sent from ging3r3dth3ory
Click to expand...
Click to collapse
GB rom? or froyo?
Add page didn't work. CWR says "can't open addpage.zip (bad)"
Can you make a mod for going back from 5 Column App Drawers to 4? I've mentioned it a few times to DT, but he always skips my posts and helps other people
New zips they should work now
Thank you for this. It was very hard getting Skyraider to do this on newer bases.. especially after he bailed out on xda.
Much appreciated.
updated remove page again should work now hehe please let me know if it does or doesnt
added to the mod... now removes the divider line in the app drawer
thejondude said:
added to the mod... now removes the divider line in the app drawer
Click to expand...
Click to collapse
thanks.. the new zip works beautifully.
All I need now to make my stock experience even better is flash over for additional options in the power button menu and quick settings menu... while keeping the recent apps.
Do you have something that does that?
Once again.. thanks for doing these quick mods.. they are a lot more helpful because then we can pick and choose mods while keeping the main favorite rom.
androidbuff123 said:
thanks.. the new zip works beautifully.
All I need now to make my stock experience even better is flash over for additional options in the power button menu and quick settings menu... while keeping the recent apps.
Do you have something that does that?
Once again.. thanks for doing these quick mods.. they are a lot more helpful because then we can pick and choose mods while keeping the main favorite rom.
Click to expand...
Click to collapse
adryl does il find it for you
here it is:
http://rootzwiki.com/showthread.php?3375-MOD-4-in-1-reboot-options-for-2.10.605.1&highlight=
added mod for sense 3 ( paging disable only )
thejondude said:
adryl does il find it for you
here it is:
Click to expand...
Click to collapse
Thanks.. I saw that before.. but it says it's for 2.10 base.. and though I am sure it'll probably work for 2.11.. I'm kinda anal about using files from the latest and greatest
Also, I don't think there is a mod out for adding additional items on the quick settings.. am I right?
androidbuff123 said:
Thanks.. I saw that before.. but it says it's for 2.10 base.. and though I am sure it'll probably work for 2.11.. I'm kinda anal about using files from the latest and greatest
Also, I don't think there is a mod out for adding additional items on the quick settings.. am I right?
Click to expand...
Click to collapse
no i tihnk butch is working on one tho and the files for the reboot options is the same in 2.10 and 2.11 for sure
Just tried this. I noticed it turned my right button on the home screen into the personalize button.
Is that intentional?
Sent from my ADR6400L using Tapatalk
added new mod for bamf 2.4.1 (sense 3)
added fixed mod for bamf 2.4.1 leme know if it doesnt work im not rooted atm
works great !! =] running gingertheory
I just could find 36 dpi navbar with other battery mods, but I just want to change the navbar and maintain the battery icon as stock. Also when I flash 1 of this mods with battery mods and then flash the stock battery, the "back" button goes bigger than the home and the other button.
If some1 can share a flashable zip with the 36 dpi navbar with no other mod will be appreciated.
No1 can help?
Enviado desde mi Nexus 4 usando Tapatalk 2
Zetok said:
No1 can help?
Enviado desde mi Nexus 4 usando Tapatalk 2
Click to expand...
Click to collapse
What ROM are you running. framework-res.apk's can vary from ROM to ROM, so the correct one would have to be modified accordingly. Better yet, upload your current /system/framework/framework-res.apk, and the odds of someone assisting would greatly increase
If you use AOKP you can adjust the size of the Nav bar
graffixnyc said:
If you use AOKP you can adjust the size of the Nav bar
Click to expand...
Click to collapse
Hopefully, we can give the OP the benefit of the doubt that if he were running AOKP, he'd know that :silly:
JsChiSurf said:
Hopefully, we can give the OP the benefit of the doubt that if he were running AOKP, he'd know that :silly:
Click to expand...
Click to collapse
Well, I didn't mean if he currently was. I meant if he does run AOKP he can change it. I think a few other ROMs allow you to change the size of the nav bar as well
graffixnyc said:
Well, I didn't mean if he currently was. I meant if he does run AOKP he can change it. I think a few other ROMs allow you to change the size of the nav bar as well
Click to expand...
Click to collapse
Ah, gotcha. My best guess is CM, since they're vehemently opposed to building that option in
Thx for replies. Im using Factory 4.2.1 unlocked and rooted
Enviado desde mi Nexus 4
I know I had tried to decompile the framework when 4.2.1 was first released but apktool wasn't working for 4.2.1 yet. I haven't checked if it's been updated to work with 4.2.1. since. If so I can make the change in literally 2 seconds. I have to hunt down the new version of apktool if it's around for my own stuff as well
I've already got it done for the custom 4.2.1 I'm running of CM. 4.2.1 decompiles w/o issue with the latest apktool.
I'd have to download the whole stock ROM to grab the framework-res so if the OP can upload, it would make life much easier for whomever wants to do it.
So I downloaded a stock 4.2.1 ROM (brain fart by the way, it's framework-res, not SystemUI), and quickly tweaked the nav bar height for you to be 36 dpi in both portrait and landscape.
Attached is the APK, that you can reboot into recovery, mount system, and push to your /system/framework folder (adb push framework-res.apk /system/app/)
I didn't have a chance to make a flashable zip, but can later if someone doesn't do so. Headed out now.
Nandroid first (untested, but minor change).
https://dl.dropbox.com/u/14593842/New folder/framework-res.apk
JsChiSurf said:
I've already got it done for the custom 4.2.1 I'm running of CM. 4.2.1 decompiles w/o issue with the latest apktool.
I'd have to download the whole stock ROM to grab the framework-res so if the OP can upload, it would make life much easier for whomever wants to do it.
Click to expand...
Click to collapse
Nice, do you happen to have a link to the latest apktool? If not no biggie, I'll search for it when I get home
Sent from my Nexus 4 using Tapatalk 2
graffixnyc said:
Nice, do you happen to have a link to the latest apktool? If not no biggie, I'll search for it when I get home
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Here's a link to the latest compatible with 4.2.1:
http://android-apktool.googlecode.com/files/apktool1.5.2.tar.bz2
JsChiSurf said:
Here's a link to the latest compatible with 4.2.1:
http://android-apktool.googlecode.com/files/apktool1.5.2.tar.bz2
Click to expand...
Click to collapse
Thank you kindly sir
graffixnyc said:
Thank you kindly sir
Click to expand...
Click to collapse
No problem.
BTW, just got home, so figured I'd drop this into a flashable zip.
Can't stress enough that each ROMs framework-res can be unique based on what is compiled in, etc, and should not be cross pollinated.
As such, I am "assuming" this should work on a stock / unmodified ROM, as I downloaded a ROM from the ROM section that claimed to be stock. Without working from the file directly from your phone, there's no guarantees, so make a nandroid first.
Here's a link to the 36dpi navbar for stock rom 4.2.1:
https://dl.dropbox.com/u/14593842/jb/36dpiNavBar_signed.zip
Lastly, after doing this, I see there is another thread where some similar work has been done, but it looks like that also includes changes to SystemUI that may affect other things. This is just a framework-res tweak for the nav bar height only, and nothing else.
Hope that helps.
You guys make my day. I dodnt try it yet cause I dont now how to use the adb push . if you have time and can upload a fladhable zip, I will test it without a doubt. Also I think theres a lot of people who wants this mod.
Enviado desde mi Nexus 4
Zetok said:
You guys make my day. I dodnt try it yet cause I dont now how to use the adb push . if you have time and can upload a fladhable zip, I will test it without a doubt. Also I think theres a lot of people who wants this mod.
Enviado desde mi Nexus 4
Click to expand...
Click to collapse
See post above yours :laugh:.
Nandroid and give it a shot. If no luck, grabbing your existing framework-res file will help immensely.
Relly thx. I ready trst it but the back button is showimg bigger than the other 2. Look at the pic
Enviado desde mi Nexus 4
Zetok said:
Relly thx. I ready trst it but the back button is showimg bigger than the other 2. Look at the pic
Click to expand...
Click to collapse
This tweak flashes a modified framework-res. The actual buttons (image icons) for the navbar are provided in SystemUI.apk, so what you flashed does not touch that aspect.
It would seem to me, therefore, that you've flashed other mods that have modified your SystemUI.apk and the corresponding button images (best guess).
Can you share the flashable stock system ui? If not I will reflash the stock rom and then the 36 dpi mod
Enviado desde mi Nexus 4
Opening this thread for discussion and questions for Paranoid-neXus ROM by neXus PRIME upon his suggestion.
As a first query, I would like to ask how can I show battery percentage with the icon? Can't seem to find the option? And are there not any pie specific preferences to make 2 layers etc?
shahrukhqasim said:
Opening this thread for discussion and questions for Paranoid-neXus ROM by neXus PRIME upon his suggestion.
As a first query, I would like to ask how can I show battery percentage with the icon? Can't seem to find the option? And are there not any pie specific preferences to make 2 layers etc?
Click to expand...
Click to collapse
Go in settings, battery and click the first icon on top left that show you the option for battery icon
Cornhelius said:
Go in settings, battery and click the first icon on top left that show u the option for battery icon
Click to expand...
Click to collapse
Got it thanks! And what about options for pie controls? not present?
shahrukhqasim said:
Got it thanks! And what about options for pie controls? not present?
Click to expand...
Click to collapse
@all
Pie control doesn't have preference, you can start it with click the "immersive mode" tile
Reset preference: Go in settings, backup & restore, reset preference
Hover doesn't have preference, can start with click the second icon in the notification bar
Peek show the last notification if you move the device when the screen is off, start in Settings, Display, Peek notification
If I've forget something let me know
Cornhelius said:
@all
Pie control doesn't have preference, you can start it with click the "immersive mode" tile
Reset preference: Go in settings, backup & restore, reset preference
Hover doesn't have preference, can start with click the second icon in the notification bar
Peek show the last notification if you move the device when the screen is off, start in Settings, Display, Peek notification
If I've forget something let me know
Click to expand...
Click to collapse
Actually it had in SlimROM. Anyway, no matter. I didn't know about peek notification - going to check it. How much battery life are you getting?
I'm around 40 hours with medium usage. But I run build #3
Build # 4 is stable and base for future, new recoveries.
---------- Post added at 07:00 PM ---------- Previous post was at 06:56 PM ----------
Expected change log build #5
Source update
New busybox
Added reboot to recovery support from Rom - it didn't work earlier
theme chooser from cm11 stable branch
I'm thinking of adding a file manager in Rom because sometimes it is needed after clean reinstall.
Any suggestions guys???
neXus PRIME said:
...
I'm thinking of adding a file manager in Rom because sometimes it is needed after clean reinstall.
Any suggestions guys???
Click to expand...
Click to collapse
How about Root Browser?
File manager is first app what to need install.
MK99 said:
How about Root Browser?
File manager is first app what to need install.
Click to expand...
Click to collapse
I think CM-file manager is good (open source as well). Just this one app. I dont wanna bloat up.
neXus PRIME said:
I think CM-file manager is good (open source as well). Just this one app. I dont wanna bloat up.
Click to expand...
Click to collapse
It's great app also. It's fine.
neXus PRIME said:
I think CM-file manager is good (open source as well). Just this one app. I dont wanna bloat up.
Click to expand...
Click to collapse
+1
I'm now using build #3 and I've flash the new recovery posted by MrSteve..can I flash directly build #5 when it's ready??
@Cornhelius
Yes, you can flash #5 directly.
Is there any problem with gaming?? I installed "escape from rio" game and there were no levels are visible.... I had same problem "slimkat LBL' but there was no problem in cm11 nightly (my last rom used) but gaming performance is better on stock kernel based rom like slimkat LBL & paranoid LBL...
Sent from my C5303 using XDA Premium 4 mobile app
Build # 5
- CM File Manager
- Updated source, PA 4.4.1
- When you reboot to Recovery from Rom, its working now. Before, it was just normal reboot. Default Philz, otherwise according to key press.
Thanks MrSteve555
- Rear Mic Fixes, please test and report
Click to expand...
Click to collapse
DL Links:
LINK REMOVED> USE v4
This is the regular build. No wipes needed. Just flash over previous.
NOTE: I am also building with LINARO 4.8 right now. Meaning, even more preformance increase in theory, but you guys will test and report.
Once i get enough feedback, then 4.8 will be our default toolchain going forward. (Until i test 4.9, that is )
@ ALL
I have locked the dev thread to keep my post fresh. Just post all questions here, I will reopen that thread soon, dont worry.
Regards
neXus PRIME
neXus PRIME said:
Build # 5
rear mic is fixed? ill tested... but if this work.. cn it be updated to cm repo? soo it cn be fixed to all cm based? this really good news!!
Click to expand...
Click to collapse
@TO all
Just tested, any mic doesn't work... My patch didn't work very well...
To fix it you must change a line in build.prop:
persist.audio.handset.mic=digital
to
persist.audio.handset.mic=analog
Sorry for inconveinience.
I'll upload a fixed build soon, but until that comes, you will have to change that line in build.prop.
MrSteve555 said:
@TO all
Just tested, any mic doesn't work... My patch didn't work very well...
To fix it you must change a line in build.prop:
persist.audio.handset.mic=digital
to
persist.audio.handset.mic=analog
Sorry for inconveinience.
I'll upload a fixed build soon, but until that comes, you will have to change that line in build.prop.
Click to expand...
Click to collapse
Give me fixed build link. I have removed my upload.
neXus PRIME said:
Give me fixed build link. I have removed my upload.
Click to expand...
Click to collapse
Here's a link to the fixed build:
https://mega.co.nz/#!nUAxUZ7L!EFhvmmK_dgU1j-WohBji_diwEnemQH1CZlXeslWMxa4
Again, sorry for that issue. I didn't expect it to happen.
neXus PRIME said:
Build # 5
DL Links:
LINK REMOVED> USE v4
This is the regular build. No wipes needed. Just flash over previous.
NOTE: I am also building with LINARO 4.8 right now. Meaning, even more preformance increase in theory, but you guys will test and report.
Once i get enough feedback, then 4.8 will be our default toolchain going forward. (Until i test 4.9, that is )
@ ALL
I have locked the dev thread to keep my post fresh. Just post all questions here, I will reopen that thread soon, dont worry.
Regards
neXus PRIME
Click to expand...
Click to collapse
That still valid if I flash over build #3?? No wipe needed at all??
CM11s lockscreen working beautifully on my nexus 5.
Requirement: Must be running CM11 Rom.
How to install:
-Download apk
-Copy to /system/priv-app
-Delete or rename /system/priv-app/Keyguard.apk
-Change permission to rw-r-r
-Reboot
-Enjoy.
Download
Screenshots
Courtesy of this thread. :good:
ok
dannyella said:
CM11s lockscreen working beautifully on my nexus 5.
Requirement: Must be running CM11 Rom.
How to install:
-Download apk.
-Copy to system/priv-app
-Change permission to rw-r-r
-Enjoy.
Download
Screenshots
Courtesy of this thread. :good:
Click to expand...
Click to collapse
very well:cyclops:
Thanks
Its not working for me. I still get my slide lock. Yes I put it in system/priv and changed permissions. Do I need to rename it? I'm on slimkat also if that has anything to do with it.
EDIT: just realized the requirement is to be running CM11... My bad
Too bad I really like it.
Sent from my Nexus 5 using Tapatalk
Does it work on aicp rom?
I followed the procedure, am running cm11, still it isn't working..
Not working on CM11
---------- Post added at 10:00 PM ---------- Previous post was at 09:54 PM ----------
Found out how to get it working. Delete: Keyguard.apk in priv-app and keep CMKeyguard.apk.
Try this. Worked for me.
lockscreen security is gone from settings
false alarm, thanks op
I think you forget this...
1. Delete /system/priv-app/Keyguard.apk
Working perfectly one thing how do I clear voicemail notifications
Sent from my Nexus 5 using Tapatalk
skeamznz said:
Working perfectly one thing how do I clear voicemail notifications
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
You'll need to go to settings-apps-all-phone then clear data. That goes for most ROMs
Sent from my Nexus 5 using XDA Premium 4 mobile app
AndroidInsanity said:
You'll need to go to settings-apps-all-phone then clear data. That goes for most ROMs
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Cheers found the problem its was showing a text from hangouts in the hidden messages app as well have fixed the issue.
Sent from my Nexus 5 using Tapatalk
Made a flashable zip,for people who are lazy like me . Tested on my Gnex
maschiosoosai said:
Made a flashable zip,for people who are lazy like me . Tested on my Gnex
Click to expand...
Click to collapse
Pretty sure it's less trouble to move a single .apk to /system/priv-app than having to reboot to recovery and flashing, reboot again lol.
Lethargy said:
Pretty sure it's less trouble to move a single .apk to /system/priv-app than having to reboot to recovery and flashing, reboot again lol.
Click to expand...
Click to collapse
It gets wiped when you update nightlies or M builds,so you can flash it while upgrading
maschiosoosai said:
It gets wiped when you update nightlies or M builds,so you can flash it while upgrading
Click to expand...
Click to collapse
Guess that's the only point then.
I can't use this anyways
Working fine on CM11 M7.. Now I'm trying to change main color.. digging in the code
Thanks for this
I made it flashable
http://d-h.st/kkP
EnricoD said:
Thanks for this
I made it flashable
http://d-h.st/kkP
Click to expand...
Click to collapse
Look back 5 posts :silly:
Lethargy said:
Look back 5 posts :silly:
Click to expand...
Click to collapse
Lol XD
Hi Guys, This Is my first Work, fully port pixel navigation animation with nav button.
Working On
Moto g 2015
Moto g falcon
one plus one
one plus 3
Moto X 2014
Firstly I need Thanks To @Charles_l To help out to make this Mod
App Inf
SystemUI.apk (with White Nav Button)
Download Apk
SystemUI.apk
WARNING
1. This SystemUI app is bassed OnCM 14.1
2. This is not flashible File so u need to do it mannually.
3. If u upgrade the rom that it back to old Button.
Instruction
1. First u need to backup all data from TWRP(If anything gone it will help to restore)_
2. Obviously Should be Root.
3. Now Download The File and place to SD Card.
4 And the main and Last step is copy the File To /System/Priv-app/SystemUI and Make a new folder then copy to that folder(For a safety), now give that app to permission rw- r- r-. after that copy and Replace that file file main directory SystemUI. Thats It,,,
5. Ur navigation Bar will change Instantly
Watch Video For Help
If any goes to wrong then please restore the backup data from twrp. No I and @charles_I Responsible for the any damagae
Thank u, Stay tuned while i preparing to make flashible Zip for the phone, and the main feature of this mod is only Animation on home Button which is kept Exclusively for the Pixel Phone.
Thank You And Press Big Thanks Button if u like Our work
The navigation buttons shrink to very small size. I changed my dpi to 430.
Sent from my XT1092 using Tapatalk
Same with me. Also, notification looks funny in crDroid
Worked fine for me. I also used cm14.1, as per the thread title. If you're trying this on anything else then it's obvious why it's not working.
dictionary said:
Worked fine for me. I also used cm14.1, as per the thread title. If you're trying this on anything else then it's obvious why it's not working.
Click to expand...
Click to collapse
I am using CM 14.1
rAv_thorAt said:
I am using CM 14.1
Click to expand...
Click to collapse
You try changing nav buttons with substratum? Even after I applied a theme later on, it still worked
Works great. Thanks for doing this.
Does not work on the official build of CM14.1
Icons look weird. Tried changing dpi and didn't work, neither rebooting. Using CM14.1 Unofficial.
http://cloud.tapatalk.com/s/5845ef487d518/Screenshot_20161205-204947.png?
Sent from my XT1095 using Tapatalk
Does not work on the official build of CM14.1
You have to manually port it to your current rom to work and look perfectly.
Here is the link on how to port it. I have successfully ported it and it's good.
http://chromloop.com/2016/11/guide-how-to-port-pixel-navigation-bar-animation-to-your-phone/.
kajinzer said:
You have to manually port it to your current rom to work and look perfectly.
Here is the link on how to port it. I have successfully ported it and it's good.
http://chromloop.com/2016/11/guide-how-to-port-pixel-navigation-bar-animation-to-your-phone/.
Click to expand...
Click to collapse
Which rom and build you are currently, you can send your Port also friend
browcantor said:
Which rom and build you are currently, you can send your Port also friend
Click to expand...
Click to collapse
Currently 1209 official nigthly.
Here it is:
kajinzer said:
Currently 1209 official nigthly.
Here it is:
Click to expand...
Click to collapse
I used it in the last build, it's working perfectly, thank you, my friend.
thank you
kajinzer said:
Currently 1209 official nigthly.
Here it is:
Click to expand...
Click to collapse
Sir, do you have apk for last nightly build? I can't change anything on status bar when using your uploaded apk.
muabaylentroi said:
Sir, do you have apk for last nightly build? I can't change anything on status bar when using your uploaded apk.
Click to expand...
Click to collapse
Here you go. 20161225. Sorry for the late upload. Ive only recently gotten to this build
kajinzer said:
Here you go. 20161225. Sorry for the late upload. Ive only recently gotten to this build
Click to expand...
Click to collapse
Thanks sir, it's work perfectly on my device.
I've ported it for Unofficial LineageOS
Build 14/01/17
vazbloke said:
I've ported it for Unofficial LineageOS
Build 14/01/17
Click to expand...
Click to collapse
Wow gr8 wrk bro..
Sent from my Pixel using Tapatalk