I made an xposed module that will do it.
Here you guys go:
https://www.dropbox.com/s/wjyh62fckhqi2jc/com.geekmod.shownav3_1.apk
Also, you can rename /system/lib/hw/ lights.msm8960.so to lights.msm8960.so.bak to disable the lights on the factory keys if you want to.
Sent from my XT1080 using Tapatalk
+1Did you make an xposed module for KK?
I made an xposed module that will do it.
Here you guys go:
https://www.dropbox.com/s/wjyh62fckhqi2jc/com.geekmod.shownav3_1.apk
Also, you can rename /system/lib/hw/ lights.msm8960.so to lights.msm8960.so.bak to disable the lights on the factory keys if you want to.
Sent from my XT1080 using Tapatalk
Can you post steps on installation? I am lost please helpThanks 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!
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 recoveryCan you post steps on installation? I am lost please help
Here is a flashable zip (tested and working this time, I promise) 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.
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.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
I don't have this device but it seems to be pretty straight forward...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
framework-res.apk
framework-res.apk > res > values > bools.xml
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
>[COLOR="red"]false[/COLOR]<
>[COLOR="RoyalBlue"]true[/COLOR]<
I don't have this device but it seems to be pretty straight forward...
Show Navigation bar
Using Apktool, decompile:
Navigate to:Code:framework-res.apk
Open with Notepad++ and look for: - Line 71Code:framework-res.apk > res > values > bools.xml
Change:Code:<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
ToCode:>[COLOR="red"]false[/COLOR]<
Save, recompile & flashCode:>[COLOR="RoyalBlue"]true[/COLOR]<
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.
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