Search Criteria
Package Details: universal-android-debloater-opengl 0.5.1-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 (OpenGL renderer) |
Upstream URL: | https://github.com/0x192/universal-android-debloater |
Licenses: | GPL3 |
Conflicts: | universal-android-debloater |
Provides: | universal-android-debloater |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 3 |
Popularity: | 0.035945 |
First Submitted: | 2021-10-13 16:22 (UTC) |
Last Updated: | 2022-07-03 19:07 (UTC) |
Dependencies (5)
- android-tools (android-sdk-platform-tools-dummy, android-sdk-platform-tools)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- cargo-nightly (rust-nightly-bin, rustup-git, rustup) (make)
- libxkbcommon (libxkbcommon-git) (make)
- lld (llvm-git) (make)
Latest Comments
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:
zardoz commented on 2022-01-31 15:17 (UTC) (edited on 2022-01-31 15:17 (UTC) by zardoz)
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...