Search Criteria
Package Details: universal-android-debloater 1.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/universal-android-debloater.git (read-only, click to copy) |
---|---|
Package Base: | universal-android-debloater |
Description: | Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices |
Upstream URL: | https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation |
Licenses: | GPL-3.0-or-later |
Conflicts: | universal-android-debloater-opengl |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 12 |
Popularity: | 0.41 |
First Submitted: | 2021-10-13 16:22 (UTC) |
Last Updated: | 2024-12-13 03:01 (UTC) |
Dependencies (6)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- mold (mold-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3
Frigyes06 commented on 2023-11-23 21:55 (UTC)
Hello! I'm Frigyes06 on GitHub, one of the maintainers of the project. Would you be interested in becoming a contributor on GitHub, so we can reach you if need be? Best, Frigyes
doppelhelix commented on 2023-11-12 08:51 (UTC) (edited on 2023-11-12 08:56 (UTC) by doppelhelix)
Maybe consider moving to a fork, since 0x192 is no longer active: https://github.com/0x192/universal-android-debloater/issues/923 :
Astrobald commented on 2023-11-12 07:35 (UTC)
Hello, 0x192 github repo no longer appears to be active. Here are the latest releases.
Ataraxy commented on 2022-05-26 12:41 (UTC)
I got build errors with
rust
installed, but swapping forrustup
and arustup toolchain install nightly
make it build just fine.yochananmarqos commented on 2022-01-31 17:10 (UTC)
@zardoz: It builds just fine, your toolchain is out of date:
<deleted-account> commented on 2022-01-31 15:17 (UTC)
0.4.1-1 doesn't build:
error: failed to parse manifest at
/home/user/.cache/yay/universal-android-debloater/src/universal-android-debloater-0.4.1/Cargo.toml
Caused by: feature
strip
is requiredThe package requires the Cargo feature called
strip
, but that feature is not stabilized in this version of Cargo (1.59.0-nightly (fcef61230 2021-12-17)). Consider addingcargo-features = ["strip"]
to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature. See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-strip-option for more information about the status of this feature.yochananmarqos commented on 2021-10-20 15:20 (UTC)
@gap30: I can't reproduce that.
gap30 commented on 2021-10-20 10:16 (UTC)
error: failed to get
glutin
as a dependency of packageiced_glutin v0.2.0 (https://github.com/hecrj/iced.git#569aff33)
... which satisfies git dependencyiced_glutin
(locked to 0.2.0) of packageiced v0.3.0 (https://github.com/hecrj/iced.git#569aff33)
... which satisfies git dependencyiced
(locked to 0.3.0) of packageuad_gui v0.3.0 (/home/gary/universal-android-debloater/src/universal-android-debloater-0.3)
Caused by: failed to load source for dependency
glutin
Caused by: Unable to update https://github.com/iced-rs/glutin?rev=2564d0ab87cf2ad824a2a58733aebe40dd2f29bb#2564d0ab
Caused by: object not found - no match for id (2564d0ab87cf2ad824a2a58733aebe40dd2f29bb); class=Odb (9); code=NotFound (-3) ==> ERROR: A failure occurred in prepare(). Aborting...
« First ‹ Previous 1 2 3