Busybox Xposed Installer
Download Xposed Installer Static BusyBox.APK For Android. Xposed Installer Static BusyBox. Here’s what you need: Busybox binary file that’s compatible with your kind of device (CPU architecture, such as ARMv6, ARMv7, etc.) The Xposed APK file needs to.
Here is a logcat made using the filter 'xposed': 12-02 17:04:09.255 D/libsuperuser(5308): libsuperuserCSU+ /data/data/de.robv.android.xposed.installer/cache/busybox-xposed mount -o remount,rw /system 12-02 17:04:09.775 I/DEBUG (1741): pid: 5344, tid: 5344 /data/data/de.robv.android.xposed.installer/cache/busybox-xposed. Thanks, that's helpful. The mount command mentioned by crashes hard with a Segmentation Fault. Usually, the installation should go on, and in case it's not successful it would display a link to. But in this case, it takes 22 seconds for the crash to complete, because dumpstate needs so much time to collect relevant log information. Iron man 1 full movie.
Xposed Framework Installer
Xposed Installer sets a timeout at 10 seconds and stops the command (and the shell) after that time. For most commands, the installation aborts if the command was not successful. But for the mounts, it tries to continue anyway, and therefore executes the next command in the (closed) shell. To fix the root cause, follow the link above.
To fix the crash after the command has failed, the installer could either open a new shell or stop the installation. Not sure yet what the better option would be.