cycool29
cycool29
> I guess I just never really liked this method that you use to have users "update" their installs... mostly because I personally wouldn't want to have to update a...
Edited version of gman one. ```bash #!/bin/bash # Pi-Apps update script example for Github Release based updating -- this script will update webcord # -- by cycool29 # Note: requires...
Now I think I can understand the concept. A conclusion here: - What pi-apps implements now: Developers keep track of app updates, and when there are any updates, the install...
The JAR file is not working.  I found [something similar](https://www.xiaomitool.com/MiUnlockTool), not working too:  Also, @Botspot I think you need to update the pi-apps wiki, especially the `Creating an...
I just download the JAR file and execute with `java -jar ./[the jar file}`.
Can I know where is the official website?
I just compile it from [source](https://github.com/francescotescari/XiaoMiToolV2) and it worked!
> What are the commands did u execute? ```bash git clone https://github.com/francescotescari/XiaoMiToolV2 -b linux cd XiaoMiToolV2 ./gradlew build ./gradlew run ```
Can you post the error output?
Just build it again.