A possible working soultion to hide softkeys! - Samsung Galaxy Nexus

Ok, I understand there are many threads as to softkey management. I, for one would love to hide these soft keys and I think I might have stumbled upon a way that it might work, but because I am not a Dev I myself don't totally understand, how Android works, so hopefully one of the Dev here could help understand what is going on here. So I have been doing a lot of searches to find a way to hide these keys, along the way I stumbled across a few threads where users were loosing their softkeys after using some of the softkey mods, I remember reading some where a user lost his softkeys do to flashing the Deodexed version of the mod while running on a Odexed Rom. I thought I would give this a try I downloaded Deodexed version of the softkey mod from this post:
(http://forum.xda-developers.com/showthread.php?t=1394639&highlight=soft+key) and installed it on my ARHD 2.1.3 Odexed Rom. Behold upon reboot I had full screen! Great! Just a few problems though, I lost not only my softkeys, but also my notification bar at the top. I also could not set any wallpaper but only a live wallpaper. I was able to navigate without any issues as I downloaded and installed Button Savior from the market before installing the modification. Any suggestions from Dev's as to why, how, or if this could work would be great.

Not a dev but I made mine disappear when I was manually editing pngs in SystemUI.apk to mod my softkeys. I must have did something wrong.

I believe adr and his Bamf team are including this in their upcoming rom
I think they are mapping it to power and vol up or down

That would be great! I like the full screen it just looks amazing! I don't mind using Button Savior.

So you suggest removing the softkeys by breaking them and the notification bar..

joshnichols189 said:
So you suggest removing the softkeys by breaking them and the notification bar..
Click to expand...
Click to collapse
No not by breaking them, I was hoping that a Dev would be able to see how or why they get removed and in doing so find a solution to hiding the keys altogether.

Eventually. Took Honeycomb a while. Supposedly the tricks in Honeycomb were patched.
They just need time. They already have abilities to rearrange and select which keys are visible plus themes and all that.
LTE EX Galaxy Nexus - AOSP KANG
Asus Transformer - 3.2.1 OC/UV

Rockstar52 said:
No not by breaking them, I was hoping that a Dev would be able to see how or why they get removed and in doing so find a solution to hiding the keys altogether.
Click to expand...
Click to collapse
They get removed because they are broken

Rockstar52 said:
Ok, I understand there are many threads as to softkey management. I, for one would love to hide these soft keys and I think I might have stumbled upon a way that it might work, but because I am not a Dev I myself don't totally understand, how Android works, so hopefully one of the Dev here could help understand what is going on here. So I have been doing a lot of searches to find a way to hide these keys, along the way I stumbled across a few threads where users were loosing their softkeys after using some of the softkey mods, I remember reading some where a user lost his softkeys do to flashing the Deodexed version of the mod while running on a Odexed Rom. I thought I would give this a try I downloaded Deodexed version of the softkey mod from this post:
(http://forum.xda-developers.com/showthread.php?t=1394639&highlight=soft+key) and installed it on my ARHD 2.1.3 Odexed Rom. Behold upon reboot I had full screen! Great! Just a few problems though, I lost not only my softkeys, but also my notification bar at the top. I also could not set any wallpaper but only a live wallpaper. I was able to navigate without any issues as I downloaded and installed Button Savior from the market before installing the modification. Any suggestions from Dev's as to why, how, or if this could work would be great.
Click to expand...
Click to collapse
- Decompile your framework-res.apk
- Open framework-res.apk\res\values\bools.xml
- Change
Code:
<bool name="config_showNavigationBar">true</bool>
to
Code:
<bool name="config_showNavigationBar">false</bool>
- Recompile, push it to your phone and reboot
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot

I don't want to hide my nav bar, I wanna make it transparent.
sent from my googletron

gogodu5sU said:
- Decompile your framework-res.apk
- Open framework-res.apk\res\values\bools.xml
- Change
Code:
<bool name="config_showNavigationBar">true</bool>
to
Code:
<bool name="config_showNavigationBar">false</bool>
- Recompile, push it to your phone and reboot
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot
Click to expand...
Click to collapse
Thanks, I will give this a shot. One last question why would the wallpaper stop working?

ChongoDroid said:
I don't want to hide my nav bar, I wanna make it transparent.
sent from my googletron
Click to expand...
Click to collapse
I could dig that.
Sent from my Galaxy Nexus using Tapatalk

ChongoDroid said:
I don't want to hide my nav bar, I wanna make it transparent.
sent from my googletron
Click to expand...
Click to collapse
Actually seems like a pretty nice idea. Does the OS continue to draw behind the buttons, or does the screen effectively stop where they begin?

I would rather a gesture on the softkey bar (flick up/down) to show/hide it. That way you still retain the functionality of the keys, but at the same time you can utilise the full screen when you want to. Remapping these to the hard buttons sounds horrible (unless I misunderstood that?).

If it was transparent and you wanted to click something at the bottom of an app, android wouldn't know whether you wanted to click the app or the buttons.

Jleagle said:
If it was transparent and you wanted to click something at the bottom of an app, android wouldn't know whether you wanted to click the app or the buttons.
Click to expand...
Click to collapse
we already have a transparent status bar successfully mod over in the themes section. and no you dont lose any function. the bar is still there, its just see-thru. so it functions identically to current usage.
anyway hiding the softkeys is something i would love. and google could have been creative, perhaps 3 finger swipe to make them appear, etc. that way 2 finger pinch to zoom wouldnt confuse it with a 3 finger swipe, twist, etc.

Krijs said:
I would rather a gesture on the softkey bar (flick up/down) to show/hide it. That way you still retain the functionality of the keys, but at the same time you can utilise the full screen when you want to. Remapping these to the hard buttons sounds horrible (unless I misunderstood that?).
Click to expand...
Click to collapse
This would be great. I use ADW Ex on my Galaxy Tab 10.1 LTE, and that has a swipe for its lower dock bar works great. When you don't want just swipe down, when needed swipe up.

gogodu5sU said:
- Decompile your framework-res.apk
- Open framework-res.apk\res\values\bools.xml
- Change
Code:
<bool name="config_showNavigationBar">true</bool>
to
Code:
<bool name="config_showNavigationBar">false</bool>
- Recompile, push it to your phone and reboot
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot
Click to expand...
Click to collapse
Why Can't i find values in my framework-res.apk? Im on 4.0.4
Im very familiar with android but am stumped on this one.

Related

How to hide navbar?

I'm currently running CM10. I have some major screen burn in from the navbar. I found an app called "dead pixel detect and fix" that can fix my problem, but I need to be able to hide the navbar. Is this possible?
Yes, use a rom that allows it. For now, cm X doesn't.
Sent from my i9250
There might be a no nav mod somewhere if you google it. Otherwise you will have to grab the framework-res.apk and decompile it with many of the tools out there, edit the appropriate files (bools.xml and all plural.xml files) recompile, and then either stick it in a flashable zip or push it back in and chmod 644 it.
download paranoid, as far as I know, is the only rom that let you switch between full and regular screen, I have it and use lmt launcher and love it.
Try Fullscreen toggle apk.
Just search Google.
No need to flash a whole new different ROM.
Hit the thanks button if it worked for you. ^__^
--------------------------------------------------
If I have helped you.... hit that sexy thanks button. ^_^
i didn't want to create another thread for this .. this thread is kinda sorta related to it so imma ask here .. anyone find a way to make the nav bar transparent? like in Moto Atrix HD
Edit...
Dragn4rce said:
Try Fullscreen toggle apk.
Just search Google.
No need to flash a whole new different ROM.
Hit the thanks button if it worked for you. ^__^
--------------------------------------------------
If I have helped you.... hit that sexy thanks button. ^_^
Click to expand...
Click to collapse
I installed v2 of the app which is supposed to work with JB, but it didn't do anything when I tried to disable the navbar. I'll have to try something else tomorrow when I have time.
decompile framework-res.apk
/res/values/dimen.xml
Edit the nav height vertical/horizontal/portrait all to 0.0
This will not only remove your nav bar, but will make ICS+ optomized apps think you have one...so they show the native menu buttons in-app.
Jubakuba said:
decompile framework-res.apk
/res/values/dimen.xml
Edit the nav height vertical/horizontal/portrait all to 0.0
This will not only remove your nav bar, but will make ICS+ optomized apps think you have one...so they show the native menu buttons in-app.
Click to expand...
Click to collapse
I'll have to try that. Unfortunately, I won't have access to a computer for the next few days. I'll keep looking for a mod in the meantime. Everything I've found so far only works for ICS or other ROMs.
Jubakuba said:
decompile framework-res.apk
/res/values/dimen.xml
Edit the nav height vertical/horizontal/portrait all to 0.0
This will not only remove your nav bar, but will make ICS+ optomized apps think you have one...so they show the native menu buttons in-app.
Click to expand...
Click to collapse
Does this or something similar also work in Jellybean?
strumcat said:
Does this or something similar also work in Jellybean?
Click to expand...
Click to collapse
Exactly the same, yeah.
Send me your framework-res.apk if you don't know how to decompile/recompile...
It'll take me like 10 minutes.
Jubakuba said:
Exactly the same, yeah.
Send me your framework-res.apk if you don't know how to decompile/recompile...
It'll take me like 10 minutes.
Click to expand...
Click to collapse
Hey, thanks! It's in the attached zip. At your convenience.
strumcat said:
Hey, thanks! It's in the attached zip. At your convenience.
Click to expand...
Click to collapse
Are you on a custom rom?
Jubakuba said:
Are you on a custom rom?
Click to expand...
Click to collapse
Yep, rasbeanjelly. I guess that's not a good thing?
strumcat said:
Yep, rasbeanjelly. I guess that's not a good thing?
Click to expand...
Click to collapse
No, it is.
It wouldn't have worked if you weren't deodexed.
Building...up in like 4 minutes.
Remove nav:
http://www.mediafire.com/download.php?cc1cla3unfk66js
Enable nav:
http://www.mediafire.com/download.php?7rwit7mi3aathdw
Jubakuba said:
No, it is.
It wouldn't have worked if you weren't deodexed.
Building...up in like 4 minutes.
Remove nav:
http://www.mediafire.com/download.php?cc1cla3unfk66js
Enable nav:
http://www.mediafire.com/download.php?7rwit7mi3aathdw
Click to expand...
Click to collapse
Jubakuba, thank you so much. Now I get more screen real-estate. Guess I'd better learn how to use LMT fast. Really nice of you. I owe you one.
Could you help me out as well Jubakuba? Thank you.
Go Launcher Ex
I use Go Launcher Ex which allows me to hide my status/navigation and dock screens.
Maybe a launcher would help solve your problem.
/r
Anthony
RTNDO128 said:
Could you help me out as well Jubakuba? Thank you.
Click to expand...
Click to collapse
Sorry men, at work...I'll get it at 12:45 am MST if you still need it.

[SOLVED] ICS Navigation Bar

Are there any Sammy-based ROMs that have an ICS NavBar enabled? If not, anyone know what I would need to do to add it to my current ROM?
By navigation bar, I mean the Back, Home, Recent, Menu thing that shows up on tablets and phones with no buttons.
You have to decompile framework-res to enable it
Sent from my SAMSUNG-SGH-I747 using xda premium
Is it just tablet-mode, or is there something for navbar specifically?
There is something specifically....its in Res/values/bools
Sent from my SAMSUNG-SGH-I747 using xda premium
Sweet, mission accomplished. For others who'd like to add the navigation bar, I used this script:
http://forum.xda-developers.com/showthread.php?p=21113765#post21113765
In res/values/bools.xml I changed
Code:
<bool name="config_showNavigationBar">false</bool>
to
Code:
<bool name="config_showNavigationBar">true</bool>
and used the tool to recompile, and then I installed through CWM.
Saving time, energy and unnecessary framework-res.apk labor
This thread (see link below) takes care of all the leg work for all Galaxy S III (GS3) owners and doesn't need device specific framework-res.apk files.
It also can disable the capacitive keys and physical home button if you so desire.
Link to Thread:
http://forum.xda-developers.com/showthread.php?t=1788780
Direct Link to Post with details:
http://forum.xda-developers.com/showpost.php?p=29739389&postcount=122
Thanks, that works as well. Where were you earlier?
Now it's there, but it's a bit taller than I'd like. Is there any way to adjust its height?
When i enable the status bar and go to stock ics dialer, it's a bit glitched.... the menu button appears on top of the navigation bar and makes another bar. The dial button is partially blocked.... is anyone else having the same problem?

Navigation / Softkey Bar Adjustment

Hi Im going mad trying to edit the softkeys / Navi bar.
Ive tried all the programs on play store, hiding the bar and using these softwares doesent help much because it does not push the screen up, instead if you make a false bar, it overlaps the lower part of the screen.
anyone know a straight forward method of editing them to be slightly smaller and perhaps making the bar black in colour? Mine is grey which is also another irritating factor.
u want to change the bar‘s color?
MasterfullDON said:
Hi Im going mad trying to edit the softkeys / Navi bar.
Ive tried all the programs on play store, hiding the bar and using these softwares doesent help much because it does not push the screen up, instead if you make a false bar, it overlaps the lower part of the screen.
anyone know a straight forward method of editing them to be slightly smaller and perhaps making the bar black in colour? Mine is grey which is also another irritating factor.
Click to expand...
Click to collapse
I only know how to hide the navi bar forever, by change some words in the system file. And i use a gesture app to instead of navi bar.
You'll need to extract framework-res.apk from the build your currently running. I can ammend the navbar height among other things. 28dpi is the optimal height in all honesty, the navbar icons don't scale to well otherwise.
This process assumes you have a working ADB environment setup.
Open Command Prompt/Terminal, take note of the current directory then perform the following command:
Code:
Adb pull /system/framework/framework-res.apk
Locate and attach framework-res.apk you've just obtained from the above step and attach here.
Alternatively if your phone is rooted navigate to /system/framework/ and copy and paste framework-res.apk to your /sdcard/, attach device via USB and like above locate and attach the obtained file here within a post and I'll take care of the rest.
Nav bar
MasterfullDON said:
Hi Im going mad trying to edit the softkeys / Navi bar.
Ive tried all the programs on play store, hiding the bar and using these softwares doesent help much because it does not push the screen up, instead if you make a false bar, it overlaps the lower part of the screen.
anyone know a straight forward method of editing them to be slightly smaller and perhaps making the bar black in colour? Mine is grey which is also another irritating factor.
Click to expand...
Click to collapse
just send ur systemui.apk and framework-res.apk and wait
zubairx said:
just send ur systemui.apk and framework-res.apk and wait
Click to expand...
Click to collapse
Ill do that. I was travelling. Ill upload it tom.
MasterfullDON said:
Ill do that. I was travelling. Ill upload it tom.
Click to expand...
Click to collapse
Hey
Having a lot of issues uploading it. So there it is on the file sharin network.
http://www50.zippyshare.com/v/77899204/file.html
Can you also make it black in colour. At mo its this annoying grey.
Height of 50 or 60% of present would be awsome
Thanks a tonne.
Mine is ..
http://d-h.st/7FI
i can easily hide nav bar ..
d3xophen said:
Mine is ..
http://d-h.st/7FI
Click to expand...
Click to collapse
His needs work? Or is it worked?
mine is stock framework .
my p6 is p6-c00 (cdma 800 mhz + gsm Dual Sim)
thats why i uploaded mine.
I'm going crazy,with nova launcher the softkey bar is grey.....I would like to know how to make it black or transparent like the original launcher!!!
Stickman89 said:
You'll need to extract framework-res.apk from the build your currently running. I can ammend the navbar height among other things. 28dpi is the optimal height in all honesty, the navbar icons don't scale to well otherwise.
This process assumes you have a working ADB environment setup.
Open Command Prompt/Terminal, take note of the current directory then perform the following command:
Code:
Adb pull /system/framework/framework-res.apk
Locate and attach framework-res.apk you've just obtained from the above step and attach here.
Alternatively if your phone is rooted navigate to /system/framework/ and copy and paste framework-res.apk to your /sdcard/, attach device via USB and like above locate and attach the obtained file here within a post and I'll take care of the rest.
Click to expand...
Click to collapse
Have you been able to see it yet?

NavBar

I'd like to have a navbar, and disable the hardware buttons. It has been done on older notes by adding "qemu.hw.mainkeys=0" to the build.prop. However, I did it on a themed stock rom (deodexed, rooted, of course), and all I got was the wonderful "System UI has stopped". Any ideas? I hate accidentally hitting menu or back
As a side note, it would be awesome if someone made this work with stock android theme and swipe up from navbar home for Google Now. :fingers-crossed:
T-Mobile Note 3 of course.
Well, I tried modifying the SystemUI.apk to work (same method as the S4), but no matter what I do, SystemUI.apk keeps force closing without even adding qemu.hw.mainkeys=0 to the build.prop.
I was copying META-INF and AndroidManifest.xml from the old apk to the new one, then signing the apk, but no dice. Hmm, there must be a way to enable the NavBar on the Note 3. All the files are in the stock SystemUI, except for the actual button icons. Should the icons go in xxhdpi, or xhdpi (the S4 tutorial stated xhdpi)?
Maybe I just suck at modding apk's. Any ideas?
Also, sorry for bumping my old post, but no one has yet to figure this out
I tried several root apps. Several xposed modules. And several zip packages. Nothing.
Would love this feature as well tried apps and modules as well and a no go a navbar would make the phone perfect to me
Sent from my SM-N900T using XDA Premium 4 mobile app
Quite interested in this as well
Sent from my DragonMOD-N9005 using xda app-developers app
I got it! It isn't nice looking yet, but it works!
Well, I have the buttons more center, but not center. It is the menu button that is pushing everything over to the right. I set the android:layout_weight to 0.0 in the @id:rot0 and @id:rot90 in navigation_bar.xml, but the menu button is still pushing them all over.
Any ideas?
gakio12 said:
Well, I have the buttons more center, but not center. It is the menu button that is pushing everything over to the right. I set the android:layout_weight to 0.0 in the @id:rot0 and @id:rot90 in navigation_bar.xml, but the menu button is still pushing them all over.
Any ideas?
Click to expand...
Click to collapse
How did you get them on? Let me know and I can poke around to see if I can make it behave better in terms of centering.
dwitherell said:
How did you get them on? Let me know and I can poke around to see if I can make it behave better in terms of centering.
Click to expand...
Click to collapse
Well, first I used the attachment from this tutorial here.
To just get it to work with TouchWiz's navbar background, copy everything in the drawable of the tut's attached folder to res/drawable, replacing existing files. Then copy the drawable-xhdpi into res; there isn't a folder named that, so just copy it over. That's all that is needed to make System UI not force close with qemu.hw.mainkeys=0 in the build.prop on the Note 3. Now recompile SystemUI.apk, set permission to rw-r--r-- and replace the old SystemUI.apk on the phone.
Well I have them centered in portrait, haven't worked on landscape yet. I just copied the first LinearLayout from the Nexus 5 into the navigation_bar.xml, and made all the resources point to the touchwiz equivalents. I have stock android nav buttons because I was trying something
You can decompile the SystemUI.apk I attached and look at my changes to navigation_bar.xml. Keep in mind my SystemUI.apk is from Jedi Elite ROM, but it is pretty much stock so I don't see it ruining anything on another stock rom, except for any theming.
I think what I am going to do is just port the AOSP navigation_bar.xml. I have no idea why the nav buttons don't want to be centered in TouchWiz, other than they lack spacers in the xml. Probably easier to just port it anyway.
Write up here.

[MOD][NMF26U/V] NavBar Tuner, Additional QS Tile Rows, NavBar DPI - TWRP Flashable

I have done some basic mods for the Pixel that have been well received, and @StickyEyez requested I do it for the Pixel XL as well. You can see my original post here https://forum.xda-developers.com/pixel/themes/mod-navbar-tuner-additional-qa-tile-rows-t3522314
**I AM NOT RESPONSIBLE FOR DAMAGES TO YOUR DEVICE. PROCEED AT YOUR OWN RISK**
**v1.0 2017.01.05**
This mod is based on the NMF26V update, but it should work on NMF26U as well. It may work on older versions, but I have no information regarding this. If you want to test on other versions, you should back up your original /system/framework/framework-res.apk and system/priv-app/SystemUIGoogle/SystemUIGoogle.apk
NMF26# increased the NavBar height to a ridiculous 48dpi, so I have added 4dpi step-downs to 32dpi.
I've also made changes to make the Statusbar slightly smaller at 20dpi (original is 24dpi).
Only install one of each mod at a time. The NavBar/Statusbar mode impacts framework-res.apk and System UI mods impact SystemUIGoogle.apk, so if you select multiple it'll just install the last one you selected.
The mods that can be applied are:
NavBar/StatusBar dpi
0dpi/0dpi
0dpi/20dpi
0dpi/24dpi
32dpi/24dpi
32dpi/20dpi
36dpi/24dpi
36dpi/20dpi
40dpi/24dpi
40dpi/20dpi
44dpi/24dpi
44dpi/20dpi
48dpi/20dpi
SystemUI Mods
NavBarUI Manager + Brightness
NavBarUI Manager + Brightness + 4 QS Tiles
NavBarUI Manager + Brightness + 4 QS Tiles + Battery Mod
Return to Stock
framework-res.apk
SystemUIGoogle.apk
Note, the 0dpi/0dpi mod is actually 0dpi/1dpi because if you set the statusbar to 0dpi you cannot pull it down while in apps. If applied to a standard setup, you will find that the tops of the clock show in the statusbar, and will not look good. But if you use a different launcher, I have been told this is not noticeable.
You can download the mod here Stranula_Full_Flash_v1.zip
To install you will need to have TWRP installed, then simply install the zip and follow the on screen menus.
stranula said:
I have done some basic mods for the Pixel that have been well received, and @StickyEyez requested I do it for the Pixel XL as well. You can see my original post here https://forum.xda-developers.com/pixel/themes/mod-navbar-tuner-additional-qa-tile-rows-t3522314
I am starting the mod, but I don't have a Pixel XL, so I need a few people to volunteer to test it.
I am just starting the mods now, but they won't take long so if you can test it this morning, let me know, and I will PM you a link in a while
Click to expand...
Click to collapse
Thanks man and will test for sure
Sent from my Pixel XL using Tapatalk
Hit me up.
I'll test ?
StickyEyez said:
Thanks man and will test for sure
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
mannyalba said:
Hit me up.
Click to expand...
Click to collapse
Cbass15 said:
I'll test ?
Click to expand...
Click to collapse
I've PM'd you each a link, if I hear back that they are working properly, I'll update the first post.
Downloading now. ?
Sign me up!
ghostENVY said:
Sign me up!
Click to expand...
Click to collapse
Sent
**UPDATE**
I am about to be on a plane for the rest of the day, so I've updated the original post. @Cbass15 has reported the installer and mods to be working, so hopefully it is good to go. He is also going to be putting up some screenshots soon.
Here is just a couple of screenshots...
The first picture is a picture of the 4QT, along with brightness adjuster removed and battery percent enabled
The picture with a Nav bar is 32/24
The picture without a Nav Bar is 0/20
Want to see anymore screenshots before you flash? Let me know,I'll hook you up with one. :good:
Any chance of adding the center clock mod?
I don't see much point in removing the brightness slider as it does not shrink the area it was in. Unless you literally don't want to accidentally touch it.
xocomaox said:
I don't see much point in removing the brightness slider as it does not shrink the area it was in. Unless you literally don't want to accidentally touch it.
Click to expand...
Click to collapse
It shrinks it a tiny bit. Not much though.
xocomaox said:
I don't see much point in removing the brightness slider as it does not shrink the area it was in. Unless you literally don't want to accidentally touch it.
Click to expand...
Click to collapse
If you don't want to disable the brightness bar, then don't disable it. It is an option in the UI Tuner. You can toggle it easily.
stranula said:
If you don't want to disable the brightness bar, then don't disable it. It is an option in the UI Tuner. You can toggle it easily.
Click to expand...
Click to collapse
Yeah, it's a toggle. I just find it unfortunate that it doesn't really shrink down.
Thanks for this package, BTW. I just did this manually myself yesterday because nobody had anything that would allow for the navbar tuner in 7.1.1...
airmaxx23 said:
Any chance of adding the center clock mod?
Click to expand...
Click to collapse
Unfortunately, not from me. I don't have the time to invest in modding. I just happen to be on vacation and had some spare time to do this.
I've been waiting to root and install TWRP until we get xposed framework because I want to hide the nav bar and enable pie controls. I see with this mod that I can hide the nav bar. Are there any good apps or installs for pie control like the GravityBox module with Xposed? I would love something that works similar to the pie controls in GravityBox. I've tried stuff like LMT but it doesn't appear to be as smooth.
Cbass15 said:
Here is just a couple of screenshots...
The first picture is a picture of the 4QT, along with brightness adjuster removed and battery percent enabled
The picture with a Nav bar is 32/24
The picture without a Nav Bar is 0/20
Want to see anymore screenshots before you flash? Let me know,I'll hook you up with one. :good:
Click to expand...
Click to collapse
Do you need to have another app installed to replace the nav bar or no?
Dude u champ! This is what I've been looking for. The navbar is way too big at stock. I keep bumping it when typing too.
Any chance u can make it even smaller?
@stranula , mods works perfectly on NMF26U ,amazing job
Veid71 said:
Do you need to have another app installed to replace the nav bar or no?
Click to expand...
Click to collapse
If you don't want the nav bar at all, you will need something like pie controls or something similar.

Categories

Resources