[Q] menu using capacitive buttons? - OnePlus 3 Questions & Answers

Hi,
I have some old games I still play. They use a menu key which on my old phone was simulated by a long press on the 'recents' capacitive button. I can't find a way to do that on the op3. If I use the onscreen keys then I get the '3 dots' menu but using them is a pain and uses too much screen real estate.
Can anyone suggest if I'm missing something please? I'd really rather use the capacitive keys
Thanks
-Mat

If you have xposed installed, use this module.
http://repo.xposed.info/module/com.mryawnie.op3buttonmods

Thanks for that. Only got the phone yesterday and have got twrp installed. Root is next and unsure which to go with. I normally use chainfire's but would like to be able to use android pay and so am trying to read about Magisk systemless since I don't think chainfire works with it does it?
I wonder if there is a working xposed module to hide android pay or does it need more than that. I used to use rootcloak with some success for things like all4 but I guess android pay might be more serious.
Any more help gratefully received :fingers-crossed:

Related

[MOD]{Xposed} Samsung keyboard short delay

This is based on the work from the Original thread and the original thread link from that post. All I did was package it into an Xposed module so you don't need to flash a particular version to get the short delay. I have only tested this on the international stock odexed ROM, but it should work on any ROM with the stock Samsung keyboard. If it doesn't work, please send me a copy of /data/xposed/debug.log. It's super simple, so I don't expect problems. I'm running the multi-DPI keyboard mod as well, and it works fine.
Installation is like any Xposed module, so see the Xposed thread for info on how to use it. Once installed, it should show up as a module in the Xposed installer app. Just check the box to enable it and reboot. You should be good to go after the boot is complete. Please be sure your Xposed install is working. Try using one of the other mods to make sure before reporting bugs with this module. The setup is pretty simple, but there are a few steps to getting it going. Once I get some reports that it's working, I'll post the source to github. I just don't want to push out source that doesn't work for anyone other than me.
I use that module for Xposed in my Galaxy S4, and I have a question: is that mod correctly work on another device than Galaxy Note II? In my phone there is no autocorrection, and delay is not short. Is any possibility to further decrease the time?
tomurbanowicz said:
I use that module for Xposed in my Galaxy S4, and I have a question: is that mod correctly work on another device than Galaxy Note II? In my phone there is no autocorrection, and delay is not short. Is any possibility to further decrease the time?
Click to expand...
Click to collapse
I have only tested it on a Note2 and Note3. It worked for the Note3 without any changes. The S4 may well use a different keyboard app as the Note keyboard has a number of options for the larger screen. This mod never did anything with auto-correct, only the keyboard long-press delay. Going much lower will break some other features, or just make them really hard to use.
Trying it now on my note 2, key board feels snappier but I'm still testing it, question if I ever want to go back to original, what arte the steps to go back?
Sent from my SGH-T889 using xda premium
KingP1n said:
Trying it now on my note 2, key board feels snappier but I'm still testing it, question if I ever want to go back to original, what arte the steps to go back?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
I'd imagine you just disable that particular module in xposed app.
sino8r said:
I'd imagine you just disable that particular module in xposed app.
Click to expand...
Click to collapse
Exactly.
Make sure you reboot after disabling, like all xposed modules.
short delay time
How can i edit the short delay time from say 200ms to between 100 and 150.. i understand this will break swype but i dont use swype anyways. any advice is greatly appreciated! thanks!
xxcoover said:
How can i edit the short delay time from say 200ms to between 100 and 150.. i understand this will break swype but i dont use swype anyways. any advice is greatly appreciated! thanks!
Click to expand...
Click to collapse
You will need to edit the source code and rebuild the module as I didn't think anyone would want to configure it like that. See the link below for the source.
I tried this on my Galaxy Note 3, and now the keyboard is missing the shortcuts. Anyway to get the shortcuts back on my keyboard? I already uninstalled this tweak, and I tried a factory data reset, and the Samsung keyboard still has no shortcuts.
ZOMBIExM4STER said:
I tried this on my Galaxy Note 3, and now the keyboard is missing the shortcuts. Anyway to get the shortcuts back on my keyboard? I already uninstalled this tweak, and I tried a factory data reset, and the Samsung keyboard still has no shortcuts.
Click to expand...
Click to collapse
This mod doesn't change anything I can think of that would affect that. I tested it on a TMO US Note3 with stock software and it worked fine. Modded ROMs might have compatibility issues with it as they may have changed the code I'm taking over. As I understand it, the shortcuts are handled by CSC settings. Have you recently installed anything that could mess with those? A data wipe won't affect CSC, as it lives on the system partition. I believe there was an issue similar to this with Wannam breaking wifi calling due to CSC mods, as one example. Even an update to another app could have done it. It's hard to say.
If you want to get it back to stock, the only way I can think of would be to restore the stock CSC. The simplest way would be to wipe system and re-flash the ROM. Then install things one at a time to look for what might be messing with CSC settings.
The code is about as simple as an Xposed module can be, it takes over one method in the keyboard class and tells it to use a shorter delay. The original method is a one-liner, as is mine. It's literally "return 200;".
Here's a direct link to the code: https://github.com/travistabbal/Xpo...SamsungKeyboardShortDelay/ShortDelayMain.java
I have the At&t Note 3, so I don't have any custom roms. The only other app I have is Wanam Xposed and the only thing I have enabled on Wanam is the flashlight on the lock screen. Before I installed this tweak I had the shortcuts on my keyboard, after I installed it and rebooted my phone the shortcuts were gone. It feels weird without them, I'm so used to them being there. I rooted my phone with Kingo root, and I wouldn't know how to flash to the stock rom. Please help.
ZOMBIExM4STER said:
I have the At&t Note 3, so I don't have any custom roms. The only other app I have is Wanam Xposed and the only thing I have enabled on Wanam is the flashlight on the lock screen. Before I installed this tweak I had the shortcuts on my keyboard, after I installed it and rebooted my phone the shortcuts were gone. It feels weird without them, I'm so used to them being there. I rooted my phone with Kingo root, and I wouldn't know how to flash to the stock rom. Please help.
Click to expand...
Click to collapse
If you disabled/uninstalled this mod, and rebooted, it's no longer there. It makes no persistent changes to the system. If Wanam updated before you rebooted, that could do it. That one does modify CSC files. I have no idea if that is what happened in your case or not. I'm afraid that I can't be much more help directly as I don't have an ATT N3 to test on. The best advice I can give is to hit the ATT N3 Q&A forum and post there about your issue. Perhaps someone can send you a backup of their CSC files? Or someone may have run into the same thing and know the cause. I would be VERY shocked if this little mod had anything to do with it though. It's only a few steps away from "Hello World".
Wanam is what's breaking the symbols. There's a setting to turn them off, and it's "on" by default.
Turning it off doesn't always make the symbols come back. But after a few reboots they will be there. I had the same problem before I even found your .apk
And updated version would be great where I can pick my own milliseconds.. I'm a 128ms kinda guy
wdkingery said:
Wanam is what's breaking the symbols. There's a setting to turn them off, and it's "on" by default.
Turning it off doesn't always make the symbols come back. But after a few reboots they will be there. I had the same problem before I even found your .apk
And updated version would be great where I can pick my own milliseconds.. I'm a 128ms kinda guy
Click to expand...
Click to collapse
Thank you so much for saying this. I have a Verizon Note 3 but I was having this issue on a new ROM and I thought I had some weird junky modified keyboard because I didn't even realize it was a Wanam option. It was driving me insane. Somehow I found your post in a search and I'm glad I did! I actually couldn't get them to come back after a few reboots but uninstalled Wanam with the symbols turned on, reinstalled, rebooted, and THEN they came back.
This is nice! I have another question too if anyone can answer me. I flashed the root 4.3 stock odin style onto my note 2. After rebooting brand new and checking my samsung keyboard settings, it showed having the auto replace option there which is good for me. After a while though i noticed that it would not replace my words anymore and checked the keyboard settings and the auto replace was gone!! Anyone know what may have happened?

Trick Sidesync Into Phone Mode

Hey All:
I'm on the T800, unrooted stock (I had promised my work sysadmin that I wouldn't root). I'm also using ShareKM through USB on my work PC to use my mouse and keyboard on the tablet (makes a great timeclock). Of course, this means living with the limitations of ShareKM and I expect its impending death.
I'd love to use SideSync for this feature, but Sidesync doesn't share mouse or keyboard to tablets (just to phones). Has anyone had luck persuading SideSync on the GTS to act as a phone rather than a tablet? I was thinking either through modifying build.prop to look like a GS5, using SecureSettings and Tasker, or even the Per App Settings through Xposed. All of these would require me to root, so I'd rather know that a solution works before actually rooting. Then... well I'll just not show the local tech the bootscreen and we'll be all good .
Any ideas? Has anyone tested any of these ways?
--Databoy2k
databoy2k said:
Hey All:
I'm on the T800, unrooted stock (I had promised my work sysadmin that I wouldn't root). I'm also using ShareKM through USB on my work PC to use my mouse and keyboard on the tablet (makes a great timeclock). Of course, this means living with the limitations of ShareKM and I expect its impending death.
I'd love to use SideSync for this feature, but Sidesync doesn't share mouse or keyboard to tablets (just to phones). Has anyone had luck persuading SideSync on the GTS to act as a phone rather than a tablet? I was thinking either through modifying build.prop to look like a GS5, using SecureSettings and Tasker, or even the Per App Settings through Xposed. All of these would require me to root, so I'd rather know that a solution works before actually rooting. Then... well I'll just not show the local tech the bootscreen and we'll be all good .
Any ideas? Has anyone tested any of these ways?
--Databoy2k
Click to expand...
Click to collapse
Really just bumping this up. Is anyone with a rooted Tab S willing to try any of these ideas if we don't have someone who already knows?
--Databoy2k
databoy2k said:
Really just bumping this up. Is anyone with a rooted Tab S willing to try any of these ideas if we don't have someone who already knows?
--Databoy2k
Click to expand...
Click to collapse
It doesn't look like Per App settings can do this. I'm still hesitant to root my tablet, but with the new Lollipop update ShareKM has officially died. I'd really appreciate if anyone else has any experience or would be willing to guinea pig on this.
--Databoy2k
databoy2k said:
It doesn't look like Per App settings can do this. I'm still hesitant to root my tablet, but with the new Lollipop update ShareKM has officially died. I'd really appreciate if anyone else has any experience or would be willing to guinea pig on this.
--Databoy2k
Click to expand...
Click to collapse
I'm guessing no one attempted this at all
Tikker G said:
I'm guessing no one attempted this at all
Click to expand...
Click to collapse
No, nobody did. But I do now have a rooted tablet using the Knox 0x0 root (...sshhhhh) so I might try a couple of the ideas that came up. If you're interested, I can post the results here.
So after some headache, I can confirm that I have a working App Settings Xposed Module on my Tab S... but changing the Screen (dp) setting as sometimes work doesn't actually convince SideSync that it's on a phone rather than a tablet. I'm even running an apk that I TiBu'ed over from my Galaxy S5, so I can confirm that the sidesync apk isn't what decides the platform either.
I still haven't touched my build.prop; that might be part of the equation. It'd be nice to have an xposed module that corrects this on a per-app basis, but it doesn't seem to exist.
So I reach out again to the experts - any other ideas?

Google Keyboard (GBoard), no one handed mode

Hi all,
I´ve a small but interesting Question. For a couple of Weeks I tried installing the Google Keyboard (GBoard) on my Tablet. I was hoping to be able to use the one handed mode (hold Tablet firmly with one, and type freely with the other). But after I installed, reinstalled, googled and everything. I can´t find a way to enable it. It should be as easy as longpressing the "," and from there access the settings and the one handed mode. Well, it doesn´t work. By the way my device isn´t rooted.
Any suggestions, may be some of you with a rooted device can give it a try? Or maybe some with the Lineage OS?
Thanks a lot,
Not on LOS either... Using SwiftKey for now...
I don't think that this feature is supported for some reason on tablets, which is very disappointing and frustrating. Even if they didn't think it would be used a lot, since the feature already exists, shouldn't Google have just left the feature in and let the users decide if it was useful?
I would seriously use this feature everyday, especially in landscape mode!
Just installed LOS 7.1.2 on a phone and on a tablet. On the phone´s Gboard I can activate One-Handed-Mode, on the tablet I can´t. So same OS version, same Gboard version, still no option to select. Switching back to Swiftkey.
does anyone have a solution yet?
xposed/magisk module maybe?
+1 to landscape one handed !!!
Not supported for tablets, i presume.
Traditionally Android contains a tablet, phablet and phone mode, but this might have changed in recent years.
Altering the DPI value and other scaling options should force the system into another mode. Along with other changes, like dual column view gone in apps, bars and buttons too big...

Disable FullScreen Keyboard (NO ROOT)

Hi,
I would like to suggest to our moderators or to our app developers if they can tweak the Xperia Keyboard or Google Keyboard to disable the fullscreen feature whenever you are on landscape mode (like playing games, watching movies etc.).
The reason for this request is the fullscreen mode on landscape is quite annoying since it covers the entire screen.
Actually, I found a good solution for this but by using an Xposed module. However, I don't want to root my phone since I just bought it a month ago. I hope someone can help me do this without the need of rooting the phone. Command via ADB shell will do as well if there's a certain command for that.
I'm using Huawei P10 VTR-L29C636B162
Thanks!
Hi,
I don't have anything issue like that with Gboard. Can you post a screenshot for better understanding, what you exactly mean?
And we also need your phone model and firmware version.
I'm on VTR-L29C432B162.
As per your screenshot and with the attached image below, you will see that our keyboard on landscape mode covers the entire screen and this is not helpful when playing games, (like mobile legends). But, if our keyboard has an option to disable fullscreen on landscape, the background will still be visible.
The image that I have attached is screengrabbed from Playstore from the Xposed App/Module called 'Disable Fullscreen Keyboard'. It only mean that this can be done if our phone is rooted. But, my request is if we can also do this even our phone is not rooted and no need to install Xposed app or modules.
I hope our mods can modify Google Keyboard, Swift Keyboard, Swype Keyboard, Xperia Keyboard(ported) disabling the fullscreen feature of the keyboards.
I hope I made it clear.
Up. I hope someone can fix this.
yeah this feature is so annoying,full screen in landscape mode were disabled when i was on kitkat. now its back again on gboard 2017 for nougat and beyond. at least on certain apps or games only
It would be interesting if it's even possible with root...this is so annoying. I switched from iOS and thought Android is a bit further but after more than a year on Huawei I have to say, that many things are far behind a jailbroken iOS.
bauer18 said:
As per your screenshot and with the attached image below, you will see that our keyboard on landscape mode covers the entire screen and this is not helpful when playing games, (like mobile legends).
The image that I have attached is screengrabbed from Playstore from the Xposed App/Module called 'Disable Fullscreen Keyboard'. It only mean that this can be done if our phone is rooted. But, my request is if we can also do this even our phone is not rooted and no need to install Xposed app or modules.
Click to expand...
Click to collapse
Jannomag said:
It would be interesting if it's even possible with root...this is so annoying. I switched from iOS and thought Android is a bit further but after more than a year on Huawei I have to say, that many things are far behind a jailbroken iOS.
Click to expand...
Click to collapse
It is available rooted by the looks as bauer said above.
It drives me mad too. If I'm watching Netflix or something and someone messages I have to guess and hope that what I've written is correct or I have to go back out, write message, go back in, find the movie and start again, quite annoying.
Had email back again saying I should be getting my BL unlock code soon so hopefully this app still works.
gradd said:
yeah this feature is so annoying,full screen in landscape mode were disabled when i was on kitkat. now its back again on gboard 2017 for nougat and beyond. at least on certain apps or games only
Click to expand...
Click to collapse
Jannomag said:
It would be interesting if it's even possible with root...this is so annoying. I switched from iOS and thought Android is a bit further but after more than a year on Huawei I have to say, that many things are far behind a jailbroken iOS.
Click to expand...
Click to collapse
This is possible with xposed module called "Disable Fullscreen Keyboard". But Xposed requires Root. So far no way doing this without root access.

S10 Customization Guide v2 [No Root]

This guide was designed for S10 series, but the majority of the Guide of course is applicable to all android Pie devices as if based on apks and adb debugging, you shall test at your own desire. For adb debugging to be enabled, go to: About Phone > built number > tap until you unlock "developers option" go back and and inside "developers options" enable "adb debugging" from there.
First and foremost, I would like to express how I am amazed with the level of customization you can do without root on a Samsung nowadays, as I've been an android/samsung user for quite some time its really something to consider.
Okay, now lets cut the chase. What I really did is to put together different applications, tips and miscellaneous information together in order to achieve what I felt the most customized Device possible without root and that I think lots of users could still absorve all or at least part of this guide in their own devices.
1) First, what I did what to go through the Battery Optimisation Guide by @Corv0, which honestly speaking led me to an average of 9-10 SoT.
1.1 Even though people talk alot how they liked OneUI I cant change from Nova Launcher, its simply the ultimate Launcher experience. I recommend getting the prime version, totally worth it and you get it for life.
1.2. If you are used to Adway, you know we can't live anymore without it, but in times without root, Blokada is for me the best alternative. I also found it better and more stable than Adhell and does not need key update every now and then, thats lame!
2)If you like music and once used Ressurection Remix roms, you must have fallen in love with Pulse music bar. It simply reinvigorates the navigation bar. As an alternative I must suggest the well known Navbar app. For me its a must to change navigation bar color and enable their music visualizer.
3) If you once used xposed in a samsung, you might remember the Samtweak, and now you can have it in Pie without the need of root with great function like 180 degrees reverse (which I find very useful when using headphone jack so it does not bother you against the chest for instance), volume warning, navigation and status bar hide, etc
4) Another must in S10 plus is to use Button Mapper. Some may talk about Bixby Action app, but Button mapper is the ultimate deal with many more options, check video link.
5) Okay this is more of a personal preference, which is my case I can say: sometimes I use it, sometimes I don't. If you didn't like/ didn't get used to the front camera cutout I strongly suggest to use Status Bar and change status background color to black. I find it do the job of hiding the front camera pretty decent and improved a lot indoor and low light experience as you cant see the cutout almost never.
6) Last (so far) but not least important, if of course the installation and usage of Nice Lock (for the ones without access to Good Lock). I think we may can it as an official customization app for samsung devices. It almost made me remember Rice tweaks app. I personally like to use 7.1) Task Changer mod to change recent apps back to vertical. 7.2) Navistar to fully customize the navigation bar with different icons and 2 more buttons. The rest I didn't really use it but I suggest you install them all and see what's useful to you.
I will record a video and post it here (probably tomorrow) to show all these changes and tweaks I did and how they actually appear on my device.
------- v2 (April 26th):
Actually these are "tweaks" I had already done before v1 but simply forgot to mention on the original post however to keep things in order I will continue the numbering:
7) Bloatware removal, this is another must you have to do, specially when talking about samsung, with is known for the amount of apps its included from stock. And within this link you can easily do it through adb shell. Big thanks to @Neo3D for this amazing guide.
7.1) Once you "debloat" your device, make sure you deinstall/deactivate youtube standard version as well, and install the well known and amazing Youtube Vanced (Non Root version of course). In addition, set it as standard so it will be fully integrated to the links.
Well those are my suggestions for the customization of s10 without root (so far). If you have more tips please comment down below.
Video is up, check comment for exact cue by "tweak": https://www.youtube.com/watch?v=_giH6O6-Pdo
Great guide for the S10 XDA gang! Kudos
Nice guide.
Thanks
Sent from my SM-G9750 using Tapatalk
Doesn't bloat removal cause more battery drain? I mean when the phone tries to find a certain package and cannot it is starting to heat up and etc
I started out early in the process and I was able to get Adhell running .... Seems like maybe my battery was worse after Adhell. Wondering if you guys thought, based on this guide, I should get rid of Adhell and go more this direction (for ad blocking and app/bloatware freezing) ?
FlatOutRU said:
Doesn't bloat removal cause more battery drain? I mean when the phone tries to find a certain package and cannot it is starting to heat up and etc
Click to expand...
Click to collapse
Should be the other way around bro...
jcrompton said:
I started out early in the process and I was able to get Adhell running .... Seems like maybe my battery was worse after Adhell. Wondering if you guys thought, based on this guide, I should get rid of Adhell and go more this direction (for ad blocking and app/bloatware freezing) ?
Click to expand...
Click to collapse
I tried both and found blokada much more stable. You can try and compare yourself, its way easier to install and get it running as well.
Also, using Blokada and it works well...
Knox bloatware removal
if the s10+ com.samsung.android.knox.containercore isn't installed at 0 then how can I remove the number one bloatware I so desired to remove?
BossEgan said:
if the s10+ com.samsung.android.knox.containercore isn't installed at 0 then how can I remove the number one bloatware I so desired to remove?
Click to expand...
Click to collapse
Search Cswm app manager (for Samsung) on play store
Good!!

Categories

Resources