decipher3114 / Revancify

The only revancify
Apache License 2.0
859 stars 61 forks source link

Issues with pacman bootstrap #98

Closed EnderNon closed 3 months ago

EnderNon commented 3 months ago

When I ran "Uninstall Patched App" with superuser, my phone just switched off and bugged out. When i tried to boot up I found everything was gone. Thanks a lot 👍

decipher3114 commented 3 months ago

Well, check the script. There is nothing that delete anything other than the apk file.

decipher3114 commented 3 months ago

https://github.com/decipher3114/Revancify/blob/cd03e9c1302a1e498a8acc9d98904fa9bbeb2a05/root_util.sh#L9

Here arethe uninstall command. Definitely issue with your phone.

EnderNon commented 3 months ago

That's quite odd then. It stopped doing it after i reflashed OS. I found out the cause of a lot of revancify errors on my phone, it's that using the Pacman bootstrap instead of apt breaks things.

EnderNon commented 3 months ago

Ok, first issue I found, it tries to run some command with an -o flag but with the pacman bootstrap there is no -o option

decipher3114 commented 3 months ago

apt is only required while fetching the dependencies. Switch to apt, fetch deps and then switch back to pacman.

EnderNon commented 3 months ago

Ok, here's the thing: when switching package manager bootstrap only your home directory remains and everything else is gone. The installed dependencies will also be gone unless they're stored in your home directory.