pylerSM / XInstaller

[Xposed module] Various tweaks for Package Installer
http://repo.xposed.info/module/com.pyler.xinstaller
BSD 2-Clause "Simplified" License
153 stars 61 forks source link

ADB Install stuck... #23

Closed ttv20 closed 9 years ago

ttv20 commented 9 years ago

when I try to install APK by ADB its stuck [adb install APKFILE] I try from several computers when i unmark the module and reboot is working again

I Have THL 5000 (Chinese) AOSP ROM Android 4.4.2 Xposed 2.6.1

Thank you

pylerSM commented 9 years ago

Did you enable option (Disable) Installing in background? But... it should work for adb still.. even if option is enabled.

if (isModuleEnabled() && installBackground) { if (Binder.getCallingUid() == Common.ROOT_UID) { param.setResult(null); } }

basically it stops installations if option is enabled and if app calls commands as root.