-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bash commands not doing the same things edify does #3
Comments
Thanks for your time and for the suggestions. |
Hmm, I why didn't you use Java methods directly then? I mean, it's I can't program Java, so I can't help you with the app. On 09/19/2014 03:24 PM, Louis Teboul wrote:
|
There are no Java API for working with edify, this is done by the recovery, which is written in C/C++. |
I mean, instead of using external programs to set permissions, etc, you can just use the java equivalent. As I said I don't know what they are as I don't know Java, but I'm pretty sure you can do that. You may be able to run something like "recovery <script>", but I think it checks the signature by default. |
Hio |
The set_perm_recursive and other commands do not do what they're supposed to do in your bash equivalent. I'm quite good at bash, so I can fix them for you and PR, but I can't find the code... can you point it out to me?
Thanks!
Oh, by the way, some zips don't use the updater-script but replace the update-binary with a shell script to be able to perform more operations. You should check whether it's a binary or a text file. Some other zips have Aroma, which is definitely not compatible with this app unless you make an aroma interpreter with a GUI (which I'm not going to help you with, not enough free time...)
The text was updated successfully, but these errors were encountered: