Remove/Hide IME Keyboard Switcher notification and icon for OnePlus 3 (OOS/FreedomOS) - Magisk

This notification appears if you have 2+ languages or 2+ keyboards.
Some ROMs have a built in option to hide it, but many don't.
There used to be Xposed module to hide IME Keyboard Switcher notification and icon (link below) :
http://repo.xposed.info/module/biz.underpants_gnomes.android.xposed.mods.hidexposedime
Obviously Xposed doesn't work in Nougat (yet?). I was wondering if someone can make a Magisk module to hide this annoying thing.
EDIT: WORKING MODULE in the thread thanks to Tulsadiver. Works on OnePlus 3 (OOS/FreedomOS)

<double post>

I know that there is working xposed now for nougat, but it currently breaks safety net.
Bumping it up in hopes for a magisk module that will Hide IME Keyboard Switcher notification and icon.

Droff said:
I know that there is working xposed now for nougat, but it currently breaks safety net.
Bumping it up in hopes for a magisk module that will Hide IME Keyboard Switcher notification and icon.
Click to expand...
Click to collapse
I could probably make one for you but it wouldn't work on all phones. In your Systemui.apk you probably have a menu_ime.xml and ic_ime_switcher_default.xml. Edit those and you are probably good.

Tulsadiver said:
I could probably make one for you but it wouldn't work on all phones. In your Systemui.apk you probably have a menu_ime.xml and ic_ime_switcher_default.xml. Edit those and you are probably good.
Click to expand...
Click to collapse
I backed up my systemui apk via titanium backup and attached a copy here. Not sure what to edit there and how to make a magisk file from it so it doesn't break safetynet.
By the way this is for One Plus 3, FreedomOS-2.10

Droff said:
I backed up my systemui apk via titanium backup and attached a copy here. Not sure what to edit there and how to make a magisk file from it so it doesn't break safetynet.
By the way this is for One Plus 3, FreedomOS-2.10
Click to expand...
Click to collapse
I'll need your framework-res.apk also so I can decompile this.

Tulsadiver said:
I'll need your framework-res.apk also so I can decompile this.
Click to expand...
Click to collapse
Got both files the right way (not through TB). Couldn't attach because of the size, so I uploaded them and put the links there.
One is here (in case if location different from other roms)
Root>system>priv-app>OPSystemUI>OPSystemUI.apk
https://ufile.io/yewk2
Framework here:
Root>system>framework>framework-res.apk
https://ufile.io/k1ugd
Thanks

Droff said:
Got both files the right way (not through TB). Couldn't attach because of the size, so I uploaded them and put the links there.
One is here (in case if location different from other roms)
Root>system>priv-app>OPSystemUI>OPSystemUI.apk
https://ufile.io/yewk2
Framework here:
Root>system>framework>framework-res.apk
https://ufile.io/k1ugd
Thanks
Click to expand...
Click to collapse
Do you want it off your keyboard too?
Try flashing this in TWRP. No guarantees.

Tulsadiver said:
Do you want it off your keyboard too?
Try flashing this in TWRP. No guarantees.
Click to expand...
Click to collapse
Got it flashed/installed successfully, but IME notification and icon are still there.
I do use layout switcher on the keyboard itself, so I'd like to keep it.

Droff said:
Got it flashed/installed successfully, but IME notification and icon are still there.
I do use layout switcher on the keyboard itself, so I'd like to keep it.
Click to expand...
Click to collapse
My bad. I forgot to save my changes before I recompiled. Got in a hurry. Give me a minute.

Droff said:
Got it flashed/installed successfully, but IME notification and icon are still there.
I do use layout switcher on the keyboard itself, so I'd like to keep it.
Click to expand...
Click to collapse
Try this one....

Tulsadiver said:
Try this one....
Click to expand...
Click to collapse
Awesome. It worked.
I installed first and forgot to wipe cache. Still got the notification. After second flash followed by cache wipe it worked and notification is no longer there. Happy times. Thanks a lot.

Droff said:
Awesome. It worked.
I installed first and forgot to wipe cache. Still got the notification. After second flash followed by cache wipe it worked and notification is no longer there. Happy times. Thanks a lot.
Click to expand...
Click to collapse
You are welcome. Good point about the wipe and thanks for sharing. I believe app and priv-app mods are wiped but apparently framework-res.apk mods are not and this turned out to be a framework-res.apk mod.

Tulsadiver said:
You are welcome. Good point about the wipe and thanks for sharing. I believe app and priv-app mods are wiped but apparently framework-res.apk mods are not and this turned out to be a framework-res.apk mod.
Click to expand...
Click to collapse
I have noticed a weird thing with this module. When I go to Google Play store I have a strange box in the search field (screenshot attached). Also if I choose an installed app in the store and try to go into three dot menu (not enable/disable auto-update) store crashes. It is definitely because of this module, because when I disable it, this strange behavior stops. Wondering if you have any clue what could be a cause of it.

Droff said:
I have noticed a weird thing with this module. When I go to Google Play store I have a strange box in the search field (screenshot attached). Also if I choose an installed app in the store and try to go into three dot menu (not enable/disable auto-update) store crashes. It is definitely because of this module, because when I disable it, this strange behavior stops. Wondering if you have any clue what could be a cause of it.
Click to expand...
Click to collapse
I believe all I did was change the enable IME switcher bool from true to false. That is all. Was that a stock framework-res.apk you uploaded? I'll take a look at it when I get home tomorrow.

Droff said:
I have noticed a weird thing with this module. When I go to Google Play store I have a strange box in the search field (screenshot attached). Also if I choose an installed app in the store and try to go into three dot menu (not enable/disable auto-update) store crashes. It is definitely because of this module, because when I disable it, this strange behavior stops. Wondering if you have any clue what could be a cause of it.
Click to expand...
Click to collapse
I did this same mod on my phone and cannot replicate your issue. Do you have any other modules installed that could be conflicting with this mod,?

Tulsadiver said:
I believe all I did was change the enable IME switcher bool from true to false. That is all. Was that a stock framework-res.apk you uploaded? I'll take a look at it when I get home tomorrow.
Click to expand...
Click to collapse
I've got framework file from my Root>system>framework>framework-res.apk. It is stock (OxygenOS / FreedomOS) as far as I know.
Tulsadiver said:
I did this same mod on my phone and cannot replicate your issue. Do you have any other modules installed that could be conflicting with this mod,?
Click to expand...
Click to collapse
I've got only two other modules (add free youtube and app systemizer).
I have disabled all modules, all is fine. Then I enable just this module (Tulsadiver Mods V1) and the issue appears. If i disable it and enable the other two, everything is still good.

Droff said:
I've got framework file from my Root>system>framework>framework-res.apk. It is stock (OxygenOS / FreedomOS) as far as I know.
I've got only two other modules (add free youtube and app systemizer).
I have disabled all modules, all is fine. Then I enable just this module (Tulsadiver Mods V1) and the issue appears. If i disable it and enable the other two, everything is still good.
Click to expand...
Click to collapse
Let's try a different method this time. I'll leave the bool as true.

Tulsadiver said:
Let's try a different method this time. I'll leave the bool as true.
Click to expand...
Click to collapse
Thanks! This one works and I don't see any side effects so far.

Droff said:
Thanks! This one works and I don't see any side effects so far.
Click to expand...
Click to collapse
This one is should be safe for other phones as well. All I did was use blank pngs instead of the keyboard icons.

Related

XPOSED not working Firmware .257

Just wondering if you guys experience the same issue?
None of the modules work for me.
app_process line is black and highlighted red instead of green with numbers.
Works fine for me. Are you sure you are rooted
Sent from my C6903 using XDA Premium 4 mobile app
Works perfectly for me as well.
Gravity Box working good.
but transparent not working.(statusbar and navibar)
Works great here thanks gregbradley for the tip
Sent from my C6903 using Tapatalk 2
crimsonm said:
Gravity Box working good.
but transparent not working.(statusbar and navibar)
Click to expand...
Click to collapse
Same here, transparency not working
3r1k said:
Just wondering if you guys experience the same issue?
None of the modules work for me.
app_process line is black and highlighted red instead of green with numbers.
Click to expand...
Click to collapse
Uninstall any mods you have installed and then re-install xposed.
Download one mod which you know works, like gravity box.
Then activate it by checking the box within modules.
Then go to framework and click install/update.
Then click reboot and allow it to restart the phone.
Once rebooted, click on gravity box and it should allow you in, if it does then youre golden.
If this doesn't work then you may want to check if you've rooted your phone correctly and you granted superuser access to Xposed in the first place, if that is the problem then force stop xposed and go to super user (the app) and remove xposed from the list, then re open xposed and grant it access for all time.
Should do the trick.
Once it's working, you're free to redownload all the mods you like.
Also sounds like you may have reinstalled Xposed from titanium, remove xposed using titanium and wipe data for the xposed app also in titanium, then reinstall xposed from scratch, also remove any mods that you may have before doing this too.
Yogaxl said:
Same here, transparency not working
Click to expand...
Click to collapse
Transparencie doesn't work (on stock launcher, try Nova) but other things are working great.
I always hated Xposed but I must admit - it's great on Z1.
CRT animation screen off, advanced power menu, disable stupid mobile data warning.
Awesome apk
You could take systemUI from ROM that have transparent status and nav bar and simple use that systemUI.apk.
Just say tnx to developer.
Sent from my Z1
It didn't work for me until I installed SuperSu over the default SU app.
Sent from my C6903 using xda app-developers app
3r1k said:
Just wondering if you guys experience the same issue?
None of the modules work for me.
app_process line is black and highlighted red instead of green with numbers.
Click to expand...
Click to collapse
Yep working fine for me
-App Settings
-GravityBox
-Hide Stamina mode icon
-Xblast Tools
-XuiMod
All working fine
benziii said:
-App Settings
-GravityBox
-Hide Stamina mode icon
-Xblast Tools
-XuiMod
All working fine
Click to expand...
Click to collapse
I can also confirm tweakbox
Yogaxl said:
Same here, transparency not working
Click to expand...
Click to collapse
Just installed it, latest version of Gravitybox.
I'm on MonxDified rom, it doesn't work...
Any other suggestions?

[q] hrt p7 l07-l05 rom

Just a question to those who are using this ROM: has anyone worked out what all of those Chinese language settings (found under settings) are for?
arthios said:
Just a question to those who are using this ROM: has anyone worked out what all of those Chinese language settings (found under settings) are for?
Click to expand...
Click to collapse
Well Most Of It I Have Switched On ... And It Does Its Job Like .. If You Tap On The Top Right Corner of the Status Bar Phone Turns Off ... And There is Also An Option for OG Battery Mod ... And If You Swipe on The Status Bar IT Does The Same AS Holding The Power Button ... Rest is CHinese and Call Recording Option I Guess
andromodgod said:
Well Most Of It I Have Switched On ... And It Does Its Job Like .. If You Tap On The Top Right Corner of the Status Bar Phone Turns Off ... And There is Also An Option for OG Battery Mod ... And If You Swipe on The Status Bar IT Does The Same AS Holding The Power Button ... Rest is CHinese and Call Recording Option I Guess
Click to expand...
Click to collapse
Thanks for your feedback. I've been able to translate nearly all of the Chinese strings to English. The modified APK is attached. The option under Settings is still in Chinese and one of the options in the Power Off menu is Chinese as well. If I knew where they were stored I'd amend those as well. The APK is in the /system/priv-app folder. All you have to do is overwrite the existing one with the modified one.
arthios said:
Thanks for your feedback. I've been able to translate nearly all of the Chinese strings to English. The modified APK is attached. The option under Settings is still in Chinese and one of the options in the Power Off menu is Chinese as well. If I knew where they were stored I'd amend those as well. The APK is in the /system/priv-app folder. All you have to do is overwrite the existing one with the modified one.
Click to expand...
Click to collapse
It Works !!!!
arthios said:
Thanks for your feedback. I've been able to translate nearly all of the Chinese strings to English. The modified APK is attached. The option under Settings is still in Chinese and one of the options in the Power Off menu is Chinese as well. If I knew where they were stored I'd amend those as well. The APK is in the /system/priv-app folder. All you have to do is overwrite the existing one with the modified one.
Click to expand...
Click to collapse
Also Xposed 2.5 and Latest Gravity Box Are Also Working ... I Got Advanced Reboot Menu in English with GB and Also Got Screen Recording Option But That Doesn't Work ... You Should Also Try Xposed and GB
andromodgod said:
Also Xposed 2.5 and Latest Gravity Box Are Also Working ... I Got Advanced Reboot Menu in English with GB and Also Got Screen Recording Option But That Doesn't Work ... You Should Also Try Xposed and GB
Click to expand...
Click to collapse
There's a new update for the L07 variant. Build 124. I tried it but couldn't see any difference and Xposed doesn't install. So, back to the HRT rom, installed Xposed and GB. All is well. Because Xposed doesn't sit well with the Emotion UI, I installed Apex Pro and the KitKat theme. The phone looks great! So thanks for the hint.
Settings.apk update
I'm pleased to say I finally managed to get the Chinese language strings in the Settings.apk translated to English. The revised apk can be downloaded here:
https://drive.google.com/file/d/0B6QnIbFOPM4pa0NLYjFtU1dKTGc/edit?usp=sharing
All you have to do is replace the apk and restart your phone.
Please note this apk is only suitable for those using the HRT_P7_L05L07_V2.0 ROM
Tested, working, seems stable.
Where can i get gapps for Huawei P7 L07 please. Google Services is crashing and can't use Play Store.
black_ps said:
Where can i get gapps for Huawei P7 L07 please. Google Services is crashing and can't use Play Store.
Click to expand...
Click to collapse
nIce

Xposed - Someone installed it?

Just received my brand new Z3,but already feeling the itch for some customization.
Someone already tried playing around with xposed?
It is fully working or at least some features?
Thanks
After rooting/bootloader unlocking the phone, I installed Xposed. It works well. I use the following:
App Settings - I made systemUI (and most of my non-sony apps) 240 dpi.
GravityBox (smaller nav bar, orange icons, replacement battery, AM/PM removal, 3 dot on nav bar right, search on nav bar left.
Tinted Status bar
Xperia Xposed - installed but I decided not to use anything
Please note, per conversations on general, unlocking the bootloader will irreversibly worsen the camera's low-light picture quality and kill native miracasting/chromecasting ability linked to Sony's DRM keys
I'm using tons of Xposed modules and I couldn't live without it. It's one of the greatest pieces of software ever written and I'll stay away from Android L until Xposed works on it. i never felt the urge to use CM or another rom since I'm using Xposed, GravityBox alone is such a mighty module that it replaces a plethora of third party rom features.
It's really hard to live without Xposed after having it for so long on my Moto X. I'm just not willing to lose the camera quality by unlocking the BL. Of course, there are other things I'm itching to do as well with root (like freezing and deleting lots of useless apps that suck battery!)
I am using xposed with
- xstana module
- tinted status bar
- gravity box
Everything works perfectly!
mickliq said:
It's really hard to live without Xposed after having it for so long on my Moto X. I'm just not willing to lose the camera quality by unlocking the BL. Of course, there are other things I'm itching to do as well with root (like freezing and deleting lots of useless apps that suck battery!)
Click to expand...
Click to collapse
I don't mind losing some of the camera quality either, I believe that people will either find a way to reverse the process, or make something better.
I'm just waiting till I can backup my TA partition.
Sent from my D5803
I istalled Xposed and run xled, xquiet hours and cyan lock screen the lose of the cameras low light abilty is not a big problem i use camera fv5 and change the iso settings
So no way in hell to get root without unlocking the bootloader?
i was using pie controls from gravitybox with navbar disabled, but i found out that pie doesn't appear when using camera with physical button with phone in standby.... anyone can confirm this?
I use XBlast and Xposed LED Control.
Both works fine. What does NOT work is GravityBox. But why? Can someone help me?
When trying to start it, it says "GravityBox System Framework does not answer" in german. in english perhaps its something like "cant retrieve System Framework data" or something like that.
It doesn matter how often i try, always the same error message
tranceonline said:
I use XBlast and Xposed LED Control.
Both works fine. What does NOT work is GravityBox. But why? Can someone help me?
When trying to start it, it says "GravityBox System Framework does not answer" in german. in english perhaps its something like "cant retrieve System Framework data" or something like that.
It doesn matter how often i try, always the same error message
Click to expand...
Click to collapse
You need to enable it in Module and restart phone. After that you can do what you want! In Download section, you can find more module with search filter by typing: xperia
Zanr Zij said:
You need to enable it in Module and restart phone. After that you can do what you want! In Download section, you can find more module with search filter by typing: xperia
Click to expand...
Click to collapse
Thx but did you read what i wrote? do i look as i use xposed the first time??
I am using xlast and xposed led, as i mentioned before.
tranceonline said:
Thx but did you read what i wrote? do i look as i use xposed the first time??
I am using xlast and xposed led, as i mentioned before.
Click to expand...
Click to collapse
I think gravity Box can not handle sonys ui. Had it before on lg g2 stock rom. Just some features worked. Keep in mind that gb is actually for vanilla kitkat(aosp,maybe cm)
GB worked fine for me on the Z1C, but eventually some features require a deodexed rom. I've always been using RomAur.
tranceonline said:
Thx but did you read what i wrote? do i look as i use xposed the first time??
I am using xlast and xposed led, as i mentioned before.
Click to expand...
Click to collapse
I did not mean you have to enable xposed installer. I said: you have to enable GravityKK module by tick the box, do nothing more, restart the phone first. After that you can config without any framework message error!
xposed works great
I using xposed for remote play (ps4)
and its workign great!
kekec777 said:
I using xposed for remote play (ps4)
and its workign great!
Click to expand...
Click to collapse
How does this work?
With bootloader unlocked? (I think so )
THX
gabsi55 said:
How does this work?
With bootloader unlocked? (I think so )
THX
Click to expand...
Click to collapse
I actually just installed CM11 for my Samsung Tab 2 p5110 so i have a custom stock rom..
kekec777 said:
I actually just installed CM11 for my Samsung Tab 2 p5110 so i have a custom stock rom..
Click to expand...
Click to collapse
Ah ok...
Thought you are using unlocked Z3C ..
Zanr Zij said:
I did not mean you have to enable xposed installer. I said: you have to enable GravityKK module by tick the box, do nothing more, restart the phone first. After that you can config without any framework message error!
Click to expand...
Click to collapse
Yes and as i said, i used Xposed before. what i want to say with that is : I know how Xposed works and how to use it. I know that you have to "activate" modules with the checkbox.
still, GB won't work.

[Module][Magisk][Pixel 2 Launcher][Original- unmodified][Systemless][App]

This magisk module is Pixel 2 launcher installer which installs it systemlessly.
When pixel 2 launcher is installed as user app, swipe right to open google now is not working. Even in some ROMs like pixel phone stock ROM, AEX ROM it can't be installed as user app.
When pixel 2 launcher is installed as system app, it causes issues like removes pixel launcher (in pixel phone & some ROMs' default launcher like AEX).
So this module will neither remove original pixel/pixel like launcher, nor compromise in functionality, it will just replace (or install) pixel 2 launcher systemlessly.
Google now launcher working with this systemlessly replaced pixel 2 launcher (even though it's not modified)
How to..
Flash module using latest magisk manager
Or
Flash using custom recovery like twrp.
Download link:
Download from attachment
Sources: Pixel 2 launcher apk file has been taken from APKMIRROR, and not modified at all.
Note:
All features will work only in oreo based ROMs. Notification dot & icon shape will not work with Nougat based ROMs.
You need to give location permission manually to get weather data as launcher is not asking location permission but by default all permission are set off.
Simple flashable zip & user app of Pixel 2 Launcher are available in this thread:
https://forum.xda-developers.com/android/general/pixel-2-launcher-t3688186
Enjoy!
Cool
noice bhery noice i laik it ? ?. ?
is there a way to port icons shapes and notifications dots for nougat?
channjose said:
is there a way to port icons shapes and notifications dots for nougat?
Click to expand...
Click to collapse
I've no idea.
nīīTīīn said:
noice bhery noice i laik it ? ?. ?
Click to expand...
Click to collapse
Timmers
Weather not showing alongside day n date
What can be done for this ?
Gave permission manually to launcher
surajloharia said:
Weather not showing alongside day n date
What can be done for this ?
Gave permission manually to launcher
Click to expand...
Click to collapse
Try turning on location. Install Google news & weather app. This may activate that feature.
dr.bathman said:
Try turning on location. Install Google news & weather app. This may activate that feature.
Click to expand...
Click to collapse
Ok extra stuff needed to be downloaded ? Isn' t it encoded with launcher ?
surajloharia said:
Ok extra stuff needed to be downloaded ? Isn' t it encoded with launcher ?
Click to expand...
Click to collapse
I've no idea.
dr.bathman said:
I've no idea.
Click to expand...
Click to collapse
Ok
Coz pixel launcher's weather works perfectly
Thnx for this, works perfectly.
Do you have a way to get back the old launcher after flashing this? Because after deleting this module in Magisk there is no launcher at all.
Cheers
Sent from my Google Pixel using XDA Labs
Sgace said:
Thnx for this, works perfectly.
Do you have a way to get back the old launcher after flashing this? Because after deleting this module in Magisk there is no launcher at all.
Cheers
Click to expand...
Click to collapse
Thats not possible
Module is systemless and doesn't overwrite
Sgace said:
Thnx for this, works perfectly.
Do you have a way to get back the old launcher after flashing this? Because after deleting this module in Magisk there is no launcher at all.
Cheers
Click to expand...
Click to collapse
Magisk deletes nothing.. it just disables old & enables new over it.
dr.bathman said:
Magisk deletes nothing.. it just disables old & enables new over it.
Click to expand...
Click to collapse
Hmm, ok that's weird then. When I disable the module and delete it in Magisk manager and then reboot I have no launcher at all.
I get a force close message that says "shut down is closed" or something like that. When I look at my apps in settings there's no Pixel launcher, but instead I have a shutdown app. Very weird.
Sent from my Google Pixel using XDA Labs
Sgace said:
Hmm, ok that's weird then. When I disable the module and delete it in Magisk manager and then reboot I have no launcher at all.
I get a force close message that says "shut down is closed" or something like that. When I look at my apps in settings there's no Pixel launcher, but instead I have a shutdown app. Very weird.
Click to expand...
Click to collapse
Reflash ROM, then try again.. see if you can replicate same..
dr.bathman said:
Reflash ROM, then try again.. see if you can replicate same..
Click to expand...
Click to collapse
Reflashed and got the exact same problem.
Did get back my old launcher by flashing a modded version of your module (replaced apk with pixel 1 launcher)
Cheers
Sent from my Google Pixel using XDA Labs
Sgace said:
Reflashed and got the exact same problem.
Did get back my old launcher by flashing a modded version of your module (replaced apk with pixel 1 launcher)
Cheers
Click to expand...
Click to collapse
Weird..
dr.bathman said:
Weird..
Click to expand...
Click to collapse
Yep, but for now it's ok.
Thnx again for your great module:good:
Cheers
Sent from my Google Pixel using XDA Labs
New:
Updated module with Pixel 2 Launcher from Oreo 8.1 Developers preview
For download see attachment in op post.
Enjoy!

System UI Battery Icon change

So ever since I got my first Android (Gingerbread) I've hated the stock 'brick' battery icon.
I've mostly used Gravitybox over the years to change it to the circle icon.
But I see Gravitybox isn't available for Android 11.
I've rooted and have EdXposed installed. I'm wondering if anyone can help or have a method of changing the battery icon. (A theme/ icon pack)
Id rather not go through the process of trying to manually unpack system UI, maybe there is another way? But I'm not finding it.
roweboat56 said:
So ever since I got my first Android (Gingerbread) I've hated the stock 'brick' battery icon.
I've mostly used Gravitybox over the years to change it to the circle icon.
But I see Gravitybox isn't available for Android 11.
I've rooted and have EdXposed installed. I'm wondering if anyone can help or have a method of changing the battery icon. (A theme/ icon pack)
Id rather not go through the process of trying to manually unpack system UI, maybe there is another way? But I'm not finding it.
Click to expand...
Click to collapse
3Minit Battery Mod Maybe?
Flash in Magisk manager
https://www.androidfilehost.com/?fid=10763459528675576626
Tulsadiver said:
3Minit Battery Mod Maybe?
Flash in Magisk manager
https://www.androidfilehost.com/?fid=10763459528675576626
Click to expand...
Click to collapse
That's wonderful thank you!
You have install edXposed on your pixel 5 ?
Work ??
Yes the newest version works no problems. I'm not sure if magisk repo has newest version of edxposed, I had to find it on xda the other day.
Although I'm not using anything with xposed yet...
roweboat56 said:
Yes the newest version works no problems. I'm not sure if magisk repo has newest version of edxposed, I had to find it on xda the other day.
Although I'm not using anything with xposed yet...
Click to expand...
Click to collapse
I assume you still lose GPay when you use xposed, right?
Sorry didn't fully test it, but with the new beta version of google pay, it let me log in and use the app (unlike old versions)
roweboat56 said:
Yes the newest version works no problems. I'm not sure if magisk repo has newest version of edxposed, I had to find it on xda the other day.
Although I'm not using anything with xposed yet...
Click to expand...
Click to collapse
It would really be helpful if you could let me know what version of Riru module, what version of EdXposed Manager, and what version of EdXposed framework works for you, and if you're able to pass safetynet in Magisk.
There's so many factors with edxposed and without being able to do a backup, I would really appreciate specific version numbers, if possible, before flashing anything.
mistermojorizin said:
It would really be helpful if you could let me know what version of Riru module, what version of EdXposed Manager, and what version of EdXposed framework works for you, and if you're able to pass safetynet in Magisk.
There's so many factors with edxposed and without being able to do a backup, I would really appreciate specific version numbers, if possible, before flashing anything.
Click to expand...
Click to collapse
Here's screenshots of what I currently have setup. I did a reboot after each Module install, but not sure if it's necessary.
I also installed riru core v21.3, then updated to the latest, also not sure if was necessary, but I did have issues my first go around installing this but I didn't reboot after each Module installation.
Hope this helps
andybones said:
Here's screenshots of what I currently have setup. I did a reboot after each Module install, but not sure if it's necessary.
I also installed riru core v21.3, then updated to the latest, also not sure if was necessary, but I did have issues my first go around installing this but I didn't reboot after each Module installation.
Hope this helps
Click to expand...
Click to collapse
thanks, I've got it working since back then though. running the latest versions of everything.
mistermojorizin said:
thanks, I've got it working since back then though. running the latest versions of everything.
Click to expand...
Click to collapse
Nice glad to hear
What xposed modules are you using?
Gravity box seems to be working quite well.
andybones said:
Nice glad to hear
What xposed modules are you using?
Gravity box seems to be working quite well.
Click to expand...
Click to collapse
activity force new task
app settings reborn
gravity box R
minminguard
niwatori- one handed mode
unristricted get tasks
There's a bunch of other modules I've tried that work, but I'm not using, some that I remember:
all trans
chrome pie
xposed edge
mistermojorizin said:
activity force new task
app settings reborn
gravity box R
minminguard
niwatori- one handed mode
unristricted get tasks
There's a bunch of other modules I've tried that work, but I'm not using, some that I remember:
all trans
chrome pie
xposed edge
Click to expand...
Click to collapse
I tried latest xposed and gravity box on my pixel 4a 5g, it works but for some reason, google camera force close, I must disable gravity box in order to make gcam working, nothing like that on your pixel 5?
J0kker said:
I tried latest xposed and gravity box on my pixel 4a 5g, it works but for some reason, google camera force close, I must disable gravity box in order to make gcam working, nothing like that on your pixel 5?
Click to expand...
Click to collapse
I actually have a 4a5g, same phone as the 5 basically. Gcam closing happened to some people on older version of xposed I believe.

Categories

Resources