Mikanoshi
Mikanoshi

How to reconnect after the connection loss? StompClient doesn't do this automatically. Heartbeat is enabled, it throws "10057 Socket is not connected" when encounters a problem and changes `Connected` to...
I can see that multiple repos are already supported: https://github.com/ElderDrivers/EdXposedManager/blob/master/app/src/main/java/org/meowcat/edxposed/manager/util/RepoLoader.java#L88 Adding my own there works, but how partial XMLs should be formatted and why does repo.xposed.info just return a full...
_EdXposed 0.4.6.4_ I need to hook **java.lang.Math.min(int.class,int.class)** method, but only inside SystemUI, so hook is in handleLoadPackage(). Hooking does not return any errors, but hook's code is not being executed....
Demo... 
Bootloop
I'm running root command from com.android.internal.policy.impl.PhoneWindowManager.systemBooted(). It works fine for me and numerous other users, but some have this error that causes bootloop: ``` W/Watchdog(28990): *** WATCHDOG KILLING SYSTEM PROCESS:...
protected $first_ver = 4294964838; protected $second_ver = 1123; ... protected function ClientStatus($args) { ... $snac .= $this->packTLV(0x0C, pack('NNcnNNNNNNn', 0x00, 0x00, 0x06, $this->protocol_version, 0x00, 0x00, 0x03, $this->first_ver, $this->second_ver, 0x00, 0x00)); ......