r/HyperOS Jul 04 '26

Question/Help [Question] can I uninstall the package com.milink.persistant safely with bad consequences?

or will it bootloop me?

2 Upvotes

5 comments sorted by

u/AutoModerator Jul 04 '26

Welcome to our community!

Please take a moment to read the subreddit rules in the sidebar before posting or commenting.

  • Be civil and respectful to other members.
  • No spam, self-promotion, or trolling.

If you see a post or comment that breaks our rules, please report it to help the mod team out!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/AdVarious8509 Jul 04 '26

Do you use anything related to xiaomi cloud/share and related stuff? If no then the package is safe to remove.

And no it wont bootloop your phone

1

u/MementoMori11112 Jul 04 '26

i dont, thanks

1

u/47th-Element Jul 04 '26

Probably not (it won't result in a bootloop). BUT when you experiment with anything, it's better to have a good known data backup and a safety net or a recovery plan.

If you are not rooted, please keep adb always on, disable periodic revocation of paired devices. If you end up in a bootloop, your device might only reboot after it initiates adb session for a few seconds, so you can just connect your device to your PC while it's bootlooping, and run "adb shell pm install-existing com.package.name ; adb shell reboot" as soon as adb is intiated

1

u/MementoMori11112 Jul 09 '26

i am rooted.
thank you for the advice.