Is it possible to get onscreen Navigation Buttons on our Note 3? Ive tried the build.prop method With mainkey command but everything FC!!! Please help!
Sent from my SM-N9005 using XDA Premium 4 mobile app
The images are missing from the touchwiz framework. There is another post around here explaining that. If you decompile, add the images and recompile the apk then enable the navigation buttons in the build. Prop it should work. I've been wanting to do this myself but haven't been able to get around to learning how to do it.
Sent from my SM-N900W8 using Tapatalk
Related
I tried modifying framework-res.apk with all of these values in bools.xml
Code:
config_allowAllRotations
Code:
config_enableLockScreenRotation
Code:
lockscreen_isPortrait
and was successfully in replacing the original without bootloop. Unfortunately, none of them works. Is there any truly working way without installing apps (e.g. Set Orientation)? All I need is just get the lockscreen go landscape.
Any help would be highly appreciated.
P/S: I am using Nexus 7 with root
Flash this ROM and then set lockscreen in settings.
http://forum.xda-developers.com/showthread.php?t=1868215
Sent from my Nexus 7 using xda app-developers app
I just use this app. No need to hack around and works great.
Take a look at "Set Orientation" - https://play.google.com/store/apps/details?id=com.googlecode.eyesfree.setorientation
Sent from my GT-I9300 using Tapatalk 2
Is anyone able to successfully do it? I want to modify my nav bar (add soft keys and reduce bar height). I get a string of errors when I attempt. Thanks in advance
Sent from my Nexus 4 using xda premium
nbeebe24 said:
Is anyone able to successfully do it? I want to modify my nav bar (add soft keys and reduce bar height). I get a string of errors when I attempt. Thanks in advance
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I'm in the same boat as you. I think apktool has to be updated to the new api level if I'm not mistaken. Could be wrong though.
BaNkS said:
I'm in the same boat as you. I think apktool has to be updated to the new api level if I'm not mistaken. Could be wrong though.
Click to expand...
Click to collapse
Okay. Just making sure I didn't screw up my tools somehow
Sent from my Nexus 4 using xda premium
nbeebe24 said:
Okay. Just making sure I didn't screw up my tools somehow
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Same here then I gave up lol. The guy iBotpeaches that maintains apktool now says he will update apktool soon though. At least that is what it says in his thread.
---------- Post added at 02:29 AM ---------- Previous post was at 02:12 AM ----------
Check this out.
http://forum.xda-developers.com/showpost.php?p=34406050&postcount=915
Just tried the linux version and worked liked a charm.
Just decompiled my framework-res.apk and made the changes to dimens.xml to lower navbar height and compiled with no errors.
Does anyone know how I can add a button that will hide the soft keys, similar to aokp, paranoidandroid, etc? I just want to add the option to my stock rooted phone.
Sent from my Nexus 4 using xda premium
There is ones on the "Theme and apps" section of the forums for Nexus 4 however I think you have to be using a deodex rom and not just rooted stock...
My real question is how do you go back to the original stock style once you're done messing around with the aftermarket ones?
Sent from my Nexus 4 using xda app-developers app
Hey all
Can anyone give me an image file (PNG, JPEG, whatever!) For the new NavBar default icons offered in the Xylon ROM (Feb.23rd nightly)?
An image for the search, home, back, menu, and recent app window
I have really grown to like them and I want to keep them forever, when I change ROMs or devices I want them still
Sent from my Trinity powered Nexus 4
Re: [REQUEST] XYLON NavBar Icon Images
EDIT***
Someone just helped me out
Copied my SystemUI.apk, extracted it, found the images in drawablexdhdpi... Done
Sent from my Trinity powered Nexus 4
Re: [REQUEST] XYLON NavBar Icon Images
Hi,
Download the rom, ectract / open SystemUI.apk (with Winrar for example) and go to /res/drawable-xhdpi and you'll see the icons you want like ic_sysbar_******.png then extract them... All the navbar buttons are ic_sysbar_menu / search / recent, etc... And don't forget the ic_sysbar_******_land.png (for landscape mode).
Sent from my Nexus 4 using xda premium
They are the ZTE grand soft keys you can download them from the soft key thread in themes and apps also.
Sent from my Nexus 4 using xda app-developers app
znc62511 said:
They are the ZTE grand soft keys you can download them from the soft key thread in themes and apps also.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Didn't know that ! Thanks!
viking37 said:
Hi,
Download the rom, ectract / open SystemUI.apk (with Winrar for example) and go to /res/drawable/xhdpi and you'll see the icons you want like ic_sysbar_******.png then extract them... All the navbar buttons are ic_sysbar_menu / search / recent, etc... And don't forget the ic_sysbar_******_land.png (for landscape mode).
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Thank you!
Sent from my Carbon-Trinity powered Nexus 4
Has anyone here been able to make a working flashlight toggle using the NG2 SystemUI and SecSettings? I have repeatedly tried CNexus's flashlight toggle how-to guide without success.
If so I'd like to compare those two files against mine to see what I have been doing wrong. Trying to learn you see!
Built it for i9500 on NH4 if thats any help both samsung 4.4 code
https://mega.co.nz/#!O1B3SLpZ!UX0wPgEanDeF98uKcDdjk8HnCC9MkiRSgZ0sbwuA3-M
Sent from my GT-I9500
Thanks a lot @bombaybadboy i will take a look at the smali, hopefully i just made a simple syntax error! Much appreciated :thumbup:
Sent from my SPH-L720 using XDA Free mobile app