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.27k stars 811 forks source link

Why not just code it like this? #34

Closed 0x192 closed 2 years ago

0x192 commented 2 years ago

In GitLab by @lawson85 on Sep 25, 2021, 19:46

This tool debloats Windows but it has a GUI which just works and does not flicker and works on all systems including the Compaq 610.

https://github.com/Sycnex/Windows10Debloater

0x192 commented 2 years ago

In GitLab by @W1nst0n on Sep 25, 2021, 21:23

Well... the Sycnex debloat tool cannot be compared to this tool. Universal Android Debloater GUI aims at being a cross-platform GUI. The Sycnex tool only runs on Windows (which is totally understandable) and doesn't offer a GUI (only powershell scripts).

I have the feeling you underestimate a bit the difficulty of the task. The people working on the GUI library I use (Iced) and the renderer used by the library do a really difficult job (and on their free time!).

You're just unlucky. There are bugs everywhere. Manufacturer driver bugs are a real. I hope we'll manage to fix your isse but keep in mind that having a visual glitch doesn't mean everyone is in your case. You're, for now, the only one having this bug.

PS: Don't forget to test the OpenGL build. [cf. #28]

0x192 commented 2 years ago

In GitLab by @lawson85 on Sep 26, 2021, 13:40

Yes I underestimate. This is a GUI:

1632656414363blob

... On Saturday, 25 September 2021, 20:23:34 BST, W1nst0n (@W1nst0n) wrote: W1nst0ncommented: Well... the Sycnex debloat tool cannot be compared to this tool. Universal Android Debloater GUI aims at being a cross-platform GUI. The Sycnex tool only runs on Windows (which is totally understandable) and doesn't offer a GUI (only powershell scripts). I have the feeling you underestimate a bit the difficulty of the task. The people working on the GUI library I use (Iced) and the renderer used by the library do a really difficult job (and on their free time!). You're just unlucky. There are bugs everywhere. Manufacturer driver bugs are a real. I hope we'll manage to fix your isse but keep in mind that having a visual glitch doesn't mean everyone is in your case. You're, for now, the only one having this bug. PS: Don't forget to test the OpenGL build. [cf. #28] — Reply to this email directly or view it on GitLab. You're receiving this email because of your account on gitlab.com.If you'd like to receive fewer emails, you canunsubscribefrom this thread oradjust your notification settings.
0x192 commented 2 years ago

In GitLab by @W1nst0n on Sep 26, 2021, 20:13

Oh! I didn't know it was possible to have a GUI with only Powershell scripts. That's pretty cool.

Anyways, you understand that I can't really use that for this project (and I wouldn't even want to use Powershell).

0x192 commented 2 years ago

In GitLab by @lawson85 on Sep 26, 2021, 21:11

Yes. I'm sorry if I came across as rough and harsh. You know I like your tools, I promote it most days

... On 26 September 2021 19:13:25 "W1nst0n (@W1nst0n)" wrote: > W1nst0n > commented: > Oh! I didn't know it was possible to have a GUI with only Powershell > scripts. That's pretty cool. > Anyways, you understand that I can't really use that for this project (and > I wouldn't even want to use Powershell). > — > Reply to this email directly or view it on GitLab. > You're receiving this email because of your account on gitlab.com. > If you'd like to receive fewer emails, you can > unsubscribe > from this thread or > adjust your notification settings.
0x192 commented 2 years ago

In GitLab by @W1nst0n on Sep 26, 2021, 21:54

No worries. It is nice of you :)

By the way, I still don't know if you have your flickering issue with the openGL build (#28)