disable 3 dot menu on roms - Android Software Development

i wanna to disable the 3 dot menu on the apps (not the nav bar) to change the menu windows to bottom, how i do that ?
thanks

Please report ur thread and have it moved to q and a.
This is software Development forum
Regards
N

i think it is...
i think i need to do this
To remove 3-dot menu:
Decompile your framework-res.apk
Go to values folder
Open bools.xml
Search for
<bool name="config_showNavigationBar">true</bool>
and change it to
<bool name="config_showNavigationBar">false</bool>
Recompile your framework-res.apk

want to remove this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and move the menu window to bottom

Related

Can someone help with this please ?

I want to change the blue highlight in task manager to light grey(i can do this by changing themes, however i like the current one). Can some tell me how this is done please...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
go to HKCU\Software\HTC\TaskManager\ManilaCustomHlUp and Down
change the value to whatever coler you want
go here for the color codes:
http://cloford.com/resources/colours/namedcol.htm
On another note, you can do the same exact thing with the start menu highlight color by going to HKLM\Software\HTC\EnlargeMenu\ManilaCustomHlUp and Down. same color codes as above apply. (this is presuming you use the normal windows start menu and not the manilla menu).
thanks for the reply...However i do not have these entries in my registry..hmmm

[Tutorial] Open or closed ICS virtual buttons

First you must guide how to decompile apk files
Suitable for all Android devices​
Ok,then,get ready your framework-res.apk,Decompile it
go to res/values,open navigationbar.xml with Notepad++ or Notepad2
search code
<bool name="config_showNavigationBar">false</bool>
give false to true
save,then open dimens.xml
search code
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
navigation_bar_height behalf of vertical screen height
navigation_bar_width width represents the horizontal screen
The above figures to the size you want
Note: 48.0dip must exist in .0dip
For example: instead 30DPI is 30.0dip
save,Compile, replace the device back on OK
f the CM ROM, please add the code in build.prop
qemu.hw.mainkeys=0
save, reboot you device
If you don't wanna it ,add this code
qemu.hw.mainkeys=1
save, reboot you device
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

S5 dialer theming.. icon & attribute names

Not having a lot of luck trying to identify some of the items in the S5 dialer.. which makes it harder to change /mod /theme them. Can anyone tell me or guess at what value might control the sub action bar menu background color? It's circled near the top and black in this picture. It's not any of the values in /res/values/colors.xml.
And maybe the names for the two circled icons at the bottom? Normally you could just look at the images in the xxdpi folder.. but most of the pkm files won't decompile with mali or any of the other texture compression tools that I've tried, making it harder to confirm.
.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[Icons] Make Your Windows Explorer More Beautiful!

Here is Some Icons That I make for My Own Laptop Running Windows 8 And I Feel Good When I share My Designs.
Hope You Like it.
Preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
For setting icons on your folders you have to right click on folder and go to:
properties > customize > change icon > browse and choose the icon that u downloaded and apply.
if your have any other folder that wanna have such this icons just ask for on this topic.
Download:
http://d-h.st/eJX8
Nice work!
But i'm actually missing Downloads, Documents and Desktop icons
Nice work,i will try.

[HOW TO] Enable NFC icon on Lollipop

I make this thread for share how to enable NFC icon in Lollipop and because I didn't see any thread sharing this.
I'm not responsable for bricked devices of something like that.
-We will need root and some file explorer (I use Root Explorer) for edit the build.prop
-Do a backup of your build.prop before start
At build.prop we will edit this:
ro.nfc.icon.enable=false
We will change it for "true", save and reboot.
ro.nfc.icon.enable=true
ro.nfc.icon.enable=true
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you can see it works fine. If i helped you hit the "thanks" button it's free!

Categories

Resources