NneutronscottLevel 5 - Gold Elite Member
- Edited
swagmastuh I've been rebooting a lot today and it seems more often the APK installations fail. I might make a new boot.img that runs the command earlier in the init process but until then you can resolve it by resetting the parameter and restarting the Android system (as long as Magisk got installed and setup):
C:\>adb install Launcher3.apk
Performing Streamed Install
adb: failed to install Launcher3.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE: Failed rename]
C:\>adb shell su -c resetprop -n ro.vendor.tct.endurance true
C:\>adb shell su -c setprop ctl.restart zygote
C:\>adb install Launcher3.apk
Performing Streamed Install
Success