overflow:hidden;
AKA Remove Action Overflow Button
"Because naming your module after a CSS rule is fashionable and socially acceptable!"
A simple module that completely removes the action overflow button from various apps. Useful for people that have a hardware menu button on their device and don't want to see the superfluous button on action bars.
This is similar to another module: "Noverflow" by el1t. However, my implementation should be more thorough in removing the overflow button from sometimes-stingy apps, such as Google Chrome.
Only tested on 4.4 CM-based ROMs, but it should work on previous versions of Android (anything 4.0 ICS or newer should be okay), as well as ROMs that aren't CM-based. If not, let me know and I'll try to resolve the problem.
Thank you to GravityBox for originally implementing the important lines of code!
Instructions:
Download, install, enable and reboot. No configuration interface included, nor is one necessary.
Changelog:
Code:
v1.0:
Initial release
v1.1:
- Removed overflow button in AOSP calculator app (thanks, Micks29!)
- Added try/catch blocks for safety
- Bumped up minSdkVersion to 14 (will change if I can make older Android versions compatible)
- Minor addition to app description string
v1.2:
- New name and icon!
- Only attempt to hook methods if user's version of Android has original methods properly implemented
v1.3:
- Removed overflow button in AOSP browser app (thanks, a4apple!)
- General project clean-up (APK file size has been significantly reduced and leftovers from previous project name have been purged)
- Compile project based on Java 1.7 to make use of some handy new development techniques
- Added TODO notes within project's source to inform anyone interested in my pending tasks
v1.4:
- Ensure the overflow button in AOSP browser app is correctly being removed
- Change a few fields to help prevent the overflow button from being shown in some apps, in some cases
- Use the latest Xposed API (d'oh!)
v1.41:
- Found and removed yet another instance of the overflow button in the AOSP browser app
Download:
http://repo.xposed.info/module/me.jjohnson1988.android.xposed.removeactionoverflowbutton
Source:
https://github.com/JJohnson1988/overflow-hidden
@JJohnson1988 can u implement gingerbread support plz?
killoid said:
@JJohnson1988 can u implement gingerbread support plz?
Click to expand...
Click to collapse
I thought Google forced the overflow button in Android versions that came /after/ Gingerbread. And I also forgot that a back-port of Xposed for Gingerbread even exists.
I can lower the minimum required version of the module, but if that doesn't work for you, I'll try to implement a workaround.
Sent from my SAMSUNG-SGH-I747
On second thought, I don't think lowering the minimum SDK version would help. Here's what I found out:
Google didn't implement the necessary classes that the module hooks into until 4.0 ICS (for one of the hooks) and 4.1 JB (for the other hook). So whatever apps you're using on 2.3 GB must have their own non-standardized implementations to display the overflow button.
Which apps in particular are you having trouble with?
JJohnson1988 said:
On second thought, I don't think lowering the minimum SDK version would help. Here's what I found out:
Google didn't implement the necessary classes that the module hooks into until 4.0 ICS (for one of the hooks) and 4.1 JB (for the other hook). So whatever apps you're using on 2.3 GB must have their own non-standardized implementations to display the overflow button.
Which apps in particular are you having trouble with?
Click to expand...
Click to collapse
in telegram messenger. i contacted them to include an option to remove that menu button if one's device has a hardware menu button. still didn't get that,so i thought this module might help.
Thanks for the info. I'll look into it for you.
You may be in luck.
Certain action bar features are able to work in older Android versions due to a support library, and I'm pretty positive Telegram Messenger uses ActionBarSherlock to obtain this compatibility.
http://actionbarsherlock.com/
It's pretty common, so I wouldn't be surprised. I'll find out for sure tomorrow.
I'm also going to experiment with Daniele Segato's v7 support library tomorrow as well.
https://github.com/danielesegato/android-support-library-archive/tree/master/v7/appcompat
It's possible to remove 3-dots button in calculator app please? :fingers-crossed:
Using Noverflow for now but 3-dots button in calculator app still here!
Micks29 said:
It's possible to remove 3-dots button in calculator app please? :fingers-crossed:
Using Noverflow for now but 3-dots button in calculator app still here!
Click to expand...
Click to collapse
Thanks. I'll look into that as well.
Let me know if there are any other base apps with the overflow button still visible.
Well, I couldn't sleep and decided to get my coding on.
v1.1 changelog:
- Removed overflow button in AOSP calculator app (thanks, Micks29!)
- Added try/catch blocks for safety
- Bumped up minSdkVersion to 14 (will change if I can make older Android versions compatible)
- Minor addition to app description string
Looks like you got your wish, Micks29!
Actually, do me a favor and test out the calculator app with v1.1. I'm pretty certain the button is removed now, but when I uninstalled the module to verify certain apps were again displaying the overflow button, the button that normally shows up in the calculator is still missing. Not that I'm complaining, but it's not the behavior I was expecting.
JJohnson1988 said:
Well, I couldn't sleep and decided to get my coding on.
v1.1 changelog:
- Removed overflow button in AOSP calculator app (thanks, Micks29!)
- Added try/catch blocks for safety
- Bumped up minSdkVersion to 14 (will change if I can make older Android versions compatible)
- Minor addition to app description string
Looks like you got your wish, Micks29!
Click to expand...
Click to collapse
Great thank a lot man ! Overflow button in Calculator app is gone !
I keep definitly your module, thanks again. :good:
JJohnson1988 said:
Actually, do me a favor and test out the calculator app with v1.1. I'm pretty certain the button is removed now, but when I uninstalled the module to verify certain apps were again displaying the overflow button, the button that normally shows up in the calculator is still missing. Not that I'm
complaining, but it's not the behavior I was expecting.
Click to expand...
Click to collapse
I just tried to disable mod, reboot and the overflow button is back so the behavior is ok for me.
What about a module name more short? R.A.O.B for example...anyway it's not a big deal
I think I just need sleep. That might explain everything.
As for a shorter name, I originally had "overflow:hidden;” in mind, based on the very useful CSS rule. But Android Studio gave me crap because of the colon and semicolon. Maybe I'll try again later?
Sent from my SAMSUNG-SGH-I747
Overflow Hidden sounds very good!
Good night
v1.2 changelog:
- New name and icon!
- Only attempt to hook methods if user's version of Android has original methods properly implemented
What do you guys think about the AOSP Clock and Phone apps? There are overflow buttons in those apps and the hardware menu button doesn't seem to do anything.
Do you think it would be tasteful and worthwhile to bind the menus to the hardware key instead and remove the overflow buttons? Or keep it the way it is?
JJohnson1988 said:
What do you guys think about the AOSP Clock and Phone apps? There are overflow buttons in those apps and the hardware menu button doesn't seem to do anything.
Do you think it would be tasteful and worthwhile to bind the menus to the hardware key instead and remove the overflow buttons? Or keep it the way it is?
Click to expand...
Click to collapse
Good idea for Clock app! But for Phone app I think that will be not esthetic to have a blank space on the right side relative to other buttons (call log & dialer buttons).
What if the keypad/phone icon took the position of where the overflow button was?
Sent from my SAMSUNG-SGH-I747
Hmm why not
JJohnson1988 said:
What do you guys think about the AOSP Clock and Phone apps? There are overflow buttons in those apps and the hardware menu button doesn't seem to do anything.
Do you think it would be tasteful and worthwhile to bind the menus to the hardware key instead and remove the overflow buttons? Or keep it the way it is?
Click to expand...
Click to collapse
hmm.... if we can have the option for that, it would be great. For me, I did use the overflow button on those apps. Can you please remove the overflow button on the aosp browser as well?
JJohnson1988 said:
What if the keypad/phone icon took the position of where the overflow button was?
Sent from my SAMSUNG-SGH-I747
Click to expand...
Click to collapse
Not a bad idea!
I'll check out the browser. Thanks.
Sent from my SAMSUNG-SGH-I747
Related
*** [07/08/2011] Free version FIX! *** There WAS an issue with this app not working for putting he NOOKcolor to sleep in the latest CM7 nightlies, including CM7.1RC, and BN 1.2. I have just released a new FREE and DONATE version with a configuration option to fix this! Sorry for the delay!
DONATE version with transparency, custom color, sizes, icon style, and reboot/poweroff/ask options on press:
http://market.android.com/details?id=com.otis8.nookpowerfull
LITE (free) version with no options, sleep button only:
http://market.android.com/details?id=com.otis8.nookpower
Update, v0.4.2 (DONATE version)
* Added configuration option (when placing the widget) to fix the sleep issue not working in newer builds of CM7 and (hopefully) BN 1.2.
Update, v0.2.1 (FREE version)
* Added configuration option (when placing the widget) to fix the sleep issue not working in newer builds of CM7 and (hopefully) BN 1.2.
Update, v0.4.1 (DONATE version)
* Attemped bug fix for an annoyingly spurious force close issue
v0.4.0 (DONATE version)
* Added four icon size options
* Now choose from three icon styles
* New icon preview area during configuration
v0.3.1 (DONATE version):
* Fixed possible issues with power off sleeping instead.
* Removed need to wait for power off dialog confirmation. When you press "Power Off," you mean it!
* Important! "Power Off" is now immediate on widget or dialog choice press, similar to reboot! No longer does it wait for the standard Android power off dialog!
v0.3.0 (DONATE version):
* Added full custom color options
* Added reboot and poweroff on press options
* Added option to ask what to do in a dialog popup when pressed
* Added ability for multiple widgets with different color, transparency, and action when pressed
* Now requests root access when configuring the widget
Description, from the Android market:
*** FOR ROOTED NOOKcolor USERS ONLY! ***
NOOKcolor Power Button is a home screen widget that (guess what) is the SAME THING as pressing your power button. So it puts your device to sleep/reboot/poweroff, without reaching for the hardware power button.
This is not just an app that blanks the screen, which is why it requires root. It actually emulates a real press of the power button on your device.
Seriously...it doesn't work at all if you don't have adequate root access to your device. Root access is required for real power button emulation if you are running Eclair (Android 2.1) on your NOOKcolor. It also works with Froyo (and Honeycomb?) as well.
Please contact the developer (me, the OP) with any issues!
very nice... just installed via market and its running nice.
jerrygon said:
very nice... just installed via market and its running nice.
Click to expand...
Click to collapse
Good deal, thanks for the feedback! I made it as a side project for something else...but I am finding it useful on my Nook as well. I'm not a huge fan of the hardware power button.
Sent from my Nook Color
Been wanting something like this. Running fine. Thanks.
do you mind sharing the CODE? I've been trying to figre oit how to make a toggle widget and just can't seem to get it to work. Thanks!
lucifurious said:
do you mind sharing the CODE? I've been trying to figre oit how to make a toggle widget and just can't seem to get it to work. Thanks!
Click to expand...
Click to collapse
What kind of toggle? This is a one-shot widget, not really a toggle of sorts...
I ran into some interesting issues at first with another app of mine that has a widget that toggles -- Softlocker (the donate version has a widget). PM me with specific details of what you want help with, so we don't clutter this thread.
Thanks! I've been wanting something like this.
Could someone explain to me what the draw is? I don't own a NC yet, but I'm interested in what makes this an attractive app. I'm genuinely interested, but I can't find a way to type my question without it sounding sarcastic.
Thanks!
zstick said:
Could someone explain to me what the draw is? I don't own a NC yet, but I'm interested in what makes this an attractive app. I'm genuinely interested, but I can't find a way to type my question without it sounding sarcastic.
Thanks!
Click to expand...
Click to collapse
It's ok, I understand. I'm the developer of the app, and it was just a little side project I came across while working on something else.
Anyway, the draw of this app is simply that I don't like always having to press the physical power button to put my NOOKcolor to sleep, it isn't the most amazing placement or feel to it, and I can make apps, so I did.
And somebody 1-starred it already, without leaving a comment as to WHY or what they thought was wrong...awesome. That is so lame and unhelpful. The app is dead simple -- if you have true root access, and a NOOKcolor, it should work without fail.
Can any of you who may have downloaded it please give it a rating in the Market?
MAN that chaps my hide...
Any way to change the color of the button ?
Thanks
lifeisfun said:
Any way to change the color of the button ?
Thanks
Click to expand...
Click to collapse
Sure, if I make a new one. What do you want? I suppose I could pretty easily make an option that is dark instead of light, if that is what you are going for.
Great app, i use something similar on my N1 to save the power button.
Suggestion: besides color options would it be possible to have the option to set the transparency?
j.a said:
Great app, i user something similar on my N1 to save the power button.
Suggestion: besides color options would it be possible to have the option to set the transparency?
Click to expand...
Click to collapse
Possible, yes. I believe I have opened a can of worms, haven't I!
Would it be worth a cheap "donate" version of the app to have a couple of color options and the ability to set transparency? I might do it for free as well, though.
mrschmitz said:
Possible, yes. I believe I have opened a can of worms, haven't I!
Would it be worth a cheap "donate" version of the app to have a couple of color options and the ability to set transparency? I might do it for free as well, though.
Click to expand...
Click to collapse
By all means - I believe devs should get paid for their contributions!
docfreed said:
By all means - I believe devs should get paid for their contributions!
Click to expand...
Click to collapse
I like the way you think! I will work on that. (after my day job, of course)
I appreciate the feedback!
Thanks for sharing your work; it gracefully puts the screen to sleep, unlike the power button, which flashes brightly before shutting the screen off (dunno if others have this issue as well). Thanks again!
tj!2k7 said:
Thanks for sharing your work; it gracefully puts the screen to sleep, unlike the power button, which flashes brightly before shutting the screen off (dunno if others have this issue as well). Thanks again!
Click to expand...
Click to collapse
You're welcome!
I'm not sure if I have noticed the flash you are talking about on my NOOK, though. Interesting.
Works great.. a 50 cent option to adjust colors, size, icon and transparency would be a nice addition..
i just downloaded your app and it works great. you should definitely post a donate version on the market. color setting + transparency are easily worth a buck or two.
*** This mod is designed for device / rom that didn't have a onscreen navbar (i.e.: samsung rom) ***
If your rom already have a navbar, you should already have 3dot menu enabled and enabling this mod will only hide your navbar!
This mod will enable 3dot menu button in all application (using a 0 height navbar), enjoy!
Side effects:
Samsung use fixed layout for their apps, and when a navbar is enabled we got unexpected results, can't do nothing about this... (see screenshot)
after enebling the mod screenshot combination change to AOSP style: Power+MenuDown
Read here for more info about 3dot menus: http://android-developers.blogspot.it/2012/01/say-goodbye-to-menu-button.html
Special thanks to Tungstwenty for this
Xposed Module Repository: LINK
c3k said:
This mod will enable 3dot menu button in all application (using a 0 height navbar), enjoy!
Special thanks to Tungstwenty for this
Click to expand...
Click to collapse
So will this overlap applications and sit on top of them?
No, it's a guideline suggested since android 3.0 honeycomb, so the app had to support it.
Read here for more info:
http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html
Your package will not install from the xposed installer...claims: Package name is incorrect. Downloaded it.tnx.xposednavbarmod Expected it.tnx.xposednavAbarmod
Really wanted to use this, but when I enable it and reboot, I repeatedly get the error message "Unfortunately, SystemUI has stopped". The taskbar does not load and my phone is extremely slow.
I'm running stock rooted VZW SGS4.
Sent from my SGS4 using Tapatalk 4
Major issue with Samsung rom (s3).
Recent apps menu does not show ( long press menu). Also the contacts (phone app) are overlapped by the menu button, cannot see the first contact.
Canot take screenshots either...
Otherwise, great idea and app.
Sent from my GT-I9300 using Tapatalk 2
famewolf said:
Your package will not install from the xposed installer...claims: Package name is incorrect. Downloaded it.tnx.xposednavbarmod Expected it.tnx.xposednavAbarmod
Click to expand...
Click to collapse
my typo, sorry
updated
mad3963 said:
Really wanted to use this, but when I enable it and reboot, I repeatedly get the error message "Unfortunately, SystemUI has stopped". The taskbar does not load and my phone is extremely slow.
I'm running stock rooted VZW SGS4.
Click to expand...
Click to collapse
try to disable other modules, if any
then send me a logcat, i'll try to find the problem
angel_strife said:
Major issue with Samsung rom (s3).
Recent apps menu does not show ( long press menu).
Click to expand...
Click to collapse
I use an S3 4.2.1 (wanam) for deploy and have no issue with long press
try to disable other modules, if any
angel_strife said:
Also the contacts (phone app) are overlapped by the menu button, cannot see the first contact.
Click to expand...
Click to collapse
Thank you for reporting, I'm using other dialer app so I haven't noticed before
Samsung use fixed layout for their apps, and when a navbar is enabled we got unexpected results, can't do nothing about this...
angel_strife said:
Canot take screenshots either...
Click to expand...
Click to collapse
I've notice this too adding my last screenshot yesterday: after enebling the mod screenshot combination change to AOSP style: Power+MenuDown
Doesn't work on my HTC One.
I think you can modify the layout with a Xposed mod...
See my thread for changed layout of Xperia apps with 0px navbar.
etatto83 said:
I think you can modify the layout with a Xposed mod...
See my thread for changed layout of Xperia apps with 0px navbar.
Click to expand...
Click to collapse
yes, sure, you can do almost everything with xposed
but I don't use samsung apps and I have no time to study each layout version for each devices and keep them updated...this is a generic mod...
HI JUST wanna know if theres is amodule for disable the 3 dots menu
One way is disabling the navbar, but if you don't have phisical button this is not possible
I don't known other methods at the moment
i have physical buttons so how i disable the navbar
Enviado desde mi GT-N7100
c3k said:
yes, sure, you can do almost everything with xposed
but I don't use samsung apps and I have no time to study each layout version for each devices and keep them updated...this is a generic mod...
Click to expand...
Click to collapse
Would it be practical to include a 'blacklist' feature which could be used to exclude apps like the Samsung ones which cause a problem with the screen layout?
Apart from this issue this is a great module!
MU24R said:
i have physical buttons so how i disable the navbar
Click to expand...
Click to collapse
punt qemu.hw.mainkeys=1 in your build.prop and disable my mod
Census Taker said:
Would it be practical to include a 'blacklist' feature which could be used to exclude apps like the Samsung ones which cause a problem with the screen layout?
Apart from this issue this is a great module!
Click to expand...
Click to collapse
sorry, the setting I use is systemwide
Can anyone mirror it?
My stupid operator blocked xda attachments!
Sent from my Nexus 4 using xda app-developers app
Xposed Module Repository link added to OP
c3k said:
Xposed Module Repository link added to OP
Click to expand...
Click to collapse
Would it be possible for you to make an xposed mod that removes the 3 dot for devices such as Nexus 4 with softkeys. On my nexus 4 I use a menu button in my softkeys so I want to get rid of the 3 dots
I love it.... thanks for this great hack
Have same long press issues as well for recent apps. Have tried several ROMs for the T-Mobile S3 T999, all running 4.1.x Touchwiz base (need WiFi calling).
Long press opens Google voice search or s-voice depending on install
angel_strife said:
Major issue with Samsung rom (s3).
Recent apps menu does not show ( long press menu). Also the contacts (phone app) are overlapped by the menu button, cannot see the first contact.
Canot take screenshots either...
Otherwise, great idea and app.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
This Xposed module allows you to change the NavBar buttons on your Xperia/AOSP devices. On stock ROM, there're only three buttons on the NavBar (Back, Home and Recent Apps). Now you can have complete control of the buttons and how they look like.
Features
Show or hide Recent Apps, Menu and Search buttons
Re-order buttons
18 themes with different colors
Use your own images for buttons http://forum.xda-developers.com/showpost.php?p=53045744&postcount=136
Restart SystemUI to see changes immediately without rebooting (Busybox required)
Activate changes on the fly without root (Nougat only)
Define left and right margin
Define navbar height
Define search button action
Requirements
Your phone must be rooted
Xposed framework must be installed first http://forum.xda-developers.com/showthread.php?t=1574401
Xposed library 2.2 is required
Instructions
Install the module
Run Xposed Installer and enable the module Android NavBar Buttons
Reboot the phone
If you want to use your own button images, check out this link.
Permissions
WRITE_EXTERNAL_STORAGE - store stock button images for preview
READ_EXTERNAL_STORAGE - read stock button images for preview
GET_TASKS - used by Switch to Last App function
REORDER_TASKS - used by Switch to Last App function
Limitations & supported devices
I developed this module based on AOSP source code and tested only on my Xperia devices. I expect it to work also on AOSP devices such as Google Nexus. You can try it on other devices but I don't expect it to work universally, especially HTC and Samsung devices because their framework is heavily modified.
If you enable this module and Tinted Status Bar together, the color for the Home/Menu/Recent/Back buttons will be controlled by Tinted Status Bar while the Search button color will be controlled by this module.
If you're also using GravityBox, you must disable Navigation Bar Tweaks. Otherwise, this module won't work.
Currently the following devices are supported: (to be updated)
Sony Xperia ZR stock 4.3 ROM
Sony Xperia V stock 4.3 ROM
Sony Xperia ZL stock based custom ROM/eXistenZ
Sony Xperia SP ExistenZ 3.3.0
Sony Xperia T
Sony Xperia M dual stock 4.2.2 ROM
Sony Xperia Z1 4.4 ihackers 4.1
Sony Xperia Z1 Compact stock KK ROM
Sony Xperia Z stock 4.3 ROM
Nexus 5 stock 4.4.2
Nexus 7 (2013) stock 4.4.2
MUCH i5s
Moto G stock 4.4.2 ROM
Moto X stock 4.4.2 ROM
Samsung Galaxy Lollipop or older devices (you need to set qemu.hw.mainkeys=0 in build.prop to enable Navbar)
Samsung Galaxy Marshmallow or higher devices
Sony Xperia X series devices Marshmallow ROM
Credits
I used this guide to help me develop this module. This document is outdated but the concept is still the same.
Huge thanks to atticus182 for his great work of Softkey collection
http://forum.xda-developers.com/galaxy-nexus/themes-apps/softkeys-softkey-collection-t1413582
Thanks to C3C076 for his wonderful GravityBox! This module uses some of his codes for search button actions.
Supports & troubleshooting
If you're using Android 6 and are unable to see folders when importing image files for user define theme, you need to grant Storage permission in App settings.
If you find that this module doesn't work on your device and see FC repeatedly and both notification and navigation bar disappeared, don't panic! Just run Xposed Installer, disable this module and reboot.
If you want me to add support for your device, please send me the following:
Xposed log file
Your device model
Android and ROM version
Deodexed /system/app/SystemUI.apk or you can send me a link for the ROM
** I can only work on Xperia/AOSP devices at the moment, please don't send requests on other devices **
** CM ROM is not supported because it has its own implementation of NavBar **
Source code
You can find source code for this module from GitHub here.
Download
Xposed Module Repository | Play Store
Change Log
Code:
6.3
- Fix the issue that customized navbar is not activated after a reboot for Nougat and higher devices
6.2
- On Nougat and later, customzied navbar will be applied much earlier after a system reboot
6.1
- Add support for Android 8 (Oreo)
- Fix the issue that settings are not applied after system reboot for Nougat and higher
6.0
- Add support for Nougat
- Rename application as Android NavBar Buttons
- Settings can be activated on the fly without root in Nougat (except navbar height and width)
5.3
- Fix issue with Sony Xperia latest X series devices
5.2
- Automatically enable navbar on Samsung devices on Android 6
5.1
- Fix button size issue when orientation is changed on tablet
5.0
- Fix issue with Asus Zenpad when using user define theme
4.9
- Fix theme issue with Xperia device on Android 5.0 and higher
4.8
- New separator which can be used to split buttons into 2 groups to mimic tablet mode in Android 6.0.1
4.7
- Fix missing buttons on Huawei devices when theme is applied
4.6
- Add support for Android 6.0
4.5
- Fix theme not working for Home/Menu/Recent/Back buttons on HTC devices
4.4
- Fix button image size and navbar height issue in KK
4.3
- Fix button image size issue in Android 5.1
- Fix search button crash in ICS
4.2
- New search button actions (Launch shortcut, Kill foreground app)
4.1
- Add Russian translation
4.0
- Add support for Lollipop (Android 5.0)
3.8
- Bug fix that setting UI crashes on some devices
3.7
- New option to customize search button actions
3.6
- Bug fix an issue that navbar height adjustment doesn't work on some devices
3.5
- Maximum margin is now automatically set to 75% of screen width
- NavBar height adjustment
- Added Lollipop buttons to theme
3.4
- Fix issue during orientation change when recent button is disabled
- Larger margin values
3.3
- Define left and right margin
3.2
- Fix button alignment issue for Samsung Tab
3.1
- Add translation for Chinese (Thanks to surwscl)
3.0
- User define button images [URL="http://forum.xda-developers.com/showpost.php?p=53045744&postcount=136"]http://forum.xda-developers.com/showpost.php?p=53045744&postcount=136[/URL]
2.3
- Fix preview stock buttons not displayed correctly if a theme is currently in effect
2.2
- Fix preview stock button size on some devices
2.1
- Fix missing buttons in landscape mode in Nexus 7
- Fix stock button size on some devices
2.0
- New option to choose themes (17 themes with different colors)
- Bug fixes
1.2
- New option to show or hide Recent Apps button
1.1
- Add support for MUCH i5S
1.0
- New option to re-order buttons
0.7 alpha
- New option to select Menu and/or Search button to show
- Restart SystemUI process to apply changes immediately
0.5 alpha
- Initial version
.
install failed
TheC92 said:
install failed
Click to expand...
Click to collapse
Re-uploaded and fixed MD5 issue. Please refresh and try again. Thanks for letting me know. :good:
Hi Dev good job, works fine on my Xperia ZL with stock based custom rom... It would be better if I can change the position of the elements or choose which elements add to nav bar...do u think it is possible in future? Many thanks
Sent from my C6503 using XDA Premium 4 mobile app
Is this how its supposed to look?
Sent from my MUCH i5s using xda app-developers app
cikoxda said:
Hi Dev good job, works fine on my Xperia ZL with stock based custom rom... It would be better if I can change the position of the elements or choose which elements add to nav bar...do u think it is possible in future? Many thanks
Sent from my C6503 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes, I'm planning more in the future. Go see post #2.
iRhyiku said:
Is this how its supposed to look?
Sent from my MUCH i5s using xda app-developers app
Click to expand...
Click to collapse
The recent apps button is missing which is supposed to be in the middle. You can see a sample in the OP. Can you post your Xposed log here?
Xperia SP
Works great in Xperia SP ExistenZ 3.3.0
itandy said:
Yes, I'm planning more in the future. Go see post #2.
Click to expand...
Click to collapse
OMG I had not seen it...thank you
itandy said:
The recent apps button is missing which is supposed to be in the middle. You can see a sample in the OP. Can you post your Xposed log here?
Click to expand...
Click to collapse
Oh that makes sence actually. For some reason my ROM (Stock-which is a slightly modified AOSP on my MUCH i5s) disabled and hid the Recents button from the navbar leaving a gap on the right, I was hoping this would solve that issue. Well thanks anyway, I will keep this modual enabled as I do like the looks of the navbar now rather than just two buttons
But if there was a way to enable it or have something in it's place to do the same thing, i would love to know.
Thank you!
Image of search button does not change in SoftkeyZ app. However, module very good!
나의 Nexus 7 의 Tapatalk에서 보냄
TheC92 said:
Image of search button does not change in SoftkeyZ app. However, module very good! View attachment 2692948
나의 Nexus 7 의 Tapatalk에서 보냄
Click to expand...
Click to collapse
Glad that it works on N7. I may add support for custom image in the future.
iRhyiku said:
Oh that makes sence actually. For some reason my ROM (Stock-which is a slightly modified AOSP on my MUCH i5s) disabled and hid the Recents button from the navbar leaving a gap on the right, I was hoping this would solve that issue. Well thanks anyway, I will keep this modual enabled as I do like the looks of the navbar now rather than just two buttons
But if there was a way to enable it or have something in it's place to do the same thing, i would love to know.
Thank you!
Click to expand...
Click to collapse
Please try this test build. You may like to test it in different orientation (portrait, landscape) and different modes. Some apps turns the buttons into small dots in fullscreen mode, such as camera. There may still be bugs. :silly:
Doesn't seem to change anything
Though when on landscape mode I so have this bug, it does nothing if pressed but if held it opens search.
Sent from my MUCH i5s using xda app-developers app
iRhyiku said:
Doesn't seem to change anything
Though when on landscape mode I so have this bug, it does nothing if pressed but if held it opens search.
View attachment 2693159
Sent from my MUCH i5s using xda app-developers app
Click to expand...
Click to collapse
So it's more complicated than I thought. If you can send me the info needed (check post #1), I can look at the source and fix it.
cool, very good
Hi, this module is beta 10 but I have no problem with the App. Although I expect more updates such as if you could add buttons allow you want, Of course also the order. I just want 4 button. Return home, and recent menu so hopefully no more and add an interface, still thank you for all your contributions so far.
chalofito said:
Hi, this module is beta 10 but I have no problem with the App. Although I expect more updates such as if you could add buttons allow you want, Of course also the order. I just want 4 button. Return home, and recent menu so hopefully no more and add an interface, still thank you for all your contributions so far.
Click to expand...
Click to collapse
Do you mind telling me what device and ROM are you using?
thaxxx
I'm using v4 ROM for Xperia ZL eXistenZ, sorry my bad english I'm Latino. But only appreciate the 4 basic buttons. - Back - Home - recent - menu. Regards
Just uploaded new version. Not sure how well the restart SystemUI function works. Please test it and let me know if there's any problem.
0.7 alpha
- New option to select Menu and/or Search button to show
- Restart SystemUI process to apply changes immediately
This mod will move all activity content to one, user configured, portion of the screen. The aim is to allow you to use a large device with, um, one hand....
If you mess up with crazy settings, use recovery to delete this file
/data/data/com.hamzah.onehandmode/shared_prefs/pref.xml
Or use the ADB script attached, DONT FLASH IT, its a bat file to run on PC, requires ADB
Click here to help translate this app!
Features
User configurable margins
Toggle using a notification (optional)
Optionally move Action Bar
Transparent notification icon option
Works on all apps
Premium Version Features
Blacklist
Per app settings
Update priority
Premium can be found on Google Play
Planned Features
Support for keyboard
Shift navigation bar to one side
Adjust DPI
Move alert boxes
You tell me!
How it works
This app hooks the Activity class and forces every app to use padding
How to get this awesome mod?
Check attachments, or visit the xposed repo for free version
Click here for premium
This mod is so cool I want to see the code and steal it
You can see the code, but you can't steal it. View Code here
Known Issues
Phone and People app doesn't work when moving actionbar
You tell me!
Changelog is in post below
Screenshots are attached below
Please don't report that it doesn't work without sending a log
XDA:DevDB Information
[MOD][XPOSED][4.0+]One-handed Mode for all devices! , Xposed for all devices (see above for details)
Contributors
hamzahrmalik
Xposed Package Name: com.hamzah.onehandmode
Version Information
Status: Stable
Current Stable Version: 2.0
Stable Release Date: 2014-05-27
Created 2014-05-20
Last Updated 2014-05-31
Changelog
Current Versions
Free: 2.5
Premium: 2.5
ChangeLog
Version 2.5 (16/2/16)
Under the hood updates for the premium verison
Version 2.4 (22/12/14)
New material design theme
Improved many layouts (padding etc)
Disabled the overlay by default because its unstable and covers the actionbar in newer apps using the newer support libraries
Internal optimizations
Version 2.3 (12/9/14)
Option to change the colour of the background
Version 2.2 (11/9/14)
Option to show solid background around shrunk window
Version 2.1 (29/5/14)
Widget for toggling
UI enchancements
Version 2.0 (27/5/14)
New layout which is more organized
Separate margins and master switches for Apps and Notification Centre (NC)
Ready made settings (presets) which you can apply
Smoother toggling
The notification now has 3 sub-buttons, toggle apps, toggle NC, toggle both
The toggle activity can be set to toggle either apps, NC or both
Report a problem button, creates a file on your SD card containing app info. If you have any problems, send this file
Faster
The new SD card read/write permissions are for the reporting button
More here: http://forum.xda-developers.com/showpost.php?p=52966376&postcount=233
Version 1.9 (18/5/14)
About page, with links to my website, twitter, and premium version
Better logic behind the warning of view area being to small, so you don't get false notifications
Performance enhancements
Version 1.8 (17/5/14)
Start notification on boot
Fixed a bug
Version 1.7.1 (16/5/14)
Bug fixes
Version 1.7 (14/5/14)
Move Notification Centre
Access settings through notification
Version 1.6 (8/5/14)
New notification icon
Optional transparent notification icon
Option to disable toggling toast
Version 1.5 (4/5/14)
Launchable activity for toggling, which can be configured to launch from shortcut apps like LMT or Gesture Control
Version 1.4 (3/5/14)
Seamless disabling (no restarting apps)
Version 1.3 (2/5/14)
Disable notification
Moves the actionbar too (optional)
Version 1.2 (1/5/14)
No need to restart apps after toggling
Version 1.1 (30/4/14)
Notification for toggling
Warning when making view area too small
Version 1.0 (29/4/14)
Initial release
@hamzahrmalik: Can you please attach some screenshots?
defim said:
@hamzahrmalik: Can you please attach some screenshots?
Click to expand...
Click to collapse
It does say i'll add soon....just try it if your curious
Sent from my iPod touch using Tapatalk
that's a great job , waiting for screenshots
Sent from my GT-I9500 using XDA Premium 4 mobile app
help :<
i put values out of sceen and now i m stuck with seeing nothing...
what can i do?
exh19 said:
i put values out of sceen and now i m stuck with seeing nothing...
what can i do?
Click to expand...
Click to collapse
Disable xposed through recovery
:<
i am unable to do that, when i boot into recovery, a brown corrupted like screen appears. and when i try to push using desktop flasher it fails. any ideas?
Working great on OPPO Find 5 (latest PAC ROM). I really needed something like this, thank you!
I added few screen shots
exh19 said:
i put values out of sceen and now i m stuck with seeing nothing...
what can i do?
Click to expand...
Click to collapse
Reboot your device and spam the power button. This will disable the xposed framework and all the modules. You can then go and change the settings in the module or disable it and reboot.
Hi,
Great idea!
Few things though:
It would be very nice that the things you mention in OP would be realized. I tried this on a GT-I9505 (galaxy mega 6.3) and such phone needs it for the keyboaard only IMHO. Other apps are no problem to have them fullscreen. So maybe:
- on per app basis (where keyboard is an app too)
- masterswitch in notification area or as widget (or any place that can be reached easily to switch keyboard to one side)
Kind regards,
Treare
treare said:
Hi,
Great idea!
Few things though:
It would be very nice that the things you mention in OP would be realized. I tried this on a GT-I9505 (galaxy mega 6.3) and such phone needs it for the keyboaard only IMHO. Other apps are no problem to have them fullscreen. So maybe:
- on per app basis (where keyboard is an app too)
- masterswitch in notification area or as widget (or any place that can be reached easily to switch keyboard to one side)
Kind regards,
Treare
Click to expand...
Click to collapse
Widget is coming soon. Notification icon is good idea I will add that.
exh19 said:
i put values out of sceen and now i m stuck with seeing nothing...
what can i do?
Click to expand...
Click to collapse
I will add check with next update so you won't be able to go out of screen
hamzahrmalik said:
Widget is coming soon. Notification icon is good idea I will add that.
Click to expand...
Click to collapse
Thanks for that! Also.... i tried all major keyboards that claim to have this left/right function but i never succeeded. It would be very helpfull!
spam power button
Can you define "Spam" power button please
Stuck here
Regards
blakeboro said:
Can you define "Spam" power button please
Stuck here
Regards
Click to expand...
Click to collapse
http://forum.xda-developers.com/xposed/framework-xposed-rom-modding-modifying-t1574401/post51306764
this module is quite handy and great compared to samsung's own one hand operation.
its a great work.
hope to see many neww things in future :good::good::laugh::laugh:
This is cool.
Did you consider to have function like T2 Ultra's single-handed mode?
(double tap home button to drop everything to the bottom.
http://gadgets.ndtv.com/mobiles/reviews/sony-xperia-t2-ultra-review-the-inexpensive-ultra-511729
Ok, had to update to newest framework but the mod isn't working correctly
Nothing appears, just the title bar as seen on screenshot.
I'm currently running CM-based ROM (kitkat) on my N7100.
Not working on Sprint Note 3 running Sprint S5 ROM
Development and support for this module has been discontinued!
This app requires Android 4.0+. Also, you must have root and Xposed module installed in order to use this app.
Advanced Power Menu+ is an Xposed Module which allows you to customize various aspects of your power menu. It works on a myriad of devices, including AOSP, Xperia, and TouchWiz ROMs.
Features
Customize menu items
Freely add, remove and reorder power menu items
Custom advanced reboot option - A dedicate first-level option for rebooting device, soft rebooting device, rebooting into recovery and bootloader
Screenshot function
Quick dial - call a predefined number directly from the power menu
Toggle mobile data and/or Wi-Fi from your power menu
Turn on flashlight (Torch) from your power menu
Anti-theft Helper
Note: Actual effect of anti-theft is NOT guaranteed.
Stop anyone from turning off your phone, enabling airplane mode, etc. when the device is locked by hiding any power menu items when the device is locked. In this way no one can stop device trackers like Android Device Manager from locating your phone by turning off the phone, disabling mobile data and so on(removable battery not taken into account)
Show a warning to deter thieves.
Fake Power Off - When you have this option enabled, trick your thieves by "apparently" turn off the phone, but the phone leaves running so you can still track the device (various options and strategies available for fine tuning the effect. Result may vary on different devices)
Password protection - Lock power menu items and/or the app itself with a password. Apart from thieves, it is also ideal when your phone is on display.
Theme
4 different set of icons to match the theme of your ROM. More coming soon.
Modify stock icons too!
High quality mdpi-xxhdpi icons
Screenshots
Refer to Google Play/Xposed Installer for more screenshots
Requirements
Xposed framework: http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
Root option (optional for some more "authentic" implementations of fake power off)
Compatibility
This module is targeted towards AOSP ROMs. Also tested for Xperia ROMs. Other manufacturer-specific custom ROMs should work well too, but compatibility varies from device for device. A nandroid backup is recommended before installing this module.
Help and FAQ
http://dl.dropboxusercontent.com/u/23305041/apmplus/help.html
Permissions
Take pictures and videos: for toggling the flashlight
Prevent phone from sleeping: for keeping the flashlight on and simulate screen off for some fake power off implementations
Modify system settings: for carrying out various fake power off features
In-app billing: for donations
Special Thanks and Open-Source Licenses
(http://dl.dropboxusercontent.com/u/23305041/apmplus/thank.html)
EULA
Once you use this software, you agree to the end-user license (http://dl.dropboxusercontent.com/u/23305041/apmplus/eula.txt)
XDA:DevDB Information
Advanced Power Menu+ (APM+), Xposed for all devices (see above for details)
Contributors
kennethso168, Tungstwenty, M1cha, CamberCreak, Roman Nurik, Guenther Beyer, Jeff Gilfelt, Jérôme Van Der Linden, Stacy David Wallingford, Guanaco77, Gabriele Mariotti, rovo89, C3C076, Android developers
Xposed Package Name: hk.kennethso168.xposed.apmplus
Version Information
Status: Stable
Current Stable Version: 12.3
Stable Release Date: 2014-12-23
Created 2014-08-09
Last Updated 2016-06-11
Reserved
EULA
Once you use this software, you agree to the end-user license (http://dl.dropboxusercontent.com/u/23305041/apmplus/eula.txt)
Downloads
Xposed Repo
Google Play
(You need to be a member of the APM+ Google+ group and follow the instructions to be a beta tester)
If you like this module, please press thanks in this thread. You can also consider a donation. Thank you.
Suggest/Vote for new features
Trello APM+ board
Translations
The strings.xml of this app is available here. If you'd like to translate the app, you can send the translated strings.xml to me. Thank you very much for your contribution.
This project is the successor of the Advanced Power Menu(APM)
http://forum.xda-developers.com/xposed/modules/xposed-advanced-power-menu-anti-theft-t2594642
Reserved
From your EULA:
2. Restrictions on Use
[…] You shall not decompile, reverse engineer, disassemble, include in other software, or translate the Software, or use the Software for any commercial purposes, unless the Owner has authorized you to do so. […]
Click to expand...
Click to collapse
You want me to install and use an Xposed module (that can literally do anything), but you're forbidding me from checking it actually does what it's supposed to do (and not hooking into other apps to do who knows what).
If you don't want to open source your module, please do reconsider your EULA (though I doubt that's actually legally binding anywhere, unless you get your users to sign a written copy before installing your module).
GermainZ said:
From your EULA:
You want me to install and use an Xposed module (that can literally do anything), but you're forbidding me from checking it actually does what it's supposed to do (and not hooking into other apps to do who knows what).
If you don't want to open source your module, please do reconsider your EULA (though I doubt that's actually legally binding anywhere, unless you get your users to sign a written copy before installing your module).
Click to expand...
Click to collapse
Not allowing one to decompile the module is not my original intention. This is just a result of some templates. I'll delete this clause anyway.
And you can look for the legality of EULA on Wikipedia.
Hi, I see that you has removed the "do not buy donation package" since this update, does it means I can buy the package right now or should I still wait until the final version? What functions had added to the pro key?
Sent from my Nexus 5
fei0316 said:
Hi, I see that you has removed the "do not buy donation package" since this update, does it means I can buy the package right now or should I still wait until the final version? What functions had added to the pro key?
Sent from my Nexus 5
Click to expand...
Click to collapse
Yes you can buy the items now.
I've tested the in-app billing according to Google's provided testing method (test purchases and static response)http://developer.android.com/google/play/billing/billing_testing.html. I've also done a real purchase using another Google account owned by me (that Test So in alpha testing group). The "do not buy donation package" is removed after completing the above tests.
Recently a few users have also bought the pro key (real purchases). And they have not reported back any problems. So I think you can buy the package right now.
If the buy button doesn't turn into "bought" then the transaction maybe problematic and you can ask for a refund. (EDIT: you may need to wait a while every time you open the dialog as it needs time to load the purchase status from Google Play)
And currently I haven't added any pro features! However I've already planned to add a few pro features in the future. So stay tuned.
This module have a force close when I chose theme on my miro please fix it
mo30 said:
This module have a force close when I chose theme on my miro please fix it
Click to expand...
Click to collapse
If you want the developer provide a fix for your issue please send him a logat: download Logcat Extreme > reproduce your FC > open app > go to Per-app logcat tab > select APM+ > save log and send it on this thread.
Ok where is logcat
mo30 said:
Ok where is logcat
Click to expand...
Click to collapse
Refer to the above post. He/she tells you exactly how to do it.
Simba501 said:
Refer to the above post. He/she tells you exactly how to do it.
Click to expand...
Click to collapse
It's he !
mo30 said:
Ok where is logcat
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=scd.lcex&hl=en
I see the price of items very strange(not 0.99, 1.99 etc.) is it because you set the price in HKD? Can you tell me the prive in HKD and is there a way to set seperate price in USD?
Sent from my Nexus 5
fei0316 said:
I see the price of items very strange(not 0.99, 1.99 etc.) is it because you set the price in HKD? Can you tell me the prive in HKD and is there a way to set seperate price in USD?
View attachment 2894771
Sent from my Nexus 5
Click to expand...
Click to collapse
Yes I set it in hkd
Each "token" costs HK$7.00 (it's the minimum price for HKD)
Google Play allows the developer to set separate prices for each currency, but I currently don't see the need to do so
kennethso168 said:
Yes I set it in hkd
Each "token" costs HK$7.00 (it's the minimum price for HKD)
Google Play allows the developer to set separate prices for each currency, but I currently don't see the need to do so
Click to expand...
Click to collapse
Okay as it is cheaper to pay in HKD as 1 USD should equal to about 7.7HKD... [emoji23]
Three more feature request please...
1. Allow people to change the color of the icons and text(i heard that you're going to do that)
2. Allow people to replace logo with their own
3. Allow people to change the strings fully inside the app. For example replace "power off" with whatever you like. It would be very cool!
EDIT...
One more feature please...
4. Allow people to customize the color of the dialog boxes.
If those features are implemented, I can be very sure that this mod would be really cool and become a reason for people to root their phone!!
Sent from my Nexus 5
Today is the first anniversary of Advanced Power Menu!
Originally called Advanced Reboot Menu, the module individually was a very small module which only adds reboot option to the power menu. After that, the module gained increasing interest, and there was more feature requests. With your support, APM grows into a powerful xposed mod, and then a revamped and even more powerful APM+.
Without your input, APM would not have been so successful. So thank you all very much for your support and effort. Although I'll be quite busy, I'll certainly improve APM+ and make it even better.
Feel free to share your opinions of APM/APM+ here. If you like the module, you can show your gratitude by pressing thanks, or even consider a donation.
Once again, thank you all.
fei0316 said:
Okay as it is cheaper to pay in HKD as 1 USD should equal to about 7.7HKD... [emoji23]
Three more feature request please...
1. Allow people to change the color of the icons and text(i heard that you're going to do that)
2. Allow people to replace logo with their own
3. Allow people to change the strings fully inside the app. For example replace "power off" with whatever you like. It would be very cool!
Sent from my Nexus 5
Click to expand...
Click to collapse
Yes you're right. I'm planning to do 1 and 3. But I'm a little bit sorry to tell you that 1 and 3 is intended to be pro features (for 1, it's a pro feature to pick a color you like from a hex color picker. It's completely free of charge to change the color of the icons to one of the predefined themes)
And as for 2, I wish to do it, but it seems to be a little bit more difficult to implement. I need to do some research first.
APM was one of my favourite modules when I was using stock Sony ROM. And now APM+ doing it's magic on a custom ROM (no other module managed to disable power menu on lock screen)
Thanks a lot. Great work!!
kennethso168 said:
Today is the first anniversary of Advanced Power Menu!
Originally called Advanced Reboot Menu, the module individually was a very small module which only adds reboot option to the power menu. After that, the module gained increasing interest, and there was more feature requests. With your support, APM grows into a powerful xposed mod, and then a revamped and even more powerful APM+.
Without your input, APM would not have been so successful. So thank you all very much for your support and effort. Although I'll be quite busy, I'll certainly improve APM+ and make it even better.
Feel free to share your opinions of APM/APM+ here. If you like the module, you can show your gratitude by pressing thanks, or even consider a donation.
Once again, thank you all.
Click to expand...
Click to collapse
Oh happy birthday APM!! My feature request have just posted one minute before your post[emoji13] I peraonally love the module and I think it's a must have mod!
Sent from my Nexus 5
Working great on galaxy note 3 tmo. (SM-N900T) running stock rooted.
Just a couple visual oddities, but that's to be expected.
Pics coming.
Sent from my leanKernel 3.5 powered stock 4.4.2 (NF4) SM-N900T