TacoTheDank / Scoop

[ADB/Root] Catches a stack trace when an app crashes unexpectedly.
Apache License 2.0
306 stars 24 forks source link

Show whether Xposed module is enabled #26

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi i recommend you add mark if xposed module scoop enabled buddy thanks :)

@TacoTheDank

TacoTheDank commented 2 years ago

@NSTAdventure Can't you see that in the Xposed manager app or whatever it is? The Xposed manager is the app that is supposed to show this, as far as I'm aware.

ghost commented 2 years ago

@NSTAdventure Can't you see that in the Xposed manager app or whatever it is? The Xposed manager is the app that is supposed to show this, as far as I'm aware.

Well i can but the problem i use your app in virtual app and virtual app sometime not working well especially in xposed module that's why i need some kind of mark from scoop if they run or not 🙏😊

TacoTheDank commented 2 years ago

@NSTAdventure I don't really know how I would go about implementing this. Bottom line is, the app only works if you grant the necessary permissions (either through ADB or granting root access). You typically need root to use the Xposed implementation. At that point, as long as your Xposed module app has Scoop set to enabled, it should work fine. Perhaps I'm misunderstanding how it all works... I don't really know.