cycool29

Results 72 comments of 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. ![image](https://user-images.githubusercontent.com/88134003/147519366-6b5336fd-d00f-4838-b207-4d5410d46272.png) I found [something similar](https://www.xiaomitool.com/MiUnlockTool), not working too: ![image](https://user-images.githubusercontent.com/88134003/147519619-03fcefe5-e568-4f9a-bc84-1314fd93c9be.png) 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?