MPeti1

Results 18 issues of MPeti1

can't install because it has only 32 bit version

I've placed a breakpoint a few lines after a method call, and it seems that instance variables and method params can't be seen in the variables menu. I've found a...

smalidea

If i open the 3 dot menu and click on "Bulk Media Downloader" nothing happens. I'm on the latest version (0.2.1)

I was just batch-downloading chat from a channel and got this error: ``` Traceback (most recent call last): File "c:\users\masap\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\users\masap\appdata\local\programs\python\python37\lib\runpy.py", line 85,...

I have a Xiaomi phone with MIUI, and I usually have rotation lock turned on while I don't need automatic rotation. The way it works for me is that when...

**Describe the bug** The wiki's section about [how to compile](https://github.com/android-hacker/VirtualXposed/wiki/How-to-compile) the app is incomplete regarding how to build the app. I've managed to get through NDK errors and a few...

The setup (gear) icon not showing up in youtube Edit: i forgot to mention [YTCenter settings](https://www.youtube.com/#ytcenter.settings.open) also not working. it loads the youtube home page

method hooks don't get called for some reason. i checked in the logs and handleLoadPackage is called, it even reaches the end so findAndHookMethod-s also should be called. in the...

Hi! I wanted to call XposedBridge.getXposedVersion() to check what version is installed, and I got this exception: java.lang.NoClassDefFoundError: Failed resolution of: Lde/robv/android/xposed/XposedBridge; But if I stop at a breakpoint, open...

If I call `firstMethod()` from `secondMethod()`'s callback, then `firstMethod()`'s callback doesn't get called. But then what is the purpose of `XposedBridge.invokeOriginalMethod()`? I mean, that should only happen if I call...