Anyone know of an app or method to assing actions to long press/double tap on menu and back buttons? I know it is in some ROMS, but don't have it in the ROM I'm experimenting with now.
ewingr said:
Anyone know of an app or method to assing actions to long press/double tap on menu and back buttons? I know it is in some ROMS, but don't have it in the ROM I'm experimenting with now.
Click to expand...
Click to collapse
Install Xposed Installer and Gravity Box module.
sbs8331 said:
Install Xposed Installer and Gravity Box module.
Click to expand...
Click to collapse
Ok. I'll give it a try. I am a bit concerned, based on this quote from the Gravity Box thread:
Next thing, GB is a complex module and is not suitable for 1 purpose scenario. This means, if you are running custom ROM built from source (CM, PAC, ...), and you are missing a certain feature, your best option is to go ask creators of those ROMs to implement those additional features. Supplementing missing features on well-known custom ROMs built from source by installing xposed modules (especially complex ones) is definitely not a good way to go and can cause more trouble than good.
Click to expand...
Click to collapse
I'll post how it goes though.
Related
On the stock rom, there was a volume booster button. but on most roms they don't have this. Is this a kernel related thing or is there some other application that controls the actual phone portion. I'd like to have the volume boost again.
ramensama said:
On the stock rom, there was a volume booster button. but on most roms they don't have this. Is this a kernel related thing or is there some other application that controls the actual phone portion. I'd like to have the volume boost again.
Click to expand...
Click to collapse
i've seen (and used) this feature on every ROM i've tried. did you enable the feature in Call Settings: Open Phone App-->Call Settings--->Use extra vol for calls?
That feature doesn't appear to be in every rom. Not currently on my AOKP rom it seems. I'll make sure to check the settings if i switch to another rom.
ramensama said:
That feature doesn't appear to be in every rom. Not currently on my AOKP rom it seems. I'll make sure to check the settings if i switch to another rom.
Click to expand...
Click to collapse
yes, it's not available in AOKP or Cyanongen ROMs. i mistakenly thought you were referring to Stock ROMS since you didn't explicitly state you're using AOKP ROMS.
Is there any way to use this feature in a Sense rom perhaps with a kernel or xposed module?
I'm pretty sure Exposed offers a module. At least the last time I used it, there was one.
hlzocker said:
Is there any way to use this feature in a Sense rom perhaps with a kernel or xposed module?
Click to expand...
Click to collapse
Depending on what version of android you're using.. If it's MM then xposed can do it as can the rom you flash.
If you're on N then xposed cannot be used as of yet, however the likes of venomrom have these features i believe there will also be some other roms that have this too. Take a look at their feature lists.
Hi All,
I am currently using rooted version of open beta 12.
I want to customize single click on left hardware key for menu open/close.
Can anyone suggest how can I achieve it?
Regards
https://play.google.com/store/apps/details?id=flar2.homebutton
This may work
fuarkgl3 said:
https://play.google.com/store/apps/details?id=flar2.homebutton
This may work
Click to expand...
Click to collapse
Thanks fuarkgl3,
I downloaded the app but it seems it will require a pro version to customize the key.
Any other work around will be appreciated.
nikhil3298 said:
Thanks fuarkgl3,
I downloaded the app but it seems it will require a pro version to customize the key.
Any other work around will be appreciated.
Click to expand...
Click to collapse
You will have to buy it. Or go back to MM and use gravitybox.
Without xposed apps like buttonmapper seem to be the only solution on OOS.
I believe you can modify the keylayout file to achieve this, it's in /system/usr/keylayout. I'm running Resurrection remix and have a file called synaptics.kl in my directory which has 3 entries (app_switch virtual | wakeup | back virtual) which would lead me to believe that if you switch one to MENU VIRTUAL, it would assign that button to menu. I'm not too sure about the oxygen filesystem name for the file, but there should be one relatively similar. Alternatively, RR has the options to map all the hardware keys to whatever you want.
Simple magisk module that modifys the powermenu behaviour to boot directly back into magisk when selecting the reboot option.
I created this for personal use, thought I would share just in case someone else finds it useful.
I've also added the patches to "smali patcher" for future firmware updates which will allow you to generate your own updated modules based on new firmware bases!
You can find smali patcher: HERE
It uses the same module ID as smali patcher generated modules, this by design they should overwrite one another.
PATCHES ::
Mock locations - Hide mock locations status, allowing apps like Pokemon GO to treat them as genuine location updates.
Magisk reboot (Galaxy S10) - Reboot directly back into magisk from powermenu.
High volume warning - Disable high volume popup dialog.
If for whatever reason you find yourself in a boot loop caused by using this mod on a different rom base than the one specified in the thread title:
fOmey said:
You can remove magisk modules from recovery mode.. dont need any third party tools.
Boot into TWRP
Advanced -> File Manager
Navigate to: data -> adb -> modules -> module directory (in this case "fomey.smalipatcher") -> Folder icon (bottom right) -> Delete
Click to expand...
Click to collapse
I've removed any posts regarding xposed from this thread.. this was done to prevent this thread being filled up with "xposed support" posts. Please take all future xposed discussion to their own relevant threads.
Installed it and phone is now stuck in a boot loop -.-
Thanks! Working for me on S10+
FPSkillerPC said:
Installed it and phone is now stuck in a boot loop -.-
Click to expand...
Click to collapse
You are using this on a ASCA base rom right?
Not sure if this is relevant but there appears to be a bug with the TWRP magisk patched root method where trying to get into TWRP after the first boot causes a Bootloop. I've experienced this also but it's not caused by this module. A few people have reported it to Geite on his post so hopefully he can replicate it in the coming days
edited: working fine with s10+ thanks
fOmey said:
You are using this on a ASCA base rom right?
Click to expand...
Click to collapse
what does this mean?
IsocolXDA said:
what does this mean?
Click to expand...
Click to collapse
You shouldn't be playing with root twrp and roms if you don't understand what that means :/
Very good work!! Thanks!!
Working perfect on S10+ 975F
aussiesausage said:
You shouldn't be playing with root twrp and roms if you don't understand what that means :/
Click to expand...
Click to collapse
Im not, i was just wondering. I am using root for greenify and some minor customisation.
IsocolXDA said:
what does this mean?
Click to expand...
Click to collapse
ASCA is the end of the rom build number this module was created with, every rom build/update has a unique build number (you can find this in settings -> about -> software).
General rule of thumb is use mods that match your rom build number to avoid any funny business (crashing & boot loops).. if your using mismatch mod/rom build numbers it can cause havoc.
An alternative method of achieving the same thing without the hassle of having to wait for an updated Magisk module every time Samsung releases new firmware is to use the FireFDS Xposed module in combination with EdXposed. This will work transparently across firmware versions.
Screenshot of my S10+'s power menu attached.
ianmacd said:
An alternative method of achieving the same thing without the hassle of having to wait for an updated Magisk module every time Samsung releases new firmware is to use the FireFDS Xposed module in combination with EdXposed. This will work transparently across firmware versions.
Screenshot of my S10+'s power menu attached.
Click to expand...
Click to collapse
Offtopic: Are you passing safetynet with EdXposed? I miss xposed..
fOmey said:
Offtopic: Are you passing safetynet with EdXposed? I miss xposed..
Click to expand...
Click to collapse
I certainly am. That's one of the best side-effects of running EdXposed as opposed to Rovo's original.
A few months ago, EdXposed was looking like a pale shadow of the original, but the work that GravityBox's developer has done in the last month or so to make that project work on Pie with EdXposed has really put EdXposed on the map.
Sent from my SM-T830 using XDA Labs
ianmacd said:
I certainly am. That's one of the best side-effects of running EdXposed as opposed to Rovo's original.
A few months ago, EdXposed was looking like a pale shadow of the original, but the work that GravityBox's developer has done in the last month or so to make that project work on Pie with EdXposed has really put EdXposed on the map.
Sent from my SM-T830 using XDA Labs
Click to expand...
Click to collapse
That's awesome, will have to check it out for myself.
@fOmey
any love for latest patch ?
Removed
---------- Post added at 05:54 PM ---------- Previous post was at 05:52 PM ----------
ianmacd said:
An alternative method of achieving the same thing without the hassle of having to wait for an updated Magisk module every time Samsung releases new firmware is to use the FireFDS Xposed module in combination with EdXposed. This will work transparently across firmware versions.
Screenshot of my S10+'s power menu attached.
Click to expand...
Click to collapse
I already use this module but the reboot button do not do the trick (magisk sys reboot). Did I miss something?
Dockyy said:
I already use this module but the reboot button do not do the trick (magisk sys reboot). Did I miss something?
Click to expand...
Click to collapse
Choose the Recovery button, not the normal Restart one.
ianmacd said:
Choose the Recovery button, not the normal Restart one.
Click to expand...
Click to collapse
Nice thanks!!
TheUndertaker21 said:
@fOmey
any love for latest patch ?
Click to expand...
Click to collapse
I havnt installed the latest patch yet, I'm sticking with my region update cycle.
You can generate a new module yourself tho, visit the smali patcher thread linked on the first post.. the entire process is automated, you simply need to select the patches you want to use and install the module.
As per title. Or is there any other custom roms passing?
CrushedMango said:
As per title. Or is there any other custom roms passing?
Click to expand...
Click to collapse
I think simply having unlocked bootloader triggers SafetyNet? I'm not sure.
I use Xiaomi.eu with Root and SafetyNet passes.
dreamytom said:
I think simply having unlocked bootloader triggers SafetyNet? I'm not sure.
I use Xiaomi.eu with Root and SafetyNet passes.
Click to expand...
Click to collapse
Just with magisk hide?
CrushedMango said:
Just with magisk hide?
Click to expand...
Click to collapse
Yup! Everything works, Netflix, Google Pay, Banking app, everything. But make sure to delete App data of Play Store after enabling MagiskHide!
Ok thanks
I don't know if SafetyNet works but I definitely can use my banking apps without any problems.
@dreamytom What modules do you use for magisk? Is there any repositories for modules yet?
DaRdamnDoG said:
I don't know if SafetyNet works but I definitely can use my banking apps without any problems.
@dreamytom What modules do you use for magisk? Is there any repositories for modules yet?
Click to expand...
Click to collapse
I use Advanced Charging Controller (to stop charge @ 90%), Systemless Hosts (AdAway Adblock), and Twemoji (Twitter Emojis).
Magisk has its built-in library of modules, but you can find some Magisk Modules also on GitHub, like Twemoji or 'SELinux Permissive'...
dreamytom said:
I use Advanced Charging Controller (to stop charge @ 90%), Systemless Hosts (AdAway Adblock), and Twemoji (Twitter Emojis).
Magisk has its built-in library of modules, but you can find some Magisk Modules also on GitHub, like Twemoji or 'SELinux Permissive'...
Click to expand...
Click to collapse
Why do you need to control the charging? The recent Android version and most Type C chargers will not over charge anyway. I am using VPN with adblock I don't think I can use AdAway with that. I never use emojis too You running 21.9 or 12.5.6 EU?
DaRdamnDoG said:
Why do you need to control the charging? The recent Android version and most Type C chargers will not over charge anyway. I am using VPN with adblock I don't think I can use AdAway with that. I never use emojis too You running 21.9 or 12.5.6 EU?
Click to expand...
Click to collapse
Not overcharge, I think that stopped happening a long time ago. I don't want to charge to a full 100% to preserve battery health.
I use 21.9, I'm guessing you too?
dreamytom said:
Not overcharge, I think that stopped happening a long time ago. I don't want to charge to a full 100% to preserve battery health.
I use 21.9, I'm guessing you too?
Click to expand...
Click to collapse
I am switching between a few roms now I feel like going back with just stock rom + magisk. The themes are horrible.
DaRdamnDoG said:
I am switching between a few roms now I feel like going back with just stock rom + magisk. The themes are horrible.
Click to expand...
Click to collapse
Ok. Yeah I also tried a lot of AOSP ROMs, and I really like them, but they're missing my favourite features, MIUI Dolby & MIUI Camera
What do you mean with Themes? MIUI Themes?
dreamytom said:
Ok. Yeah I also tried a lot of AOSP ROMs, and I really like them, but they're missing my favourite features, MIUI Dolby & MIUI Camera
What do you mean with Themes? MIUI Themes?
Click to expand...
Click to collapse
Yes, themes with .mtz extension I downloaded from browser don't work, and in EU most the themes are in Chinese words.. I actually prefer MIUI more than AOSP, but MIUI gets more complicated like for example to set permission for battery optimization, need to set per/app in the Apps page and Battery Saver page. Sometimes the permission page in Privacy will not change then must go change manually.
My Mail app crashes all the time in EU 21.9.
For the new feature of 21.9, did all your apps get set Autostart automatically? Was it due to the update or originally all the apps are set to Autostart by default?
DaRdamnDoG said:
Yes, themes with .mtz extension I downloaded from browser don't work, and in EU most the themes are in Chinese words.. I actually prefer MIUI more than AOSP, but MIUI gets more complicated like for example to set permission for battery optimization, need to set per/app in the Apps page and Battery Saver page. Sometimes the permission page in Privacy will not change then must go change manually.
My Mail app crashes all the time in EU 21.9.
For the new feature of 21.9, did all your apps get set Autostart automatically? Was it due to the update or originally all the apps are set to Autostart by default?
Click to expand...
Click to collapse
Yeah I only had problems with themes, like e.g. the statusbar not changing (like in the Screenshots) but other stuff, everything being in chinese... Using MIUI Themes is not a good experience unfortunately.
dreamytom said:
Yeah I only had problems with themes, like e.g. the statusbar not changing (like in the Screenshots) but other stuff, everything being in chinese... Using MIUI Themes is not a good experience unfortunately.
Click to expand...
Click to collapse
The status bar will be my least worry, the one that really keeps me on my toes all the time are the unnecessary apks installed in system with part of the name being "theme", and there is plenty of those files. The theming is complicated too, you don't even know where they hid the theme files. I tried to look for guides in official community forums, no luck. Another thing, is it just me or do you feel that the system Dark Mode is actually Black and not Dark? I mean, if other apps could tell the difference then Mi can't be so careless right?