==> Entering fakeroot environment... ==> Starting package()... mv: cannot stat 'XiaoMiTool-V2': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
Search Criteria
Package Details: xiaomitool-v2 20.7.28-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xiaomitool-v2.git (read-only, click to copy) |
---|---|
Package Base: | xiaomitool-v2 |
Description: | Modding of Xiaomi devices made easy for everyone |
Upstream URL: | https://www.xiaomitool.com/V2/ |
Licenses: | custom |
Submitter: | ariasuni |
Maintainer: | davispuh |
Last Packager: | ariasuni |
Votes: | 19 |
Popularity: | 0.000252 |
First Submitted: | 2019-04-28 01:06 (UTC) |
Last Updated: | 2021-05-20 17:01 (UTC) |
Dependencies (0)
Required by (0)
Sources (6)
Kush commented on 2020-12-12 11:56 (UTC)
Antikruk commented on 2020-12-05 20:32 (UTC)
xfce4-terminal: unknown option "-title" ==> ERROR: A failure occurred in package(). Aborting...
simona commented on 2020-10-19 21:28 (UTC)
thx for pkhg :-)
xinayder commented on 2020-08-01 17:59 (UTC) (edited on 2020-08-01 17:59 (UTC) by xinayder)
The new package release (v20.7.28) requires an additional parameter passed to the .run file so that the PKGBUILD builds correctly.
On line 27, it should be changed to: sh "XMT2_Linux_$pkgver.run" --noexec --keep
Otherwise the XiaoMiTool-V2 folder won't be created after extracting data.
ariasuni commented on 2020-06-08 01:52 (UTC)
I updated the script as you suggested (this is a script I copied without any changes from the .deb package before the author stopped producing them).
Sadly, it seems that XiaoMiTool-V2 needs specifically OpenJDK 13 but it’s not available in official packages (only version 8, 11, and 14) or in the AUR.
dreieck commented on 2020-06-04 09:22 (UTC)
Can you change /osr/bin/xiaomitool
such, that it does not execute in the background (the user can choose by her/himself by executing xiaomitool &
)?
e.g., change it to:
#!/bin/sh
cd /opt/XiaoMiTool-V2/ && ./bin/java -jar ./XiaoMiTool.jar
And, btw., why does it need it's own Java? Can't it use a system Java (maybe depend on an older java-version, what also other Arch Linux packages do if required)? Would be much cleaner.
zephyr0 commented on 2020-05-31 04:01 (UTC)
There seems to be an issue with the current release. I am getting this error
Failed to parse arguments: Unknown option -title
==> ERROR: A failure occurred in package(). Aborting...
ariasuni commented on 2019-12-17 19:33 (UTC)
I don’t why you are running java -jar
directly?? There is a xiaomitool
command that launch the right command and just works (and an entry in graphical applications menu, for that matter).
physkets commented on 2019-12-17 13:18 (UTC) (edited on 2019-12-17 13:49 (UTC) by physkets)
I get an error when I try to run the tool:
$ java -jar /opt/XiaoMiTool-V2/XiaoMiTool.jar
Error: Could not find or load main class com.xiaomitool.v2.gui.MainWindow
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
Am I missing a dependency? I have the jre-openjdk
and java-openjfx
packages installed.
SirCipherz commented on 2019-11-16 12:19 (UTC)
Outdated version :/
Pinned Comments
ariasuni commented on 2019-09-13 15:55 (UTC)
Please, do not flag this package out-of-date unless there is a newer release with a build for Linux (look for the assets named XMT2_Linux_Debian_[VERSION].deb).
The author releases minor versions only for Windows, so we have to wait for a major version to get a new Linux build (since there is no source code that we can compile).