**Please take note of the following troubleshooting steps before reporting an issue:**
* Check if you have searched through existing issues and haven't found anything relevant.
* Ensure that you have uploaded the bug report file in KernelSU Manager under Settings -> Report Log.
* Confirm that you understand how to reproduce the issue, which may not be specific to your device.
**Describe the Bug:**
When running the command `pm uninstall` inside Termux, it consistently reports errors 100% of the time.
**Steps to Reproduce:**
1. **Install KernelSU:**
* Use LKM to install KernelSU.
2. **Setup Termux:**
* Download and open Termux from F-Droid or GitHub.
3. **Update and Upgrade:**
* Run `apt update` and then `apt upgrade`.
4. **Install necessary packages:**
* Run `apt install tsu busybox`.
5. **Switch to root user:**
* Run `tsu`.
6. **Attempt uninstallation:**
* Run `pm uninstall --user 0 com.android.adservices.api`.
7. **Expected Output:**
* The command should execute successfully without errors.
**Observed Output:**
root@localhost:~# pm uninstall --user 0 com.android.adservices.api
cmd: Failure calling service package: Failed transaction (2147483646)
root@localhost:~# id
uid=0(root) gid=0(root) groups=0(root) context=u:r:su:s0
root@localhost:~#
**Expected Device Info:**
* Device: OnePlus Ace 3V
* OS Version: Android 14, ColorOS 14
* KernelSU Version: v1.0.2(11986)
* Kernel Version: 6.1.57-android14
**Additional Context:**