Compatibility Pac-Man ROM - Xposed General

Hi,
Xposed installer and modules are supported by Pac-Man ROM?? My device is OnePlus One

Framework: should be, make a backup and TIAS. Modules: depends on the module, check the particular module's thread.

GermainZ said:
Framework: should be, make a backup and TIAS. Modules: depends on the module, check the particular module's thread.
Click to expand...
Click to collapse
What is TIAS? However the module is Gravity Box that i would like to install... but i dont' t know because i wouldn' t brik my OnePlus One

bertold97 said:
What is TIAS?
Click to expand...
Click to collapse
Try It And See.
bertold97 said:
However the module is Gravity Box that i would like to install... but i dont' t know because i wouldn' t brik my OnePlus One
Click to expand...
Click to collapse
Read the GravityBox OP and search the thread, see for yourself if it's compatible with your device/ROM. Also check the Xposed FAQ for instructions on how to get out of a bootloop.

I'm running xposed along with a handful of tweaks and its fine running the latest PAC nightlys

I'm running a couple of modules, but if I use to many they cause a bootloop. And it doesn't seem to be a module specific problem. If I exceed 12 modules it bootloops and in some cases I even lost my app data (but only user app data. No settings or so).

Related

[Q] XPOSED modules not working on Lollipop

Hi,
I'm new to all customizations and things similar on Android. I have been using Xposed on Kitkat without any issues on my Nexus 4. I recently installed xposed alpha for lollipop (waited so long for that). However, not all modules recognize xposed framework. I have installed GravityBo[LP] and working perfectly fine, but there are modules like BootManager and XPrivacy which says that the module is not activated. Attached are the screenshots. Please advise.
sujeet.sinha said:
Hi,
I'm new to all customizations and things similar on Android. I have been using Xposed on Kitkat without any issues on my Nexus 4. I recently installed xposed alpha for lollipop (waited so long for that). However, not all modules recognize xposed framework. I have installed GravityBo[LP] and working perfectly fine, but there are modules like BootManager and XPrivacy which says that the module is not activated. Attached are the screenshots. Please advise.
Click to expand...
Click to collapse
chk this thread for working xposed modules -
http://forum.xda-developers.com/xposed/unofficial-list-modules-xposed-lollipop-t3030515
Also, Bootmanager seems to be working based on the feedback, chk pg 32 in the above thread.
shantu said:
chk this thread for working xposed modules -
http://forum.xda-developers.com/xposed/unofficial-list-modules-xposed-lollipop-t3030515
Also, Bootmanager seems to be working based on the feedback, chk pg 32 in the above thread.
Click to expand...
Click to collapse
I have seen that link. My bad I missed the fact that XPrivacy is not supported. However, I'm facing the same issue with BootManager.
sujeet.sinha said:
I have seen that link. My bad I missed the fact that XPrivacy is not supported. However, I'm facing the same issue with BootManager.
Click to expand...
Click to collapse
What happenes if you click ouside the error message, does it allow you to configure Boot Manager?
Edit - I just downloaded it on my Nexus 5 stock rom, and is working fine!
shantu said:
What happenes if you click ouside the error message, does it allow you to configure Boot Manager?
Edit - I just downloaded it on my Nexus 5 stock rom, and is working fine!
Click to expand...
Click to collapse
Yes. It does. But, will it actually work without the xposed framework?
Check, and if it doesnt, let the app owner of Bootmanager know
shantu said:
Check, and if it doesnt, let the app owner of Bootmanager know
Click to expand...
Click to collapse
This is fixed with BootManager 3.1.0

Disabling specific modules while in safe mode

Is there any way to do this? The checkboxes to enable/disable them are grayed out in Xposed Installer, and trying to change it via enabled_modules.xml doesn't work.
kayaven said:
Is there any way to do this? The checkboxes to enable/disable them are grayed out in Xposed Installer, and trying to change it via enabled_modules.xml doesn't work.
Click to expand...
Click to collapse
With only those vague information, nobody might help you. What Android version are you using? What device? Which version of Xposed have you installed?
Portgas D. Ace said:
With only those vague information, nobody might help you. What Android version are you using? What device? Which version of Xposed have you installed?
Click to expand...
Click to collapse
I have a Samsung Galaxy S5 running CM13, with Xposed version 78 installed.
kayaven said:
I have a Samsung Galaxy S5 running CM13, with Xposed version 78 installed.
Click to expand...
Click to collapse
According to your specifications, you will need to install the official version of Xposed by rovo89 from this thread. I would recommend to install the Xposed v80 version, since v81 and all other versions above introduced a new created API, so modules might crash.
Flash v80 (SDK23 for Android 6) and install the XposedInstaller_v3.0_alpha4.apk and report back.
Hmm, strange.
For some reason, when I removed safe mode, it booted up normally without any of the modules working (some module is causing bootloop, idk what one). I can now disable specific modules, without having to go to safemode.
Its a strange workaround, but it works.
Thank you for your help anyways.

[MODULE] Nano-Miitomo 1.0.20161115

As many of you know Nintendo's first mobile app Miitomo crashes on most custom kernels and ROMs. Since version 1.2.0 Miitomo does no longer check for root, but it checks the value of 'ro.debuggable'. If 'ro.debuggable' is set to '1' by the kernel (in /default.prop), Miitomo will crash.
So what this Module does, is to set 'ro.debuggable' to '0', using the shiny new resetprop introduced in Magisk v9. This Magisk Module is meant for people who can't use Xposed or don't want to.
For Xposed users, check my SecurityBypasser Xposed Module.
Tested on Lux (Moto X Play).
Download and Code over at github.
Can you make another module that sets ro.build.type=user in build.props?
Link_of_Hyrule said:
Can you make another module that sets ro.build.type=user in build.props?
Click to expand...
Click to collapse
Should not be a problem. Any particular reason?
Setialpha said:
Should not be a problem. Any particular reason?
Click to expand...
Click to collapse
Because Android Wear won't work if it's userdebug.
EDIT: I was able to make a script based on an existing script for something else thanks for your reply. This is the script I made if anyone needs it.
@Setialpha This still works great and you should get it put on the Magisk module repo.
Link_of_Hyrule said:
@Setialpha This still works great and you should get it put on the Magisk module repo.
Click to expand...
Click to collapse
+1
I can't install this on magisk with the install module feature. Does it work through twrp?
Brentboy said:
I can't install this on magisk with the install module feature. Does it work through twrp?
Click to expand...
Click to collapse
That's likely an issue with MagiskManager, flashing through TWRP will work.
Setialpha said:
That's likely an issue with MagiskManager, flashing through TWRP will work.
Click to expand...
Click to collapse
Thanks, and is there away to make this work for puzzle and dragons jp? I'm in nougat so can't use your xposed module :/
Just FYI it also helps with Super Mario Run.
This actually allows me to play Mario on my Oneplus One with resurrection remix ROM.
Thank you very much
So I do need to run that script of I don't want to have Android Wear issues?
well it helped in playing Mario Run but it made Yugioh duel links stop working so i uninstalled it
going to give this a try for mario. thanks very much!
WORKS!
Guys... Since v11.5 Magisk changes this prop value by default. If you're keeping up to date, there's really no need to flash the module, just enable Hide...
That is not working in resurrection remix (redmi note 3)
---------- Post added at 03:40 PM ---------- Previous post was at 03:36 PM ----------
Didgeridoohan said:
Guys... Since v11.5 Magisk changes this prop value by default. If you're keeping up to date, there's really no need to flash the module, just enable Hide...
Click to expand...
Click to collapse
That is not working in resurrection remix (redmi note 3)
I still think it would be great if this was added to the magisk module repo I know a lot of people probably use it.
Sent from my Nexus 7 using Tapatalk
Link_of_Hyrule said:
I still think it would be great if this was added to the magisk module repo I know a lot of people probably use it.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
It won't be added...
1 - Magisk Hide changes this prop by default. If someone has issues with Hide, there's always modules like this and you could also very easily make a boot script utilising resetprop.
2 - @topjohnwu have clearly stated he won't add modules that only changes a prop value to the repo. This is an upcoming feature in the Manager.
Didgeridoohan said:
It won't be added...
1 - Magisk Hide changes this prop by default. If someone has issues with Hide, there's always modules like this and you could also very easily make a boot script utilising resetprop.
2 - @topjohnwu have clearly stated he won't add modules that only changes a prop value to the repo. This is an upcoming feature in the Manager.
Click to expand...
Click to collapse
Oh ok so basically I don't even need this module any more?
Sent from my A0001 using Tapatalk
Link_of_Hyrule said:
Oh ok so basically I don't even need this module any more?
Click to expand...
Click to collapse
U don't need it, because magisk already does what this module does since months.

Most modules are not upgraded since year 2013 ? Is it safe to use same ?

Most modules are not upgraded since year 2013 ? Is it safe to use same ?
https://www.xda-developers.com/best-xposed-modules/
Most modules are not upgraded since ages ?
Yet the thread is posted as latest 2018 best modules ?
Tried all and mobile wont boot now.. lol..
I have results of latest modules displayed on the post, but not yet upgraded since ages.
Except greenfly or few.. Though listed..
Are these modules still safe to use with latest technology ?
Thanks,
Request reply from advanced person and request to pin after my reply.
I still love XDA but a question.
Noone on XDA team to reply same ?
ITs weird.. ?
Made other replies in respective topics..
But that is xposed and still xposed ?
UHHH..
It really depends on what Android version are you using.
Sometimes even if the modules are really old they still works.
You can try install them one by one, so if you end up in a bootloop you know exactly what module caused it.
In case of bootloop if you're using Xposed systemless just uninstall xposed module from recovey (with uninmod or magisk mm) and delete the xposed apps once it boots with xposed disabled
If you're using system version of xposed, browse from twrp to the modules folder and delete the module by hand
Or just search on xda, there are threads where people post which module works on each version of Android
IODroids said:
.Are these modules still safe to use with latest technology?
Click to expand...
Click to collapse
I
Safe?? In general, yes. Module specific - no different than the day module was born.
Stability is a completely different animal with numerous variables in play using "latest technology". Do your homework; seek community input on modules in question. Know how to recover from module failures and bootloops. Maybe consider a backup; I heard they're a good idea.

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