jonelo / jacksum

A hash utility, est. 2002, FLOSS. 489 hash functions, HMAC support, cross platform, feature-rich, multi threaded. CLI and API. Recursive hashing, predefined and customizable formats, verify data integrity and find ok/failed/missing/new files, find files by their hashes, find the hash function to a hash. GUI provided by HashGarten.
https://jacksum.net
GNU General Public License v3.0
43 stars 5 forks source link

Feature request: Provide a basic terminal for Android for those who want to use jacksum on Android. #21

Closed lexterror closed 2 years ago

lexterror commented 2 years ago

Hi Jonelo,

I was wondering if you wanted to provide a basic terminal to be able to run your jar jacksum program on Android. The source code is already available and working. I was able to use command line options for jacksum on verion 2.0 of shell tools (shell terminal) and it works flawlessly. I was not able to use command line options on the latest version because it would not recognize the options. its either a bug or maybe i missed something. Also, I think it would be very useful and most of the work is already done.You could just have the terminal as an option and rename/rebrand (if allowed) your new terminal for use with jacksum.

Thank you Jonelo!

https://github.com/kakathic/Tool-Shells

jonelo commented 2 years ago

Hi lexterror,

thank you for the new request.

I must admit that my time is limited and for now my focus is still on Jacksum itself, and HashGarten if I find some free time cycles for development. I think I shouldn't open any new construction areas/new projects for now. Thanks for your understanding. Having said this I must reject this request. However this shouldn't prevent you to create new projects or contribute to existing ones, though.

If there is a problem/bug/regression with passing command line options by using the Tool-Shells in the lastet release, I suggest to file a support request/bug report for the Tool-Shells, so other CLIs can benefit from an improvement as well.

Cheers, jonelo

lexterror commented 2 years ago

Thank you Jonelo

I was able to get jacksum working on the latest version of tool-shell. it turns out that I had to run the command line options directly in the terminal and not in the "run jar" option. Thank you for your time and effort!

lexterror commented 1 year ago

Hi Jonelo,

I wanted to give your users another great option for running Jacksum on Android:

Free Java Terminal for Android:

Termux + OpenJDK

https://github.com/termux/termux-app

cd $home chmod 777 . cd /sdcard chmod 777 . apt update apt-get download openjdk-17 apt-get download libjpeg-turbo dpkg -i .deb

It works on both arm and arm64. The .deb packages will be available on the sdcard for easy reinstallation after downloading.

Thank you!