0x192 / universal-android-debloater

Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
15.28k stars 813 forks source link

Linux version is broken? #625

Closed ghost closed 1 year ago

ghost commented 1 year ago

So I'm on Ubuntu 20.04, and I've been wanting to debloat my Samsung Galaxy a bit. I followed the instructions perfectly - installed android tools on my computer here and grabbed the tar.gz file while enabling the necessary options on my tablet...and nothing. Double clicked the extracted file and nothing happens. It won't start up at all. I even tried using the opengl version, but even that version won't do anything. And yes, I do have the option that allows it to be ran enabled.

I also tried running chmod to see if that could do anything, and I get a 'chmod: cannot access 'uad_gui-linux-opengl': No such file or directory' in response.

So what is going on here? Is the Linux version broken or-?

EDIT:

So I was able to get it running through the terminal, however the program itself couldn't find my device, and the terminal kept throwing up the error: 'adb: error while loading shared libraries: libadb.so.0: cannot open shared object file: No such file or directory'. What is going on here?

ghost commented 1 year ago

Nevermind actually! I got the ADB program running fine through the terminal and got rid of what I wanted to get rid of!

Don't know what's up with this program, but at least I know how to do it now.