0x192 / 0x192/universal-android-debloater
GUI not working correctly in kali linux
- 主要語言
- Rust
- 星號
- 19.9k
- 分支
- 1.1k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
**Describe the bug**
I enabled USB debugging in the developer options on my phone and ADB connects to it and lists it as attached. I installed ADB with `apt install android-sdk-platform-tools` then got the tarball,
extracted it with `tar -xf uad_gui-linux.tar.gz` and ran the one file that's inside `./uad_gui-linux.` The GUI opens up and closed quickly.
Keep up the good work, great project and thanks!
**UAD log**
Error in Adapter::request_device: Limit 'max_compute_workgroups_per_dimension' value 65535 is better than allowed 0
```
2022-12-17 00:13:58 ERROR [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.13.1/src/backend/direct.rs:898] Error in Adapter::request_device: Limit 'max_compute_workgroups_per_dimension' value 65535 is better than allowed 0
2022-12-17 00:13:58 ERROR [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.13.1/src/backend/direct.rs:898] Error in Adapter::request_device: Limit 'max_compute_workgroups_per_dimension' value 65535 is better than allowed 0
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The error points to wgpu backend in direct.rs, suggesting a graphics/compute compatibility issue on Kali Linux. Start by checking the GPU driver and wgpu version compatibility. Look at the GUI initialization code and wgpu adapter request logic. Test with different wgpu backends (Vulkan, OpenGL) to see if the issue persists.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- android, linux, rust
- 領域
- cli, desktop
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100