"broken pipe" error when trying to install on Motorola Edge 2024 #3637
Replies: 4 comments 11 replies
-
This has to be caused by your phone. Perhaps related to it having been routed. I cannot prove this is caused by your phone. Let's say we find a way to address this by making a change to the xDrip code. There is no way we can keep the code going forward maintaining this because none of us, as far as I know, uses a rooted phone. I have no way of testing xDrip with a rooted phone. |
Beta Was this translation helpful? Give feedback.
-
What android version is the phone? |
Beta Was this translation helpful? Give feedback.
-
I wonder why the first two lines visible in the logcat have a different date than the rest of the lines. |
Beta Was this translation helpful? Give feedback.
-
The logs imply that the package manager is crashing due to some incompatibility with micro-g of the ACTIVITY_RECOGNITION permission. SystemUI crashing looks like a bug of the phone. I'm not sure why this would happen and why we haven't heard of it before as I would expect it to affect anything running micro-g. Broken pipe is likely the package manager also crashing. In all cases neither the package manager or system-ui should crash as these system components should be able to handle APKs they are not compatible with and return an error message rather than break. xDrip might be using an old mechanism for ACTIVITY_RECOGNITION as it is quite an old feature implementation but based on the crashes happening on the phone I am suspecting the components there rather than anything xDrip is doing. |
Beta Was this translation helpful? Give feedback.
-
I've tried both the latest stable build and latest nightly, but when attempting to install both, SystemUI crashed. When attempting to install in ADB I get the following error:
The phone is rooted and running microG. Not really sure what other debugging details I can provide since the app won't even install. The phone is running Android 14.
Beta Was this translation helpful? Give feedback.
All reactions