[MOD] On-Screen Navigation Bar

asuhoops8628

Senior Member
Nov 9, 2011
359
61
0
Thanks so much for this. I dropped my phone last night and shattered the screen. Somehow it messed up my hardware buttons on the bottom and made them go haywire. This completely fixed it and makes my phone usable until i get it repaired!
 

mrwinkle

Senior Member
Apr 24, 2010
136
64
0
Thanks so much for this. I dropped my phone last night and shattered the screen. Somehow it messed up my hardware buttons on the bottom and made them go haywire. This completely fixed it and makes my phone usable until i get it repaired!
Can you post steps on installation? I am lost please help
 

asuhoops8628

Senior Member
Nov 9, 2011
359
61
0
Can you post steps on installation? I am lost please help
Hey just dl the files and follow the readme. Note the small correction in post 2 in order to ensure a speedy install. Lastly, I did this with my phone powered up normally. I wasnt having any luck doing it in recovery
 

Dr. Carpenter

Member
Mar 15, 2011
49
21
0
Here is a flashable zip (tested and working this time, I promise :D) using the 4.4.4 framework. I have also included a revert zip as well to go back to stock settings. I can confirm it works in TWRP, but it should work in other recoveries as well.

This is only for stock 4.4.4 (21.11.21) on Droid Ultra/Maxx. It should fail to flash if attempted on the wrong build, but better safe than sorry.

View attachment UltraMaxxNavBarMod.zip

View attachment UltraMaxxNavBarModRevert.zip

@TheWhiteChallenger - feel free to use the update zip for future versions, just swap out the files inside for the revised ones using 7zip and you don't even need to re-zip anything. Also, pull out the updater-script and edit it to credit yourself as well. It can be found at META-INF\com\google\android inside the zip file.
 
Last edited:
  • Like
Reactions: dewa_demonic

Archangel

Recognized Themer
Jul 14, 2010
6,639
14,174
263
Reno, NV
Would this work on the Droid Mini or is the framework diff?


Here is a flashable zip (tested and working this time, I promise :D) using the 4.4.4 framework. I have also included a revert zip as well to go back to stock settings. I can confirm it works in TWRP, but it should work in other recoveries as well.

This is only for stock 4.4.4 (21.11.21) on Droid Ultra/Maxx. It should fail to flash if attempted on the wrong build, but better safe than sorry.

View attachment 2862622

View attachment 2862623

@TheWhiteChallenger - feel free to use the update zip for future versions, just swap out the files inside for the revised ones using 7zip and you don't even need to re-zip anything. Also, pull out the updater-script and edit it to credit yourself as well. It can be found at META-INF\com\google\android inside the zip file.
 

Dr. Carpenter

Member
Mar 15, 2011
49
21
0
Would this work on the Droid Mini or is the framework diff?
I don't know how different the mini is from the ultra and maxx. If it's the same system version it should be fine. Otherwise, if you could upload the framework-res.apk file from /system/framework/ someone could compare it to the one from the ultra. I am away from home until mid next week so I can't do anything until then.

Sent from my XT1080 using Tapatalk
 
  • Like
Reactions: Archangel

Archangel

Recognized Themer
Jul 14, 2010
6,639
14,174
263
Reno, NV
I will decompile both and see. I liked using Geeks module for this but am unsure if it works with 4.4 update?

I don't know how different the mini is from the ultra and maxx. If it's the same system version it should be fine. Otherwise, if you could upload the framework-res.apk file from /system/framework/ someone could compare it to the one from the ultra. I am away from home until mid next week so I can't do anything until then.

Sent from my XT1080 using Tapatalk
 

ATTACK

Senior Member
Jan 8, 2012
1,722
2,121
0
I know this is old but if anyone knows how to port this to the 4.4 19.6.3 Droid Mini I have the framework-res.apk here.

https://docs.google.com/file/d/0B7k7T7Zw9b5NNGZKcndPRWZxZVU/edit?usp=docslist_api
I don't have this device but it seems to be pretty straight forward...

Show Navigation bar

Using Apktool, decompile:
Code:
framework-res.apk
Navigate to:
Code:
framework-res.apk > res > values > bools.xml
Open with Notepad++ and look for: Line 71
Code:
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
Change:
Code:
>[COLOR="red"]false[/COLOR]<
To

Code:
>[COLOR="RoyalBlue"]true[/COLOR]<
Save, recompile & flash
 
Last edited:
  • Like
Reactions: Pacnet_

Pacnet_

Member
Nov 25, 2013
15
5
0
I don't have this device but it seems to be pretty straight forward...

Show Navigation bar

Using Apktool, decompile:
Code:
framework-res.apk
Navigate to:
Code:
framework-res.apk > res > values > bools.xml
Open with Notepad++ and look for: - Line 71
Code:
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
Change:
Code:
>[COLOR="red"]false[/COLOR]<
To

Code:
>[COLOR="RoyalBlue"]true[/COLOR]<
Save, recompile & flash

Thanks a bunch, I'll be doing this tonight.
 
  • Like
Reactions: ATTACK

TheWhiteChallenger

Senior Member
Mar 7, 2013
527
99
0
hey, how many of u guys r planning on gtting the Turbo?
they stuck us with physical buttons again and, havnt done anything (except drugs) since i did this mod and have forgotten alot so ima need some help doing this mod again and a few others.
 

TheWhiteChallenger

Senior Member
Mar 7, 2013
527
99
0
cool beans i remember it being real simple to do i just im not setup anymore for decompiling and recompiling, what r people using APKtool still? i remember having some issuse with it when 4.4 came out, it became kinda hit and miss.

oh what is being used for deodexing 4.4+? that was really giving me issues with Universal Deodexer V4
 
Last edited:

Archangel

Recognized Themer
Jul 14, 2010
6,639
14,174
263
Reno, NV
Apktool 2.0 is what I am using right now and havent had any problems. As far as deodexing I use tickle my android and it hasnt let me down yet.

cool beans i remember it being real simple to do i just im not setup anymore for decompiling and recompiling, what r people using APKtool still? i remember having some issuse with it when 4.4 came out, it became kinda hit and miss.

oh what is being used for deodexing 4.4+? that was really giving me issues with Universal Deodexer V4