Louis Teboul

Results 9 comments of Louis Teboul

See #47

Yeah, you could all have the environment variable named the same but pointing to different keys on each developer's machine

Oh, then you could modify the `getAuthByKey` function ([Line 146](https://github.com/thrashr888/grunt-sftp-deploy/blob/master/tasks/sftp-deploy.js#L146)) as follows, you should then be able to pass the path to your json file in the `authKey` parameter of...

Thanks for your time and for the suggestions. I haven't worked on this project in a while, but the code which handles the translation between edify and bash is all...

There are no Java API for working with edify, this is done by the recovery, which is written in C/C++. I've been told you can execute the update-binary directly from...

That's weird, I need to investigate that. Do you have the same issue when building the example app?

Great! Please do not hesitate to submit a pull-request if you feel this should be merged.

That's a good idea :+1: I need to look into that and submit CardsUILib as well.

Hi, As far as I know, on Android, /etc is always a symlink to /system/etc. If you're rooted you obviously have write access to /system as long as you mount...