Jump to content


Photo

Hide Navigation Bar


  • Please log in to reply
41 replies to this topic

#1 oneillperson

oneillperson

    Member

  • Members
  • PipPip
  • 35 posts
  • Current Device(s):Razr HD

Posted 27 March 2013 - 02:23 AM

So like everyone else, I love having more screen space. And there's no better way to show off that massive screen than to hide the black navigation bar.

I've used GMD Gesture Control to do this, but unfortunately this also hides the status bar :(

Other sites have suggested adding "qemu.hw.mainkeys=1" to /system/build.prop However, this only works on Nexus phones. I tried it on my Razr HD and it just FC'd the System UI.

I know that 3rd party ROMs can do this, but honestly I much prefer stock. Are there any other options to hide that navigation bar but keep the status bar there?

#2 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 30 March 2013 - 06:08 PM

I'm actively trying to figure this out tonight. I'll let you know if I find anything.

#3 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 30 March 2013 - 06:31 PM

Okay, so from what I understand, the typical build.prop edit (automated for noobs like us in the app Fullscreentoggle.apk which you can find in a Gnex

Please Login or Register to see this Hidden Content

on xda) causes SystemUI crashed and also removes the noticication bar on our phone. I have experienced this and know it to be true. It also does not cause any problems on ROMs based on CM10. I have experienced this and know it to be true. From my research so far, I've found out that it should work on ANY newer version of Android than 4.1.1. So 4.2.2 should work. Therefore as long as you have all your original system apps and are unrooted you should be able to update over the air (OTA) in your Settings - About Phone. Hopefully that is the case, but if not there is an alternative. I found a download of the 4.1.2 update on androidgeeks. Here is the download

Please Login or Register to see this Hidden Content

. You should be able to flash this via RSDLite. If you do that make sure you have a lot of battery left.

Right now I'm going to unfreeze all my apps, temp unroot with Voodoo OTA Rootkeeper, and see if I can get the Over The Air update. If I can't I will try the RSDLite method. I will let you know what works and what doesn't.

#4 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 30 March 2013 - 06:35 PM

Decompile the framework-res.apk using "apktool"
Open the framework-res folder and navigate to res/values/bools
Find the line that says something along the lines of "ShowNavigationBar=True"
Change it to "ShowNavigationBar=False"
Build the apk
Using 7zip, open archive on the newly built apk (will be in framework-res/dist")
Using 7zip, open archive on the original apk
Cope the res folder, and the resources.arsc file from the NEW apk, into the ORIGINAL apk.
Put ORIGINAL apk onto your sdcard
Move framework-res.apk to /system
Change permissions to rw-r--r--
Move apk to /system/framework
Reboot
  • zooyork0721 likes this

#5 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 30 March 2013 - 06:36 PM

Alternatively, you can just upload your framework-res.apk here and I'll do it for you.

#6 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 30 March 2013 - 06:39 PM

I'm going to try BigDaddyHicks's method because I'm sure he knows his stuff and I want to start learning to develop, so I might as well start really small with this.

#7 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 30 March 2013 - 08:30 PM

Gahhh, I give up. I tried learning about decompiling and all that stuff. I got java and installed my framework, decompiled framework-res.apk, changed the one value, and when I went to recompile it, I got this:

Please Login or Register to see this Hidden Content


I have no idea what to do now. I would really like to know what I did wrong so I can learn to do it myself, but I tried a couple more times and kept failing. So I would really appreciate it if you would either tell me what I did wrong and how to fix it, or just do it for me.

Please Login or Register to see this Hidden Content

if you think it's a lost cause or not worth the effort to teach me to fish.

#8 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 30 March 2013 - 08:56 PM

FYI OP, I just restored to the backup I made right after I first rooted, so that ROM slot is basically stock again. I did a temp unroot and it is currently updating to 4.1.2. I'll let you know if the Fullscreen tweak works after it updates and I try it out. By the way, I highly recommend LMT and its Pie navigation as a replacement. Smooth, stable, customizable, and functional.

#9 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 30 March 2013 - 09:38 PM

Bad news. I successfully installed the OTA Update, and the same thing happens as before. SystemUI crash with a loss of both navbar and notification bar. Sad day.

#10 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 30 March 2013 - 10:25 PM

Downloading your framework-res.apk now, give me about 10 minutes :)

EDIT: Waiting for the new one to upload to dropbox.

#11 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 30 March 2013 - 10:34 PM

Here ya go :) No more navigation bar.

Please Login or Register to see this Hidden Content



#12 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 31 March 2013 - 07:38 AM

Here ya go :) No more navigation bar.

Please Login or Register to see this Hidden Content



Dang dude that was less than 10 minutes! You rock! I'll let you know how it goes.

#13 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 31 March 2013 - 07:45 AM

Dang dude that was less than 10 minutes! You rock! I'll let you know how it goes.


How do I get it back on my phone? I tried installing and it wouldn't install, and then I tried moving it to the directory and overwriting the old framework-res and it wouldn't even do that.

#14 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 31 March 2013 - 10:32 AM

How do I get it back on my phone? I tried installing and it wouldn't install, and then I tried moving it to the directory and overwriting the old framework-res and it wouldn't even do that.


Are you rooted? You have to be rooted to do this stuff and using a "root file explorer" such as Root Explorer.

Move framework-res.apk to /system
Change permissions to rw-r--r--
Move apk to /system/framework
Reboot

#15 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 31 March 2013 - 10:41 AM

Are you rooted? You have to be rooted to do this stuff and using a "root file explorer" such as Root Explorer.

Move framework-res.apk to /system
Change permissions to rw-r--r--
Move apk to /system/framework
Reboot


Yes, I'm not that much of a noob haha... Thank you, I'll try that now.

#16 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 31 March 2013 - 11:11 AM

Move framework-res.apk to /system
Change permissions to rw-r--r--
Move apk to /system/framework
Reboot


Failed. System UI has stopped. No Navbar. No Notification bar. I'm positive I followed your instructions exactly moving the framework-res I downloaded from you into my system, changing the permissions properly, and then moving it into framework. Upon reboot, I now have what I had from just that fullscreentoggle app. Eff.

#17 lownslow200sx

lownslow200sx

    OSE-DEV/THEMER

  • Developer
  • 355 posts
  • Google+:Lownslow200sx
  • LocationRocky Mount, NC
  • Current Device(s):Razr HD, OG Razor, Nexus 7 (2012)

Posted 11 April 2013 - 11:28 PM

Failed. System UI has stopped. No Navbar. No Notification bar. I'm positive I followed your instructions exactly moving the framework-res I downloaded from you into my system, changing the permissions properly, and then moving it into framework. Upon reboot, I now have what I had from just that fullscreentoggle app. Eff.


Are you still wanting to hide the navigation bar? if so hit me up I got a mix for it. For some reason that trick that BigDaddyHicks tried, use to work on other devices but it has never worked for me on the HD.

JXGM6Ej.png

 


#18 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 12 April 2013 - 12:50 AM

Are you still wanting to hide the navigation bar? if so hit me up I got a mix for it. For some reason that trick that BigDaddyHicks tried, use to work on other devices but it has never worked for me on the HD.


What do you mean, a "mix"? I'm not using the stock ROM anymore... I can never use a ROM longer than 2 weeks haha buuut... It would still be noce to know how you made it work.

#19 lownslow200sx

lownslow200sx

    OSE-DEV/THEMER

  • Developer
  • 355 posts
  • Google+:Lownslow200sx
  • LocationRocky Mount, NC
  • Current Device(s):Razr HD, OG Razor, Nexus 7 (2012)

Posted 12 April 2013 - 01:19 AM

What do you mean, a "mix"? I'm not using the stock ROM anymore... I can never use a ROM longer than 2 weeks haha buuut... It would still be noce to know how you made it work.


Sorry about that I meant to say a fix not mix. I need to modify your current framework-res.apk for it to work if you don't mind uploading it for me.

JXGM6Ej.png

 


#20 PantherHeel93

PantherHeel93

    Member

  • Members
  • PipPip
  • 36 posts
  • Google+:https://plus.google.com/108778167441489933514
  • LocationCincinnati, Ohio
  • Current Device(s):Razr Maxx HD, Droid 2 Global

Posted 12 April 2013 - 02:57 AM

Sorry about that I meant to say a fix not mix. I need to modify your current framework-res.apk for it to work if you don't mind uploading it for me.


Oh, in that case don't worry about it. I'm currently running CM10.1, and the simple build.prop edit works here. But if I switch to a ROM that can't do that you'll be the first to know! haha Thanks a lot anyway.


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users