Open GoogleCodeExporter opened 8 years ago
I am not sure if this is the best way to handle this.
Ideally I think that you should probably create a symlink to your BB and use
that. The other option would be to temporarily alter the PATH variable so that
your application dir is first. That way any calls to busybox would use yours
instead of any others that might reside in the other directories specified
within PATH.
Original comment by Stericso...@gmail.com
on 11 Jul 2013 at 7:57
Thank you for the tips.
Regarding the symlink idea, on some devices which have Busybox already
installed, it may be a source of issues as another Busybox can exist for the
same path and I want my application to be as neutral as possible for the device.
I will try the PATH idea.
But I am wondering, why not implement a setter which would work this way?
So this solution would be easy to use for everybody.
I can commit a patch to the lib when I will have something working. Would you
be interested?
Regards
Original comment by mich...@benesty.fr
on 12 Jul 2013 at 8:14
Original issue reported on code.google.com by
mich...@benesty.fr
on 11 Jul 2013 at 10:28